GET
/
order
/
{orderId}
/
store-order-json
Get Order Store Json
curl --request GET \
  --url https://api.shipbob.com/2025-07/order/{orderId}/store-order-json \
  --header 'Authorization: Bearer <token>'
"string"

Authorizations

Authorization
string
header
required

Authentication using Personal Access Token (PAT) token

Path Parameters

orderId
string<int32>
required

The order ID to Get the JSON Stored

Response

200
application/json

Success

The response is of type string.