This operation creates a customs product and returns its identifier. Use this identifier in shipment APIs to prefill customs item fields (HS tariff code, origin country, unit price, weight, quantity).
Note: Support for this capability in the Rate Shipment and Create Shipment APIs is under active development. It is targeted for upcoming release.
Custom Product successfully created.
Invalid request.
The request could not be authorized.
The request could not be completed due to an internal error.
{- "description": "cp00000922010",
- "originCountryCode": "IN",
- "hsTariffCode": "hsc01",
- "quantity": 1,
- "unitPrice": 100,
- "weightUnit": "OZ",
- "weight": 10
}{- "productId": "cp00000922010"
}