Create A Shipment
Creates a shipment by grouping together multiple packages into logical shipments
Documentation Index
Fetch the complete documentation index at: https://docs.kibocommerce.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
JWT Authorization header using the Bearer scheme.
Path Parameters
Unique identifier of the order which is ready to be shipped.
Query Parameters
limits which fields are returned in the response body
Body
Package ids to use in creating shipments.
Response
Success
Actions that can be taken on this fulfillment unit
Change messages related to the fulfillment unit.
A human-readable identifier for this fulfillment unit. If not set on create, will be autogenerated as a string of the form {fulfillmentUnitType} #{next available int}
Date of the pickup
Location code from which to obtain this item
ID of the fulfillment unit.
List of items in the fulfillment unit
Status of the fulfillment unit See FulfillmentStatusConst
Carrier of this package
If there is a shipping label present for this Package, this will be set to true
Physical dimensions of the package required to ship the product and its weight.
Packaging type of this package
PackingSlipItemDetails for this package
PackingSlipNumber for this package
ID of the related shipment
Code describing the shipping method.
Name of the shipping method
SignatureRequired for this package
Tracking number of this package (to support classic use cases)
Tracking number of this package
Tracking number and url data for this package

