Request parameters for updateItemComplianceDetails operation in FulfillmentInboundApi.

FulfillmentInboundApiUpdateItemComplianceDetailsRequest

interface FulfillmentInboundApiUpdateItemComplianceDetailsRequest {
    body: UpdateItemComplianceDetailsRequest;
    marketplaceId: string;
}

Properties

Properties

The body of the request to `updateItemComplianceDetails`.

FulfillmentInboundApiUpdateItemComplianceDetails

marketplaceId: string

The Marketplace ID. For a list of possible values, refer to Marketplace IDs.

FulfillmentInboundApiUpdateItemComplianceDetails