chore(docs): Updated API Reference (v2) (#9437)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
This commit is contained in:
co-authored by
Shahed Nasser
parent
97c193be1b
commit
21badd069d
@@ -1,5 +1,5 @@
|
||||
type: object
|
||||
description: The parent's location.
|
||||
description: The stock location's details.
|
||||
x-schemaName: AdminStockLocation
|
||||
required:
|
||||
- id
|
||||
@@ -17,21 +17,21 @@ properties:
|
||||
address_id:
|
||||
type: string
|
||||
title: address_id
|
||||
description: The location's address id.
|
||||
description: The ID of the associated address.
|
||||
address:
|
||||
$ref: ./AdminStockLocationAddress.yaml
|
||||
sales_channels:
|
||||
type: array
|
||||
description: The location's sales channels.
|
||||
description: The sales channels associated with the location.
|
||||
items:
|
||||
$ref: ./AdminSalesChannel.yaml
|
||||
fulfillment_providers:
|
||||
type: array
|
||||
description: The location's fulfillment providers.
|
||||
description: The fulfillment providers associated with the location.
|
||||
items:
|
||||
$ref: ./AdminFulfillmentProvider.yaml
|
||||
fulfillment_sets:
|
||||
type: array
|
||||
description: The location's fulfillment sets.
|
||||
description: The fulfillment sets associated with the location.
|
||||
items:
|
||||
type: object
|
||||
|
||||
Reference in New Issue
Block a user