Skip to main content
The Profitability endpoints return profit & loss (P&L) data and let you manage the unit cost of goods sold (COGS) that feeds those calculations.

Profit & loss

Store P&L: Product P&L: See each endpoint’s reference page for the exact request body and response schema.

Managing unit COGS

Runs as an asynchronous job — submit the update, then poll for completion.
1

Submit the update

POST /profitability/directCosts — submit the unit COGS to update. The response identifies the job.
2

Poll the job

GET /profitability/directCostsJobStatus — check the status until the job is complete.
Updated COGS values are reflected in subsequent profitability and channel-profit-and-loss results once the job completes.