API referenceCatalogPricing
Delete customer price
Removes one customer-specific product price so future sales use the product default.
- Endpoint
DELETE /v1/pricing/customers/{customerId}/products/{productId}- Authorization
- Required permission: `receiptPrices:manage`.
- Environments
- Production and sandbox
- Idempotency
- Required for safe retries.
List customer prices GET
Lists product price overrides for one customer. The response includes the default price, effective override, and receipt/invoice tax modes for each product.
Set customer price PUT
Creates or replaces one customer-specific product price. Use DELETE on the same resource to return to the product default.