You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -908,11 +908,11 @@ A change to any of the following fields triggers a `store/product/updated` event
908
908
* Pre-order:
909
909
* Is Preorder Only
910
910
* Preorder Message
911
-
* Pricing:
911
+
* Pricing:
912
912
* Price
913
913
* Cost Price
914
914
* Retail Price
915
-
* Sale Price
915
+
* Sale Price
916
916
* Is Price Hidden
917
917
* Price-hidden Label
918
918
* Product Type
@@ -933,12 +933,12 @@ A change to any of the following fields triggers a `store/product/updated` event
933
933
* Warranty
934
934
* Weight
935
935
936
-
A change to the following field triggers the `store/product/updated` event only if the change is made for a _channel locale_. For more information, see the [International Enhancements for Multi-Storefront](/docs/store-operations/catalog/msf-international-enhancements/overview) overview.
936
+
A change to the following field triggers the `store/product/updated` event only if the change is made for a _channel locale_. For more information, see the [International Enhancements for Multi-Storefront](/docs/store-operations/catalog/msf-international-enhancements/overview) overview.
937
937
938
938
* Custom field's name or value
939
939
940
940
<Callouttype="info">
941
-
Setting a thumbnail triggers an updated event only when that thumbnail is the first to be set. For example, setting an image as a thumbnail **after deleting all images** triggers an updated event. However, changing the current thumbnail, uploading an additional product image and setting it as the thumbnail, or even deleting all thumbnails, does not generate an update event.
941
+
Setting a thumbnail triggers an updated event only when that thumbnail is the first to be set. For example, setting an image as a thumbnail **after deleting all images** triggers an updated event. However, changing the current thumbnail, uploading an additional product image and setting it as the thumbnail, or even deleting all thumbnails, does not generate an update event.
942
942
</Callout>
943
943
944
944
@@ -1111,7 +1111,7 @@ Payload objects with the following scopes take the form that follows:
1111
1111
"method": "absolute", // absolute or relative
1112
1112
// absolute -- inventory updated using the API or the control panel
1113
1113
// relative -- inventory updated by an order
1114
-
"value": 5, // the number of items that the inventory changed by.
1114
+
"value": 5, // the number of items that the inventory changed by.
1115
1115
// This can be negative if the inventory is decreased (-3), or positive if an item is returned to the inventory from an order (+2).
0 commit comments