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

Authorizations

Authorization
string
header
required

Authentication using Personal Access Token (PAT) 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.