cURL
curl --request GET \ --url https://sandbox-api.shipbob.com/2026-01/order/{orderId}/store-order-json \ --header 'Authorization: Bearer <token>'
"string"
Retrieves the original store order data associated with the order in JSON format, preserving custom fields and metadata from the order source.
Authentication using Personal Access Token (PAT) token
The order ID to Get the JSON Stored
Success
The response is of type string.
string