GET
/
order
/
{orderId}
/
storeOrderJson
curl --request GET \
  --url https://api.shipbob.com/1.0/order/{orderId}/storeOrderJson \
  --header 'Authorization: <api-key>'
"string"

Authorizations

Authorization
string
header
required

Provide your personal access token in the format 'Bearer {your_personal_access_token}'

Path Parameters

orderId
string
required

The order ID to Get the JSON Stored

Response

200
application/json
Success

The response is of type string.

Was this page helpful?