Base URL
Authentication
Every request must include your API token in theAuthorization 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 acceptlimit 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 a429 Too Many Requests response.
