Skip to content

Instantly share code, notes, and snippets.

@annibuliful
Last active April 22, 2020 04:06
Show Gist options
  • Save annibuliful/6f6abbf850d1ab2497a67787f54cfc77 to your computer and use it in GitHub Desktop.
Save annibuliful/6f6abbf850d1ab2497a67787f54cfc77 to your computer and use it in GitHub Desktop.
{
"message": "updated",
"productId": 2,
"subCategoryId": 1,
"inventoryStatus": "EMPTY",
"name": "Chelsie",
"oldCode": "Roxane",
"newCode": "Izabella",
"packaging": "Blister",
"images": [],
"type": "IN-HOUSE",
"isPin": true,
"isSterlize": false,
"liveStatus": true,
"unit": "โหลด",
"packingList": {
"1 โหล": "5 ชิ้น"
},
"shortDescription": "2222222",
"description": "product Description",
"specification": "product product spect",
"caution": "product Caution",
"suggestion": "wwww",
"costPrice": "100.00",
"createAt": "2020-04-21T19:04:48.071Z",
"updateAt": "2020-04-22T04:03:55.171Z"
}
{
"subCategoryId": 1,
"newCode": "{{$randomFirstName}}",
"type": "IN-HOUSE",
"oldCode": "{{$randomFirstName}}",
"name": "{{$randomFirstName}}",
"description": "product Description",
"caution": "product Caution",
"specification": "product product spect",
"shortDescription": "2222222",
"packingList": {
"1 โหล": "5 ชิ้น"
},
"images": [],
"isPin": true,
"isSterlize": false,
"liveStatus": true,
"unit": "โหลด",
"suggestion": "wwww",
"packaging": "Blister",
"costPrice": 100
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment