ReDoc documentation

order/{orderId}/ship

order/{orderId}/ship

post/V1/order/{orderId}/ship

Creates new Shipment for given Order.

Request
path Parameters
orderId
required
integer
Request Body schema:
appendComment
boolean
object (sales-data-shipment-creation-arguments-interface)

Interface for creation arguments for Shipment.

object (sales-data-shipment-comment-creation-interface)

Interface ShipmentCommentCreationInterface

Array of objects (sales-data-shipment-item-creation-interface)
notify
boolean
Array of objects (sales-data-shipment-package-creation-interface)
Array of objects (sales-data-shipment-track-creation-interface)
Responses
200

200 Success.

401

401 Unauthorized

default

Unexpected error

Request samples
{
  • "items": [
    ],
  • "notify": true,
  • "appendComment": true,
  • "comment": {
    },
  • "tracks": [
    ],
  • "packages": [
    ],
  • "arguments": {
    }
}
Response samples
0
0