Alokai

ProductExpressUpdateElement

Representation of a Product Express Update Element ProductExpressUpdateElement

export interface ProductExpressUpdateElement {
	'catalogId'?: string;
	'catalogVersion'?: string;
	'code'?: string;
}

Properties

NameRequiredTypeDescription
catalogIdOptionalstringCatalog identifier {string} ProductExpressUpdateElement
catalogVersionOptionalstringCatalog version {string} ProductExpressUpdateElement
codeOptionalstringCode of product express update element {string} ProductExpressUpdateElement

On this page