chore(docs): Generated API Reference (#3262)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
This commit is contained in:
co-authored by
olivermrbl
parent
67f9429293
commit
4fb22e8ba5
@@ -0,0 +1,41 @@
|
||||
title: Sales Channel Stock Location
|
||||
description: Sales Channel Stock Location link sales channels with stock locations.
|
||||
type: object
|
||||
required:
|
||||
- created_at
|
||||
- deleted_at
|
||||
- id
|
||||
- location_id
|
||||
- sales_channel_id
|
||||
- updated_at
|
||||
properties:
|
||||
id:
|
||||
description: The Sales Channel Stock Location's ID
|
||||
type: string
|
||||
example: scloc_01G8X9A7ESKAJXG2H0E6F1MW7A
|
||||
sales_channel_id:
|
||||
description: The id of the Sales Channel
|
||||
type: string
|
||||
example: sc_01G8X9A7ESKAJXG2H0E6F1MW7A
|
||||
location_id:
|
||||
description: The id of the Location Stock.
|
||||
type: string
|
||||
sales_channel:
|
||||
description: >-
|
||||
The sales channel the location is associated with. Available if the
|
||||
relation `sales_channel` is expanded.
|
||||
nullable: true
|
||||
$ref: ./SalesChannel.yaml
|
||||
created_at:
|
||||
description: The date with timezone at which the resource was created.
|
||||
type: string
|
||||
format: date-time
|
||||
updated_at:
|
||||
description: The date with timezone at which the resource was updated.
|
||||
type: string
|
||||
format: date-time
|
||||
deleted_at:
|
||||
description: The date with timezone at which the resource was deleted.
|
||||
nullable: true
|
||||
type: string
|
||||
format: date-time
|
||||
Reference in New Issue
Block a user