s_c__Store_Stock_Location__c Object Reference
Name | s_c__Store_Stock_Location__c |
---|---|
Type | Custom StoreConnect Object |
Description | Join object between Stores and Stock Locations allowing a store to specify specific stock locations that it can ship from. |
Field Definitions
Field Name | Type | Required | Unique |
---|---|---|---|
s_c__Priority__c | Number(4, 0) | No | No |
The priority for this Store_Stock_Location. Goods to allocate to orders are taken from highest priority stock locations first. Stock Locations with blank priority are the lowest. Stock Locations with the same priority will be randomly selected. | |||
s_c__Stock_Location_Id__c | Lookup (s_c__Stock_Location__c) | Yes | No |
The Stock_Location record associated with this Store_Stock_Location | |||
s_c__Store_Id__c | Lookup (s_c__Store__c) | Yes | No |
The Stock record associated with this Store_Stock_Location |
For more information about how or when to use the above, see our documentation.
Back to Documentation