curl --request POST \
--url https://api.shipbob.com/2025-07/order/{orderId}/store-order-json \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"order_json": "string"
}'
"string"
Authentication using Personal Access Token (PAT) token
The order ID to Store
The JSON that represent the order on the Third Party Source
Model for adding a Store Order Json to a ShipBob Order.
Created
The response is of type string
.
Was this page helpful?
curl --request POST \
--url https://api.shipbob.com/2025-07/order/{orderId}/store-order-json \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"order_json": "string"
}'
"string"