chore(docs): Generated API Reference (#4706)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
committed by
GitHub
parent
efdea04963
commit
658339767b
@@ -1,27 +1,27 @@
|
||||
get:
|
||||
operationId: GetVariantsVariant
|
||||
summary: Get a Product variant
|
||||
description: Retrieves a Product variant.
|
||||
description: Retrieve a product variant's details.
|
||||
x-authenticated: true
|
||||
parameters:
|
||||
- in: path
|
||||
name: id
|
||||
required: true
|
||||
description: The ID of the variant.
|
||||
description: The ID of the product variant.
|
||||
schema:
|
||||
type: string
|
||||
- in: query
|
||||
name: expand
|
||||
description: >-
|
||||
(Comma separated) Which fields should be expanded the order of the
|
||||
result.
|
||||
"Comma-separated relations that should be expanded in the returned
|
||||
product variant."
|
||||
schema:
|
||||
type: string
|
||||
- in: query
|
||||
name: fields
|
||||
description: >-
|
||||
(Comma separated) Which fields should be included the order of the
|
||||
result.
|
||||
"Comma-separated fields that should be included in the returned product
|
||||
variant."
|
||||
schema:
|
||||
type: string
|
||||
x-codegen:
|
||||
@@ -40,7 +40,7 @@ get:
|
||||
- api_token: []
|
||||
- cookie_auth: []
|
||||
tags:
|
||||
- Products
|
||||
- Product Variants
|
||||
responses:
|
||||
'200':
|
||||
description: OK
|
||||
|
||||
Reference in New Issue
Block a user