Changelog
Updates and changes
curl --request POST \ --url https://api.shipbob.com/1.0/order/{orderId}/storeOrderJson \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "order_json": "string" }'
"string"
Authentication using Personal Access Token (PAT) token
The order ID to Store
The JSON that represent the order on the Third Party Source
Model for adding a Store Order Json to a ShipBob Order.
Created
The response is of type string.
string
Was this page helpful?