This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
Document missing Actions
#11337
Labels
focus: data-store
Related to the data management layer.
focus: documentation
This issue is a request for better documentation.
team: Rubik
type: cooldown
Things that are queued for a cooldown period (assists with planning).
type: good first issue
The issue is a good candidate for the first community contribution/for a newcomer to the team.
While working on #10583, I noticed that the
Actions
of various data stores are not documented. This issue aims to document them.Cart Store
Location:
docs/third-party-developers/extensibility/data-store/cart.md
setCartData
setErrorData
receiveCartContents
receiveApplyingCoupon
receiveRemovingCoupon
receiveCartItem
itemIsPendingQuantity
itemIsPendingDelete
setIsCartDataStale
updatingCustomerData
shippingRatesBeingSelected
applyExtensionCartUpdate
applyCoupon
removeCoupon
addItemToCart
removeItemFromCart
changeCartItemQuantity
selectShippingRate
setBillingAddress
setShippingAddress
updateCustomerData
Checkout
Location:
docs/third-party-developers/extensibility/data-store/checkout.md
setPrefersCollection
Collections
Location:
docs/third-party-developers/extensibility/data-store/collections.md
receiveCollectionError
receiveLastModified
Validation
Location:
docs/third-party-developers/extensibility/data-store/validation.md
clearAllValidationErrors
The text was updated successfully, but these errors were encountered: