curl --request POST \
--url https://gateway-dev.shipbob.dev/2025-07/order/{orderId}/store-order-json \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"order_json": "string"
}
'"string"curl --request POST \
--url https://gateway-dev.shipbob.dev/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.
Json String that represent the order on a store front system
1Created
The response is of type string.