Create a new shipment
Create a new shipment
Rate Limit: 300 Max attempts within 1 minute.
Header Parameters
Parameter | Details |
---|---|
X-Company-Id | integer |
Request body
requiredParameter | Details |
---|---|
shopKey
| string Example: ms |
countryCode
| string |
carrier
| string Example: Hermes |
deliveryDate
| string Example: 2021-09-23T11%3A30%3A58%2B00%3A00 |
items
| object orderItemId integerreturnKey string
|
orderId
| integer |
returnIdentCode | string |
shipmentKey
| string |
Responses
204
Shipment was successfully created.
Success
400
Bad Request
application/json
Error
401
Unauthorized
application/json
Error
404
Not Found
application/json
Error
POST