Product
Path parameters
idintegerRequiredExample:
Optional parameter. optional The ID of the specific category to retrieve.
{"summary":"When the value is omitted","value":""}Header parameters
X-Shipment-ModestringOptionalExample:
SFNResponses
200Success
application/json
successbooleanOptionalExample:
truestatus_codeintegerOptionalExample:
200messagestringOptionalExample:
Product categories retrieved successfully500Error
application/json
get
/api/v1/product/categories/{id}Path parameters
valuestringRequiredExample:
The search term for products.
smartphoneHeader parameters
X-Shipment-ModestringOptionalExample:
SFNResponses
200Success
application/json
successbooleanOptionalExample:
truestatus_codeintegerOptionalExample:
200messagestringOptionalExample:
Product search completed successfully500Error
application/json
get
/api/v1/product/search/{value}Header parameters
X-Shipment-ModestringOptionalExample:
SFNBody
hs_codestringRequiredExample:
The HS code of the product to verify.
0101210000Responses
200Success
application/json
successbooleanOptionalExample:
truestatus_codeintegerOptionalExample:
200messagestringOptionalExample:
Product verified successfully404Error
application/json
500Error
application/json
post
/api/v1/product/verifyPath parameters
idintegerRequiredExample:
Optional parameter. optional The ID of the specific product to retrieve.
{"summary":"When the value is omitted","value":""}Header parameters
X-Shipment-ModestringOptionalExample:
SFNResponses
200Success
application/json
successbooleanOptionalExample:
truestatus_codeintegerOptionalExample:
200messagestringOptionalExample:
Products retrieved successfully500Error
application/json
get
/api/v1/product/{id}Last updated