tns:evar
Data structure that contains information about an eVar.| Element | Type | Description |
|---|---|---|
| evar_num | xsd:int | The commerce variable identifier (1-75). |
| name | xsd:string | The eVar friendly name. |
| alloc_type | tns:evar_alloc_type_enum | The allocation rule used for allocating events to eVar values. |
| merch_alloc_type | tns:evar_merch_alloc_type_enum | The type of merchandising allocation to apply (used when alloc_type = merchandising). |
| linear_num_items | tns:evar_linear_num_items_enum | The number of items for which linear allocation is applied across visits. |
| type | tns:evar_type_enum | The eVar value type. |
| sub_type | tns:evar_sub_type_enum | The level of sub-relation supported by the eVar. |
| exp_type | tns:evar_exp_type_enum | The eVar expiration setting. |
| exp_num_periods | xsd:int | How many units of exp_type before expiration. For example, if exp_type = month, and exp_num_periods = 3, the eVar expires after 3 months. |
| merch_syntax_type | tns:evar_merch_syntax_type_enum | The merchandising eVar syntax setting. |
| binding_event | array(xsd:int) | The merchandising eVar binding event. |
| in_queue | xsd:int |
Flag that indicates whether the item is in the Pending
Approval queue. Supported values include:
1: In the Pending Approval queue.
0: Not in the Pending Approval queue.
Populated in method response only. Leave in_queue blank for method requests. |
| status | xsd:int |
If
in_queue = 0, then
status = 0. If
in_queue = 1, status is one of the following
values:
1: Pending approval to Save.
2: Pending approval to Delete.
Populated in method response only. Leave status blank for method requests. |
Comments (0)
Must be logged in to comment. Login or register now to comment!