Skip to main content

Validate COGS Import

POST 

/api/amazon/unified/fifo-layers/cogs/import/validate

Validates a parsed CSV import payload BEFORE committing. Validation rules: rows required array min:1; rows..layer_id present; rows..cogs present. Per-row business validation checks layer existence and cogs >= 0. Returns valid_rows, error_rows, and summary counts.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

Request

Responses

OK

Response Headers
    Content-Type