βοΈDeveloper tools
Push pricing from an ERP or PIM, and read resolved prices in the browser.
Last updated
Push pricing from an ERP or PIM, and read resolved prices in the browser.
Two ways to work with Dollarlabs in code.
Create and manage the credentials your systems authenticate with, and optionally lock them to specific IP addresses.
A REST API for reading and writing price list data. Push prices straight from an ERP, PIM or internal tool instead of maintaining a CSV.
Updates are asynchronous: you submit a batch, get a job ID back, and poll it.
Read-only JavaScript helpers on window, available when Collection Pricing is enabled. Query the same pricing the app resolves, so custom storefront UI stays consistent with the product page and checkout.
Sync prices nightly from an ERP
Update a few thousand prices occasionally
CSV import β no code
Build a custom price display or calculator
Show prices on collection pages
Collection Pricing block β no code
The API and CSV import write to the same price list and run through the same job queue. Mixing them is fine, but avoid running a large import and a large API batch at the same time β only one job runs per shop at a time.
Last updated