chore(docs): Updated API Reference (automated) (#11396)
* chore(docs): Generated API Reference (automated) * fixes --------- Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
co-authored by
olivermrbl
Shahed Nasser
parent
7ba178e2d6
commit
7897bead63
@@ -155,5 +155,9 @@ properties:
|
|||||||
type: string
|
type: string
|
||||||
title: id
|
title: id
|
||||||
description: The product's ID.
|
description: The product's ID.
|
||||||
|
shipping_profile_id:
|
||||||
|
type: string
|
||||||
|
title: shipping_profile_id
|
||||||
|
description: The ID of the product's shipping profile.
|
||||||
required:
|
required:
|
||||||
- id
|
- id
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ description: The product's details.
|
|||||||
x-schemaName: AdminCreateProduct
|
x-schemaName: AdminCreateProduct
|
||||||
required:
|
required:
|
||||||
- title
|
- title
|
||||||
|
- shipping_profile_id
|
||||||
- options
|
- options
|
||||||
properties:
|
properties:
|
||||||
title:
|
title:
|
||||||
@@ -150,3 +151,7 @@ properties:
|
|||||||
type: string
|
type: string
|
||||||
title: external_id
|
title: external_id
|
||||||
description: The ID of the product in an external or third-party system.
|
description: The ID of the product in an external or third-party system.
|
||||||
|
shipping_profile_id:
|
||||||
|
type: string
|
||||||
|
title: shipping_profile_id
|
||||||
|
description: The ID of the product's shipping profile.
|
||||||
|
|||||||
@@ -166,3 +166,5 @@ properties:
|
|||||||
format: date-time
|
format: date-time
|
||||||
title: deleted_at
|
title: deleted_at
|
||||||
description: The date the product was deleted.
|
description: The date the product was deleted.
|
||||||
|
shipping_profile:
|
||||||
|
$ref: ./AdminShippingProfile.yaml
|
||||||
|
|||||||
@@ -103,3 +103,6 @@ properties:
|
|||||||
metadata:
|
metadata:
|
||||||
type: object
|
type: object
|
||||||
description: The address's metadata, can hold custom key-value pairs.
|
description: The address's metadata, can hold custom key-value pairs.
|
||||||
|
metadata:
|
||||||
|
type: object
|
||||||
|
description: The order's metadata, can hold custom key-value pairs.
|
||||||
|
|||||||
-6
@@ -8,12 +8,6 @@ properties:
|
|||||||
title: provider_id
|
title: provider_id
|
||||||
description: The ID of the payment provider the customer chose.
|
description: The ID of the payment provider the customer chose.
|
||||||
example: pp_stripe_stripe
|
example: pp_stripe_stripe
|
||||||
context:
|
|
||||||
type: object
|
|
||||||
description: >-
|
|
||||||
The payment's context, such as the customer or address details. If the
|
|
||||||
customer is logged-in, the customer `id` is set in the context under a
|
|
||||||
`customer.id` property.
|
|
||||||
data:
|
data:
|
||||||
type: object
|
type: object
|
||||||
description: Any data necessary for the payment provider to process the payment.
|
description: Any data necessary for the payment provider to process the payment.
|
||||||
|
|||||||
@@ -44212,6 +44212,10 @@ components:
|
|||||||
type: string
|
type: string
|
||||||
title: id
|
title: id
|
||||||
description: The product's ID.
|
description: The product's ID.
|
||||||
|
shipping_profile_id:
|
||||||
|
type: string
|
||||||
|
title: shipping_profile_id
|
||||||
|
description: The ID of the product's shipping profile.
|
||||||
required:
|
required:
|
||||||
- id
|
- id
|
||||||
AdminBatchUpdateProductVariant:
|
AdminBatchUpdateProductVariant:
|
||||||
@@ -45103,6 +45107,7 @@ components:
|
|||||||
x-schemaName: AdminCreateProduct
|
x-schemaName: AdminCreateProduct
|
||||||
required:
|
required:
|
||||||
- title
|
- title
|
||||||
|
- shipping_profile_id
|
||||||
- options
|
- options
|
||||||
properties:
|
properties:
|
||||||
title:
|
title:
|
||||||
@@ -45250,6 +45255,10 @@ components:
|
|||||||
type: string
|
type: string
|
||||||
title: external_id
|
title: external_id
|
||||||
description: The ID of the product in an external or third-party system.
|
description: The ID of the product in an external or third-party system.
|
||||||
|
shipping_profile_id:
|
||||||
|
type: string
|
||||||
|
title: shipping_profile_id
|
||||||
|
description: The ID of the product's shipping profile.
|
||||||
AdminCreateProductCategory:
|
AdminCreateProductCategory:
|
||||||
type: object
|
type: object
|
||||||
description: The product category's details.
|
description: The product category's details.
|
||||||
@@ -51343,6 +51352,8 @@ components:
|
|||||||
format: date-time
|
format: date-time
|
||||||
title: deleted_at
|
title: deleted_at
|
||||||
description: The date the product was deleted.
|
description: The date the product was deleted.
|
||||||
|
shipping_profile:
|
||||||
|
$ref: '#/components/schemas/AdminShippingProfile'
|
||||||
AdminProductCategory:
|
AdminProductCategory:
|
||||||
type: object
|
type: object
|
||||||
description: The product category's details.
|
description: The product category's details.
|
||||||
@@ -54160,6 +54171,9 @@ components:
|
|||||||
metadata:
|
metadata:
|
||||||
type: object
|
type: object
|
||||||
description: The address's metadata, can hold custom key-value pairs.
|
description: The address's metadata, can hold custom key-value pairs.
|
||||||
|
metadata:
|
||||||
|
type: object
|
||||||
|
description: The order's metadata, can hold custom key-value pairs.
|
||||||
AdminUpdatePriceList:
|
AdminUpdatePriceList:
|
||||||
type: object
|
type: object
|
||||||
description: the details to update in a price list.
|
description: the details to update in a price list.
|
||||||
@@ -62343,9 +62357,6 @@ components:
|
|||||||
title: provider_id
|
title: provider_id
|
||||||
description: The ID of the payment provider the customer chose.
|
description: The ID of the payment provider the customer chose.
|
||||||
example: pp_stripe_stripe
|
example: pp_stripe_stripe
|
||||||
context:
|
|
||||||
type: object
|
|
||||||
description: The payment's context, such as the customer or address details. If the customer is logged-in, the customer `id` is set in the context under a `customer.id` property.
|
|
||||||
data:
|
data:
|
||||||
type: object
|
type: object
|
||||||
description: Any data necessary for the payment provider to process the payment.
|
description: Any data necessary for the payment provider to process the payment.
|
||||||
|
|||||||
@@ -155,5 +155,9 @@ properties:
|
|||||||
type: string
|
type: string
|
||||||
title: id
|
title: id
|
||||||
description: The product's ID.
|
description: The product's ID.
|
||||||
|
shipping_profile_id:
|
||||||
|
type: string
|
||||||
|
title: shipping_profile_id
|
||||||
|
description: The ID of the product's shipping profile.
|
||||||
required:
|
required:
|
||||||
- id
|
- id
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ description: The product's details.
|
|||||||
x-schemaName: AdminCreateProduct
|
x-schemaName: AdminCreateProduct
|
||||||
required:
|
required:
|
||||||
- title
|
- title
|
||||||
|
- shipping_profile_id
|
||||||
- options
|
- options
|
||||||
properties:
|
properties:
|
||||||
title:
|
title:
|
||||||
@@ -150,3 +151,7 @@ properties:
|
|||||||
type: string
|
type: string
|
||||||
title: external_id
|
title: external_id
|
||||||
description: The ID of the product in an external or third-party system.
|
description: The ID of the product in an external or third-party system.
|
||||||
|
shipping_profile_id:
|
||||||
|
type: string
|
||||||
|
title: shipping_profile_id
|
||||||
|
description: The ID of the product's shipping profile.
|
||||||
|
|||||||
@@ -166,3 +166,5 @@ properties:
|
|||||||
format: date-time
|
format: date-time
|
||||||
title: deleted_at
|
title: deleted_at
|
||||||
description: The date the product was deleted.
|
description: The date the product was deleted.
|
||||||
|
shipping_profile:
|
||||||
|
$ref: ./AdminShippingProfile.yaml
|
||||||
|
|||||||
@@ -103,3 +103,6 @@ properties:
|
|||||||
metadata:
|
metadata:
|
||||||
type: object
|
type: object
|
||||||
description: The address's metadata, can hold custom key-value pairs.
|
description: The address's metadata, can hold custom key-value pairs.
|
||||||
|
metadata:
|
||||||
|
type: object
|
||||||
|
description: The order's metadata, can hold custom key-value pairs.
|
||||||
|
|||||||
-6
@@ -8,12 +8,6 @@ properties:
|
|||||||
title: provider_id
|
title: provider_id
|
||||||
description: The ID of the payment provider the customer chose.
|
description: The ID of the payment provider the customer chose.
|
||||||
example: pp_stripe_stripe
|
example: pp_stripe_stripe
|
||||||
context:
|
|
||||||
type: object
|
|
||||||
description: >-
|
|
||||||
The payment's context, such as the customer or address details. If the
|
|
||||||
customer is logged-in, the customer `id` is set in the context under a
|
|
||||||
`customer.id` property.
|
|
||||||
data:
|
data:
|
||||||
type: object
|
type: object
|
||||||
description: Any data necessary for the payment provider to process the payment.
|
description: Any data necessary for the payment provider to process the payment.
|
||||||
|
|||||||
@@ -8148,6 +8148,10 @@ components:
|
|||||||
type: string
|
type: string
|
||||||
title: id
|
title: id
|
||||||
description: The product's ID.
|
description: The product's ID.
|
||||||
|
shipping_profile_id:
|
||||||
|
type: string
|
||||||
|
title: shipping_profile_id
|
||||||
|
description: The ID of the product's shipping profile.
|
||||||
required:
|
required:
|
||||||
- id
|
- id
|
||||||
AdminBatchUpdateProductVariant:
|
AdminBatchUpdateProductVariant:
|
||||||
@@ -9039,6 +9043,7 @@ components:
|
|||||||
x-schemaName: AdminCreateProduct
|
x-schemaName: AdminCreateProduct
|
||||||
required:
|
required:
|
||||||
- title
|
- title
|
||||||
|
- shipping_profile_id
|
||||||
- options
|
- options
|
||||||
properties:
|
properties:
|
||||||
title:
|
title:
|
||||||
@@ -9186,6 +9191,10 @@ components:
|
|||||||
type: string
|
type: string
|
||||||
title: external_id
|
title: external_id
|
||||||
description: The ID of the product in an external or third-party system.
|
description: The ID of the product in an external or third-party system.
|
||||||
|
shipping_profile_id:
|
||||||
|
type: string
|
||||||
|
title: shipping_profile_id
|
||||||
|
description: The ID of the product's shipping profile.
|
||||||
AdminCreateProductCategory:
|
AdminCreateProductCategory:
|
||||||
type: object
|
type: object
|
||||||
description: The product category's details.
|
description: The product category's details.
|
||||||
@@ -15279,6 +15288,8 @@ components:
|
|||||||
format: date-time
|
format: date-time
|
||||||
title: deleted_at
|
title: deleted_at
|
||||||
description: The date the product was deleted.
|
description: The date the product was deleted.
|
||||||
|
shipping_profile:
|
||||||
|
$ref: '#/components/schemas/AdminShippingProfile'
|
||||||
AdminProductCategory:
|
AdminProductCategory:
|
||||||
type: object
|
type: object
|
||||||
description: The product category's details.
|
description: The product category's details.
|
||||||
@@ -18096,6 +18107,9 @@ components:
|
|||||||
metadata:
|
metadata:
|
||||||
type: object
|
type: object
|
||||||
description: The address's metadata, can hold custom key-value pairs.
|
description: The address's metadata, can hold custom key-value pairs.
|
||||||
|
metadata:
|
||||||
|
type: object
|
||||||
|
description: The order's metadata, can hold custom key-value pairs.
|
||||||
AdminUpdatePriceList:
|
AdminUpdatePriceList:
|
||||||
type: object
|
type: object
|
||||||
description: the details to update in a price list.
|
description: the details to update in a price list.
|
||||||
@@ -26279,9 +26293,6 @@ components:
|
|||||||
title: provider_id
|
title: provider_id
|
||||||
description: The ID of the payment provider the customer chose.
|
description: The ID of the payment provider the customer chose.
|
||||||
example: pp_stripe_stripe
|
example: pp_stripe_stripe
|
||||||
context:
|
|
||||||
type: object
|
|
||||||
description: The payment's context, such as the customer or address details. If the customer is logged-in, the customer `id` is set in the context under a `customer.id` property.
|
|
||||||
data:
|
data:
|
||||||
type: object
|
type: object
|
||||||
description: Any data necessary for the payment provider to process the payment.
|
description: Any data necessary for the payment provider to process the payment.
|
||||||
|
|||||||
@@ -155,6 +155,10 @@
|
|||||||
* type: string
|
* type: string
|
||||||
* title: id
|
* title: id
|
||||||
* description: The product's ID.
|
* description: The product's ID.
|
||||||
|
* shipping_profile_id:
|
||||||
|
* type: string
|
||||||
|
* title: shipping_profile_id
|
||||||
|
* description: The ID of the product's shipping profile.
|
||||||
* required:
|
* required:
|
||||||
* - id
|
* - id
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
* x-schemaName: AdminCreateProduct
|
* x-schemaName: AdminCreateProduct
|
||||||
* required:
|
* required:
|
||||||
* - title
|
* - title
|
||||||
|
* - shipping_profile_id
|
||||||
* - options
|
* - options
|
||||||
* properties:
|
* properties:
|
||||||
* title:
|
* title:
|
||||||
@@ -152,6 +153,10 @@
|
|||||||
* type: string
|
* type: string
|
||||||
* title: external_id
|
* title: external_id
|
||||||
* description: The ID of the product in an external or third-party system.
|
* description: The ID of the product in an external or third-party system.
|
||||||
|
* shipping_profile_id:
|
||||||
|
* type: string
|
||||||
|
* title: shipping_profile_id
|
||||||
|
* description: The ID of the product's shipping profile.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -168,6 +168,8 @@
|
|||||||
* format: date-time
|
* format: date-time
|
||||||
* title: deleted_at
|
* title: deleted_at
|
||||||
* description: The date the product was deleted.
|
* description: The date the product was deleted.
|
||||||
|
* shipping_profile:
|
||||||
|
* $ref: "#/components/schemas/AdminShippingProfile"
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -105,6 +105,9 @@
|
|||||||
* metadata:
|
* metadata:
|
||||||
* type: object
|
* type: object
|
||||||
* description: The address's metadata, can hold custom key-value pairs.
|
* description: The address's metadata, can hold custom key-value pairs.
|
||||||
|
* metadata:
|
||||||
|
* type: object
|
||||||
|
* description: The order's metadata, can hold custom key-value pairs.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -10,9 +10,6 @@
|
|||||||
* title: provider_id
|
* title: provider_id
|
||||||
* description: The ID of the payment provider the customer chose.
|
* description: The ID of the payment provider the customer chose.
|
||||||
* example: pp_stripe_stripe
|
* example: pp_stripe_stripe
|
||||||
* context:
|
|
||||||
* type: object
|
|
||||||
* description: The payment's context, such as the customer or address details. If the customer is logged-in, the customer `id` is set in the context under a `customer.id` property.
|
|
||||||
* data:
|
* data:
|
||||||
* type: object
|
* type: object
|
||||||
* description: Any data necessary for the payment provider to process the payment.
|
* description: Any data necessary for the payment provider to process the payment.
|
||||||
|
|||||||
Reference in New Issue
Block a user