Whiplash Create Order Example
Example request body for creating a new fulfillment order via POST /v2/orders
Whiplash Create Order Example is an example object payload from Whiplash, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
Example Payload
{
"example": "Create Order",
"description": "Example request body for creating a new fulfillment order via POST /v2/orders",
"request": {
"method": "POST",
"url": "https://api.getwhiplash.com/v2/orders",
"headers": {
"Authorization": "Bearer {access_token}",
"Content-Type": "application/json"
},
"body": {
"externalId": "SHOPIFY-ORD-10045",
"name": "Order #10045",
"currency": "USD",
"shippingAddress": {
"firstName": "Jane",
"lastName": "Smith",
"address1": "456 Oak Avenue",
"address2": "Apt 3B",
"city": "Portland",
"stateOrProvince": "OR",
"zipCodeOrPostalCode": "97201",
"country": "US",
"email": "jane.smith@example.com",
"phone": "+1-503-555-0100"
},
"billingAddress": {
"firstName": "Jane",
"lastName": "Smith",
"address1": "456 Oak Avenue",
"city": "Portland",
"stateOrProvince": "OR",
"zipCodeOrPostalCode": "97201",
"country": "US",
"email": "jane.smith@example.com"
},
"customFields": [
{ "name": "shopify_order_id", "value": "gid://shopify/Order/5678901234" },
{ "name": "channel", "value": "online_store" }
],
"tags": ["priority", "gift"]
}
},
"response": {
"status": 201,
"body": {
"id": "ord_abc123xyz",
"externalId": "SHOPIFY-ORD-10045",
"tenantId": "tenant_merchant_456",
"name": "Order #10045",
"status": "pending",
"currency": "USD",
"createdAt": "2026-06-13T14:00:00Z",
"updatedAt": "2026-06-13T14:00:00Z",
"shippingAddress": {
"firstName": "Jane",
"lastName": "Smith",
"address1": "456 Oak Avenue",
"address2": "Apt 3B",
"city": "Portland",
"stateOrProvince": "OR",
"zipCodeOrPostalCode": "97201",
"country": "US",
"email": "jane.smith@example.com",
"phone": "+1-503-555-0100"
},
"billingAddress": {
"firstName": "Jane",
"lastName": "Smith",
"address1": "456 Oak Avenue",
"city": "Portland",
"stateOrProvince": "OR",
"zipCodeOrPostalCode": "97201",
"country": "US",
"email": "jane.smith@example.com"
},
"customFields": [
{ "name": "shopify_order_id", "value": "gid://shopify/Order/5678901234" },
{ "name": "channel", "value": "online_store" }
],
"tags": ["priority", "gift"]
}
}
}
Work with this as data
Every example here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for examples
4 MCP tools reach this
find_examplesBrowse and filter every example in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/examples/whiplash-create-order-example"
curl "https://apis.io/api/v1/examples?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.