Report Shipment
POST/shipments
Report which items on an order have shipped, including partial shipments. Simpler records this for every order regardless of payment method, and relays it to a downstream provider (e.g. seQura) when that order's payment method requires shipment confirmation.
Request
Responses
- 202
- 400
- 401
- 403
- 404
- 422
- 500
The shipment report was accepted and durably recorded. This confirms receipt only; it does not confirm that any downstream provider (e.g. seQura) has been notified yet, which happens asynchronously and is not currently surfaced back to the caller.
Bad Request
Unauthorized
Forbidden
Not Found
The report could not be processed for a business reason: the request
itself is syntactically valid. This covers a missing/empty
order_id, shipped_at, or item lists, and an order_id that
doesn't resolve to an order on your merchant account.
Internal Server Error