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
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: guides/v2.3/rest/modules/inventory/manage-low-quantity.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ POST /V1/inventory/low-quantity-notifications-delete
34
34
Name | Description | Type | Requirements
35
35
--- | --- | --- | ---
36
36
`source_code` | The product's assigned source code | String | Required to create or delete a threshold
37
-
`notify_stock_qty` | The threshold at which Magento notifies the merchant that the salable quantity of a product is low. | Number | Required to create a threshold
37
+
`notify_stock_qty` | The threshold at which Magento notifies the merchant that the salable quantity of a product is low. | Float | Required to create a threshold
38
38
`sku` | The SKU of the affected product | String | Required for to create or delete a threshold
Copy file name to clipboardExpand all lines: guides/v2.3/rest/modules/inventory/manage-source-selection.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,8 +82,8 @@ Name | Description | Type | Requirements
82
82
--- | --- | --- | ---
83
83
`stock_id` | The ID of the stock | Integer | Required
84
84
`items` | An array containing the SKU and quantity of items in the order | Array | Required
85
-
`sku` | The SKU of a product to be shipped | String | Required for each item
86
-
`qty` | The quantity of a product to be shipped | Number | Required for each item
85
+
`sku` | The SKU of a product to be shipped | String | Required for each item
86
+
`qty` | The quantity of a product to be shipped | Float | Required for each item
87
87
`algorithmCode` | The name of the SSA to implement. For 2.3, this value must be `priority`. | String | Required
88
88
`destination_address` | An extension attribute that defines the shipment address when the Distance Priority SSA is used. | Object | Required for the Distance Priority SSA
89
89
`country` | The country code of the shipping address | String | Required for the Distance Priority SSA
0 commit comments