Get Custom Product by Id

This operation retrieves the details of a specific Custom Product mapping by its unique description.
A custom product (description) represents a saved configuration of custom items defined for international shipment.

SecuritybearerAuth
Request
path Parameters
productId
required
string

Unique custom product identifier. This value is defined when the custom product is created and cannot be changed later.

Responses
200

Specified custom product has beed retreived successfully.

400

Invalid request.

401

The request could not be authorized.

500

The request could not be completed due to an internal error.

get/api/v1/customsproduct/{productId}
Request samples
Response samples
application/json
{
  • "productId": "MGW40jeQAZ3m",
  • "description": "cp00000922010",
  • "originCountryCode": "IN",
  • "hsTariffCode": "hsc01",
  • "quantity": 1,
  • "unitPrice": 100,
  • "weightUnit": "OZ",
  • "weight": 10
}