ProductExpressUpdateElement
Representation of a Product Express Update Element ProductExpressUpdateElement
export interface ProductExpressUpdateElement {
'catalogId'?: string;
'catalogVersion'?: string;
'code'?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
catalogId | Optional | string | Catalog identifier {string} ProductExpressUpdateElement |
catalogVersion | Optional | string | Catalog version {string} ProductExpressUpdateElement |
code | Optional | string | Code of product express update element {string} ProductExpressUpdateElement |