chore(docs): Generated JS Client Reference (automated) (#2660)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
This commit is contained in:
co-authored by
olivermrbl
parent
3cee0bc8fc
commit
ee14155eb7
@@ -0,0 +1,103 @@
|
||||
# Class: StorePostCartsCartReq
|
||||
|
||||
[internal](../modules/internal-35.md).StorePostCartsCartReq
|
||||
|
||||
## Properties
|
||||
|
||||
### billing\_address
|
||||
|
||||
• `Optional` **billing\_address**: `string` \| [`AddressPayload`](internal.AddressPayload.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/store/carts/update-cart.d.ts:127
|
||||
|
||||
___
|
||||
|
||||
### context
|
||||
|
||||
• `Optional` **context**: `object`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/store/carts/update-cart.d.ts:132
|
||||
|
||||
___
|
||||
|
||||
### country\_code
|
||||
|
||||
• `Optional` **country\_code**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/store/carts/update-cart.d.ts:125
|
||||
|
||||
___
|
||||
|
||||
### customer\_id
|
||||
|
||||
• `Optional` **customer\_id**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/store/carts/update-cart.d.ts:131
|
||||
|
||||
___
|
||||
|
||||
### discounts
|
||||
|
||||
• `Optional` **discounts**: [`Discount`](internal-35.Discount.md)[]
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/store/carts/update-cart.d.ts:130
|
||||
|
||||
___
|
||||
|
||||
### email
|
||||
|
||||
• `Optional` **email**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/store/carts/update-cart.d.ts:126
|
||||
|
||||
___
|
||||
|
||||
### gift\_cards
|
||||
|
||||
• `Optional` **gift\_cards**: [`GiftCard`](internal-35.GiftCard.md)[]
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/store/carts/update-cart.d.ts:129
|
||||
|
||||
___
|
||||
|
||||
### region\_id
|
||||
|
||||
• `Optional` **region\_id**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/store/carts/update-cart.d.ts:124
|
||||
|
||||
___
|
||||
|
||||
### sales\_channel\_id
|
||||
|
||||
• `Optional` **sales\_channel\_id**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/store/carts/update-cart.d.ts:133
|
||||
|
||||
___
|
||||
|
||||
### shipping\_address
|
||||
|
||||
• `Optional` **shipping\_address**: `string` \| [`AddressPayload`](internal.AddressPayload.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/store/carts/update-cart.d.ts:128
|
||||
Reference in New Issue
Block a user