Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

ProductExpressUpdateElementList

Representation of a Product Express Update Element List ProductExpressUpdateElementList

export interface ProductExpressUpdateElementList {
	'productExpressUpdateElements'?: Array<ProductExpressUpdateElement>;
}

Properties

NameRequiredTypeDescription
productExpressUpdateElementsOptionalArray<ProductExpressUpdateElement>List of product express update element {Array<ProductExpressUpdateElement>} ProductExpressUpdateElementList

Referenced Types

On this page