Skip to main content

Documentation Index

Fetch the complete documentation index at: https://incarts.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Incarts returns structured JSON errors and echoes X-Correlation-ID when available.

Common status codes

StatusMeaning
400The request body, path, or header is malformed.
401The API key is missing or invalid.
403The API key is valid but cannot access the requested project or scope.
404The resource does not exist or is not visible to the caller.
409There is an idempotency conflict, duplicate identifier, or conflicting resource state.
422The request is syntactically valid but violates business rules or retailer capabilities.
429The caller is rate limited. Retry after the window resets.
500The API hit an internal error.

Retry guidance

Use idempotency keys for write requests and retry only when the operation can be safely repeated.

Authentication

See the headers expected by protected endpoints.

Create links

Review business rules before retrying validation failures.