today
Manage price codes through the API, no product feed required
The new Product Price Code API is live; you can now read, create, update, and delete price codes on a product directly through our Product APIs. Previously, price codes could only be set through the SFTP product feed - so teams managing their catalog through the API still had one piece of their pricing living in a file drop.
Here's what's new:
- List and retrieve price codes: Pull every price code on a product in a single call, or check one code directly to confirm it exists before you write to it. A product can carry as many codes as your program needs.
- Create and update in bulk: Send one code or many in a single request. Codes you include are set or overwritten; codes you leave out stay exactly as they are, so a partial update never wipes the rest of a product's pricing.
- Delete a price code: Remove a single code from a product once it's no longer in use.
For API-first and headless builds, that's one less feed dependency to maintain - your catalog and your pricing now sit behind the same integration.
Get started: Reference documentation is live for each operation: list, retrieve, create/update, and delete. Questions about how price codes fit your pricing setup? Reach out to your Ordergroove CSM.