Propose Product Types
POST/api/v2/product-types/propose
Queue a background run that proposes a product type for up to 500 products from their names, brands and the existing type tree. Products that already carry a type are skipped unless include_typed is true. Nothing is written — poll poll_url (Get Product Type Proposal Run) until status is completed, review the proposals, then send the accepted ones to Apply Product Type Proposals.
products:writeGrant this scope to your token under Settings → Developer → Personal Access Tokens.
Authentication: Requires Bearer token.
Fields:
product_ids(required, array of integers, 1–500)include_typed(nullable, boolean, default false) — also propose for products that already have a type
Returns 422 when AI features are disabled or the configured provider has no API key. Rate limited per user — 429 when exceeded.
Requires permission: product_types.update
Request
Responses
- 202
- 401
- 403
- 422
- 429
Accepted
Response Headers
Unauthenticated — the bearer token is missing, revoked, expired, or malformed. Never retry automatically; fix the credential. See the Errors guide.
Forbidden — the token lacks a required scope, the endpoint is not available to API tokens, or the user behind the token lacks the permission. A human must adjust the token scopes or user permissions; do not retry.
Unprocessable Entity
Response Headers
Rate limited — platform limit is 1,000 requests/min; individual tokens may carry lower limits. Honor the Retry-After header before retrying. See the Rate Limits guide.