Create Order
Creates a new order in ShipBob’s system that will be queued for fulfillment. Orders can be created using either product reference IDs (SKUs) or ShipBob product IDs, with reference IDs being the recommended approach.
Authentication
Authentication using Personal Access Token (PAT) token or OAuth2
Headers
Retrieve your channel ID from the GET /channel endpoint. Use the channel ID that has write scopes.
Request
Products included in the order. Products identified by reference_id must also include the product name if there is no matching ShipBob product.
Client-defined shipping method matching what the user has listed as the shipping method on the Ship Option Mapping setup page in the ShipBob Merchant Portal. If they don’t match, we will create a new one and default it to Standard
Contains properties that needs to be used for fulfilling B2B/Dropship orders.
Response
Client-defined external unique id of the order
Contains properties that needs to be used for fulfilling B2B/Dropship orders.
Client-defined shipping method

