v14
OpenAPI 3.1.02026-08-083813925.4 MBShipments
Create Shipment
Attaches a carrier tracking number to a payment and begins tracking it.
post/shipments
Headers
Idempotency-Keystring
Example:d9105228-4a08-46b1-8b91-42fed586d383
A unique key that makes this request safe to retry. See Idempotent requests.
Request body
Response
shipment created
Example response
{
"checkpoints": [
{
"status": "unknown"
}
],
"status": "unknown"
}