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:
github-actions[bot]
2025-02-11 14:46:38 +02:00
committed by GitHub
co-authored by olivermrbl Shahed Nasser
parent 7ba178e2d6
commit 7897bead63
17 changed files with 70 additions and 21 deletions
@@ -155,6 +155,10 @@
* type: string
* title: 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:
* - id
*
@@ -5,6 +5,7 @@
* x-schemaName: AdminCreateProduct
* required:
* - title
* - shipping_profile_id
* - options
* properties:
* title:
@@ -152,6 +153,10 @@
* type: string
* title: external_id
* 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
* title: deleted_at
* description: The date the product was deleted.
* shipping_profile:
* $ref: "#/components/schemas/AdminShippingProfile"
*
*/
@@ -105,6 +105,9 @@
* metadata:
* type: object
* 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
* description: The ID of the payment provider the customer chose.
* 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:
* type: object
* description: Any data necessary for the payment provider to process the payment.