SalesChannelLocation
This represents the association between a sales channel and a stock locations.
Constructors
constructor
**new SalesChannelLocation**()
This represents the association between a sales channel and a stock locations.
Properties
created_atDateRequiredThe date with timezone at which the resource was created.
deleted_atnull | DateRequiredThe date with timezone at which the resource was deleted.
idstringRequiredThe Sales Channel Stock Location's ID
location_idstringRequiredThe ID of the Location Stock.
The details of the sales channel the location is associated with.
sales_channel_idstringRequiredThe ID of the Sales Channel
updated_atDateRequiredThe date with timezone at which the resource was updated.
Methods
beforeInsert
Private **beforeInsert**(): void
Returns
void
voidvoidWas this section helpful?