Controller: Items |
Method: Items/Inventory
Parameters: PageNumber Default:1
pageSize Default:100
excludezero Default: true
Security: Bearer
Type: GET
URL: /Items/Inventory/?PageNumber={{PageNumber}}&pageSize={{pageSize}}&excludezero={{excludezero}}
Response: HTTP Status 200
Response Body:
[ { "UPC": "5054167610333", "LocationId": "MAIN", "QtyAvailable": 19.0000, "LastUpdate": "2020-04-29T00:26:55Z" }, { "UPC": "5055767610444", "LocationId": "MAIN", "QtyAvailable": 14.0000, "LastUpdate": "2020-04-29T00:26:55Z" } ]
Method: Items/Catalog
Parameters: PageNumber Default:1
pageSize Default:100
excludezero Default: true
filterdate Default: None Format MM/dd/YYYY
Security: Bearer
Type: GET
URL: /Items/Catalog/?PageNumber={{PageNumber}}&pageSize={{pageSize}}&excludezero={{excludezero}}&filterdate={{filterdate}}
Response: HTTP Status 200
Response Body:
[ { "Sku": "SHIRT|GREY/RED|8.0", "Dim1": "GREY/RED", "Dim2": "8.0", "Dim3": "*", "Description": "Perfect shirt for dad", "UPC": "5054167610333", "LastUpdate": "2019-09-24T17:32:58Z" } ]
Method: Items/Catalog
Parameters: ItemId
ExcludeVariants Default: true
ExcludeInventory Default:true
Security: Bearer
Type: GET
URL: https://{{BaseUrl}}:{{Port}}/Items/Catalog/{{ItemId}}?ExcludeVariants={{ExcludeVariants}}&ExcludeInventory={{ExcludeInventory}}
Response: HTTP Status 200
Response Body:
{
"sku": "000634",
"name": "M-Roadclaw 275v2",
"description": "M-Roadclaw 275v2",
"type": "Product",
"tracking_method": "variant",
"default_price": 129.9900,
"msrp": 129.9900,
"sale_price": 129.9900,
"qty_on_hand": 5.0000,
"qty_available": 5.0000,
"Barcode": "",
"inventory": [
{
"location": "ALP",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "AMAZON",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "APP",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "BPOW",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "BRK",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "CAT",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "DCT",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "E2",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "ECOMM",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "FTW",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "KSW",
"qty_on_hand": 5.0000,
"qty_available": 5.0000,
"cost": 0.0
},
{
"location": "MID",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "MTA",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "RTV",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "SNL",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "SWN",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
}
],
"categories": [
{
"name": "FTW",
"description": "Footwear"
}
],
"options": [
{
"option_name": "COLOR",
"values": [
"GREY/RED"
],
"order": 1
},
{
"option_name": "SIZE",
"values": [
"8.0",
"8.5",
"9.0",
"9.5",
"10.0",
"10.5",
"11.0",
"11.5",
"12.0",
"12.5",
"13.0",
"14.0",
"15.0"
],
"order": 2
}
],
"variants": [
{
"sku": "000634|GREY/RED|8.0",
"name": "M-Roadclaw 275v2",
"description": "M-Roadclaw 275v2",
"barcode": "",
"type": "Product",
"tracking_method": "variant",
"default_price": 129.9900,
"msrp": 129.9900,
"sale_price": 129.9900,
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"options": [
{
"option_name": "COLOR",
"values": [],
"value": "GREY/RED",
"order": 1
},
{
"option_name": "SIZE",
"values": [],
"value": "8.0",
"order": 2
}
],
"categories": [
{
"name": "FTW",
"description": "Footwear"
}
],
"inventory": [
{
"location": "ALP",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "AMAZON",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "APP",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "BPOW",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "BRK",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "CAT",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "DCT",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "E2",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "ECOMM",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "FTW",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "KSW",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "MID",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "MTA",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "RTV",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "SNL",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "SWN",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
}
]
},
{
"sku": "000634|GREY/RED|8.5",
"name": "M-Roadclaw 275v2",
"description": "M-Roadclaw 275v2",
"barcode": "",
"type": "Product",
"tracking_method": "variant",
"default_price": 129.9900,
"msrp": 129.9900,
"sale_price": 129.9900,
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"options": [
{
"option_name": "COLOR",
"values": [],
"value": "GREY/RED",
"order": 1
},
{
"option_name": "SIZE",
"values": [],
"value": "8.5",
"order": 2
}
],
"categories": [
{
"name": "FTW",
"description": "Footwear"
}
],
"inventory": [
{
"location": "ALP",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "AMAZON",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "APP",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "BPOW",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "BRK",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "CAT",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "DCT",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "E2",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "ECOMM",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "FTW",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "KSW",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "MID",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "MTA",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "RTV",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "SNL",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "SWN",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
}
]
},
{
"sku": "000634|GREY/RED|9.0",
"name": "M-Roadclaw 275v2",
"description": "M-Roadclaw 275v2",
"barcode": "",
"type": "Product",
"tracking_method": "variant",
"default_price": 129.9900,
"msrp": 129.9900,
"sale_price": 129.9900,
"qty_on_hand": 1.0000,
"qty_available": 1.0000,
"options": [
{
"option_name": "COLOR",
"values": [],
"value": "GREY/RED",
"order": 1
},
{
"option_name": "SIZE",
"values": [],
"value": "9.0",
"order": 2
}
],
"categories": [
{
"name": "FTW",
"description": "Footwear"
}
],
"inventory": [
{
"location": "ALP",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "AMAZON",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "APP",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "BPOW",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "BRK",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "CAT",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "DCT",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "E2",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "ECOMM",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "FTW",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "KSW",
"qty_on_hand": 1.0000,
"qty_available": 1.0000,
"cost": 0.0
},
{
"location": "MID",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "MTA",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "RTV",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "SNL",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "SWN",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
}
]
},
{
"sku": "000634|GREY/RED|9.5",
"name": "M-Roadclaw 275v2",
"description": "M-Roadclaw 275v2",
"barcode": "",
"type": "Product",
"tracking_method": "variant",
"default_price": 129.9900,
"msrp": 129.9900,
"sale_price": 129.9900,
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"options": [
{
"option_name": "COLOR",
"values": [],
"value": "GREY/RED",
"order": 1
},
{
"option_name": "SIZE",
"values": [],
"value": "9.5",
"order": 2
}
],
"categories": [
{
"name": "FTW",
"description": "Footwear"
}
],
"inventory": [
{
"location": "ALP",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "AMAZON",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "APP",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "BPOW",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "BRK",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "CAT",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "DCT",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "E2",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "ECOMM",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "FTW",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "KSW",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "MID",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "MTA",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "RTV",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "SNL",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "SWN",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
}
]
},
{
"sku": "000634|GREY/RED|10.0",
"name": "M-Roadclaw 275v2",
"description": "M-Roadclaw 275v2",
"barcode": "",
"type": "Product",
"tracking_method": "variant",
"default_price": 129.9900,
"msrp": 129.9900,
"sale_price": 129.9900,
"qty_on_hand": 1.0000,
"qty_available": 1.0000,
"options": [
{
"option_name": "COLOR",
"values": [],
"value": "GREY/RED",
"order": 1
},
{
"option_name": "SIZE",
"values": [],
"value": "10.0",
"order": 2
}
],
"categories": [
{
"name": "FTW",
"description": "Footwear"
}
],
"inventory": [
{
"location": "ALP",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "AMAZON",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "APP",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "BPOW",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "BRK",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "CAT",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "DCT",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "E2",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "ECOMM",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "FTW",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "KSW",
"qty_on_hand": 1.0000,
"qty_available": 1.0000,
"cost": 0.0
},
{
"location": "MID",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "MTA",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "RTV",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "SNL",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "SWN",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
}
]
},
{
"sku": "000634|GREY/RED|10.5",
"name": "M-Roadclaw 275v2",
"description": "M-Roadclaw 275v2",
"barcode": "",
"type": "Product",
"tracking_method": "variant",
"default_price": 129.9900,
"msrp": 129.9900,
"sale_price": 129.9900,
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"options": [
{
"option_name": "COLOR",
"values": [],
"value": "GREY/RED",
"order": 1
},
{
"option_name": "SIZE",
"values": [],
"value": "10.5",
"order": 2
}
],
"categories": [
{
"name": "FTW",
"description": "Footwear"
}
],
"inventory": [
{
"location": "ALP",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "AMAZON",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "APP",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "BPOW",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "BRK",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "CAT",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "DCT",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "E2",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "ECOMM",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "FTW",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "KSW",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "MID",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "MTA",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "RTV",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "SNL",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "SWN",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
}
]
},
{
"sku": "000634|GREY/RED|11.0",
"name": "M-Roadclaw 275v2",
"description": "M-Roadclaw 275v2",
"barcode": "",
"type": "Product",
"tracking_method": "variant",
"default_price": 129.9900,
"msrp": 129.9900,
"sale_price": 129.9900,
"qty_on_hand": 1.0000,
"qty_available": 1.0000,
"options": [
{
"option_name": "COLOR",
"values": [],
"value": "GREY/RED",
"order": 1
},
{
"option_name": "SIZE",
"values": [],
"value": "11.0",
"order": 2
}
],
"categories": [
{
"name": "FTW",
"description": "Footwear"
}
],
"inventory": [
{
"location": "ALP",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "AMAZON",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "APP",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "BPOW",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "BRK",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "CAT",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "DCT",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "E2",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "ECOMM",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "FTW",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "KSW",
"qty_on_hand": 1.0000,
"qty_available": 1.0000,
"cost": 0.0
},
{
"location": "MID",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "MTA",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "RTV",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "SNL",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "SWN",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
}
]
},
{
"sku": "000634|GREY/RED|11.5",
"name": "M-Roadclaw 275v2",
"description": "M-Roadclaw 275v2",
"barcode": "",
"type": "Product",
"tracking_method": "variant",
"default_price": 129.9900,
"msrp": 129.9900,
"sale_price": 129.9900,
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"options": [
{
"option_name": "COLOR",
"values": [],
"value": "GREY/RED",
"order": 1
},
{
"option_name": "SIZE",
"values": [],
"value": "11.5",
"order": 2
}
],
"categories": [
{
"name": "FTW",
"description": "Footwear"
}
],
"inventory": [
{
"location": "ALP",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "AMAZON",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "APP",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "BPOW",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "BRK",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "CAT",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "DCT",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "E2",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "ECOMM",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "FTW",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "KSW",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "MID",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "MTA",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "RTV",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "SNL",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "SWN",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
}
]
},
{
"sku": "000634|GREY/RED|12.0",
"name": "M-Roadclaw 275v2",
"description": "M-Roadclaw 275v2",
"barcode": "",
"type": "Product",
"tracking_method": "variant",
"default_price": 129.9900,
"msrp": 129.9900,
"sale_price": 129.9900,
"qty_on_hand": 1.0000,
"qty_available": 1.0000,
"options": [
{
"option_name": "COLOR",
"values": [],
"value": "GREY/RED",
"order": 1
},
{
"option_name": "SIZE",
"values": [],
"value": "12.0",
"order": 2
}
],
"categories": [
{
"name": "FTW",
"description": "Footwear"
}
],
"inventory": [
{
"location": "ALP",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "AMAZON",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "APP",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "BPOW",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "BRK",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "CAT",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "DCT",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "E2",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "ECOMM",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "FTW",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "KSW",
"qty_on_hand": 1.0000,
"qty_available": 1.0000,
"cost": 0.0
},
{
"location": "MID",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "MTA",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "RTV",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "SNL",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "SWN",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
}
]
},
{
"sku": "000634|GREY/RED|12.5",
"name": "M-Roadclaw 275v2",
"description": "M-Roadclaw 275v2",
"barcode": "",
"type": "Product",
"tracking_method": "variant",
"default_price": 129.9900,
"msrp": 129.9900,
"sale_price": 129.9900,
"qty_on_hand": 1.0000,
"qty_available": 1.0000,
"options": [
{
"option_name": "COLOR",
"values": [],
"value": "GREY/RED",
"order": 1
},
{
"option_name": "SIZE",
"values": [],
"value": "12.5",
"order": 2
}
],
"categories": [
{
"name": "FTW",
"description": "Footwear"
}
],
"inventory": [
{
"location": "ALP",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "AMAZON",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "APP",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "BPOW",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "BRK",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "CAT",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "DCT",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "E2",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "ECOMM",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "FTW",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "KSW",
"qty_on_hand": 1.0000,
"qty_available": 1.0000,
"cost": 0.0
},
{
"location": "MID",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "MTA",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "RTV",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "SNL",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "SWN",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
}
]
},
{
"sku": "000634|GREY/RED|13.0",
"name": "M-Roadclaw 275v2",
"description": "M-Roadclaw 275v2",
"barcode": "",
"type": "Product",
"tracking_method": "variant",
"default_price": 129.9900,
"msrp": 129.9900,
"sale_price": 129.9900,
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"options": [
{
"option_name": "COLOR",
"values": [],
"value": "GREY/RED",
"order": 1
},
{
"option_name": "SIZE",
"values": [],
"value": "13.0",
"order": 2
}
],
"categories": [
{
"name": "FTW",
"description": "Footwear"
}
],
"inventory": [
{
"location": "ALP",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "AMAZON",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "APP",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "BPOW",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "BRK",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "CAT",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "DCT",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "E2",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "ECOMM",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "FTW",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "KSW",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "MID",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "MTA",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "RTV",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "SNL",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "SWN",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
}
]
},
{
"sku": "000634|GREY/RED|14.0",
"name": "M-Roadclaw 275v2",
"description": "M-Roadclaw 275v2",
"barcode": "",
"type": "Product",
"tracking_method": "variant",
"default_price": 129.9900,
"msrp": 129.9900,
"sale_price": 129.9900,
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"options": [
{
"option_name": "COLOR",
"values": [],
"value": "GREY/RED",
"order": 1
},
{
"option_name": "SIZE",
"values": [],
"value": "14.0",
"order": 2
}
],
"categories": [
{
"name": "FTW",
"description": "Footwear"
}
],
"inventory": [
{
"location": "ALP",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "AMAZON",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "APP",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "BPOW",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "BRK",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "CAT",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "DCT",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "E2",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "ECOMM",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "FTW",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "KSW",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "MID",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "MTA",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "RTV",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "SNL",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "SWN",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
}
]
},
{
"sku": "000634|GREY/RED|15.0",
"name": "M-Roadclaw 275v2",
"description": "M-Roadclaw 275v2",
"barcode": "",
"type": "Product",
"tracking_method": "variant",
"default_price": 129.9900,
"msrp": 129.9900,
"sale_price": 129.9900,
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"options": [
{
"option_name": "COLOR",
"values": [],
"value": "GREY/RED",
"order": 1
},
{
"option_name": "SIZE",
"values": [],
"value": "15.0",
"order": 2
}
],
"categories": [
{
"name": "FTW",
"description": "Footwear"
}
],
"inventory": [
{
"location": "ALP",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "AMAZON",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "APP",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "BPOW",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "BRK",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "CAT",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "DCT",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "E2",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "ECOMM",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "FTW",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "KSW",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "MID",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "MTA",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "RTV",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "SNL",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
},
{
"location": "SWN",
"qty_on_hand": 0.0000,
"qty_available": 0.0000,
"cost": 0.0
}
]
}
]
}