We don’t see inventory-related items when registering products through API. How can I make inventory related items visible?(Available, On Hand ..)
{
"input": {
"collectionsToJoin": [
"gid://shopify/Collection/459616092460"
],
"descriptionHtml": "\r\n123",
"images": [
{
"src": "https://sellpick-bucket.s3.ap-northeast-2.amazonaws.com/dev/upload/file/BACD0420/weap0n77/191655/20231023151031/3a84c1df3a49c77ac707.JPG"
},
{
"src": "https://sellpick-bucket.s3.ap-northeast-2.amazonaws.com/local/upload/file/BACD0420/weap0n77/191655/20231026140404/fdd98c8ed40fa47b329e.png"
}
],
"metafields": [
{
"key": "use1",
"namespace": "custom",
"type": "multi_line_text_field",
"value": "메타11113"
}
],
"options": [
"색상",
"사이즈"
],
"productCategory": {
"productTaxonomyNodeId": "gid://shopify/ProductTaxonomyNode/1"
},
"productType": "구두2",
"status": "ACTIVE",
"tags": [
"tag1",
" tag2"
],
"title": "테스트테스트1112",
"productPublications": [
{
"channelId": "gid://shopify/Channel/199319355692"
}
],
"variants": [
{
"inventoryManagement" : "SHOPIFY",
"inventoryItem": {
"cost": "0",
"tracked": true
},
"inventoryPolicy": "DENY",
"inventoryQuantities": [
{
"availableQuantity": 111,
"locationId": "gid://shopify/Location/91036582188"
}
],
"options": [
"레드",
"S"
],
"price": "1000",
"requiresComponents": true,
"requiresShipping": true,
"sku": "SP_DMMY_SKUCD1",
"taxable": true
},
{
"inventoryManagement" : "SHOPIFY",
"inventoryItem": {
"cost": "0",
"tracked": true
},
"inventoryPolicy": "DENY",
"inventoryQuantities": [
{
"availableQuantity": 223,
"locationId": "gid://shopify/Location/91036582188"
}
],
"options": [
"블루",
"S"
],
"price": "1100",
"requiresComponents": true,
"requiresShipping": true,
"sku": "SP_DMMY_SKUCD2",
"taxable": true
},
{
"inventoryManagement" : "SHOPIFY",
"inventoryItem": {
"cost": "0",
"tracked": true
},
"inventoryPolicy": "DENY",
"inventoryQuantities": [
{
"availableQuantity": 333,
"locationId": "gid://shopify/Location/91036582188"
}
],
"options": [
"오렌지",
"S"
],
"price": "1000",
"requiresComponents": true,
"requiresShipping": true,
"sku": "SP_DMMY_SKUCD3",
"taxable": true
}
]
}
}



