Overview
Create a marketplace order when your customer has checked out and Turtles needs to fulfill the item.Set
purchaseOrderNumber to the internal order ID, transaction ID, or associated ID you want to use for future tracking.Base URL
Authentication
Order endpoints use HTTP Basic Auth with your Turtles API credentials.Endpoint
itemId values from the product feed provided during onboarding.
Example
201 Created response means Turtles accepted the order. Store the purchaseOrderNumber you sent so you can match future tracking updates.
Next, retrieve tracking updates for created orders.