Profit & loss
Store P&L:POST /profitability/storeProfitAndLoss— a store-level P&L: total revenue, total expenses, and the cost breakdown (fees, COGS, advertising).
POST /profitability/productProfitAndLoss— P&L for one or more products.
Managing unit COGS
Runs as an asynchronous job — submit the update, then poll for completion.Submit the update
POST /profitability/directCosts — submit the unit COGS to update. The response identifies the job.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.