{
"productCategory": "Electronics",
"subcategory": "Smartphones",
"itemDescription": "Latest model smartphone with 128GB storage",
"quantity": 100,
"costPrice": 500,
"sellingPrice": 700,
"bulkPrice": 600,
"qtyPerBulk": 10,
"barcode": "123456789012",
"productBrand": "BrandX",
"color": "Black",
"size": "Large",
"expireDate": "2019-08-24T14:15:22Z",
"memberPrice": 650,
"supplierNo": "SUP12345",
"storeId": "STORE001",
"productType": "whole_item",
"photoData": [
"string"
]
}
curl --location --request PUT 'https://gateway.storeharmony.com/cloudapi/app//stock/' \
--header 'sessiontoken;' \
--header 'Content-Type: application/json' \
--data-raw '{
"productCategory": "Electronics",
"subcategory": "Smartphones",
"itemDescription": "Latest model smartphone with 128GB storage",
"quantity": 100,
"costPrice": 500,
"sellingPrice": 700,
"bulkPrice": 600,
"qtyPerBulk": 10,
"barcode": "123456789012",
"productBrand": "BrandX",
"color": "Black",
"size": "Large",
"expireDate": "2019-08-24T14:15:22Z",
"memberPrice": 650,
"supplierNo": "SUP12345",
"storeId": "STORE001",
"productType": "whole_item",
"photoData": [
"string"
]
}'
{
"itemId": "string",
"slug": "string",
"itemName": "string",
"itemBarcode": "string",
"itemForm": "string",
"itemPictureId1": "string",
"itemPictureId2": "string",
"category": "string",
"manufacturer": "string",
"color": "string",
"size": "string",
"price": 0,
"taxable": true,
"promoprice": 0,
"unitsOfMeasure": "string",
"inStock": true,
"minOrder": 0,
"addedBy": "string",
"addedDate": "2019-08-24T14:15:22Z",
"expireDate": "2019-08-24T14:15:22Z",
"batchNo": "string",
"maxOrder": 0,
"availableQty": 0,
"aboutItem": "string",
"variantId": "string",
"inventoryItemId": "string",
"productId": "string",
"tags": "string",
"specification": [
[
"string"
]
]
}