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:
co-authored by
Shahed Nasser
parent
97c193be1b
commit
21badd069d
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user