GET v1/Shops/{shopId}/Shipments/{shippingCode}/ShipmentId
Get the ShopCtrl Shipment Id based on the ShipmentCode.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| shopId |
The id of the shop. |
integer |
Required. |
| shippingCode |
The unique ShopCtrl Shipment code. |
string |
Required. |
Body Parameters
None.
Response Information
Resource Description
The Shipment ID.
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int>1</int>