Skip to content

Commit 69d03da

Browse files
authored
Add facilityGroupId to inventory API examples
1 parent 82e6817 commit 69d03da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

documents/integrate-with-hotwax/api/inventory/get-online-atp.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Content-Type: application/json
3333
"idType": "<SKU>",
3434
"idValue": "<SKU>",
3535
"productStoreId": "<STORE_ID>",
36+
"facilityGroupId": "<FacilityGroupID>
3637
"conditionMap": {
3738
"externalFacilityId_value": "<External Facility ID>",
3839
"externalFacilityId_op": "<operator>"
@@ -47,6 +48,7 @@ Content-Type: application/json
4748
"idType": "SKU",
4849
"idValue": "MSH02-32-Black",
4950
"productStoreId": "DEMO_STORE",
51+
"facilityGroupId": "FAC_GRP",
5052
"conditionMap": {
5153
"externalFacilityId_value": "101",
5254
"externalFacilityId_op": "notEqual"

0 commit comments

Comments
 (0)