Fulfillment API reference

How a store hands orders to the Veriti Collective warehouse and gets stock and tracking back.

Base URL https://<this host>/v1

Overview

Loading...

Authentication

Errors

Pagination

Idempotency

Rate limits

Reference

Every route the API answers, rendered from /docs/manifest.json: the router is built from the same table, so this list and the API cannot disagree. Set $BASE and $KEY once and the curl lines run as printed. The last group, Connectors, is the two addresses a Shopify or WooCommerce store posts its own webhooks to; they take no key, and you never call them yourself.

Loading the route table from /docs/manifest.json...

Webhooks

Events

Payload

Signing + verification

The X-Veriti-Signature header is what you verify. The rules, and a receiver in three languages, follow.

Retries, ordering, and what to do in your receiver

Quickstart

Connect your store

Four ways in, and none of them needs a developer: Shopify and WooCommerce post their order webhooks to a connector address on this warehouse, a Stonegate store connects with two settings, and any store with an export uploads a CSV from the portal. The API above is for a cart that wants to write its own. Each guide below is the exact click path.

At the warehouse

Not in v1