SalesChannelLocation
This represents the association between a sales channel and a stock locations.
Properties
id
stringRequiredThe Sales Channel Stock Location's ID
created_at
DateRequiredThe date with timezone at which the resource was created.
updated_at
DateRequiredThe date with timezone at which the resource was updated.
deleted_at
null | DateRequiredThe date with timezone at which the resource was deleted.
sales_channel_id
stringRequiredThe ID of the Sales Channel
location_id
stringRequiredThe ID of the Location Stock.
The details of the sales channel the location is associated with.
Was this section helpful?