Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Update billing address info in cart data
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarun Vijwani committed Dec 4, 2023
1 parent a81dde8 commit fcc7a61
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/third-party-developers/extensibility/data-store/cart.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ This action is used to set the cart data in the store.
- _coupons_ `array`: The coupon items in the cart.
- _shippingRates_ `array`: The cart shipping rates (see `getShippingRates` selector).
- _shippingAddress_ `object`: The shipping address (see `getCustomerData` selector).
- _billingAddress_ `object`: The billing address.
- _billingAddress_ `object`: The billing address (see `getCustomerData` selector).
- _items_ `array`: The cart items.
- _itemsCount_ `number`: The total number of items in the cart
- _itemsWeight_ `number`: The total weight of items in the cart.
Expand Down Expand Up @@ -116,7 +116,7 @@ This action is used to set the error data in the store.
- _coupons_ `array`: The coupon items in the cart.
- _shippingRates_ `array`: The cart shipping rates (see `getShippingRates` selector).
- _shippingAddress_ `object`: The shipping address (see `getCustomerData` selector).
- _billingAddress_ `object`: The billing address.
- _billingAddress_ `object`: The billing address (see `getCustomerData` selector).
- _items_ `array`: The cart items.
- _itemsCount_ `number`: The total number of items in the cart
- _itemsWeight_ `number`: The total weight of items in the cart.
Expand All @@ -130,7 +130,6 @@ This action is used to set the error data in the store.
- _paymentRequirements_ `object`: The payment requirements for the cart.
- _extensions_ `object`: The extensions data.


#### _Example_ <!-- omit in toc -->

```js
Expand All @@ -148,7 +147,7 @@ This action returns an action object used in updating the store with the provide
- _coupons_ `array`: The coupon items in the cart.
- _shippingRates_ `array`: The cart shipping rates (see `getShippingRates` selector).
- _shippingAddress_ `object`: The shipping address (see `getCustomerData` selector).
- _billingAddress_ `object`: The billing address.
- _billingAddress_ `object`: The billing address (see `getCustomerData` selector).
- _items_ `array`: The cart items.
- _itemsCount_ `number`: The total number of items in the cart
- _itemsWeight_ `number`: The total weight of items in the cart.
Expand Down

0 comments on commit fcc7a61

Please sign in to comment.