Skip to main content
Skip to main content

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_atDateRequired
The date with timezone at which the resource was created.
deleted_atnull | DateRequired
The date with timezone at which the resource was deleted.
idstringRequired
The Sales Channel Stock Location's ID
location_idstringRequired
The ID of the Location Stock.
sales_channelSalesChannelRequired
The details of the sales channel the location is associated with.
sales_channel_idstringRequired
The ID of the Sales Channel
updated_atDateRequired
The date with timezone at which the resource was updated.

Methods

beforeInsert

Private **beforeInsert**(): void

Returns

void

voidvoid
Was this section helpful?