Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Interface ShippingConstraints

    Delivery constraints applicable to this order.

    interface ShippingConstraints {
        PalletDelivery?: "MANDATORY";
        RecipientAgeVerification?: "MANDATORY";
        RecipientIdentityVerification?: "MANDATORY";
        SignatureConfirmation?: "MANDATORY";
    }
    Index
    PalletDelivery?: "MANDATORY"
    RecipientAgeVerification?: "MANDATORY"
    RecipientIdentityVerification?: "MANDATORY"
    SignatureConfirmation?: "MANDATORY"