Skip to main content

Base URL

Authentication

Every request must include your API token in the Authorization header:

Getting your token

Admins can generate API tokens from the Velocity app in Shopify Admin, under Settings. Merchant API access requires the Premium plan.

Pagination

List endpoints accept limit and offset query parameters and return a plain JSON array.

Limits

Rate limits

Each API token is limited to 60 requests per minute. Exceeding the limit returns a 429 Too Many Requests response.