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:
github-actions[bot]
2024-10-03 07:48:54 +00:00
committed by GitHub
co-authored by Shahed Nasser
parent 97c193be1b
commit 21badd069d
894 changed files with 35649 additions and 28168 deletions
@@ -4,8 +4,8 @@
* description: The cart's details.
* x-schemaName: StoreCart
* required:
* - id
* - currency_code
* - id
* - original_item_total
* - original_item_subtotal
* - original_item_tax_total
@@ -34,7 +34,7 @@
* title: id
* description: The cart's ID.
* region:
* $ref: "#/components/schemas/BaseRegion"
* $ref: "#/components/schemas/StoreRegion"
* region_id:
* type: string
* title: region_id
@@ -70,9 +70,9 @@
* type: array
* description: The cart's shipping methods.
* items:
* $ref: "#/components/schemas/BaseCartShippingMethod"
* $ref: "#/components/schemas/StoreCartShippingMethod"
* payment_collection:
* $ref: "#/components/schemas/BasePaymentCollection"
* $ref: "#/components/schemas/StorePaymentCollection"
* metadata:
* type: object
* description: The cart's metadata, can hold custom key-value pairs.