Webhooks
Products
Inventory
Orders
- POSTCancel one Shipment by Shipment Id
- GETGet one Shipment's status timeline by Shipment Id
- GETGet Orders
- POSTCreate Order
- GETGet one Shipment by Order Id and Shipment Id
- GETGet logs for one Shipment by Shipment Id
- GETGet all Shipments for Order
- GETGet one Shipment's status timeline by Order Id and Shipment Id
- GETGet one Shipment by Shipment Id
- PUTUpdate a Shipment
- GETGet logs for one Shipment by Order Id and Shipment Id
- POSTCancel multiple Shipments by Shipment Id
- POSTEstimate Fulfillment Cost For Order
- GETGet shipping methods
- POSTCancel single Order by Order ID
- GETGet Order Store Json
- POSTSave the Store Order Json
- GETGet Order
- POSTCancel one Shipment by Order Id and Shipment Id
Locations
Receiving
- GETGet Fulfillment Centers
- GETGet Warehouse Receiving Order Box Labels (DEPRECATED)
- POSTCancel Warehouse Receiving Order (DEPRECATED)
- GETGet a Warehouse Receiving Order by Purchase Order Number (DEPRECATED)
- POSTCreate Warehouse Receiving Order (DEPRECATED)
- GETGet Warehouse Receiving Order (DEPRECATED)
Returns
Channels
Orders
Get Order Store Json
GET
/
order
/
{orderId}
/
storeOrderJson
Copy
curl --request GET \
--url https://api.shipbob.com/1.0/order/{orderId}/storeOrderJson \
--header 'Authorization: Bearer <token>'
Copy
"string"
Authorizations
Authentication using Personal Access Token (PAT) token
Path Parameters
The order ID to Get the JSON Stored
Response
200
application/json
Success
The response is of type string
.
Was this page helpful?
Copy
curl --request GET \
--url https://api.shipbob.com/1.0/order/{orderId}/storeOrderJson \
--header 'Authorization: Bearer <token>'
Copy
"string"
Assistant
Responses are generated using AI and may contain mistakes.