Skip to content

Instantly share code, notes, and snippets.

@heshamMassoud
Last active November 24, 2018 11:25
Show Gist options
  • Save heshamMassoud/902a7bb8464338deb7801035eafd586b to your computer and use it in GitHub Desktop.
Save heshamMassoud/902a7bb8464338deb7801035eafd586b to your computer and use it in GitHub Desktop.
ProductDraft with non-mastervariants
{
"name": {
"de-DE": "test name with 2 non-masterVariants"
},
"productType": {
"key": "pt2",
"typeId": "product-type"
},
"slug": {
"de-DE": "test-slug-no-variants3"
},
"variants": [
{
"sku": "testSKU1"
},
{
"sku": "testSKU2"
}
]
}
{
"id": "3eda9ef9-0c51-4e19-8d0b-84066ac2f51d",
"version": 1,
"lastMessageSequenceNumber": 1,
"createdAt": "2018-11-24T11:20:40.214Z",
"lastModifiedAt": "2018-11-24T11:20:40.214Z",
"productType": {
"typeId": "product-type",
"id": "4ac67beb-985f-4d5b-8676-c9245e17828e"
},
"catalogs": [],
"masterData": {
"current": {
"name": {
"de-DE": "test name with 2 non-masterVariants"
},
"categories": [],
"categoryOrderHints": {},
"slug": {
"de-DE": "test-slug-no-variants3"
},
"masterVariant": {
"id": 1,
"prices": [],
"images": [],
"attributes": [],
"assets": []
},
"variants": [
{
"id": 2,
"sku": "testSKU1",
"prices": [],
"images": [],
"attributes": [],
"assets": []
},
{
"id": 3,
"sku": "testSKU2",
"prices": [],
"images": [],
"attributes": [],
"assets": []
}
],
"searchKeywords": {}
},
"staged": {
"name": {
"de-DE": "test name with 1 non-masterVariants"
},
"categories": [],
"categoryOrderHints": {},
"slug": {
"de-DE": "test-slug-no-variants3"
},
"masterVariant": {
"id": 1,
"prices": [],
"images": [],
"attributes": [],
"assets": []
},
"variants": [
{
"id": 2,
"sku": "testSKU1",
"prices": [],
"images": [],
"attributes": [],
"assets": []
},
{
"id": 3,
"sku": "testSKU2",
"prices": [],
"images": [],
"attributes": [],
"assets": []
}
],
"searchKeywords": {}
},
"published": false,
"hasStagedChanges": false
},
"catalogData": {},
"lastVariantId": 3
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment