Skip to main content
This walkthrough takes you through one full turn of the pipeline. You’ll need an API key with both catalog:read and catalog:submit scopes.
1

Set your key

2

Fetch the attribute templates

Learn the schema you’re enriching against.
Note the id, attribute, unit, and dataType of each option — your proposals should line up with these.
3

Fetch a page of products

Pull the first 25 active products to enrich.
Or target specific SKUs (up to 50):
4

Generate and submit proposals

Run your model over the products, then submit — with a confidence score per item.
A CREATED status with a revisionId means your proposal is queued for review.
5

Watch your acceptance rate

Once reviewers work through the queue, check how you’re doing.
See tracking your acceptance rate for the full breakdown.

Next steps

Attribute templates

Align your proposals to the merchant’s schema.

Submitting proposals

Confidence scoring, batching, and result handling in depth.