Skip to main content

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

This is the public production API. Turtles does not currently provide a sandbox URL.

Authentication

Order endpoints use HTTP Basic Auth with your Turtles API credentials.

Endpoint

Partners receive valid itemId values from the product feed provided during onboarding.

Example

A 201 Created response means Turtles accepted the order. Store the purchaseOrderNumber you sent so you can match future tracking updates.
Automatic retries should reuse the same purchaseOrderNumber. Confirm duplicate-order behavior with Turtles before retrying create requests automatically.
Next, retrieve tracking updates for created orders.