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

KeyDatatypeRequiredDescription
seller_idstring(Required) The Amazon Seller ID
marketplace_idstring(Required) The Amazon Marketplace ID
skustring(Optional) The product SKU at Amazon / SL
Required if not asin or parent_asin
asinstring(Optional) The product ASIN at Amazon / SL
Required if not sku or parent_asin provided
parent_asinstring(Optional) The products' ParentASIN at Amazon / SL
Required if not sku or asin provided

HEADERS

KeyDatatypeRequiredDescription
AcceptstringRequired

RESPONSES

status: OK

{&quot;status&quot;:&quot;Success&quot;,&quot;code&quot;:200,&quot;message&quot;:&quot;Updates are enqueued&quot;,&quot;path&quot;:&quot;api/cogs/cost-periods&quot;}