Selling Partner API SDK for JavaScript
    Preparing search index...

    This structure represents the payload for creating an AFN Replenishment Order. By default, all replenishment orders created support Partial order preferences.

    interface ReplenishmentOrderCreationData {
        preferences?: ReplenishmentPreferences;
        products?: DistributionProduct[];
    }
    Index

    Properties

    products?: DistributionProduct[]

    Requested amount of single product units to be replenished.