Benefits that are included and excluded for each shipping offer. Benefits represents services provided by Amazon (for example, CLAIMS_PROTECTED) when sellers purchase shipping through Amazon. Benefit details are made available for any shipment placed on or after January 1st 2024 00:00 UTC.

Benefits

interface Benefits {
    ExcludedBenefits?: ExcludedBenefit[];
    IncludedBenefits?: string[];
}

Properties

ExcludedBenefits?: ExcludedBenefit[]

A list of excluded benefits. Refer to the ExcludeBenefit object for further documentation.

Benefits

IncludedBenefits?: string[]

A list of included benefits.

Benefits