Skip to main content
POST
/
1.0
/
order
/
{orderId}
/
storeOrderJson
Save the Store Order Json
curl --request POST \
  --url https://api.shipbob.com/1.0/order/{orderId}/storeOrderJson \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "order_json": "string"
}
'
"string"
API 1.0 is deprecated and will be sunset on July 31, 2026. Please migrate to the latest API version. See our Versioning Policy for details.

Authorizations

Authorization
string
header
required

Authentication using Personal Access Token (PAT) token

Path Parameters

orderId
string<int32>
required

The order ID to Store

Body

application/json

The JSON that represent the order on the Third Party Source

Model for adding a Store Order Json to a ShipBob Order.

order_json
string

Json String that represent the order on a store front system

Minimum string length: 1

Response

Created

The response is of type string.