Amazon Selling Partner API (SP-API) SDK for TypeScript
    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
    products?: DistributionProduct[]

    Requested amount of single product units to be replenished.