curl --request GET \
--url https://api.shipbob.com/2025-07/order/{orderId}/store-order-json \
--header 'Authorization: Bearer <token>'
"string"
Authentication using Personal Access Token (PAT) token
The order ID to Get the JSON Stored
Success
The response is of type string
.
Was this page helpful?
curl --request GET \
--url https://api.shipbob.com/2025-07/order/{orderId}/store-order-json \
--header 'Authorization: Bearer <token>'
"string"