Status of acknowledgement.

Export

AcknowledgementStatus

interface AcknowledgementStatus {
    code?: string;
    description?: string;
}

Properties

Properties

code?: string

Acknowledgement code is a unique two digit value which indicates the status of the acknowledgement. For a list of acknowledgement codes that Amazon supports, see the Vendor Direct Fulfillment APIs Use Case Guide.

Memberof

AcknowledgementStatus

description?: string

Reason for the acknowledgement code.

Memberof

AcknowledgementStatus