Skip to main content

Submit Verification (Batch)

POST 

/api/amazon/:integrationInstance/draft-inbound-plans/portal/:hashedDraftInboundPlanId/submit-verification-batch

Submit the whole verification in one call: send one entry per product with the quantity the supplier can fulfill, and the plan is finalized immediately. Each product's quantity is distributed across that product's lines (each line capped at its requested quantity). The plan moves to verified, or verified_with_adjustments when any product was verified short. Fails with 400 cant_submit_verification_unless_all_items_verified if any product on the plan is omitted (every product must be included). Each item requires a product_id and a non-negative integer verified_quantity. No bearer token — access is granted by the encrypted hashedDraftInboundPlanId in the URL (single plan scope).

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

Request

Responses

OK