Delete Cost Periods
DELETE {{SL_BASE_URL}}/api/cogs/cost-periods?seller_id=<string>&marketplace_id=<string>&sku=<string>
This endpoint allow you to simply flush out all existing cost-periods and COGS for any specified product.
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| seller_id | string | (Required) The Amazon Seller ID | |
| marketplace_id | string | (Required) The Amazon Marketplace ID | |
| sku | string | (Optional) The product SKU at Amazon / SL | |
| Required if not asin or parent_asin | |||
| asin | string | (Optional) The product ASIN at Amazon / SL | |
| Required if not sku or parent_asin provided | |||
| parent_asin | string | (Optional) The products' ParentASIN at Amazon / SL | |
| Required if not sku or asin provided | 
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Accept | string | Required | 
RESPONSES
status: OK
{"status":"Success","code":200,"message":"Updates are enqueued","path":"api/cogs/cost-periods"}