Contains the list of programs that are associated with an item. Possible programs are: - Subscribe and Save: Offers recurring, scheduled deliveries to Amazon customers and Amazon Business customers for their frequently ordered products.

AmazonPrograms

interface AmazonPrograms {
    Programs: string[];
}

Properties

Properties

Programs: string[]

A list of the programs that are associated with the specified order item. Possible values: SUBSCRIBE_AND_SAVE

AmazonPrograms