catalog.store.getFields
Scope: catalog Permissions to execute: for all
catalog.store.getFields()
The method returns warehouse fields.
Parameters
No parameters.
Example
BX24.callMethod( 'catalog.store.getFields', {}, function(result) { if(result.error()) console.error(result.error().ex); else console.log(result.data()); });
Returned fields
Field | Description | Тип | Note |
---|---|---|---|
active | Active | char | |
address | Address | string | Required field |
code | Symbolic code | string | |
dateCreate | Date created | datetime | |
dateModify | Date modified | datetime | |
description | Description | string | |
string | |||
gpsN | GPS latitude | double | |
gpsS | GPS longitude | double | |
id | Warehouse ID | integer | Read only. |
imageId | Image ID | integer | |
issuingCenter | Pick-up location | char | |
locationId | Location ID | integer | |
modifiedBy | Modified by | integer | |
phone | Telephone | string | |
schedule | Work schedule | string | |
shippingCenter | Shipping Center | char | |
siteId | Site ID | string | |
sort | Sorting | integer | |
title | Name | string | |
userId | Created by | integer | |
xmlId | External code | string |
© «Bitrix24», 2001-2024