chore(docs): Updated API Reference (v2) (#8609)
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
4bd0917aed
commit
b23ddcdde8
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* @schema AdminProductVariant
|
||||
* type: object
|
||||
* description: The updated's details.
|
||||
* description: The product's parent.
|
||||
* x-schemaName: AdminProductVariant
|
||||
* required:
|
||||
* - prices
|
||||
@@ -28,80 +28,80 @@
|
||||
* properties:
|
||||
* prices:
|
||||
* type: array
|
||||
* description: The updated's prices.
|
||||
* description: The parent's prices.
|
||||
* items:
|
||||
* $ref: "#/components/schemas/AdminPrice"
|
||||
* id:
|
||||
* type: string
|
||||
* title: id
|
||||
* description: The updated's ID.
|
||||
* description: The parent's ID.
|
||||
* title:
|
||||
* type: string
|
||||
* title: title
|
||||
* description: The updated's title.
|
||||
* description: The parent's title.
|
||||
* sku:
|
||||
* type: string
|
||||
* title: sku
|
||||
* description: The updated's sku.
|
||||
* description: The parent's sku.
|
||||
* barcode:
|
||||
* type: string
|
||||
* title: barcode
|
||||
* description: The updated's barcode.
|
||||
* description: The parent's barcode.
|
||||
* ean:
|
||||
* type: string
|
||||
* title: ean
|
||||
* description: The updated's ean.
|
||||
* description: The parent's ean.
|
||||
* upc:
|
||||
* type: string
|
||||
* title: upc
|
||||
* description: The updated's upc.
|
||||
* description: The parent's upc.
|
||||
* allow_backorder:
|
||||
* type: boolean
|
||||
* title: allow_backorder
|
||||
* description: The updated's allow backorder.
|
||||
* description: The parent's allow backorder.
|
||||
* manage_inventory:
|
||||
* type: boolean
|
||||
* title: manage_inventory
|
||||
* description: The updated's manage inventory.
|
||||
* description: The parent's manage inventory.
|
||||
* hs_code:
|
||||
* type: string
|
||||
* title: hs_code
|
||||
* description: The updated's hs code.
|
||||
* description: The parent's hs code.
|
||||
* origin_country:
|
||||
* type: string
|
||||
* title: origin_country
|
||||
* description: The updated's origin country.
|
||||
* description: The parent's origin country.
|
||||
* mid_code:
|
||||
* type: string
|
||||
* title: mid_code
|
||||
* description: The updated's mid code.
|
||||
* description: The parent's mid code.
|
||||
* material:
|
||||
* type: string
|
||||
* title: material
|
||||
* description: The updated's material.
|
||||
* description: The parent's material.
|
||||
* weight:
|
||||
* type: number
|
||||
* title: weight
|
||||
* description: The updated's weight.
|
||||
* description: The parent's weight.
|
||||
* length:
|
||||
* type: number
|
||||
* title: length
|
||||
* description: The updated's length.
|
||||
* description: The parent's length.
|
||||
* height:
|
||||
* type: number
|
||||
* title: height
|
||||
* description: The updated's height.
|
||||
* description: The parent's height.
|
||||
* width:
|
||||
* type: number
|
||||
* title: width
|
||||
* description: The updated's width.
|
||||
* description: The parent's width.
|
||||
* variant_rank:
|
||||
* type: number
|
||||
* title: variant_rank
|
||||
* description: The updated's variant rank.
|
||||
* description: The parent's variant rank.
|
||||
* options:
|
||||
* type: array
|
||||
* description: The updated's options.
|
||||
* description: The parent's options.
|
||||
* items:
|
||||
* $ref: "#/components/schemas/BaseProductOptionValue"
|
||||
* product:
|
||||
@@ -109,27 +109,27 @@
|
||||
* product_id:
|
||||
* type: string
|
||||
* title: product_id
|
||||
* description: The updated's product id.
|
||||
* description: The parent's product id.
|
||||
* calculated_price:
|
||||
* $ref: "#/components/schemas/BaseCalculatedPriceSet"
|
||||
* created_at:
|
||||
* type: string
|
||||
* format: date-time
|
||||
* title: created_at
|
||||
* description: The updated's created at.
|
||||
* description: The parent's created at.
|
||||
* updated_at:
|
||||
* type: string
|
||||
* format: date-time
|
||||
* title: updated_at
|
||||
* description: The updated's updated at.
|
||||
* description: The parent's updated at.
|
||||
* deleted_at:
|
||||
* type: string
|
||||
* format: date-time
|
||||
* title: deleted_at
|
||||
* description: The updated's deleted at.
|
||||
* description: The parent's deleted at.
|
||||
* metadata:
|
||||
* type: object
|
||||
* description: The updated's metadata.
|
||||
* description: The parent's metadata.
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user