For the complete documentation index, see llms.txt. This page is also available as Markdown.

βš’οΈDeveloper tools

Push pricing from an ERP or PIM, and read resolved prices in the browser.

Two ways to work with Dollarlabs in code.

API keys

Create and manage the credentials your systems authenticate with, and optionally lock them to specific IP addresses.

Pricing API

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.

Storefront UI SDK

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.

Which to use

You want to…
Use

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

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