diff --git a/Postman_APIs/Collections/Catalog.postman_collection.json b/Postman_APIs/Collections/Catalog.postman_collection.json index 9daab447..b08aed75 100644 --- a/Postman_APIs/Collections/Catalog.postman_collection.json +++ b/Postman_APIs/Collections/Catalog.postman_collection.json @@ -5,7 +5,7 @@ "description": "Catalog", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "_exporter_id": "1890198", - "_collection_link": "https://web.postman.co/workspace/Mp-GraphQL-v1.4.5~c28c7776-3758-45f3-9666-bddf8ef9b25d/collection/1890198-9a16d084-4649-4fb5-a879-2a9f2acf851a?action=share&creator=1890198&source=collection_link" + "_collection_link": "https://warped-spaceship-266216.postman.co/workspace/Mp-GraphQL-v1.4.5~c28c7776-3758-45f3-9666-bddf8ef9b25d/collection/1890198-9a16d084-4649-4fb5-a879-2a9f2acf851a?action=share&creator=1890198&source=collection_link" }, "item": [ { @@ -23,7 +23,7 @@ "mode": "graphql", "graphql": { "query": "query categories ($slug: String) {\n categories (input: {slug: $slug}) {\n paginatorInfo {\n count\n currentPage\n lastPage\n total\n }\n data {\n id\n name\n description\n slug\n urlPath\n imageUrl\n metaTitle\n metaDescription\n metaKeywords\n position\n status\n displayMode\n parentId\n filterableAttributes {\n id\n adminName\n code\n type\n position\n }\n translations {\n id\n name\n description\n localeId\n locale\n }\n children {\n id\n name\n description\n slug\n urlPath\n imageUrl\n metaTitle\n metaDescription\n metaKeywords\n position\n status\n displayMode\n parentId\n }\n createdAt\n updatedAt\n }\n }\n}", - "variables": "{\n \"slug\": \"men-category\"\n}" + "variables": "{\n \"slug\": \"root\"\n}" } }, "url": { @@ -103,7 +103,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation updateCategory {\n updateCategory(id: 9, input: {\n name:\"Collection Femme\"\n locale: \"en\"\n slug: \"women-cloths\"\n description: \"Description of the Women Collection\"\n status: true\n position: 1\n displayMode: \"products_and_description\"\n parentId: 1\n metaTitle: \"Meta title of Women Collection\"\n metaDescription: \"Meta description of Women Collection\"\n metaKeywords: \"Méta-mots-clés Women Collection\"\n image: \"https://cdn.pixabay.com/photo/2017/03/09/02/03/girl-2128284_960_720.jpg\"\n categoryIconPath: \"https://cdn.pixabay.com/photo/2018/04/05/14/09/sunflowers-3292932_960_720.jpg\"\n }) {\n id\n name\n description\n slug\n urlPath\n imageUrl\n categoryIconUrl\n metaTitle\n metaDescription\n metaKeywords\n position\n status\n displayMode\n parentId\n filterableAttributes {\n id\n adminName\n code\n type\n position\n }\n translations {\n id\n name\n description\n localeId\n locale\n }\n createdAt\n updatedAt\n }\n}\n", + "query": "mutation updateCategory {\n updateCategory(id: 2, input: {\n name:\"Collection Femme\"\n locale: \"en\"\n slug: \"women-cloths\"\n description: \"Description of the Women Collection\"\n status: true\n position: 1\n displayMode: \"products_and_description\"\n parentId: 1\n metaTitle: \"Meta title of Women Collection\"\n metaDescription: \"Meta description of Women Collection\"\n metaKeywords: \"Méta-mots-clés Women Collection\"\n image: \"https://cdn.pixabay.com/photo/2017/03/09/02/03/girl-2128284_960_720.jpg\"\n categoryIconPath: \"https://cdn.pixabay.com/photo/2018/04/05/14/09/sunflowers-3292932_960_720.jpg\"\n }) {\n id\n name\n description\n slug\n urlPath\n imageUrl\n categoryIconUrl\n metaTitle\n metaDescription\n metaKeywords\n position\n status\n displayMode\n parentId\n filterableAttributes {\n id\n adminName\n code\n type\n position\n }\n translations {\n id\n name\n description\n localeId\n locale\n }\n createdAt\n updatedAt\n }\n}\n", "variables": "" } }, @@ -243,7 +243,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "query attribute {\n\tattribute(id: 24) {\n id\n code\n adminName\n type\n position\n isRequired\n isUnique\n validation\n valuePerLocale\n valuePerChannel\n isFilterable\n isConfigurable\n isVisibleOnFront\n isUserDefined\n swatchType\n useInFlat\n isComparable\n options {\n id\n adminName\n swatchValue\n sortOrder\n attributeId\n attribute {\n id\n adminName\n }\n translations {\n id\n locale\n label\n attributeOptionId\n }\n }\n translations {\n id\n locale\n name\n attributeId\n }\n }\n}", + "query": "query attribute {\n\tattribute(id: 1) {\n id\n code\n adminName\n type\n position\n isRequired\n isUnique\n validation\n valuePerLocale\n valuePerChannel\n isFilterable\n isConfigurable\n isVisibleOnFront\n isUserDefined\n swatchType\n useInFlat\n isComparable\n options {\n id\n adminName\n swatchValue\n sortOrder\n attributeId\n attribute {\n id\n adminName\n }\n translations {\n id\n locale\n label\n attributeOptionId\n }\n }\n translations {\n id\n locale\n name\n attributeId\n }\n }\n}", "variables": "" } }, @@ -490,7 +490,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "query attributeGroup {\n\tattributeGroup(id: 2) {\n id\n name\n position\n isUserDefined\n attributeFamilyId\n customAttributes {\n id\n code\n adminName\n type\n position\n isRequired\n isUnique\n validation\n valuePerLocale\n valuePerChannel\n isFilterable\n isConfigurable\n isVisibleOnFront\n isUserDefined\n swatchType\n useInFlat\n isComparable\n options {\n id\n adminName\n swatchValue\n sortOrder\n attributeId\n attribute {\n id\n adminName\n }\n translations {\n id\n locale\n label\n attributeOptionId\n }\n }\n translations {\n id\n locale\n name\n attributeId\n }\n }\n }\n}", + "query": "query attributeGroup {\n\tattributeGroup(id: 1) {\n id\n name\n position\n isUserDefined\n attributeFamilyId\n customAttributes {\n id\n code\n adminName\n type\n position\n isRequired\n isUnique\n validation\n valuePerLocale\n valuePerChannel\n isFilterable\n isConfigurable\n isVisibleOnFront\n isUserDefined\n swatchType\n useInFlat\n isComparable\n options {\n id\n adminName\n swatchValue\n sortOrder\n attributeId\n attribute {\n id\n adminName\n }\n translations {\n id\n locale\n label\n attributeOptionId\n }\n }\n translations {\n id\n locale\n name\n attributeId\n }\n }\n }\n}", "variables": "" } }, @@ -712,7 +712,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation updateAttributeFamily {\n updateAttributeFamily(id: 11, input: {\n code: \"new_family\"\n name: \"Fashion Family\"\n \tattributeGroups: [{\n \tname: \"General\"\n \tposition: 1\n \tisUserDefined: false\n \tcustomAttributes: [{\n \tid: 1\n }, \t{\n \tid: 2\n }, \t{\n \tid: 3\n }, \t{\n \tid: 4\n }, \t{\n \tid: 5\n }]\n },\t{\n \tname: \"Description\"\n \tposition: 2\n \tisUserDefined: false\n \tcustomAttributes: [{\n \tid: 9\n }, \t{\n \tid: 10\n }]\n },\t{\n \tname: \"Text Group\"\n \tposition: 3\n \tisUserDefined: true\n \tcustomAttributes: [{\n \tid: 19\n }, \t{\n \tid: 20\n }]\n }]\n }) {\n id\n code\n name\n status\n isUserDefined\n attributeGroups {\n id\n name\n position\n isUserDefined\n attributeFamilyId\n customAttributes {\n id\n code\n adminName\n type\n position\n isRequired\n isUnique\n validation\n valuePerLocale\n valuePerChannel\n isFilterable\n isConfigurable\n isVisibleOnFront\n isUserDefined\n swatchType\n useInFlat\n isComparable\n options {\n id\n adminName\n swatchValue\n sortOrder\n attributeId\n attribute {\n id\n adminName\n }\n translations {\n id\n locale\n label\n attributeOptionId\n }\n }\n translations {\n id\n locale\n name\n attributeId\n }\n }\n }\n products {\n id\n type\n sku\n parentId\n productFlats {\n id\n name\n status\n }\n }\n }\n}", + "query": "mutation updateAttributeFamily {\n updateAttributeFamily(id: 2, input: {\n code: \"new_family\"\n name: \"Fashion Family\"\n \tattributeGroups: [{\n \tname: \"General\"\n \tposition: 1\n \tisUserDefined: false\n \tcustomAttributes: [{\n \tid: 1\n }, \t{\n \tid: 2\n }, \t{\n \tid: 3\n }, \t{\n \tid: 4\n }, \t{\n \tid: 5\n }]\n },\t{\n \tname: \"Description\"\n \tposition: 2\n \tisUserDefined: false\n \tcustomAttributes: [{\n \tid: 9\n }, \t{\n \tid: 10\n }]\n },\t{\n \tname: \"Text Group\"\n \tposition: 3\n \tisUserDefined: true\n \tcustomAttributes: [{\n \tid: 19\n }, \t{\n \tid: 20\n }]\n }]\n }) {\n id\n code\n name\n status\n isUserDefined\n attributeGroups {\n id\n name\n position\n isUserDefined\n attributeFamilyId\n customAttributes {\n id\n code\n adminName\n type\n position\n isRequired\n isUnique\n validation\n valuePerLocale\n valuePerChannel\n isFilterable\n isConfigurable\n isVisibleOnFront\n isUserDefined\n swatchType\n useInFlat\n isComparable\n options {\n id\n adminName\n swatchValue\n sortOrder\n attributeId\n attribute {\n id\n adminName\n }\n translations {\n id\n locale\n label\n attributeOptionId\n }\n }\n translations {\n id\n locale\n name\n attributeId\n }\n }\n }\n products {\n id\n type\n sku\n parentId\n productFlats {\n id\n name\n status\n }\n }\n }\n}", "variables": "" } }, @@ -794,7 +794,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "query products {\n\tproducts {\n paginatorInfo {\n count\n currentPage\n lastPage\n total\n }\n data {\n id\n type\n attributeFamilyId\n sku\n parentId\n productFlats {\n id\n sku\n productNumber\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n color\n colorLabel\n size\n sizeLabel\n locale\n channel\n productId\n parentId\n minPrice\n maxPrice\n metaTitle\n metaKeywords\n metaDescription\n width\n height\n depth\n variants {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n locale\n channel\n productId\n parentId\n }\n parent {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n }\n createdAt\n updatedAt\n }\n variants {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n parent {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n attributeFamily {\n id\n code\n name\n status\n isUserDefined\n }\n attributeValues {\n id\n productId\n attributeId\n locale\n channel\n textValue\n booleanValue\n integerValue\n floatValue\n dateTimeValue\n dateValue\n jsonValue\n attribute {\n id\n code\n adminName\n type\n }\n }\n superAttributes {\n id\n code\n adminName\n type\n position\n }\n categories {\n id\n name\n description\n slug\n urlPath\n imageUrl\n metaTitle\n metaDescription\n metaKeywords\n position\n status\n displayMode\n parentId\n filterableAttributes {\n id\n adminName\n code\n type\n position\n }\n translations {\n id\n name\n description\n localeId\n locale\n }\n createdAt\n updatedAt\n }\n inventories {\n id\n qty\n productId\n inventorySourceId\n vendorId\n inventorySource {\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n status\n }\n }\n images {\n id\n type\n path\n productId\n }\n orderedInventories {\n id\n qty\n productId\n channelId\n }\n reviews {\n id\n title\n rating\n comment\n status\n productId\n customerId\n customerName\n createdAt\n updatedAt\n }\n groupedProducts {\n id\n qty\n sortOrder\n productId\n associatedProductId\n associatedProduct {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n }\n downloadableSamples {\n id\n url\n file\n fileName\n type\n sortOrder\n productId\n createdAt\n updatedAt\n translations {\n id\n locale\n title\n productDownloadableSampleId\n }\n }\n downloadableLinks {\n id\n title\n price\n url\n file\n fileName\n type\n sampleUrl\n sampleFile\n sampleFileName\n sampleType\n sortOrder\n productId\n downloads\n translations {\n id\n locale\n title\n productDownloadableLinkId\n }\n }\n bundleOptions {\n id\n type\n isRequired\n sortOrder\n productId\n bundleOptionProducts {\n id\n qty\n isUserDefined\n sortOrder\n isDefault\n productBundleOptionId\n productId\n }\n translations {\n id\n locale\n label\n productBundleOptionId\n }\n }\n customerGroupPrices {\n id\n qty\n valueType\n value\n productId\n customerGroupId\n createdAt\n updatedAt\n }\n booking {\n id\n type\n qty\n location\n showLocation\n availableEveryWeek\n availableFrom\n availableTo\n productId\n defaultSlot {\n id\n bookingType\n duration\n breakTime\n slots {\n to\n toDay\n from\n fromDay\n }\n bookingProductId\n }\n appointmentSlot {\n id\n duration\n breakTime\n sameSlotAllDays\n slots {\n from\n to\n }\n bookingProductId\n }\n }\n cart {\n id\n itemsCount\n itemsQty\n }\n }\n }\n}", + "query": "query products {\n\tproducts(input: {\n # type: \"downloadable\"\n }) {\n paginatorInfo {\n count\n currentPage\n lastPage\n total\n }\n data {\n id\n type\n attributeFamilyId\n sku\n parentId\n productFlats {\n id\n sku\n productNumber\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n color\n colorLabel\n size\n sizeLabel\n locale\n channel\n productId\n parentId\n minPrice\n maxPrice\n metaTitle\n metaKeywords\n metaDescription\n width\n height\n depth\n variants {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n locale\n channel\n productId\n parentId\n }\n parent {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n }\n createdAt\n updatedAt\n }\n variants {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n parent {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n attributeFamily {\n id\n code\n name\n status\n isUserDefined\n }\n attributeValues {\n id\n productId\n attributeId\n locale\n channel\n textValue\n booleanValue\n integerValue\n floatValue\n dateTimeValue\n dateValue\n jsonValue\n attribute {\n id\n code\n adminName\n type\n }\n }\n superAttributes {\n id\n code\n adminName\n type\n position\n }\n categories {\n id\n name\n description\n slug\n urlPath\n imageUrl\n metaTitle\n metaDescription\n metaKeywords\n position\n status\n displayMode\n parentId\n filterableAttributes {\n id\n adminName\n code\n type\n position\n }\n translations {\n id\n name\n description\n localeId\n locale\n }\n createdAt\n updatedAt\n }\n inventories {\n id\n qty\n productId\n inventorySourceId\n vendorId\n inventorySource {\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n status\n }\n }\n images {\n id\n type\n path\n productId\n }\n orderedInventories {\n id\n qty\n productId\n channelId\n }\n reviews {\n id\n title\n rating\n comment\n status\n productId\n customerId\n customerName\n createdAt\n updatedAt\n }\n groupedProducts {\n id\n qty\n sortOrder\n productId\n associatedProductId\n associatedProduct {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n }\n downloadableSamples {\n id\n url\n file\n fileName\n fileUrl\n type\n sortOrder\n productId\n createdAt\n updatedAt\n translations {\n id\n locale\n title\n productDownloadableSampleId\n }\n }\n downloadableLinks {\n id\n title\n price\n url\n file\n fileName\n fileUrl\n type\n sampleUrl\n sampleFile\n sampleFileName\n sampleType\n sortOrder\n productId\n downloads\n translations {\n id\n locale\n title\n productDownloadableLinkId\n }\n }\n bundleOptions {\n id\n type\n isRequired\n sortOrder\n productId\n bundleOptionProducts {\n id\n qty\n isUserDefined\n sortOrder\n isDefault\n productBundleOptionId\n productId\n }\n translations {\n id\n locale\n label\n productBundleOptionId\n }\n }\n customerGroupPrices {\n id\n qty\n valueType\n value\n productId\n customerGroupId\n createdAt\n updatedAt\n }\n booking {\n id\n type\n qty\n location\n showLocation\n availableEveryWeek\n availableFrom\n availableTo\n productId\n defaultSlot {\n id\n bookingType\n duration\n breakTime\n slots {\n to\n toDay\n from\n fromDay\n }\n bookingProductId\n }\n appointmentSlot {\n id\n duration\n breakTime\n sameSlotAllDays\n slots {\n from\n to\n }\n bookingProductId\n }\n }\n cart {\n id\n itemsCount\n itemsQty\n }\n }\n }\n}", "variables": "" } }, @@ -824,7 +824,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "query product {\n\tproduct(id: 1265) {\n id\n type\n attributeFamilyId\n sku\n parentId\n isInWishlist\n sellerProductInfo {\n count\n sellerName\n sellerRating\n soldBy\n }\n priceHtml {\n id\n type\n html\n regular\n regularWithoutCurrencyCode\n special\n specialWithoutCurrencyCode\n currencyCode\n }\n configutableData {\n chooseText\n attributes {\n id\n code\n label\n swatchType\n options {\n id\n label\n swatchType\n }\n }\n index {\n id\n attributeOptionIds {\n attributeId\n attributeCode\n attributeOptionId\n }\n }\n variantPrices {\n id\n regularPrice {\n price\n formatedPrice\n }\n finalPrice {\n price\n formatedPrice\n }\n }\n variantImages {\n id\n images {\n smallImageUrl\n mediumImageUrl\n largeImageUrl\n originalImageUrl\n }\n }\n variantVideos {\n id\n videos\n }\n regularPrice {\n formatedPrice\n price\n }\n }\n productFlats {\n id\n sku\n productNumber\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n color\n colorLabel\n size\n sizeLabel\n locale\n channel\n productId\n parentId\n minPrice\n maxPrice\n metaTitle\n metaKeywords\n metaDescription\n width\n height\n depth\n variants {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n locale\n channel\n productId\n parentId\n }\n parent {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n }\n createdAt\n updatedAt\n }\n variants {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n parent {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n attributeFamily {\n id\n code\n name\n status\n isUserDefined\n attributeGroups {\n id\n name\n position\n isUserDefined\n attributeFamilyId\n customAttributes {\n id\n code\n adminName\n type\n position\n isRequired\n isUnique\n validation\n valuePerLocale\n valuePerChannel\n isFilterable\n isConfigurable\n isVisibleOnFront\n isUserDefined\n swatchType\n useInFlat\n isComparable\n options {\n id\n adminName\n swatchValue\n sortOrder\n attributeId\n attribute {\n id\n adminName\n }\n translations {\n id\n locale\n label\n attributeOptionId\n }\n }\n translations {\n id\n locale\n name\n attributeId\n }\n }\n }\n }\n attributeValues {\n id\n productId\n attributeId\n locale\n channel\n textValue\n booleanValue\n integerValue\n floatValue\n dateTimeValue\n dateValue\n jsonValue\n attribute {\n id\n code\n adminName\n type\n }\n }\n superAttributes {\n id\n code\n adminName\n type\n position\n }\n categories {\n id\n name\n description\n slug\n urlPath\n imageUrl\n metaTitle\n metaDescription\n metaKeywords\n position\n status\n displayMode\n parentId\n filterableAttributes {\n id\n adminName\n code\n type\n position\n }\n translations {\n id\n name\n description\n localeId\n locale\n }\n createdAt\n updatedAt\n }\n inventories {\n id\n qty\n productId\n inventorySourceId\n vendorId\n inventorySource {\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n status\n }\n }\n images {\n id\n type\n path\n url\n productId\n }\n videos {\n id\n type\n path\n url\n productId\n }\n orderedInventories {\n id\n qty\n productId\n channelId\n }\n reviews {\n id\n title\n rating\n comment\n status\n productId\n customerId\n customerName\n createdAt\n updatedAt\n }\n groupedProducts {\n id\n qty\n sortOrder\n productId\n associatedProductId\n associatedProduct {\n id\n type\n attributeFamilyId\n sku\n parentId\n productFlats {\n name\n price\n \n }\n }\n }\n downloadableSamples {\n id\n url\n file\n fileName\n type\n sortOrder\n productId\n createdAt\n updatedAt\n translations {\n id\n locale\n title\n productDownloadableSampleId\n }\n }\n downloadableLinks {\n id\n title\n price\n url\n file\n fileUrl\n fileName\n type\n sampleUrl\n sampleFile\n sampleFileName\n sampleFileUrl\n sampleType\n sortOrder\n productId\n downloads\n translations {\n id\n locale\n title\n productDownloadableLinkId\n }\n }\n bundleOptions {\n id\n type\n isRequired\n sortOrder\n productId\n bundleOptionProducts {\n id\n qty\n isUserDefined\n sortOrder\n isDefault\n productBundleOptionId\n productId\n product {\n productFlats {\n name\n locale\n channel\n }\n }\n }\n translations {\n id\n locale\n label\n productBundleOptionId\n }\n }\n customerGroupPrices {\n id\n qty\n valueType\n value\n productId\n customerGroupId\n createdAt\n updatedAt\n }\n booking {\n id\n type\n qty\n location\n showLocation\n availableEveryWeek\n availableFrom\n availableTo\n productId\n defaultSlot {\n id\n bookingType\n duration\n breakTime\n slots {\n to\n toDay\n from\n fromDay\n }\n bookingProductId\n }\n appointmentSlot {\n id\n duration\n breakTime\n sameSlotAllDays\n slots {\n from\n to\n }\n bookingProductId\n }\n }\n sameDaySlots {\n id\n day\n from\n to\n }\n differentDaySlots {\n id\n day\n from\n to\n }\n cart {\n id\n itemsCount\n itemsQty\n }\n }\n}", + "query": "query product {\n\tproduct(id: 1) {\n id\n type\n attributeFamilyId\n sku\n parentId\n isInWishlist\n isInSale\n new\n featured\n status\n visibleIndividually\n guestCheckout\n \n sellerProductInfo {\n count\n sellerName\n sellerRating\n soldBy\n seller {\n id\n shopTitle\n }\n }\n priceHtml {\n id\n type\n html\n regular\n regularWithoutCurrencyCode\n special\n specialWithoutCurrencyCode\n currencyCode\n }\n configutableData {\n chooseText\n attributes {\n id\n code\n label\n swatchType\n options {\n id\n label\n swatchType\n }\n }\n index {\n id\n attributeOptionIds {\n attributeId\n attributeCode\n attributeOptionId\n }\n }\n variantPrices {\n id\n regularPrice {\n price\n formatedPrice\n }\n finalPrice {\n price\n formatedPrice\n }\n }\n variantImages {\n id\n images {\n smallImageUrl\n mediumImageUrl\n largeImageUrl\n originalImageUrl\n }\n }\n variantVideos {\n id\n videos\n }\n regularPrice {\n formatedPrice\n price\n }\n }\n productFlats {\n id\n sku\n productNumber\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n color\n colorLabel\n size\n sizeLabel\n locale\n channel\n productId\n parentId\n minPrice\n maxPrice\n metaTitle\n metaKeywords\n metaDescription\n width\n height\n depth\n variants {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n locale\n channel\n productId\n parentId\n }\n parent {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n }\n createdAt\n updatedAt\n }\n variants {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n parent {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n attributeFamily {\n id\n code\n name\n status\n isUserDefined\n attributeGroups {\n id\n name\n position\n isUserDefined\n attributeFamilyId\n customAttributes {\n id\n code\n adminName\n type\n position\n isRequired\n isUnique\n validation\n valuePerLocale\n valuePerChannel\n isFilterable\n isConfigurable\n isVisibleOnFront\n isUserDefined\n swatchType\n useInFlat\n isComparable\n options {\n id\n adminName\n swatchValue\n sortOrder\n attributeId\n attribute {\n id\n adminName\n }\n translations {\n id\n locale\n label\n attributeOptionId\n }\n }\n translations {\n id\n locale\n name\n attributeId\n }\n }\n }\n }\n attributeValues {\n id\n productId\n attributeId\n locale\n channel\n textValue\n booleanValue\n integerValue\n floatValue\n dateTimeValue\n dateValue\n jsonValue\n attribute {\n id\n code\n adminName\n type\n }\n }\n superAttributes {\n id\n code\n adminName\n type\n position\n }\n categories {\n id\n name\n description\n slug\n urlPath\n imageUrl\n metaTitle\n metaDescription\n metaKeywords\n position\n status\n displayMode\n parentId\n filterableAttributes {\n id\n adminName\n code\n type\n position\n }\n translations {\n id\n name\n description\n localeId\n locale\n }\n createdAt\n updatedAt\n }\n inventories {\n id\n qty\n productId\n inventorySourceId\n vendorId\n inventorySource {\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n status\n }\n }\n images {\n id\n type\n path\n url\n productId\n }\n videos {\n id\n type\n path\n url\n productId\n }\n orderedInventories {\n id\n qty\n productId\n channelId\n }\n reviews {\n id\n title\n rating\n comment\n status\n productId\n customerId\n customerName\n createdAt\n updatedAt\n }\n groupedProducts {\n id\n qty\n sortOrder\n productId\n associatedProductId\n associatedProduct {\n id\n type\n attributeFamilyId\n sku\n parentId\n productFlats {\n name\n price\n \n }\n }\n }\n downloadableSamples {\n id\n url\n file\n fileName\n fileUrl\n type\n sortOrder\n productId\n createdAt\n updatedAt\n translations {\n id\n locale\n title\n productDownloadableSampleId\n }\n }\n downloadableLinks {\n id\n title\n price\n url\n file\n fileUrl\n fileName\n type\n sampleUrl\n sampleFile\n sampleFileName\n sampleFileUrl\n sampleType\n sortOrder\n productId\n downloads\n translations {\n id\n locale\n title\n productDownloadableLinkId\n }\n }\n bundleOptions {\n id\n type\n isRequired\n sortOrder\n productId\n bundleOptionProducts {\n id\n qty\n isUserDefined\n sortOrder\n isDefault\n productBundleOptionId\n productId\n product {\n productFlats {\n name\n locale\n channel\n }\n }\n }\n translations {\n id\n locale\n label\n productBundleOptionId\n }\n }\n customerGroupPrices {\n id\n qty\n valueType\n value\n productId\n customerGroupId\n createdAt\n updatedAt\n }\n booking {\n id\n type\n qty\n location\n showLocation\n availableEveryWeek\n availableFrom\n availableTo\n productId\n defaultSlot {\n id\n bookingType\n duration\n breakTime\n slots {\n to\n toDay\n from\n fromDay\n }\n bookingProductId\n }\n appointmentSlot {\n id\n duration\n breakTime\n sameSlotAllDays\n slots {\n from\n to\n }\n bookingProductId\n }\n }\n sameDaySlots {\n id\n day\n from\n to\n }\n differentDaySlots {\n id\n day\n from\n to\n }\n cart {\n id\n itemsCount\n itemsQty\n }\n }\n}", "variables": "" } }, @@ -884,7 +884,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation updateProduct {\n updateProduct(id: 2, input: {\n channel: \"default\"\n locale: \"en\"\n sku: \"men-cloths\"\n name: \"Men Cloths\"\n urlKey: \"men-cloths\"\n taxCategoryId: 1\n new: true\n featured: true\n visibleIndividually: true\n status: true\n guestCheckout: false\n color: 3\n size: 9\n shortDescription: \"
Home Decor Short Description
\"\n description: \"Home Decor Description
\"\n metaTitle: \"Home Decor Meta Title\"\n metaKeywords: \"Home Decor Meta Keywords\"\n metaDescription: \"Home Decor Meta Description\"\n price: 12.55\n cost: 11.50\n specialPrice: 11.30\n specialPriceFrom: \"2021-02-08\"\n specialPriceTo: \"2023-02-28\"\n width: 30\n height: 24\n depth: 11\n weight: 5.20\n customerGroupPrices: [{\n customerGroupId: 2\n qty: 2\n valueType: \"fixed\"\n value: 10\n },\t{\n customerGroupId: 3\n qty: 3\n valueType: \"discount\"\n value: 2\n }]\n inventories: [{\n \tinventorySourceId: 1\n \tqty: 111\n }]\n categories: [1]\n channels: [1]\n upSell: [2]\n images: [\n \"https://cdn.pixabay.com/photo/2017/05/23/10/53/t-shirt-design-2336850_960_720.jpg\",\n \t\"https://cdn.pixabay.com/photo/2017/05/28/18/38/t-shirt-2351761_960_720.jpg\",\n \t\"https://cdn.pixabay.com/photo/2019/07/27/21/42/t-shirt-4367577_960_720.jpg\"\n ]\n videos: [\n \t\"https://file-examples-com.github.io/uploads/2017/04/file_example_MP4_480_1_5MG.mp4\"\n ]\n }) {\n id\n type\n attributeFamilyId\n sku\n parentId\n productFlats {\n id\n sku\n productNumber\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n color\n colorLabel\n size\n sizeLabel\n locale\n channel\n productId\n parentId\n minPrice\n maxPrice\n metaTitle\n metaKeywords\n metaDescription\n width\n height\n depth\n variants {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n locale\n channel\n productId\n parentId\n }\n parent {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n }\n createdAt\n updatedAt\n }\n variants {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n parent {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n attributeFamily {\n id\n code\n name\n status\n isUserDefined\n }\n attributeValues {\n id\n productId\n attributeId\n locale\n channel\n textValue\n booleanValue\n integerValue\n floatValue\n dateTimeValue\n dateValue\n jsonValue\n attribute {\n id\n code\n adminName\n type\n }\n }\n superAttributes {\n id\n code\n adminName\n type\n position\n }\n categories {\n id\n name\n description\n slug\n urlPath\n imageUrl\n metaTitle\n metaDescription\n metaKeywords\n position\n status\n displayMode\n parentId\n filterableAttributes {\n id\n adminName\n code\n type\n position\n }\n translations {\n id\n name\n description\n localeId\n locale\n }\n createdAt\n updatedAt\n }\n inventories {\n id\n qty\n productId\n inventorySourceId\n vendorId\n inventorySource {\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n status\n }\n }\n images {\n id\n type\n path\n url\n productId\n }\n videos {\n id\n type\n path\n url\n productId\n }\n orderedInventories {\n id\n qty\n productId\n channelId\n }\n reviews {\n id\n title\n rating\n comment\n status\n productId\n customerId\n customerName\n createdAt\n updatedAt\n }\n groupedProducts {\n id\n qty\n sortOrder\n productId\n associatedProductId\n associatedProduct {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n }\n downloadableSamples {\n id\n url\n file\n fileName\n type\n sortOrder\n productId\n createdAt\n updatedAt\n translations {\n id\n locale\n title\n productDownloadableSampleId\n }\n }\n downloadableLinks {\n id\n title\n price\n url\n file\n fileName\n type\n sampleUrl\n sampleFile\n sampleFileName\n sampleType\n sortOrder\n productId\n downloads\n translations {\n id\n locale\n title\n productDownloadableLinkId\n }\n }\n bundleOptions {\n id\n type\n isRequired\n sortOrder\n productId\n bundleOptionProducts {\n id\n qty\n isUserDefined\n sortOrder\n isDefault\n productBundleOptionId\n productId\n }\n translations {\n id\n locale\n label\n productBundleOptionId\n }\n }\n customerGroupPrices {\n id\n qty\n valueType\n value\n productId\n customerGroupId\n createdAt\n updatedAt\n }\n booking {\n id\n type\n qty\n location\n showLocation\n availableEveryWeek\n availableFrom\n availableTo\n productId\n defaultSlot {\n id\n bookingType\n duration\n breakTime\n slots {\n to\n toDay\n from\n fromDay\n }\n bookingProductId\n }\n appointmentSlot {\n id\n duration\n breakTime\n sameSlotAllDays\n slots {\n from\n to\n }\n bookingProductId\n }\n }\n }\n}", + "query": "mutation updateProduct {\n updateProduct(id: 1, input: {\n channel: \"default\"\n locale: \"en\"\n sku: \"men-cloths\"\n name: \"Men Cloths\"\n urlKey: \"men-cloths\"\n taxCategoryId: 1\n new: true\n featured: true\n visibleIndividually: true\n status: true\n guestCheckout: false\n color: 3\n size: 9\n shortDescription: \"Home Decor Short Description
\"\n description: \"Home Decor Description
\"\n metaTitle: \"Home Decor Meta Title\"\n metaKeywords: \"Home Decor Meta Keywords\"\n metaDescription: \"Home Decor Meta Description\"\n price: 12.55\n cost: 11.50\n specialPrice: 11.30\n specialPriceFrom: \"2021-02-08\"\n specialPriceTo: \"2023-02-28\"\n width: 30\n height: 24\n depth: 11\n weight: 5.20\n customerGroupPrices: [{\n customerGroupId: 2\n qty: 2\n valueType: \"fixed\"\n value: 10\n },\t{\n customerGroupId: 3\n qty: 3\n valueType: \"discount\"\n value: 2\n }]\n inventories: [{\n \tinventorySourceId: 1\n \tqty: 111\n }]\n categories: [1]\n channels: [1]\n upSell: [2]\n images: [\n \"https://cdn.pixabay.com/photo/2017/05/23/10/53/t-shirt-design-2336850_960_720.jpg\",\n \t\"https://cdn.pixabay.com/photo/2017/05/28/18/38/t-shirt-2351761_960_720.jpg\",\n \t\"https://cdn.pixabay.com/photo/2019/07/27/21/42/t-shirt-4367577_960_720.jpg\"\n ]\n videos: [\n \t\"https://file-examples-com.github.io/uploads/2017/04/file_example_MP4_480_1_5MG.mp4\"\n ]\n }) {\n id\n type\n attributeFamilyId\n sku\n parentId\n productFlats {\n id\n sku\n productNumber\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n color\n colorLabel\n size\n sizeLabel\n locale\n channel\n productId\n parentId\n minPrice\n maxPrice\n metaTitle\n metaKeywords\n metaDescription\n width\n height\n depth\n variants {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n locale\n channel\n productId\n parentId\n }\n parent {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n }\n createdAt\n updatedAt\n }\n variants {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n parent {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n attributeFamily {\n id\n code\n name\n status\n isUserDefined\n }\n attributeValues {\n id\n productId\n attributeId\n locale\n channel\n textValue\n booleanValue\n integerValue\n floatValue\n dateTimeValue\n dateValue\n jsonValue\n attribute {\n id\n code\n adminName\n type\n }\n }\n superAttributes {\n id\n code\n adminName\n type\n position\n }\n categories {\n id\n name\n description\n slug\n urlPath\n imageUrl\n metaTitle\n metaDescription\n metaKeywords\n position\n status\n displayMode\n parentId\n filterableAttributes {\n id\n adminName\n code\n type\n position\n }\n translations {\n id\n name\n description\n localeId\n locale\n }\n createdAt\n updatedAt\n }\n inventories {\n id\n qty\n productId\n inventorySourceId\n vendorId\n inventorySource {\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n status\n }\n }\n images {\n id\n type\n path\n url\n productId\n }\n videos {\n id\n type\n path\n url\n productId\n }\n orderedInventories {\n id\n qty\n productId\n channelId\n }\n reviews {\n id\n title\n rating\n comment\n status\n productId\n customerId\n customerName\n createdAt\n updatedAt\n }\n groupedProducts {\n id\n qty\n sortOrder\n productId\n associatedProductId\n associatedProduct {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n }\n downloadableSamples {\n id\n url\n file\n fileName\n type\n sortOrder\n productId\n createdAt\n updatedAt\n translations {\n id\n locale\n title\n productDownloadableSampleId\n }\n }\n downloadableLinks {\n id\n title\n price\n url\n file\n fileName\n type\n sampleUrl\n sampleFile\n sampleFileName\n sampleType\n sortOrder\n productId\n downloads\n translations {\n id\n locale\n title\n productDownloadableLinkId\n }\n }\n bundleOptions {\n id\n type\n isRequired\n sortOrder\n productId\n bundleOptionProducts {\n id\n qty\n isUserDefined\n sortOrder\n isDefault\n productBundleOptionId\n productId\n }\n translations {\n id\n locale\n label\n productBundleOptionId\n }\n }\n customerGroupPrices {\n id\n qty\n valueType\n value\n productId\n customerGroupId\n createdAt\n updatedAt\n }\n booking {\n id\n type\n qty\n location\n showLocation\n availableEveryWeek\n availableFrom\n availableTo\n productId\n defaultSlot {\n id\n bookingType\n duration\n breakTime\n slots {\n to\n toDay\n from\n fromDay\n }\n bookingProductId\n }\n appointmentSlot {\n id\n duration\n breakTime\n sameSlotAllDays\n slots {\n from\n to\n }\n bookingProductId\n }\n }\n }\n}", "variables": "" } }, @@ -938,7 +938,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation updateProduct {\n updateProduct(id: 3, input: {\n channel: \"default\"\n locale: \"en\"\n sku: \"home-decor-2\"\n name: \"Home Decor-2\"\n urlKey: \"home-decor-2\"\n taxCategoryId: 1\n new: true\n featured: true\n visibleIndividually: true\n status: true\n guestCheckout: true\n color: 3\n size: 9\n shortDescription: \"Home Decor Short Description
\"\n description: \"Home Decor Description
\"\n metaTitle: \"Home Decor Meta Title\"\n metaKeywords: \"Home Decor Meta Keywords\"\n metaDescription: \"Home Decor Meta Description\"\n price: 12.55\n cost: 11.50\n specialPrice: 11.30\n specialPriceFrom: \"2021-02-08\"\n specialPriceTo: \"2021-02-28\"\n width: 30\n height: 24\n depth: 11\n weight: 5.20\n customerGroupPrices: [{\n customerGroupId: 2\n qty: 2\n valueType: \"fixed\"\n value: 10\n },\t{\n customerGroupId: 3\n qty: 3\n valueType: \"discount\"\n value: 2\n }]\n inventories: [{\n \tinventorySourceId: 1\n \tqty: 111\n }]\n categories: [1, 3]\n channels: [1]\n upSell: []\n images: [\n \t\"https://cdn.pixabay.com/photo/2017/05/28/18/38/t-shirt-2351761_960_720.jpg\",\n \t\"https://cdn.pixabay.com/photo/2019/07/27/21/42/t-shirt-4367577_960_720.jpg\"\n ]\n videos: [\n \t\"https://file-examples-com.github.io/uploads/2017/04/file_example_MP4_480_1_5MG.mp4\"\n ]\n # variants index passed only in case of configurable type product\n variants: [{\n variantId: 4\n sku: \"home-decor-2-variant-1-6\"\n name: \"Red-S\"\n color: 1\n size: 6\n inventories: [{\n inventorySourceId: 1\n qty: 111\n }]\n price: 10.0000\n weight: 1\n status: true\n }, {\n variantId: 5\n sku: \"home-decor-2-variant-2-6\"\n name: \"Green-S\"\n color: 2\n size: 6\n inventories: [{\n inventorySourceId: 1\n qty: 23\n }]\n price: 7.5000\n weight: 1.45\n status: true\n }]\n }) {\n id\n type\n attributeFamilyId\n sku\n parentId\n productFlats {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n color\n colorLabel\n size\n sizeLabel\n locale\n channel\n productId\n parentId\n minPrice\n maxPrice\n metaTitle\n metaKeywords\n metaDescription\n width\n height\n depth\n variants {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n locale\n channel\n productId\n parentId\n }\n parent {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n }\n createdAt\n updatedAt\n }\n variants {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n parent {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n attributeFamily {\n id\n code\n name\n status\n isUserDefined\n }\n attributeValues {\n id\n productId\n attributeId\n locale\n channel\n textValue\n booleanValue\n integerValue\n floatValue\n dateTimeValue\n dateValue\n jsonValue\n attribute {\n id\n code\n adminName\n type\n }\n }\n superAttributes {\n id\n code\n adminName\n type\n position\n }\n categories {\n id\n name\n description\n slug\n urlPath\n imageUrl\n metaTitle\n metaDescription\n metaKeywords\n position\n status\n displayMode\n parentId\n filterableAttributes {\n id\n adminName\n code\n type\n position\n }\n translations {\n id\n name\n description\n localeId\n locale\n }\n createdAt\n updatedAt\n }\n inventories {\n id\n qty\n productId\n inventorySourceId\n vendorId\n inventorySource {\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n status\n }\n }\n images {\n id\n type\n path\n productId\n }\n orderedInventories {\n id\n qty\n productId\n channelId\n }\n reviews {\n id\n title\n rating\n comment\n status\n productId\n customerId\n customerName\n createdAt\n updatedAt\n }\n groupedProducts {\n id\n qty\n sortOrder\n productId\n associatedProductId\n associatedProduct {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n }\n downloadableSamples {\n id\n url\n file\n fileName\n type\n sortOrder\n productId\n createdAt\n updatedAt\n translations {\n id\n locale\n title\n productDownloadableSampleId\n }\n }\n downloadableLinks {\n id\n title\n price\n url\n file\n fileName\n type\n sampleUrl\n sampleFile\n sampleFileName\n sampleType\n sortOrder\n productId\n downloads\n translations {\n id\n locale\n title\n productDownloadableLinkId\n }\n }\n bundleOptions {\n id\n type\n isRequired\n sortOrder\n productId\n bundleOptionProducts {\n id\n qty\n isUserDefined\n sortOrder\n isDefault\n productBundleOptionId\n productId\n }\n translations {\n id\n locale\n label\n productBundleOptionId\n }\n }\n customerGroupPrices {\n id\n qty\n valueType\n value\n productId\n customerGroupId\n createdAt\n updatedAt\n }\n booking {\n id\n type\n qty\n location\n showLocation\n availableEveryWeek\n availableFrom\n availableTo\n productId\n defaultSlot {\n id\n bookingType\n duration\n breakTime\n slots {\n to\n toDay\n from\n fromDay\n }\n bookingProductId\n }\n appointmentSlot {\n id\n duration\n breakTime\n sameSlotAllDays\n slots {\n from\n to\n }\n bookingProductId\n }\n }\n }\n}", + "query": "mutation updateProduct {\n updateProduct(id: 1, input: {\n channel: \"default\"\n locale: \"en\"\n sku: \"home-decor-2\"\n name: \"Home Decor-2\"\n urlKey: \"home-decor-2\"\n taxCategoryId: 1\n new: true\n featured: true\n visibleIndividually: true\n status: true\n guestCheckout: true\n color: 3\n size: 9\n shortDescription: \"Home Decor Short Description
\"\n description: \"Home Decor Description
\"\n metaTitle: \"Home Decor Meta Title\"\n metaKeywords: \"Home Decor Meta Keywords\"\n metaDescription: \"Home Decor Meta Description\"\n price: 12.55\n cost: 11.50\n specialPrice: 11.30\n specialPriceFrom: \"2021-02-08\"\n specialPriceTo: \"2021-02-28\"\n width: 30\n height: 24\n depth: 11\n weight: 5.20\n customerGroupPrices: [{\n customerGroupId: 2\n qty: 2\n valueType: \"fixed\"\n value: 10\n },\t{\n customerGroupId: 3\n qty: 3\n valueType: \"discount\"\n value: 2\n }]\n inventories: [{\n \tinventorySourceId: 1\n \tqty: 111\n }]\n categories: [1, 3]\n channels: [1]\n upSell: []\n images: [\n \t\"https://cdn.pixabay.com/photo/2017/05/28/18/38/t-shirt-2351761_960_720.jpg\",\n \t\"https://cdn.pixabay.com/photo/2019/07/27/21/42/t-shirt-4367577_960_720.jpg\"\n ]\n videos: [\n \t\"https://file-examples-com.github.io/uploads/2017/04/file_example_MP4_480_1_5MG.mp4\"\n ]\n # variants index passed only in case of configurable type product\n variants: [{\n variantId: 4\n sku: \"home-decor-2-variant-1-6\"\n name: \"Red-S\"\n color: 1\n size: 6\n inventories: [{\n inventorySourceId: 1\n qty: 111\n }]\n price: 10.0000\n weight: 1\n status: true\n }, {\n variantId: 5\n sku: \"home-decor-2-variant-2-6\"\n name: \"Green-S\"\n color: 2\n size: 6\n inventories: [{\n inventorySourceId: 1\n qty: 23\n }]\n price: 7.5000\n weight: 1.45\n status: true\n }]\n }) {\n id\n type\n attributeFamilyId\n sku\n parentId\n productFlats {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n color\n colorLabel\n size\n sizeLabel\n locale\n channel\n productId\n parentId\n minPrice\n maxPrice\n metaTitle\n metaKeywords\n metaDescription\n width\n height\n depth\n variants {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n locale\n channel\n productId\n parentId\n }\n parent {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n }\n createdAt\n updatedAt\n }\n variants {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n parent {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n attributeFamily {\n id\n code\n name\n status\n isUserDefined\n }\n attributeValues {\n id\n productId\n attributeId\n locale\n channel\n textValue\n booleanValue\n integerValue\n floatValue\n dateTimeValue\n dateValue\n jsonValue\n attribute {\n id\n code\n adminName\n type\n }\n }\n superAttributes {\n id\n code\n adminName\n type\n position\n }\n categories {\n id\n name\n description\n slug\n urlPath\n imageUrl\n metaTitle\n metaDescription\n metaKeywords\n position\n status\n displayMode\n parentId\n filterableAttributes {\n id\n adminName\n code\n type\n position\n }\n translations {\n id\n name\n description\n localeId\n locale\n }\n createdAt\n updatedAt\n }\n inventories {\n id\n qty\n productId\n inventorySourceId\n vendorId\n inventorySource {\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n status\n }\n }\n images {\n id\n type\n path\n productId\n }\n orderedInventories {\n id\n qty\n productId\n channelId\n }\n reviews {\n id\n title\n rating\n comment\n status\n productId\n customerId\n customerName\n createdAt\n updatedAt\n }\n groupedProducts {\n id\n qty\n sortOrder\n productId\n associatedProductId\n associatedProduct {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n }\n downloadableSamples {\n id\n url\n file\n fileName\n type\n sortOrder\n productId\n createdAt\n updatedAt\n translations {\n id\n locale\n title\n productDownloadableSampleId\n }\n }\n downloadableLinks {\n id\n title\n price\n url\n file\n fileName\n type\n sampleUrl\n sampleFile\n sampleFileName\n sampleType\n sortOrder\n productId\n downloads\n translations {\n id\n locale\n title\n productDownloadableLinkId\n }\n }\n bundleOptions {\n id\n type\n isRequired\n sortOrder\n productId\n bundleOptionProducts {\n id\n qty\n isUserDefined\n sortOrder\n isDefault\n productBundleOptionId\n productId\n }\n translations {\n id\n locale\n label\n productBundleOptionId\n }\n }\n customerGroupPrices {\n id\n qty\n valueType\n value\n productId\n customerGroupId\n createdAt\n updatedAt\n }\n booking {\n id\n type\n qty\n location\n showLocation\n availableEveryWeek\n availableFrom\n availableTo\n productId\n defaultSlot {\n id\n bookingType\n duration\n breakTime\n slots {\n to\n toDay\n from\n fromDay\n }\n bookingProductId\n }\n appointmentSlot {\n id\n duration\n breakTime\n sameSlotAllDays\n slots {\n from\n to\n }\n bookingProductId\n }\n }\n }\n}", "variables": "" } }, @@ -992,7 +992,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation updateProduct {\n updateProduct(id: 6, input: {\n channel: \"default\"\n locale: \"en\"\n sku: \"virtual-demo\"\n name: \"Online Tuition Classes\"\n urlKey: \"online-tuition-classes\"\n taxCategoryId: 1\n new: true\n featured: true\n visibleIndividually: true\n status: true\n guestCheckout: true\n color: 3\n size: 9\n shortDescription: \"Home Decor Short Description
\"\n description: \"Home Decor Description
\"\n metaTitle: \"Home Decor Meta Title\"\n metaKeywords: \"Home Decor Meta Keywords\"\n metaDescription: \"Home Decor Meta Description\"\n price: 12.55\n cost: 0\n specialPrice: 11.30\n specialPriceFrom: \"2021-02-08\"\n specialPriceTo: \"2021-02-28\"\n customerGroupPrices: [{\n customerGroupId: null\n qty: 2\n valueType: \"fixed\"\n value: 5\n }]\n inventories: [{\n \tinventorySourceId: 1\n \tqty: 111\n }]\n categories: [1, 3]\n channels: [1]\n upSell: [1]\n images: [\n \t\"https://cdn.pixabay.com/photo/2021/02/01/12/28/fisherman-5970480_960_720.jpg\"\n ]\n }) {\n id\n type\n attributeFamilyId\n sku\n parentId\n productFlats {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n color\n colorLabel\n size\n sizeLabel\n locale\n channel\n productId\n parentId\n minPrice\n maxPrice\n metaTitle\n metaKeywords\n metaDescription\n width\n height\n depth\n variants {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n locale\n channel\n productId\n parentId\n }\n parent {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n }\n createdAt\n updatedAt\n }\n variants {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n parent {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n attributeFamily {\n id\n code\n name\n status\n isUserDefined\n }\n attributeValues {\n id\n productId\n attributeId\n locale\n channel\n textValue\n booleanValue\n integerValue\n floatValue\n dateTimeValue\n dateValue\n jsonValue\n attribute {\n id\n code\n adminName\n type\n }\n }\n superAttributes {\n id\n code\n adminName\n type\n position\n }\n categories {\n id\n name\n description\n slug\n urlPath\n imageUrl\n metaTitle\n metaDescription\n metaKeywords\n position\n status\n displayMode\n parentId\n filterableAttributes {\n id\n adminName\n code\n type\n position\n }\n translations {\n id\n name\n description\n localeId\n locale\n }\n createdAt\n updatedAt\n }\n inventories {\n id\n qty\n productId\n inventorySourceId\n vendorId\n inventorySource {\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n status\n }\n }\n images {\n id\n type\n path\n productId\n }\n orderedInventories {\n id\n qty\n productId\n channelId\n }\n reviews {\n id\n title\n rating\n comment\n status\n productId\n customerId\n customerName\n createdAt\n updatedAt\n }\n groupedProducts {\n id\n qty\n sortOrder\n productId\n associatedProductId\n associatedProduct {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n }\n downloadableSamples {\n id\n url\n file\n fileName\n type\n sortOrder\n productId\n createdAt\n updatedAt\n translations {\n id\n locale\n title\n productDownloadableSampleId\n }\n }\n downloadableLinks {\n id\n title\n price\n url\n file\n fileName\n type\n sampleUrl\n sampleFile\n sampleFileName\n sampleType\n sortOrder\n productId\n downloads\n translations {\n id\n locale\n title\n productDownloadableLinkId\n }\n }\n bundleOptions {\n id\n type\n isRequired\n sortOrder\n productId\n bundleOptionProducts {\n id\n qty\n isUserDefined\n sortOrder\n isDefault\n productBundleOptionId\n productId\n }\n translations {\n id\n locale\n label\n productBundleOptionId\n }\n }\n customerGroupPrices {\n id\n qty\n valueType\n value\n productId\n customerGroupId\n createdAt\n updatedAt\n }\n booking {\n id\n type\n qty\n location\n showLocation\n availableEveryWeek\n availableFrom\n availableTo\n productId\n defaultSlot {\n id\n bookingType\n duration\n breakTime\n slots {\n to\n toDay\n from\n fromDay\n }\n bookingProductId\n }\n appointmentSlot {\n id\n duration\n breakTime\n sameSlotAllDays\n slots {\n from\n to\n }\n bookingProductId\n }\n }\n }\n}", + "query": "mutation updateProduct {\n updateProduct(id: 1, input: {\n channel: \"default\"\n locale: \"en\"\n sku: \"virtual-demo\"\n name: \"Online Tuition Classes\"\n urlKey: \"online-tuition-classes\"\n taxCategoryId: 1\n new: true\n featured: true\n visibleIndividually: true\n status: true\n guestCheckout: true\n color: 3\n size: 9\n shortDescription: \"Home Decor Short Description
\"\n description: \"Home Decor Description
\"\n metaTitle: \"Home Decor Meta Title\"\n metaKeywords: \"Home Decor Meta Keywords\"\n metaDescription: \"Home Decor Meta Description\"\n price: 12.55\n cost: 0\n specialPrice: 11.30\n specialPriceFrom: \"2021-02-08\"\n specialPriceTo: \"2021-02-28\"\n customerGroupPrices: [{\n customerGroupId: null\n qty: 2\n valueType: \"fixed\"\n value: 5\n }]\n inventories: [{\n \tinventorySourceId: 1\n \tqty: 111\n }]\n categories: [1, 3]\n channels: [1]\n upSell: [1]\n images: [\n \t\"https://cdn.pixabay.com/photo/2021/02/01/12/28/fisherman-5970480_960_720.jpg\"\n ]\n }) {\n id\n type\n attributeFamilyId\n sku\n parentId\n productFlats {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n color\n colorLabel\n size\n sizeLabel\n locale\n channel\n productId\n parentId\n minPrice\n maxPrice\n metaTitle\n metaKeywords\n metaDescription\n width\n height\n depth\n variants {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n locale\n channel\n productId\n parentId\n }\n parent {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n }\n createdAt\n updatedAt\n }\n variants {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n parent {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n attributeFamily {\n id\n code\n name\n status\n isUserDefined\n }\n attributeValues {\n id\n productId\n attributeId\n locale\n channel\n textValue\n booleanValue\n integerValue\n floatValue\n dateTimeValue\n dateValue\n jsonValue\n attribute {\n id\n code\n adminName\n type\n }\n }\n superAttributes {\n id\n code\n adminName\n type\n position\n }\n categories {\n id\n name\n description\n slug\n urlPath\n imageUrl\n metaTitle\n metaDescription\n metaKeywords\n position\n status\n displayMode\n parentId\n filterableAttributes {\n id\n adminName\n code\n type\n position\n }\n translations {\n id\n name\n description\n localeId\n locale\n }\n createdAt\n updatedAt\n }\n inventories {\n id\n qty\n productId\n inventorySourceId\n vendorId\n inventorySource {\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n status\n }\n }\n images {\n id\n type\n path\n productId\n }\n orderedInventories {\n id\n qty\n productId\n channelId\n }\n reviews {\n id\n title\n rating\n comment\n status\n productId\n customerId\n customerName\n createdAt\n updatedAt\n }\n groupedProducts {\n id\n qty\n sortOrder\n productId\n associatedProductId\n associatedProduct {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n }\n downloadableSamples {\n id\n url\n file\n fileName\n type\n sortOrder\n productId\n createdAt\n updatedAt\n translations {\n id\n locale\n title\n productDownloadableSampleId\n }\n }\n downloadableLinks {\n id\n title\n price\n url\n file\n fileName\n type\n sampleUrl\n sampleFile\n sampleFileName\n sampleType\n sortOrder\n productId\n downloads\n translations {\n id\n locale\n title\n productDownloadableLinkId\n }\n }\n bundleOptions {\n id\n type\n isRequired\n sortOrder\n productId\n bundleOptionProducts {\n id\n qty\n isUserDefined\n sortOrder\n isDefault\n productBundleOptionId\n productId\n }\n translations {\n id\n locale\n label\n productBundleOptionId\n }\n }\n customerGroupPrices {\n id\n qty\n valueType\n value\n productId\n customerGroupId\n createdAt\n updatedAt\n }\n booking {\n id\n type\n qty\n location\n showLocation\n availableEveryWeek\n availableFrom\n availableTo\n productId\n defaultSlot {\n id\n bookingType\n duration\n breakTime\n slots {\n to\n toDay\n from\n fromDay\n }\n bookingProductId\n }\n appointmentSlot {\n id\n duration\n breakTime\n sameSlotAllDays\n slots {\n from\n to\n }\n bookingProductId\n }\n }\n }\n}", "variables": "" } }, @@ -1049,7 +1049,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation updateProduct {\n updateProduct(id: 7, input: {\n channel: \"default\"\n locale: \"en\"\n sku: \"grouped-demo\"\n name: \"Phone Accessories\"\n urlKey: \"phone-accessories\"\n taxCategoryId: 1\n new: true\n featured: true\n visibleIndividually: true\n status: true\n guestCheckout: true\n color: 3\n size: 9\n shortDescription: \"Home Decor Short Description
\"\n description: \"Home Decor Description
\"\n metaTitle: \"Home Decor Meta Title\"\n metaKeywords: \"Home Decor Meta Keywords\"\n metaDescription: \"Home Decor Meta Description\"\n price: 0\n links: [{\n associatedProductId: 1\n qty: 3\n sortOrder: 0\n }, {\n associatedProductId: 6\n qty: 4\n sortOrder: 1\n }]\n categories: [1, 3]\n channels: [1]\n upSell: [1]\n images: [\n \t\"https://cdn.pixabay.com/photo/2016/12/19/08/39/mobile-phone-1917737_960_720.jpg\",\n \t\"https://cdn.pixabay.com/photo/2014/08/05/10/27/iphone-410311_960_720.jpg\"\n ]\n }) {\n id\n type\n attributeFamilyId\n sku\n parentId\n productFlats {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n color\n colorLabel\n size\n sizeLabel\n locale\n channel\n productId\n parentId\n minPrice\n maxPrice\n metaTitle\n metaKeywords\n metaDescription\n width\n height\n depth\n variants {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n locale\n channel\n productId\n parentId\n }\n parent {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n }\n createdAt\n updatedAt\n }\n variants {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n parent {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n attributeFamily {\n id\n code\n name\n status\n isUserDefined\n }\n attributeValues {\n id\n productId\n attributeId\n locale\n channel\n textValue\n booleanValue\n integerValue\n floatValue\n dateTimeValue\n dateValue\n jsonValue\n attribute {\n id\n code\n adminName\n type\n }\n }\n superAttributes {\n id\n code\n adminName\n type\n position\n }\n categories {\n id\n name\n description\n slug\n urlPath\n imageUrl\n metaTitle\n metaDescription\n metaKeywords\n position\n status\n displayMode\n parentId\n filterableAttributes {\n id\n adminName\n code\n type\n position\n }\n translations {\n id\n name\n description\n localeId\n locale\n }\n createdAt\n updatedAt\n }\n inventories {\n id\n qty\n productId\n inventorySourceId\n vendorId\n inventorySource {\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n status\n }\n }\n images {\n id\n type\n path\n productId\n }\n orderedInventories {\n id\n qty\n productId\n channelId\n }\n reviews {\n id\n title\n rating\n comment\n status\n productId\n customerId\n customerName\n createdAt\n updatedAt\n }\n groupedProducts {\n id\n qty\n sortOrder\n productId\n associatedProductId\n associatedProduct {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n }\n downloadableSamples {\n id\n url\n file\n fileName\n type\n sortOrder\n productId\n createdAt\n updatedAt\n translations {\n id\n locale\n title\n productDownloadableSampleId\n }\n }\n downloadableLinks {\n id\n title\n price\n url\n file\n fileName\n type\n sampleUrl\n sampleFile\n sampleFileName\n sampleType\n sortOrder\n productId\n downloads\n translations {\n id\n locale\n title\n productDownloadableLinkId\n }\n }\n bundleOptions {\n id\n type\n isRequired\n sortOrder\n productId\n bundleOptionProducts {\n id\n qty\n isUserDefined\n sortOrder\n isDefault\n productBundleOptionId\n productId\n }\n translations {\n id\n locale\n label\n productBundleOptionId\n }\n }\n customerGroupPrices {\n id\n qty\n valueType\n value\n productId\n customerGroupId\n createdAt\n updatedAt\n }\n booking {\n id\n type\n qty\n location\n showLocation\n availableEveryWeek\n availableFrom\n availableTo\n productId\n defaultSlot {\n id\n bookingType\n duration\n breakTime\n slots {\n to\n toDay\n from\n fromDay\n }\n bookingProductId\n }\n appointmentSlot {\n id\n duration\n breakTime\n sameSlotAllDays\n slots {\n from\n to\n }\n bookingProductId\n }\n }\n }\n}", + "query": "mutation updateProduct {\n updateProduct(id: 1, input: {\n channel: \"default\"\n locale: \"en\"\n sku: \"grouped-demo\"\n name: \"Phone Accessories\"\n urlKey: \"phone-accessories\"\n taxCategoryId: 1\n new: true\n featured: true\n visibleIndividually: true\n status: true\n guestCheckout: true\n color: 3\n size: 9\n shortDescription: \"Home Decor Short Description
\"\n description: \"Home Decor Description
\"\n metaTitle: \"Home Decor Meta Title\"\n metaKeywords: \"Home Decor Meta Keywords\"\n metaDescription: \"Home Decor Meta Description\"\n price: 0\n links: [{\n associatedProductId: 1\n qty: 3\n sortOrder: 0\n }, {\n associatedProductId: 6\n qty: 4\n sortOrder: 1\n }]\n categories: [1, 3]\n channels: [1]\n upSell: [1]\n images: [\n \t\"https://cdn.pixabay.com/photo/2016/12/19/08/39/mobile-phone-1917737_960_720.jpg\",\n \t\"https://cdn.pixabay.com/photo/2014/08/05/10/27/iphone-410311_960_720.jpg\"\n ]\n }) {\n id\n type\n attributeFamilyId\n sku\n parentId\n productFlats {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n color\n colorLabel\n size\n sizeLabel\n locale\n channel\n productId\n parentId\n minPrice\n maxPrice\n metaTitle\n metaKeywords\n metaDescription\n width\n height\n depth\n variants {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n locale\n channel\n productId\n parentId\n }\n parent {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n }\n createdAt\n updatedAt\n }\n variants {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n parent {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n attributeFamily {\n id\n code\n name\n status\n isUserDefined\n }\n attributeValues {\n id\n productId\n attributeId\n locale\n channel\n textValue\n booleanValue\n integerValue\n floatValue\n dateTimeValue\n dateValue\n jsonValue\n attribute {\n id\n code\n adminName\n type\n }\n }\n superAttributes {\n id\n code\n adminName\n type\n position\n }\n categories {\n id\n name\n description\n slug\n urlPath\n imageUrl\n metaTitle\n metaDescription\n metaKeywords\n position\n status\n displayMode\n parentId\n filterableAttributes {\n id\n adminName\n code\n type\n position\n }\n translations {\n id\n name\n description\n localeId\n locale\n }\n createdAt\n updatedAt\n }\n inventories {\n id\n qty\n productId\n inventorySourceId\n vendorId\n inventorySource {\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n status\n }\n }\n images {\n id\n type\n path\n productId\n }\n orderedInventories {\n id\n qty\n productId\n channelId\n }\n reviews {\n id\n title\n rating\n comment\n status\n productId\n customerId\n customerName\n createdAt\n updatedAt\n }\n groupedProducts {\n id\n qty\n sortOrder\n productId\n associatedProductId\n associatedProduct {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n }\n downloadableSamples {\n id\n url\n file\n fileName\n type\n sortOrder\n productId\n createdAt\n updatedAt\n translations {\n id\n locale\n title\n productDownloadableSampleId\n }\n }\n downloadableLinks {\n id\n title\n price\n url\n file\n fileName\n type\n sampleUrl\n sampleFile\n sampleFileName\n sampleType\n sortOrder\n productId\n downloads\n translations {\n id\n locale\n title\n productDownloadableLinkId\n }\n }\n bundleOptions {\n id\n type\n isRequired\n sortOrder\n productId\n bundleOptionProducts {\n id\n qty\n isUserDefined\n sortOrder\n isDefault\n productBundleOptionId\n productId\n }\n translations {\n id\n locale\n label\n productBundleOptionId\n }\n }\n customerGroupPrices {\n id\n qty\n valueType\n value\n productId\n customerGroupId\n createdAt\n updatedAt\n }\n booking {\n id\n type\n qty\n location\n showLocation\n availableEveryWeek\n availableFrom\n availableTo\n productId\n defaultSlot {\n id\n bookingType\n duration\n breakTime\n slots {\n to\n toDay\n from\n fromDay\n }\n bookingProductId\n }\n appointmentSlot {\n id\n duration\n breakTime\n sameSlotAllDays\n slots {\n from\n to\n }\n bookingProductId\n }\n }\n }\n}", "variables": "" } }, @@ -1103,7 +1103,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation updateProduct {\n updateProduct(id: 8, input: {\n channel: \"default\"\n locale: \"en\"\n sku: \"e-book\"\n name: \"e-book\"\n urlKey: \"e-book\"\n taxCategoryId: 1\n new: true\n featured: true\n visibleIndividually: true\n status: true\n guestCheckout: true\n color: 3\n size: 9\n shortDescription: \"Home Decor Short Description
\"\n description: \"Home Decor Description
\"\n metaTitle: \"Home Decor Meta Title\"\n metaKeywords: \"Home Decor Meta Keywords\"\n metaDescription: \"Home Decor Meta Description\"\n price: 12.55\n cost: 11.50\n specialPrice: 11.30\n specialPriceFrom: \"2021-02-08\"\n specialPriceTo: \"2021-02-28\"\n width: 30\n height: 24\n depth: 11\n weight: 5.20\n customerGroupPrices: [{\n customerGroupId: 2\n qty: 2\n valueType: \"fixed\"\n value: 10\n },\t{\n customerGroupId: 3\n qty: 3\n valueType: \"discount\"\n value: 2\n }]\n inventories: [{\n \tinventorySourceId: 1\n \tqty: 111\n }]\n categories: [1, 3]\n channels: [1]\n upSell: [1]\n images: [\n \t\"https://cdn.pixabay.com/photo/2015/05/07/11/02/guitar-756326_960_720.jpg\"\n ]\n downloadableLinks: [{\n # linkProductId: 6\n locales: {\n code: \"en\"\n title: \"Link 1\"\n }\n price: 2\n type: \"url\"\n url: \"https://cdn.pixabay.com/photo/2015/07/14/12/46/hot-air-balloon-844872__340.jpg\"\n sampleType: \"url\"\n sampleUrl: \"https://cdn.pixabay.com/photo/2019/12/17/13/11/manipulation-4701594__340.jpg\"\n downloads: 5\n sortOrder: 0\n }, {\n # linkProductId: 7\n locales: {\n code: \"en\"\n title: \"Link 2\"\n }\n price: 4\n type: \"url\"\n url: \"https://cdn.pixabay.com/photo/2015/01/20/13/13/ipad-605439_960_720.jpg\"\n sampleType: \"url\"\n sampleUrl: \"https://cdn.pixabay.com/photo/2015/05/07/11/02/guitar-756326_960_720.jpg\"\n downloads: 8\n sortOrder: 1\n }, {\n # linkProductId: 8\n locales: {\n code: \"en\"\n title: \"Link 3\"\n }\n price: 6\n type: \"url\"\n url: \"https://cdn.pixabay.com/photo/2021/02/01/13/37/cars-5970663_960_720.png\"\n sampleType: \"url\"\n sampleUrl: \"\"\n downloads: 3\n sortOrder: 2\n }]\n downloadableSamples: [{\n # sampleProductId: 3\n locales: {\n code: \"en\"\n title: \"Sample 1\"\n }\n type: \"url\"\n url: \"https://cdn.pixabay.com/photo/2015/06/08/15/09/photography-801891_960_720.jpg\"\n sortOrder: 0\n }]\n }) {\n id\n type\n attributeFamilyId\n sku\n parentId\n productFlats {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n color\n colorLabel\n size\n sizeLabel\n locale\n channel\n productId\n parentId\n minPrice\n maxPrice\n metaTitle\n metaKeywords\n metaDescription\n width\n height\n depth\n variants {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n locale\n channel\n productId\n parentId\n }\n parent {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n }\n createdAt\n updatedAt\n }\n variants {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n parent {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n attributeFamily {\n id\n code\n name\n status\n isUserDefined\n }\n attributeValues {\n id\n productId\n attributeId\n locale\n channel\n textValue\n booleanValue\n integerValue\n floatValue\n dateTimeValue\n dateValue\n jsonValue\n attribute {\n id\n code\n adminName\n type\n }\n }\n superAttributes {\n id\n code\n adminName\n type\n position\n }\n categories {\n id\n name\n description\n slug\n urlPath\n imageUrl\n metaTitle\n metaDescription\n metaKeywords\n position\n status\n displayMode\n parentId\n filterableAttributes {\n id\n adminName\n code\n type\n position\n }\n translations {\n id\n name\n description\n localeId\n locale\n }\n createdAt\n updatedAt\n }\n inventories {\n id\n qty\n productId\n inventorySourceId\n vendorId\n inventorySource {\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n status\n }\n }\n images {\n id\n type\n path\n productId\n }\n orderedInventories {\n id\n qty\n productId\n channelId\n }\n reviews {\n id\n title\n rating\n comment\n status\n productId\n customerId\n customerName\n createdAt\n updatedAt\n }\n groupedProducts {\n id\n qty\n sortOrder\n productId\n associatedProductId\n associatedProduct {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n }\n downloadableSamples {\n id\n url\n file\n fileName\n type\n sortOrder\n productId\n createdAt\n updatedAt\n translations {\n id\n locale\n title\n productDownloadableSampleId\n }\n }\n downloadableLinks {\n id\n title\n price\n url\n file\n fileName\n type\n sampleUrl\n sampleFile\n sampleFileName\n sampleType\n sortOrder\n productId\n downloads\n translations {\n id\n locale\n title\n productDownloadableLinkId\n }\n }\n bundleOptions {\n id\n type\n isRequired\n sortOrder\n productId\n bundleOptionProducts {\n id\n qty\n isUserDefined\n sortOrder\n isDefault\n productBundleOptionId\n productId\n }\n translations {\n id\n locale\n label\n productBundleOptionId\n }\n }\n customerGroupPrices {\n id\n qty\n valueType\n value\n productId\n customerGroupId\n createdAt\n updatedAt\n }\n booking {\n id\n type\n qty\n location\n showLocation\n availableEveryWeek\n availableFrom\n availableTo\n productId\n defaultSlot {\n id\n bookingType\n duration\n breakTime\n slots {\n to\n toDay\n from\n fromDay\n }\n bookingProductId\n }\n appointmentSlot {\n id\n duration\n breakTime\n sameSlotAllDays\n slots {\n from\n to\n }\n bookingProductId\n }\n }\n }\n}", + "query": "mutation updateProduct {\n updateProduct(id: 1, input: {\n channel: \"default\"\n locale: \"en\"\n sku: \"e-book\"\n name: \"e-book\"\n urlKey: \"e-book\"\n taxCategoryId: 1\n new: true\n featured: true\n visibleIndividually: true\n status: true\n guestCheckout: true\n color: 3\n size: 9\n shortDescription: \"Home Decor Short Description
\"\n description: \"Home Decor Description
\"\n metaTitle: \"Home Decor Meta Title\"\n metaKeywords: \"Home Decor Meta Keywords\"\n metaDescription: \"Home Decor Meta Description\"\n price: 12.55\n cost: 11.50\n specialPrice: 11.30\n specialPriceFrom: \"2021-02-08\"\n specialPriceTo: \"2021-02-28\"\n width: 30\n height: 24\n depth: 11\n weight: 5.20\n customerGroupPrices: [{\n customerGroupId: 2\n qty: 2\n valueType: \"fixed\"\n value: 10\n },\t{\n customerGroupId: 3\n qty: 3\n valueType: \"discount\"\n value: 2\n }]\n inventories: [{\n \tinventorySourceId: 1\n \tqty: 111\n }]\n categories: [1, 3]\n channels: [1]\n upSell: [1]\n images: [\n \t\"https://cdn.pixabay.com/photo/2015/05/07/11/02/guitar-756326_960_720.jpg\"\n ]\n downloadableLinks: [{\n # linkProductId: 6\n locales: {\n code: \"en\"\n title: \"Link 1\"\n }\n price: 2\n type: \"url\"\n url: \"https://cdn.pixabay.com/photo/2015/07/14/12/46/hot-air-balloon-844872__340.jpg\"\n sampleType: \"url\"\n sampleUrl: \"https://cdn.pixabay.com/photo/2019/12/17/13/11/manipulation-4701594__340.jpg\"\n downloads: 5\n sortOrder: 0\n }, {\n # linkProductId: 7\n locales: {\n code: \"en\"\n title: \"Link 2\"\n }\n price: 4\n type: \"url\"\n url: \"https://cdn.pixabay.com/photo/2015/01/20/13/13/ipad-605439_960_720.jpg\"\n sampleType: \"url\"\n sampleUrl: \"https://cdn.pixabay.com/photo/2015/05/07/11/02/guitar-756326_960_720.jpg\"\n downloads: 8\n sortOrder: 1\n }, {\n # linkProductId: 8\n locales: {\n code: \"en\"\n title: \"Link 3\"\n }\n price: 6\n type: \"url\"\n url: \"https://cdn.pixabay.com/photo/2021/02/01/13/37/cars-5970663_960_720.png\"\n sampleType: \"url\"\n sampleUrl: \"\"\n downloads: 3\n sortOrder: 2\n }]\n downloadableSamples: [{\n # sampleProductId: 3\n locales: {\n code: \"en\"\n title: \"Sample 1\"\n }\n type: \"url\"\n url: \"https://cdn.pixabay.com/photo/2015/06/08/15/09/photography-801891_960_720.jpg\"\n sortOrder: 0\n }]\n }) {\n id\n type\n attributeFamilyId\n sku\n parentId\n productFlats {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n color\n colorLabel\n size\n sizeLabel\n locale\n channel\n productId\n parentId\n minPrice\n maxPrice\n metaTitle\n metaKeywords\n metaDescription\n width\n height\n depth\n variants {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n locale\n channel\n productId\n parentId\n }\n parent {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n }\n createdAt\n updatedAt\n }\n variants {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n parent {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n attributeFamily {\n id\n code\n name\n status\n isUserDefined\n }\n attributeValues {\n id\n productId\n attributeId\n locale\n channel\n textValue\n booleanValue\n integerValue\n floatValue\n dateTimeValue\n dateValue\n jsonValue\n attribute {\n id\n code\n adminName\n type\n }\n }\n superAttributes {\n id\n code\n adminName\n type\n position\n }\n categories {\n id\n name\n description\n slug\n urlPath\n imageUrl\n metaTitle\n metaDescription\n metaKeywords\n position\n status\n displayMode\n parentId\n filterableAttributes {\n id\n adminName\n code\n type\n position\n }\n translations {\n id\n name\n description\n localeId\n locale\n }\n createdAt\n updatedAt\n }\n inventories {\n id\n qty\n productId\n inventorySourceId\n vendorId\n inventorySource {\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n status\n }\n }\n images {\n id\n type\n path\n productId\n }\n orderedInventories {\n id\n qty\n productId\n channelId\n }\n reviews {\n id\n title\n rating\n comment\n status\n productId\n customerId\n customerName\n createdAt\n updatedAt\n }\n groupedProducts {\n id\n qty\n sortOrder\n productId\n associatedProductId\n associatedProduct {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n }\n downloadableSamples {\n id\n url\n file\n fileName\n type\n sortOrder\n productId\n createdAt\n updatedAt\n translations {\n id\n locale\n title\n productDownloadableSampleId\n }\n }\n downloadableLinks {\n id\n title\n price\n url\n file\n fileName\n type\n sampleUrl\n sampleFile\n sampleFileName\n sampleType\n sortOrder\n productId\n downloads\n translations {\n id\n locale\n title\n productDownloadableLinkId\n }\n }\n bundleOptions {\n id\n type\n isRequired\n sortOrder\n productId\n bundleOptionProducts {\n id\n qty\n isUserDefined\n sortOrder\n isDefault\n productBundleOptionId\n productId\n }\n translations {\n id\n locale\n label\n productBundleOptionId\n }\n }\n customerGroupPrices {\n id\n qty\n valueType\n value\n productId\n customerGroupId\n createdAt\n updatedAt\n }\n booking {\n id\n type\n qty\n location\n showLocation\n availableEveryWeek\n availableFrom\n availableTo\n productId\n defaultSlot {\n id\n bookingType\n duration\n breakTime\n slots {\n to\n toDay\n from\n fromDay\n }\n bookingProductId\n }\n appointmentSlot {\n id\n duration\n breakTime\n sameSlotAllDays\n slots {\n from\n to\n }\n bookingProductId\n }\n }\n }\n}", "variables": "" } }, @@ -1157,7 +1157,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation updateProduct {\n updateProduct(id: 9, input: {\n channel: \"default\"\n locale: \"en\"\n sku: \"bundle-demo\"\n name: \"Bundle Box\"\n urlKey: \"bundle-demo\"\n taxCategoryId: 1\n new: true\n featured: true\n visibleIndividually: true\n status: true\n guestCheckout: true\n color: 3\n size: 9\n shortDescription: \"Home Decor Short Description
\"\n description: \"Home Decor Description
\"\n metaTitle: \"Home Decor Meta Title\"\n metaKeywords: \"Home Decor Meta Keywords\"\n metaDescription: \"Home Decor Meta Description\"\n price: 12.55\n cost: 11.50\n specialPrice: 11.30\n specialPriceFrom: \"2021-02-08\"\n specialPriceTo: \"2021-02-28\"\n width: 30\n height: 24\n depth: 11\n weight: 5.20\n customerGroupPrices: [{\n customerGroupId: 2\n qty: 2\n valueType: \"fixed\"\n value: 10\n },\t{\n customerGroupId: 3\n qty: 3\n valueType: \"discount\"\n value: 2\n }]\n inventories: [{\n \tinventorySourceId: 1\n \tqty: 111\n }]\n categories: [1, 3]\n channels: [1]\n upSell: [1]\n images: [\n \t\"https://cdn.pixabay.com/photo/2021/02/01/13/37/cars-5970663_960_720.png\"\n ]\n bundleOptions: [{\n # bundleOptionId: 9\n locales: {\n code: \"en\"\n label: \"Select 1\"\n }\n type: \"select\"\n isRequired: true\n sortOrder: 0\n products: [{\n # bundleOptionProductId: 1\n isDefault: true\n productId: 1\n qty: 1\n sortOrder: 1\n }, {\n # bundleOptionProductId: 6\n productId: 6\n qty: 2\n sortOrder: 3\n }]\n }, {\n # bundleOptionId: 10\n locales: {\n code: \"en\"\n label: \"Radio 1\"\n }\n type: \"radio\"\n isRequired: true\n sortOrder: 1\n products: [{\n # bundleOptionProductId: 10\n productId: 1\n qty: 2\n sortOrder: 1\n }]\n }, {\n # bundleOptionId: 11\n locales: {\n code: \"en\"\n label: \"Checkbox 1\"\n }\n type: \"checkbox\"\n isRequired: false\n sortOrder: 3\n products: [{\n # bundleOptionProductId: 11\n productId: 1\n qty: 4\n sortOrder: 1\n }, {\n # bundleOptionProductId: 12\n productId: 6\n qty: 4\n sortOrder: 2\n }]\n }, {\n locales: {\n code: \"en\"\n label: \"Multi Select 1\"\n }\n type: \"multiselect\"\n isRequired: true\n sortOrder: 4\n products: [{\n productId: 1\n qty: 1\n sortOrder: 3\n }, {\n productId: 6\n qty: 5\n sortOrder: 1\n }]\n }]\n }) {\n id\n type\n attributeFamilyId\n sku\n parentId\n productFlats {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n color\n colorLabel\n size\n sizeLabel\n locale\n channel\n productId\n parentId\n minPrice\n maxPrice\n metaTitle\n metaKeywords\n metaDescription\n width\n height\n depth\n variants {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n locale\n channel\n productId\n parentId\n }\n parent {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n }\n createdAt\n updatedAt\n }\n variants {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n parent {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n attributeFamily {\n id\n code\n name\n status\n isUserDefined\n }\n attributeValues {\n id\n productId\n attributeId\n locale\n channel\n textValue\n booleanValue\n integerValue\n floatValue\n dateTimeValue\n dateValue\n jsonValue\n attribute {\n id\n code\n adminName\n type\n }\n }\n superAttributes {\n id\n code\n adminName\n type\n position\n }\n categories {\n id\n name\n description\n slug\n urlPath\n imageUrl\n metaTitle\n metaDescription\n metaKeywords\n position\n status\n displayMode\n parentId\n filterableAttributes {\n id\n adminName\n code\n type\n position\n }\n translations {\n id\n name\n description\n localeId\n locale\n }\n createdAt\n updatedAt\n }\n inventories {\n id\n qty\n productId\n inventorySourceId\n vendorId\n inventorySource {\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n status\n }\n }\n images {\n id\n type\n path\n productId\n }\n orderedInventories {\n id\n qty\n productId\n channelId\n }\n reviews {\n id\n title\n rating\n comment\n status\n productId\n customerId\n customerName\n createdAt\n updatedAt\n }\n groupedProducts {\n id\n qty\n sortOrder\n productId\n associatedProductId\n associatedProduct {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n }\n downloadableSamples {\n id\n url\n file\n fileName\n type\n sortOrder\n productId\n createdAt\n updatedAt\n translations {\n id\n locale\n title\n productDownloadableSampleId\n }\n }\n downloadableLinks {\n id\n title\n price\n url\n file\n fileName\n type\n sampleUrl\n sampleFile\n sampleFileName\n sampleType\n sortOrder\n productId\n downloads\n translations {\n id\n locale\n title\n productDownloadableLinkId\n }\n }\n bundleOptions {\n id\n type\n isRequired\n sortOrder\n productId\n bundleOptionProducts {\n id\n qty\n isUserDefined\n sortOrder\n isDefault\n productBundleOptionId\n productId\n }\n translations {\n id\n locale\n label\n productBundleOptionId\n }\n }\n customerGroupPrices {\n id\n qty\n valueType\n value\n productId\n customerGroupId\n createdAt\n updatedAt\n }\n booking {\n id\n type\n qty\n location\n showLocation\n availableEveryWeek\n availableFrom\n availableTo\n productId\n defaultSlot {\n id\n bookingType\n duration\n breakTime\n slots {\n to\n toDay\n from\n fromDay\n }\n bookingProductId\n }\n appointmentSlot {\n id\n duration\n breakTime\n sameSlotAllDays\n slots {\n from\n to\n }\n bookingProductId\n }\n }\n }\n}", + "query": "mutation updateProduct {\n updateProduct(id: 1, input: {\n channel: \"default\"\n locale: \"en\"\n sku: \"bundle-demo\"\n name: \"Bundle Box\"\n urlKey: \"bundle-demo\"\n taxCategoryId: 1\n new: true\n featured: true\n visibleIndividually: true\n status: true\n guestCheckout: true\n color: 3\n size: 9\n shortDescription: \"Home Decor Short Description
\"\n description: \"Home Decor Description
\"\n metaTitle: \"Home Decor Meta Title\"\n metaKeywords: \"Home Decor Meta Keywords\"\n metaDescription: \"Home Decor Meta Description\"\n price: 12.55\n cost: 11.50\n specialPrice: 11.30\n specialPriceFrom: \"2021-02-08\"\n specialPriceTo: \"2021-02-28\"\n width: 30\n height: 24\n depth: 11\n weight: 5.20\n customerGroupPrices: [{\n customerGroupId: 2\n qty: 2\n valueType: \"fixed\"\n value: 10\n },\t{\n customerGroupId: 3\n qty: 3\n valueType: \"discount\"\n value: 2\n }]\n inventories: [{\n \tinventorySourceId: 1\n \tqty: 111\n }]\n categories: [1, 3]\n channels: [1]\n upSell: [1]\n images: [\n \t\"https://cdn.pixabay.com/photo/2021/02/01/13/37/cars-5970663_960_720.png\"\n ]\n bundleOptions: [{\n # bundleOptionId: 9\n locales: {\n code: \"en\"\n label: \"Select 1\"\n }\n type: \"select\"\n isRequired: true\n sortOrder: 0\n products: [{\n # bundleOptionProductId: 1\n isDefault: true\n productId: 1\n qty: 1\n sortOrder: 1\n }, {\n # bundleOptionProductId: 6\n productId: 6\n qty: 2\n sortOrder: 3\n }]\n }, {\n # bundleOptionId: 10\n locales: {\n code: \"en\"\n label: \"Radio 1\"\n }\n type: \"radio\"\n isRequired: true\n sortOrder: 1\n products: [{\n # bundleOptionProductId: 10\n productId: 1\n qty: 2\n sortOrder: 1\n }]\n }, {\n # bundleOptionId: 11\n locales: {\n code: \"en\"\n label: \"Checkbox 1\"\n }\n type: \"checkbox\"\n isRequired: false\n sortOrder: 3\n products: [{\n # bundleOptionProductId: 11\n productId: 1\n qty: 4\n sortOrder: 1\n }, {\n # bundleOptionProductId: 12\n productId: 6\n qty: 4\n sortOrder: 2\n }]\n }, {\n locales: {\n code: \"en\"\n label: \"Multi Select 1\"\n }\n type: \"multiselect\"\n isRequired: true\n sortOrder: 4\n products: [{\n productId: 1\n qty: 1\n sortOrder: 3\n }, {\n productId: 6\n qty: 5\n sortOrder: 1\n }]\n }]\n }) {\n id\n type\n attributeFamilyId\n sku\n parentId\n productFlats {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n color\n colorLabel\n size\n sizeLabel\n locale\n channel\n productId\n parentId\n minPrice\n maxPrice\n metaTitle\n metaKeywords\n metaDescription\n width\n height\n depth\n variants {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n locale\n channel\n productId\n parentId\n }\n parent {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n }\n createdAt\n updatedAt\n }\n variants {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n parent {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n attributeFamily {\n id\n code\n name\n status\n isUserDefined\n }\n attributeValues {\n id\n productId\n attributeId\n locale\n channel\n textValue\n booleanValue\n integerValue\n floatValue\n dateTimeValue\n dateValue\n jsonValue\n attribute {\n id\n code\n adminName\n type\n }\n }\n superAttributes {\n id\n code\n adminName\n type\n position\n }\n categories {\n id\n name\n description\n slug\n urlPath\n imageUrl\n metaTitle\n metaDescription\n metaKeywords\n position\n status\n displayMode\n parentId\n filterableAttributes {\n id\n adminName\n code\n type\n position\n }\n translations {\n id\n name\n description\n localeId\n locale\n }\n createdAt\n updatedAt\n }\n inventories {\n id\n qty\n productId\n inventorySourceId\n vendorId\n inventorySource {\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n status\n }\n }\n images {\n id\n type\n path\n productId\n }\n orderedInventories {\n id\n qty\n productId\n channelId\n }\n reviews {\n id\n title\n rating\n comment\n status\n productId\n customerId\n customerName\n createdAt\n updatedAt\n }\n groupedProducts {\n id\n qty\n sortOrder\n productId\n associatedProductId\n associatedProduct {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n }\n downloadableSamples {\n id\n url\n file\n fileName\n type\n sortOrder\n productId\n createdAt\n updatedAt\n translations {\n id\n locale\n title\n productDownloadableSampleId\n }\n }\n downloadableLinks {\n id\n title\n price\n url\n file\n fileName\n type\n sampleUrl\n sampleFile\n sampleFileName\n sampleType\n sortOrder\n productId\n downloads\n translations {\n id\n locale\n title\n productDownloadableLinkId\n }\n }\n bundleOptions {\n id\n type\n isRequired\n sortOrder\n productId\n bundleOptionProducts {\n id\n qty\n isUserDefined\n sortOrder\n isDefault\n productBundleOptionId\n productId\n }\n translations {\n id\n locale\n label\n productBundleOptionId\n }\n }\n customerGroupPrices {\n id\n qty\n valueType\n value\n productId\n customerGroupId\n createdAt\n updatedAt\n }\n booking {\n id\n type\n qty\n location\n showLocation\n availableEveryWeek\n availableFrom\n availableTo\n productId\n defaultSlot {\n id\n bookingType\n duration\n breakTime\n slots {\n to\n toDay\n from\n fromDay\n }\n bookingProductId\n }\n appointmentSlot {\n id\n duration\n breakTime\n sameSlotAllDays\n slots {\n from\n to\n }\n bookingProductId\n }\n }\n }\n}", "variables": "" } }, @@ -1211,7 +1211,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation updateProduct {\n updateProduct(id: 10, input: {\n channel: \"default\"\n locale: \"en\"\n sku: \"booking-prod\"\n name: \"Appointment\"\n urlKey: \"appointment\"\n taxCategoryId: 1\n new: true\n featured: true\n visibleIndividually: true\n status: true\n guestCheckout: true\n color: 3\n size: 9\n shortDescription: \"Home Decor Short Description
\"\n description: \"Home Decor Description
\"\n metaTitle: \"Home Decor Meta Title\"\n metaKeywords: \"Home Decor Meta Keywords\"\n metaDescription: \"Home Decor Meta Description\"\n price: 12.55\n cost: 11.50\n specialPrice: 11.30\n specialPriceFrom: \"2021-02-08\"\n specialPriceTo: \"2021-02-28\"\n width: 30\n height: 24\n depth: 11\n weight: 5.20\n customerGroupPrices: [{\n customerGroupId: 2\n qty: 2\n valueType: \"fixed\"\n value: 10\n },\t{\n customerGroupId: 3\n qty: 3\n valueType: \"discount\"\n value: 2\n }]\n categories: [1, 3]\n channels: [1]\n upSell: [1]\n images: [\n \t\"https://cdn.pixabay.com/photo/2015/11/03/08/58/meeting-1019875_960_720.jpg\"\n ]\n booking: {\n type: \"default\"\n location: \"Noida\"\n qty: 120\n availableFrom: \"2021-12-03 12:00:00\"\n availableTo: \"2022-02-28 12:00:00\"\n bookingType: \"one\"\n slots: [{\n fromDay: 1\n from: \"09:00\"\n toDay: 5\n to: \"12:00\"\n }, {\n fromDay: 1\n from: \"12:30\"\n toDay: 5\n to: \"15:00\"\n }, {\n fromDay: 4\n from: \"17:00\"\n toDay: 6\n to: \"20:00\"\n }]\n }\n }) {\n id\n type\n attributeFamilyId\n sku\n parentId\n productFlats {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n color\n colorLabel\n size\n sizeLabel\n locale\n channel\n productId\n parentId\n minPrice\n maxPrice\n metaTitle\n metaKeywords\n metaDescription\n width\n height\n depth\n variants {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n locale\n channel\n productId\n parentId\n }\n parent {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n }\n createdAt\n updatedAt\n }\n variants {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n parent {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n attributeFamily {\n id\n code\n name\n status\n isUserDefined\n }\n attributeValues {\n id\n productId\n attributeId\n locale\n channel\n textValue\n booleanValue\n integerValue\n floatValue\n dateTimeValue\n dateValue\n jsonValue\n attribute {\n id\n code\n adminName\n type\n }\n }\n superAttributes {\n id\n code\n adminName\n type\n position\n }\n categories {\n id\n name\n description\n slug\n urlPath\n imageUrl\n metaTitle\n metaDescription\n metaKeywords\n position\n status\n displayMode\n parentId\n filterableAttributes {\n id\n adminName\n code\n type\n position\n }\n translations {\n id\n name\n description\n localeId\n locale\n }\n createdAt\n updatedAt\n }\n inventories {\n id\n qty\n productId\n inventorySourceId\n vendorId\n inventorySource {\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n status\n }\n }\n images {\n id\n type\n path\n productId\n }\n orderedInventories {\n id\n qty\n productId\n channelId\n }\n reviews {\n id\n title\n rating\n comment\n status\n productId\n customerId\n customerName\n createdAt\n updatedAt\n }\n groupedProducts {\n id\n qty\n sortOrder\n productId\n associatedProductId\n associatedProduct {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n }\n downloadableSamples {\n id\n url\n file\n fileName\n type\n sortOrder\n productId\n createdAt\n updatedAt\n translations {\n id\n locale\n title\n productDownloadableSampleId\n }\n }\n downloadableLinks {\n id\n title\n price\n url\n file\n fileName\n type\n sampleUrl\n sampleFile\n sampleFileName\n sampleType\n sortOrder\n productId\n downloads\n translations {\n id\n locale\n title\n productDownloadableLinkId\n }\n }\n bundleOptions {\n id\n type\n isRequired\n sortOrder\n productId\n bundleOptionProducts {\n id\n qty\n isUserDefined\n sortOrder\n isDefault\n productBundleOptionId\n productId\n }\n translations {\n id\n locale\n label\n productBundleOptionId\n }\n }\n customerGroupPrices {\n id\n qty\n valueType\n value\n productId\n customerGroupId\n createdAt\n updatedAt\n }\n booking {\n id\n type\n qty\n location\n showLocation\n availableEveryWeek\n availableFrom\n availableTo\n productId\n defaultSlot {\n id\n bookingType\n duration\n breakTime\n slots {\n to\n toDay\n from\n fromDay\n }\n bookingProductId\n }\n appointmentSlot {\n id\n duration\n breakTime\n sameSlotAllDays\n slots {\n from\n to\n }\n bookingProductId\n }\n }\n }\n}", + "query": "mutation updateProduct {\n updateProduct(id: 1, input: {\n channel: \"default\"\n locale: \"en\"\n sku: \"booking-prod\"\n name: \"Appointment\"\n urlKey: \"appointment\"\n taxCategoryId: 1\n new: true\n featured: true\n visibleIndividually: true\n status: true\n guestCheckout: true\n color: 3\n size: 9\n shortDescription: \"Home Decor Short Description
\"\n description: \"Home Decor Description
\"\n metaTitle: \"Home Decor Meta Title\"\n metaKeywords: \"Home Decor Meta Keywords\"\n metaDescription: \"Home Decor Meta Description\"\n price: 12.55\n cost: 11.50\n specialPrice: 11.30\n specialPriceFrom: \"2021-02-08\"\n specialPriceTo: \"2021-02-28\"\n width: 30\n height: 24\n depth: 11\n weight: 5.20\n customerGroupPrices: [{\n customerGroupId: 2\n qty: 2\n valueType: \"fixed\"\n value: 10\n },\t{\n customerGroupId: 3\n qty: 3\n valueType: \"discount\"\n value: 2\n }]\n categories: [1, 3]\n channels: [1]\n upSell: [1]\n images: [\n \t\"https://cdn.pixabay.com/photo/2015/11/03/08/58/meeting-1019875_960_720.jpg\"\n ]\n booking: {\n type: \"default\"\n location: \"Noida\"\n qty: 120\n availableFrom: \"2021-12-03 12:00:00\"\n availableTo: \"2022-02-28 12:00:00\"\n bookingType: \"one\"\n slots: [{\n fromDay: 1\n from: \"09:00\"\n toDay: 5\n to: \"12:00\"\n }, {\n fromDay: 1\n from: \"12:30\"\n toDay: 5\n to: \"15:00\"\n }, {\n fromDay: 4\n from: \"17:00\"\n toDay: 6\n to: \"20:00\"\n }]\n }\n }) {\n id\n type\n attributeFamilyId\n sku\n parentId\n productFlats {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n color\n colorLabel\n size\n sizeLabel\n locale\n channel\n productId\n parentId\n minPrice\n maxPrice\n metaTitle\n metaKeywords\n metaDescription\n width\n height\n depth\n variants {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n locale\n channel\n productId\n parentId\n }\n parent {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n }\n createdAt\n updatedAt\n }\n variants {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n parent {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n attributeFamily {\n id\n code\n name\n status\n isUserDefined\n }\n attributeValues {\n id\n productId\n attributeId\n locale\n channel\n textValue\n booleanValue\n integerValue\n floatValue\n dateTimeValue\n dateValue\n jsonValue\n attribute {\n id\n code\n adminName\n type\n }\n }\n superAttributes {\n id\n code\n adminName\n type\n position\n }\n categories {\n id\n name\n description\n slug\n urlPath\n imageUrl\n metaTitle\n metaDescription\n metaKeywords\n position\n status\n displayMode\n parentId\n filterableAttributes {\n id\n adminName\n code\n type\n position\n }\n translations {\n id\n name\n description\n localeId\n locale\n }\n createdAt\n updatedAt\n }\n inventories {\n id\n qty\n productId\n inventorySourceId\n vendorId\n inventorySource {\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n status\n }\n }\n images {\n id\n type\n path\n productId\n }\n orderedInventories {\n id\n qty\n productId\n channelId\n }\n reviews {\n id\n title\n rating\n comment\n status\n productId\n customerId\n customerName\n createdAt\n updatedAt\n }\n groupedProducts {\n id\n qty\n sortOrder\n productId\n associatedProductId\n associatedProduct {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n }\n downloadableSamples {\n id\n url\n file\n fileName\n type\n sortOrder\n productId\n createdAt\n updatedAt\n translations {\n id\n locale\n title\n productDownloadableSampleId\n }\n }\n downloadableLinks {\n id\n title\n price\n url\n file\n fileName\n type\n sampleUrl\n sampleFile\n sampleFileName\n sampleType\n sortOrder\n productId\n downloads\n translations {\n id\n locale\n title\n productDownloadableLinkId\n }\n }\n bundleOptions {\n id\n type\n isRequired\n sortOrder\n productId\n bundleOptionProducts {\n id\n qty\n isUserDefined\n sortOrder\n isDefault\n productBundleOptionId\n productId\n }\n translations {\n id\n locale\n label\n productBundleOptionId\n }\n }\n customerGroupPrices {\n id\n qty\n valueType\n value\n productId\n customerGroupId\n createdAt\n updatedAt\n }\n booking {\n id\n type\n qty\n location\n showLocation\n availableEveryWeek\n availableFrom\n availableTo\n productId\n defaultSlot {\n id\n bookingType\n duration\n breakTime\n slots {\n to\n toDay\n from\n fromDay\n }\n bookingProductId\n }\n appointmentSlot {\n id\n duration\n breakTime\n sameSlotAllDays\n slots {\n from\n to\n }\n bookingProductId\n }\n }\n }\n}", "variables": "" } }, @@ -1248,7 +1248,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation updateProduct {\n updateProduct(id: 11, input: {\n channel: \"default\"\n locale: \"en\"\n sku: \"appointment-booking\"\n name: \"Dr. Appointment\"\n urlKey: \"dr-appointment\"\n taxCategoryId: 1\n new: true\n featured: true\n visibleIndividually: true\n status: true\n guestCheckout: true\n color: 3\n size: 9\n shortDescription: \"Home Decor Short Description
\"\n description: \"Home Decor Description
\"\n metaTitle: \"Home Decor Meta Title\"\n metaKeywords: \"Home Decor Meta Keywords\"\n metaDescription: \"Home Decor Meta Description\"\n price: 12.55\n cost: 11.50\n specialPrice: 11.30\n specialPriceFrom: \"2021-02-08\"\n specialPriceTo: \"2021-02-28\"\n width: 30\n height: 24\n depth: 11\n weight: 5.20\n customerGroupPrices: [{\n customerGroupId: 2\n qty: 2\n valueType: \"fixed\"\n value: 10\n },\t{\n customerGroupId: 3\n qty: 3\n valueType: \"discount\"\n value: 2\n }]\n categories: [1, 3]\n channels: [1]\n upSell: [2]\n images: [\n \t\"https://cdn.pixabay.com/photo/2015/11/03/08/58/meeting-1019875_960_720.jpg\"\n ]\n booking: {\n type: \"appointment\"\n location: \"Dehradun\"\n qty: 14\n availableEveryWeek: false\n availableFrom: \"2021-12-02 12:00:00\"\n availableTo: \"2021-12-30 12:00:00\"\n duration: 45\n breakTime: 15\n\n # # In case same_slot_all_days: set to true\n # same_slot_all_days: true\n # slots: [{\n # from: \"09:00\"\n # to: \"09:45\"\n # }, {\n # from: \"10:00\"\n # to: \"10:45\"\n # }, {\n # from: \"11:00\"\n # to: \"11:45\"\n # }, {\n # from: \"14:00\"\n # to: \"14:45\"\n # }]\n \n # In case same_slot_all_days: set to false \n sameSlotAllDays: false\n slots: [{\n day: 0\n from: \"09:00\"\n to: \"09:45\"\n }, {\n day: 0\n from: \"10:00\"\n to: \"10:45\"\n }, {\n day: 1\n from: \"11:00\"\n to: \"11:45\"\n }, {\n day: 5\n from: \"09:00\"\n to: \"09:45\"\n }, {\n day: 5\n from: \"11:00\"\n to: \"11:45\"\n }, {\n day: 5\n from: \"12:00\"\n to: \"12:45\"\n }]\n }\n }) {\n id\n type\n attributeFamilyId\n sku\n parentId\n productFlats {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n color\n colorLabel\n size\n sizeLabel\n locale\n channel\n productId\n parentId\n minPrice\n maxPrice\n metaTitle\n metaKeywords\n metaDescription\n width\n height\n depth\n variants {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n locale\n channel\n productId\n parentId\n }\n parent {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n }\n createdAt\n updatedAt\n }\n variants {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n parent {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n attributeFamily {\n id\n code\n name\n status\n isUserDefined\n }\n attributeValues {\n id\n productId\n attributeId\n locale\n channel\n textValue\n booleanValue\n integerValue\n floatValue\n dateTimeValue\n dateValue\n jsonValue\n attribute {\n id\n code\n adminName\n type\n }\n }\n superAttributes {\n id\n code\n adminName\n type\n position\n }\n categories {\n id\n name\n description\n slug\n urlPath\n imageUrl\n metaTitle\n metaDescription\n metaKeywords\n position\n status\n displayMode\n parentId\n filterableAttributes {\n id\n adminName\n code\n type\n position\n }\n translations {\n id\n name\n description\n localeId\n locale\n }\n createdAt\n updatedAt\n }\n inventories {\n id\n qty\n productId\n inventorySourceId\n vendorId\n inventorySource {\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n status\n }\n }\n images {\n id\n type\n path\n productId\n }\n orderedInventories {\n id\n qty\n productId\n channelId\n }\n reviews {\n id\n title\n rating\n comment\n status\n productId\n customerId\n customerName\n createdAt\n updatedAt\n }\n groupedProducts {\n id\n qty\n sortOrder\n productId\n associatedProductId\n associatedProduct {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n }\n downloadableSamples {\n id\n url\n file\n fileName\n type\n sortOrder\n productId\n createdAt\n updatedAt\n translations {\n id\n locale\n title\n productDownloadableSampleId\n }\n }\n downloadableLinks {\n id\n title\n price\n url\n file\n fileName\n type\n sampleUrl\n sampleFile\n sampleFileName\n sampleType\n sortOrder\n productId\n downloads\n translations {\n id\n locale\n title\n productDownloadableLinkId\n }\n }\n bundleOptions {\n id\n type\n isRequired\n sortOrder\n productId\n bundleOptionProducts {\n id\n qty\n isUserDefined\n sortOrder\n isDefault\n productBundleOptionId\n productId\n }\n translations {\n id\n locale\n label\n productBundleOptionId\n }\n }\n customerGroupPrices {\n id\n qty\n valueType\n value\n productId\n customerGroupId\n createdAt\n updatedAt\n }\n booking {\n id\n type\n qty\n location\n showLocation\n availableEveryWeek\n availableFrom\n availableTo\n productId\n appointmentSlot {\n id\n duration\n breakTime\n sameSlotAllDays\n slots {\n id\n from\n to\n }\n bookingProductId\n }\n }\n sameDaySlots {\n id\n day\n from\n to\n }\n differentDaySlots {\n id\n day\n from\n to\n }\n }\n}", + "query": "mutation updateProduct {\n updateProduct(id: 1, input: {\n channel: \"default\"\n locale: \"en\"\n sku: \"appointment-booking\"\n name: \"Dr. Appointment\"\n urlKey: \"dr-appointment\"\n taxCategoryId: 1\n new: true\n featured: true\n visibleIndividually: true\n status: true\n guestCheckout: true\n color: 3\n size: 9\n shortDescription: \"Home Decor Short Description
\"\n description: \"Home Decor Description
\"\n metaTitle: \"Home Decor Meta Title\"\n metaKeywords: \"Home Decor Meta Keywords\"\n metaDescription: \"Home Decor Meta Description\"\n price: 12.55\n cost: 11.50\n specialPrice: 11.30\n specialPriceFrom: \"2021-02-08\"\n specialPriceTo: \"2021-02-28\"\n width: 30\n height: 24\n depth: 11\n weight: 5.20\n customerGroupPrices: [{\n customerGroupId: 2\n qty: 2\n valueType: \"fixed\"\n value: 10\n },\t{\n customerGroupId: 3\n qty: 3\n valueType: \"discount\"\n value: 2\n }]\n categories: [1, 3]\n channels: [1]\n upSell: [2]\n images: [\n \t\"https://cdn.pixabay.com/photo/2015/11/03/08/58/meeting-1019875_960_720.jpg\"\n ]\n booking: {\n type: \"appointment\"\n location: \"Dehradun\"\n qty: 14\n availableEveryWeek: false\n availableFrom: \"2021-12-02 12:00:00\"\n availableTo: \"2021-12-30 12:00:00\"\n duration: 45\n breakTime: 15\n\n # # In case same_slot_all_days: set to true\n # same_slot_all_days: true\n # slots: [{\n # from: \"09:00\"\n # to: \"09:45\"\n # }, {\n # from: \"10:00\"\n # to: \"10:45\"\n # }, {\n # from: \"11:00\"\n # to: \"11:45\"\n # }, {\n # from: \"14:00\"\n # to: \"14:45\"\n # }]\n \n # In case same_slot_all_days: set to false \n sameSlotAllDays: false\n slots: [{\n day: 0\n from: \"09:00\"\n to: \"09:45\"\n }, {\n day: 0\n from: \"10:00\"\n to: \"10:45\"\n }, {\n day: 1\n from: \"11:00\"\n to: \"11:45\"\n }, {\n day: 5\n from: \"09:00\"\n to: \"09:45\"\n }, {\n day: 5\n from: \"11:00\"\n to: \"11:45\"\n }, {\n day: 5\n from: \"12:00\"\n to: \"12:45\"\n }]\n }\n }) {\n id\n type\n attributeFamilyId\n sku\n parentId\n productFlats {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n color\n colorLabel\n size\n sizeLabel\n locale\n channel\n productId\n parentId\n minPrice\n maxPrice\n metaTitle\n metaKeywords\n metaDescription\n width\n height\n depth\n variants {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n locale\n channel\n productId\n parentId\n }\n parent {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n }\n createdAt\n updatedAt\n }\n variants {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n parent {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n attributeFamily {\n id\n code\n name\n status\n isUserDefined\n }\n attributeValues {\n id\n productId\n attributeId\n locale\n channel\n textValue\n booleanValue\n integerValue\n floatValue\n dateTimeValue\n dateValue\n jsonValue\n attribute {\n id\n code\n adminName\n type\n }\n }\n superAttributes {\n id\n code\n adminName\n type\n position\n }\n categories {\n id\n name\n description\n slug\n urlPath\n imageUrl\n metaTitle\n metaDescription\n metaKeywords\n position\n status\n displayMode\n parentId\n filterableAttributes {\n id\n adminName\n code\n type\n position\n }\n translations {\n id\n name\n description\n localeId\n locale\n }\n createdAt\n updatedAt\n }\n inventories {\n id\n qty\n productId\n inventorySourceId\n vendorId\n inventorySource {\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n status\n }\n }\n images {\n id\n type\n path\n productId\n }\n orderedInventories {\n id\n qty\n productId\n channelId\n }\n reviews {\n id\n title\n rating\n comment\n status\n productId\n customerId\n customerName\n createdAt\n updatedAt\n }\n groupedProducts {\n id\n qty\n sortOrder\n productId\n associatedProductId\n associatedProduct {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n }\n downloadableSamples {\n id\n url\n file\n fileName\n type\n sortOrder\n productId\n createdAt\n updatedAt\n translations {\n id\n locale\n title\n productDownloadableSampleId\n }\n }\n downloadableLinks {\n id\n title\n price\n url\n file\n fileName\n type\n sampleUrl\n sampleFile\n sampleFileName\n sampleType\n sortOrder\n productId\n downloads\n translations {\n id\n locale\n title\n productDownloadableLinkId\n }\n }\n bundleOptions {\n id\n type\n isRequired\n sortOrder\n productId\n bundleOptionProducts {\n id\n qty\n isUserDefined\n sortOrder\n isDefault\n productBundleOptionId\n productId\n }\n translations {\n id\n locale\n label\n productBundleOptionId\n }\n }\n customerGroupPrices {\n id\n qty\n valueType\n value\n productId\n customerGroupId\n createdAt\n updatedAt\n }\n booking {\n id\n type\n qty\n location\n showLocation\n availableEveryWeek\n availableFrom\n availableTo\n productId\n appointmentSlot {\n id\n duration\n breakTime\n sameSlotAllDays\n slots {\n id\n from\n to\n }\n bookingProductId\n }\n }\n sameDaySlots {\n id\n day\n from\n to\n }\n differentDaySlots {\n id\n day\n from\n to\n }\n }\n}", "variables": "" } }, @@ -1322,7 +1322,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation updateProduct {\n updateProduct(id: 24, input: {\n channel: \"default\"\n locale: \"en\"\n sku: \"games-event\"\n name: \"Games Show\"\n urlKey: \"games-show\"\n taxCategoryId: 1\n new: true\n featured: true\n visibleIndividually: true\n status: true\n guestCheckout: true\n color: 3\n size: 9\n shortDescription: \"Home Decor Short Description
\"\n description: \"Home Decor Description
\"\n metaTitle: \"Home Decor Meta Title\"\n metaKeywords: \"Home Decor Meta Keywords\"\n metaDescription: \"Home Decor Meta Description\"\n price: 12.55\n cost: 11.50\n specialPrice: 11.30\n specialPriceFrom: \"2022-09-12\"\n specialPriceTo: \"2022-09-24\"\n width: 30\n height: 24\n depth: 11\n weight: 5.20\n customerGroupPrices: [{\n customerGroupId: 1\n qty: 2\n valueType: \"fixed\"\n value: 10\n },\t{\n customerGroupId: 2\n qty: 3\n valueType: \"discount\"\n value: 2\n }]\n categories: [1]\n channels: [1]\n upSell: [null]\n images: [\n \t\"https://cdn.pixabay.com/photo/2015/11/03/08/58/meeting-1019875_960_720.jpg\"\n ]\n booking: {\n type: \"event\"\n location: \"Meerut\"\n availableFrom: \"2022-09-12 12:00:00\"\n availableTo: \"2022-09-28 12:00:00\"\n tickets: [{\n locales: {\n locale: \"en\"\n name: \"First Show\"\n description: \"First Music Show \"\n }\n specialPrice: null\n price: 4\n qty: 50\n specialPriceFrom: null\n specialPriceTo: null\n }, {\n locales: {\n locale: \"en\"\n name: \"Evening Show\"\n description: \"Evening Music Show\"\n }\n specialPrice: 5\n price: 7\n qty: 40\n specialPriceFrom: \"2021-02-10 12:00:00\"\n specialPriceTo: \"2021-02-12 12:00:00\"\n }]\n }\n }) {\n id\n type\n attributeFamilyId\n sku\n parentId\n productFlats {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n color\n colorLabel\n size\n sizeLabel\n locale\n channel\n productId\n parentId\n minPrice\n maxPrice\n metaTitle\n metaKeywords\n metaDescription\n width\n height\n depth\n variants {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n locale\n channel\n productId\n parentId\n }\n parent {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n }\n createdAt\n updatedAt\n }\n variants {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n parent {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n attributeFamily {\n id\n code\n name\n status\n isUserDefined\n }\n attributeValues {\n id\n productId\n attributeId\n locale\n channel\n textValue\n booleanValue\n integerValue\n floatValue\n dateTimeValue\n dateValue\n jsonValue\n attribute {\n id\n code\n adminName\n type\n }\n }\n superAttributes {\n id\n code\n adminName\n type\n position\n }\n categories {\n id\n name\n description\n slug\n urlPath\n imageUrl\n metaTitle\n metaDescription\n metaKeywords\n position\n status\n displayMode\n parentId\n filterableAttributes {\n id\n adminName\n code\n type\n position\n }\n translations {\n id\n name\n description\n localeId\n locale\n }\n createdAt\n updatedAt\n }\n inventories {\n id\n qty\n productId\n inventorySourceId\n vendorId\n inventorySource {\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n status\n }\n }\n images {\n id\n type\n path\n productId\n }\n orderedInventories {\n id\n qty\n productId\n channelId\n }\n reviews {\n id\n title\n rating\n comment\n status\n productId\n customerId\n customerName\n createdAt\n updatedAt\n }\n groupedProducts {\n id\n qty\n sortOrder\n productId\n associatedProductId\n associatedProduct {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n }\n downloadableSamples {\n id\n url\n file\n fileName\n type\n sortOrder\n productId\n createdAt\n updatedAt\n translations {\n id\n locale\n title\n productDownloadableSampleId\n }\n }\n downloadableLinks {\n id\n title\n price\n url\n file\n fileName\n type\n sampleUrl\n sampleFile\n sampleFileName\n sampleType\n sortOrder\n productId\n downloads\n translations {\n id\n locale\n title\n productDownloadableLinkId\n }\n }\n bundleOptions {\n id\n type\n isRequired\n sortOrder\n productId\n bundleOptionProducts {\n id\n qty\n isUserDefined\n sortOrder\n isDefault\n productBundleOptionId\n productId\n }\n translations {\n id\n locale\n label\n productBundleOptionId\n }\n }\n customerGroupPrices {\n id\n qty\n valueType\n value\n productId\n customerGroupId\n createdAt\n updatedAt\n }\n booking {\n id\n type\n location\n showLocation\n availableFrom\n availableTo\n productId\n eventTickets {\n id\n price\n qty\n specialPrice\n specialPriceFrom\n specialPriceTo\n translations {\n locale\n name\n description\n }\n bookingProductId\n }\n }\n }\n}", + "query": "mutation updateProduct {\n updateProduct(id: 1, input: {\n channel: \"default\"\n locale: \"en\"\n sku: \"games-event\"\n name: \"Games Show\"\n urlKey: \"games-show\"\n taxCategoryId: 1\n new: true\n featured: true\n visibleIndividually: true\n status: true\n guestCheckout: true\n color: 3\n size: 9\n shortDescription: \"Home Decor Short Description
\"\n description: \"Home Decor Description
\"\n metaTitle: \"Home Decor Meta Title\"\n metaKeywords: \"Home Decor Meta Keywords\"\n metaDescription: \"Home Decor Meta Description\"\n price: 12.55\n cost: 11.50\n specialPrice: 11.30\n specialPriceFrom: \"2022-09-12\"\n specialPriceTo: \"2022-09-24\"\n width: 30\n height: 24\n depth: 11\n weight: 5.20\n customerGroupPrices: [{\n customerGroupId: 1\n qty: 2\n valueType: \"fixed\"\n value: 10\n },\t{\n customerGroupId: 2\n qty: 3\n valueType: \"discount\"\n value: 2\n }]\n categories: [1]\n channels: [1]\n upSell: [null]\n images: [\n \t\"https://cdn.pixabay.com/photo/2015/11/03/08/58/meeting-1019875_960_720.jpg\"\n ]\n booking: {\n type: \"event\"\n location: \"Meerut\"\n availableFrom: \"2022-09-12 12:00:00\"\n availableTo: \"2022-09-28 12:00:00\"\n tickets: [{\n locales: {\n locale: \"en\"\n name: \"First Show\"\n description: \"First Music Show \"\n }\n specialPrice: null\n price: 4\n qty: 50\n specialPriceFrom: null\n specialPriceTo: null\n }, {\n locales: {\n locale: \"en\"\n name: \"Evening Show\"\n description: \"Evening Music Show\"\n }\n specialPrice: 5\n price: 7\n qty: 40\n specialPriceFrom: \"2021-02-10 12:00:00\"\n specialPriceTo: \"2021-02-12 12:00:00\"\n }]\n }\n }) {\n id\n type\n attributeFamilyId\n sku\n parentId\n productFlats {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n color\n colorLabel\n size\n sizeLabel\n locale\n channel\n productId\n parentId\n minPrice\n maxPrice\n metaTitle\n metaKeywords\n metaDescription\n width\n height\n depth\n variants {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n locale\n channel\n productId\n parentId\n }\n parent {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n }\n createdAt\n updatedAt\n }\n variants {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n parent {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n attributeFamily {\n id\n code\n name\n status\n isUserDefined\n }\n attributeValues {\n id\n productId\n attributeId\n locale\n channel\n textValue\n booleanValue\n integerValue\n floatValue\n dateTimeValue\n dateValue\n jsonValue\n attribute {\n id\n code\n adminName\n type\n }\n }\n superAttributes {\n id\n code\n adminName\n type\n position\n }\n categories {\n id\n name\n description\n slug\n urlPath\n imageUrl\n metaTitle\n metaDescription\n metaKeywords\n position\n status\n displayMode\n parentId\n filterableAttributes {\n id\n adminName\n code\n type\n position\n }\n translations {\n id\n name\n description\n localeId\n locale\n }\n createdAt\n updatedAt\n }\n inventories {\n id\n qty\n productId\n inventorySourceId\n vendorId\n inventorySource {\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n status\n }\n }\n images {\n id\n type\n path\n productId\n }\n orderedInventories {\n id\n qty\n productId\n channelId\n }\n reviews {\n id\n title\n rating\n comment\n status\n productId\n customerId\n customerName\n createdAt\n updatedAt\n }\n groupedProducts {\n id\n qty\n sortOrder\n productId\n associatedProductId\n associatedProduct {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n }\n downloadableSamples {\n id\n url\n file\n fileName\n type\n sortOrder\n productId\n createdAt\n updatedAt\n translations {\n id\n locale\n title\n productDownloadableSampleId\n }\n }\n downloadableLinks {\n id\n title\n price\n url\n file\n fileName\n type\n sampleUrl\n sampleFile\n sampleFileName\n sampleType\n sortOrder\n productId\n downloads\n translations {\n id\n locale\n title\n productDownloadableLinkId\n }\n }\n bundleOptions {\n id\n type\n isRequired\n sortOrder\n productId\n bundleOptionProducts {\n id\n qty\n isUserDefined\n sortOrder\n isDefault\n productBundleOptionId\n productId\n }\n translations {\n id\n locale\n label\n productBundleOptionId\n }\n }\n customerGroupPrices {\n id\n qty\n valueType\n value\n productId\n customerGroupId\n createdAt\n updatedAt\n }\n booking {\n id\n type\n location\n showLocation\n availableFrom\n availableTo\n productId\n eventTickets {\n id\n price\n qty\n specialPrice\n specialPriceFrom\n specialPriceTo\n translations {\n locale\n name\n description\n }\n bookingProductId\n }\n }\n }\n}", "variables": "" } }, @@ -1386,7 +1386,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation updateProduct {\n updateProduct(id: 14, input: {\n channel: \"default\"\n locale: \"en\"\n sku: \"ac-on-rent\"\n name: \"AC On Rent\"\n urlKey: \"ac-on-rent\"\n taxCategoryId: 1\n new: true\n featured: true\n visibleIndividually: true\n status: true\n guestCheckout: true\n color: 3\n size: 9\n shortDescription: \"Home Decor Short Description
\"\n description: \"Home Decor Description
\"\n metaTitle: \"Home Decor Meta Title\"\n metaKeywords: \"Home Decor Meta Keywords\"\n metaDescription: \"Home Decor Meta Description\"\n price: 12.55\n cost: 11.50\n specialPrice: 11.30\n specialPriceFrom: \"2021-02-08\"\n specialPriceTo: \"2021-02-28\"\n width: 30\n height: 24\n depth: 11\n weight: 5.20\n inventories: [{\n \tinventorySourceId: 1\n \tqty: 111\n }]\n categories: [1]\n channels: [1]\n upSell: [1]\n images: [\n \t\"http://graphqlnew.com/themes/velocity/assets/images/kids.png\",\n ]\n booking: {\n type: \"rental\"\n location: \"UK\"\n qty: 23\n availableEveryWeek: false\n availableFrom: \"2021-02-10 12:00:00\"\n availableTo: \"2021-02-28 12:00:00\"\n sameSlotAllDays: false\n rentalSlot: {\n rentingType: \"hourly\"\n dailyPrice: null\n hourlyPrice: 4.20\n slots: [{\n day: 0\n from: \"09:00\"\n to: \"09:45\"\n }, {\n day: 0\n from: \"10:00\"\n to: \"10:45\"\n }, {\n day: 2\n from: \"11:00\"\n to: \"11:45\"\n }, {\n day: 2\n from: \"12:00\"\n to: \"12:45\"\n }]\n }\n }\n }) {\n id\n type\n attributeFamilyId\n sku\n parentId\n productFlats {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n color\n colorLabel\n size\n sizeLabel\n locale\n channel\n productId\n parentId\n minPrice\n maxPrice\n metaTitle\n metaKeywords\n metaDescription\n width\n height\n depth\n variants {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n locale\n channel\n productId\n parentId\n }\n parent {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n }\n createdAt\n updatedAt\n }\n variants {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n parent {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n attributeFamily {\n id\n code\n name\n status\n isUserDefined\n }\n attributeValues {\n id\n productId\n attributeId\n locale\n channel\n textValue\n booleanValue\n integerValue\n floatValue\n dateTimeValue\n dateValue\n jsonValue\n attribute {\n id\n code\n adminName\n type\n }\n }\n superAttributes {\n id\n code\n adminName\n type\n position\n }\n categories {\n id\n name\n description\n slug\n urlPath\n imageUrl\n metaTitle\n metaDescription\n metaKeywords\n position\n status\n displayMode\n parentId\n filterableAttributes {\n id\n adminName\n code\n type\n position\n }\n translations {\n id\n name\n description\n localeId\n locale\n }\n createdAt\n updatedAt\n }\n inventories {\n id\n qty\n productId\n inventorySourceId\n vendorId\n inventorySource {\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n status\n }\n }\n images {\n id\n type\n path\n productId\n }\n orderedInventories {\n id\n qty\n productId\n channelId\n }\n reviews {\n id\n title\n rating\n comment\n status\n productId\n customerId\n customerName\n createdAt\n updatedAt\n }\n \n booking {\n id\n type\n location\n showLocation\n availableFrom\n availableTo\n productId\n rentalSlot {\n id\n rentingType\n dailyPrice\n hourlyPrice\n sameSlotAllDays\n slots {\n id\n day\n from\n to\n }\n bookingProductId\n }\n }\n }\n}", + "query": "mutation updateProduct {\n updateProduct(id: 1, input: {\n channel: \"default\"\n locale: \"en\"\n sku: \"ac-on-rent\"\n name: \"AC On Rent\"\n urlKey: \"ac-on-rent\"\n taxCategoryId: 1\n new: true\n featured: true\n visibleIndividually: true\n status: true\n guestCheckout: true\n color: 3\n size: 9\n shortDescription: \"Home Decor Short Description
\"\n description: \"Home Decor Description
\"\n metaTitle: \"Home Decor Meta Title\"\n metaKeywords: \"Home Decor Meta Keywords\"\n metaDescription: \"Home Decor Meta Description\"\n price: 12.55\n cost: 11.50\n specialPrice: 11.30\n specialPriceFrom: \"2021-02-08\"\n specialPriceTo: \"2021-02-28\"\n width: 30\n height: 24\n depth: 11\n weight: 5.20\n inventories: [{\n \tinventorySourceId: 1\n \tqty: 111\n }]\n categories: [1]\n channels: [1]\n upSell: [1]\n images: [\n \t\"http://graphqlnew.com/themes/velocity/assets/images/kids.png\",\n ]\n booking: {\n type: \"rental\"\n location: \"UK\"\n qty: 23\n availableEveryWeek: false\n availableFrom: \"2021-02-10 12:00:00\"\n availableTo: \"2021-02-28 12:00:00\"\n sameSlotAllDays: false\n rentalSlot: {\n rentingType: \"hourly\"\n dailyPrice: null\n hourlyPrice: 4.20\n slots: [{\n day: 0\n from: \"09:00\"\n to: \"09:45\"\n }, {\n day: 0\n from: \"10:00\"\n to: \"10:45\"\n }, {\n day: 2\n from: \"11:00\"\n to: \"11:45\"\n }, {\n day: 2\n from: \"12:00\"\n to: \"12:45\"\n }]\n }\n }\n }) {\n id\n type\n attributeFamilyId\n sku\n parentId\n productFlats {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n color\n colorLabel\n size\n sizeLabel\n locale\n channel\n productId\n parentId\n minPrice\n maxPrice\n metaTitle\n metaKeywords\n metaDescription\n width\n height\n depth\n variants {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n locale\n channel\n productId\n parentId\n }\n parent {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n }\n createdAt\n updatedAt\n }\n variants {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n parent {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n attributeFamily {\n id\n code\n name\n status\n isUserDefined\n }\n attributeValues {\n id\n productId\n attributeId\n locale\n channel\n textValue\n booleanValue\n integerValue\n floatValue\n dateTimeValue\n dateValue\n jsonValue\n attribute {\n id\n code\n adminName\n type\n }\n }\n superAttributes {\n id\n code\n adminName\n type\n position\n }\n categories {\n id\n name\n description\n slug\n urlPath\n imageUrl\n metaTitle\n metaDescription\n metaKeywords\n position\n status\n displayMode\n parentId\n filterableAttributes {\n id\n adminName\n code\n type\n position\n }\n translations {\n id\n name\n description\n localeId\n locale\n }\n createdAt\n updatedAt\n }\n inventories {\n id\n qty\n productId\n inventorySourceId\n vendorId\n inventorySource {\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n status\n }\n }\n images {\n id\n type\n path\n productId\n }\n orderedInventories {\n id\n qty\n productId\n channelId\n }\n reviews {\n id\n title\n rating\n comment\n status\n productId\n customerId\n customerName\n createdAt\n updatedAt\n }\n \n booking {\n id\n type\n location\n showLocation\n availableFrom\n availableTo\n productId\n rentalSlot {\n id\n rentingType\n dailyPrice\n hourlyPrice\n sameSlotAllDays\n slots {\n id\n day\n from\n to\n }\n bookingProductId\n }\n }\n }\n}", "variables": "" } }, @@ -1440,7 +1440,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation updateProduct {\n updateProduct(id: 15, input: {\n channel: \"default\"\n locale: \"en\"\n sku: \"hotel-table\"\n name: \"Hotel Table\"\n urlKey: \"hotel-table\"\n taxCategoryId: 1\n new: true\n featured: true\n visibleIndividually: true\n status: true\n guestCheckout: true\n color: 3\n size: 9\n shortDescription: \"Home Decor Short Description
\"\n description: \"Home Decor Description
\"\n metaTitle: \"Home Decor Meta Title\"\n metaKeywords: \"Home Decor Meta Keywords\"\n metaDescription: \"Home Decor Meta Description\"\n price: 12.55\n cost: 11.50\n specialPrice: 11.30\n specialPriceFrom: \"2021-02-08\"\n specialPriceTo: \"2021-02-28\"\n width: 30\n height: 24\n depth: 11\n weight: 5.20\n customerGroupPrices: [{\n customerGroupId: 1\n qty: 2\n valueType: \"fixed\"\n value: 10\n },\t{\n customerGroupId: 2\n qty: 3\n valueType: \"discount\"\n value: 2\n }]\n inventories: [{\n \tinventorySourceId: 1\n \tqty: 111\n }]\n categories: [1]\n channels: [1]\n upSell: [1]\n images: [\n \t\"http://graphqlnew.com/themes/velocity/assets/images/headphones.png\"\n ]\n booking: {\n type: \"table\"\n location: \"Hisar\"\n qty: 5\n duration: 45\n breakTime: 15\n availableEveryWeek: true\n availableFrom: \"2021-02-11 12:00:00\"\n availableTo: \"2021-02-18 12:00:00\"\n sameSlotAllDays: true\n tableSlot: {\n priceType: \"guest\"\n guestLimit: 5\n preventSchedulingBefore: 3\n slots: [{\n day: 0\n from: \"09:00\"\n to: \"09:45\"\n }, {\n day: 1\n from: \"10:00\"\n to: \"10:45\"\n }, {\n day: 2\n from: \"11:00\"\n to: \"11:45\"\n }, {\n day: 3\n from: \"12:00\"\n to: \"12:45\"\n }]\n }\n }\n }) {\n id\n type\n attributeFamilyId\n sku\n parentId\n productFlats {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n color\n colorLabel\n size\n sizeLabel\n locale\n channel\n productId\n parentId\n minPrice\n maxPrice\n metaTitle\n metaKeywords\n metaDescription\n width\n height\n depth\n variants {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n locale\n channel\n productId\n parentId\n }\n parent {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n }\n createdAt\n updatedAt\n }\n variants {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n parent {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n attributeFamily {\n id\n code\n name\n status\n isUserDefined\n }\n attributeValues {\n id\n productId\n attributeId\n locale\n channel\n textValue\n booleanValue\n integerValue\n floatValue\n dateTimeValue\n dateValue\n jsonValue\n attribute {\n id\n code\n adminName\n type\n }\n }\n superAttributes {\n id\n code\n adminName\n type\n position\n }\n categories {\n id\n name\n description\n slug\n urlPath\n imageUrl\n metaTitle\n metaDescription\n metaKeywords\n position\n status\n displayMode\n parentId\n filterableAttributes {\n id\n adminName\n code\n type\n position\n }\n translations {\n id\n name\n description\n localeId\n locale\n }\n createdAt\n updatedAt\n }\n inventories {\n id\n qty\n productId\n inventorySourceId\n vendorId\n inventorySource {\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n status\n }\n }\n images {\n id\n type\n path\n productId\n }\n orderedInventories {\n id\n qty\n productId\n channelId\n }\n reviews {\n id\n title\n rating\n comment\n status\n productId\n customerId\n customerName\n createdAt\n updatedAt\n }\n groupedProducts {\n id\n qty\n sortOrder\n productId\n associatedProductId\n associatedProduct {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n }\n downloadableSamples {\n id\n url\n file\n fileName\n type\n sortOrder\n productId\n createdAt\n updatedAt\n translations {\n id\n locale\n title\n productDownloadableSampleId\n }\n }\n downloadableLinks {\n id\n title\n price\n url\n file\n fileName\n type\n sampleUrl\n sampleFile\n sampleFileName\n sampleType\n sortOrder\n productId\n downloads\n translations {\n id\n locale\n title\n productDownloadableLinkId\n }\n }\n bundleOptions {\n id\n type\n isRequired\n sortOrder\n productId\n bundleOptionProducts {\n id\n qty\n isUserDefined\n sortOrder\n isDefault\n productBundleOptionId\n productId\n }\n translations {\n id\n locale\n label\n productBundleOptionId\n }\n }\n customerGroupPrices {\n id\n qty\n valueType\n value\n productId\n customerGroupId\n createdAt\n updatedAt\n }\n booking {\n type\n location\n qty\n availableEveryWeek\n availableFrom\n availableTo\n tableSlot {\n priceType\n guestLimit\n duration\n breakTime\n sameSlotAllDays\n preventSchedulingBefore\n slots {\n from\n to\n }\n }\n }\n sameDaySlots {\n id\n day\n from\n to\n }\n differentDaySlots {\n id\n day\n from\n to\n }\n }\n}", + "query": "mutation updateProduct {\n updateProduct(id: 1, input: {\n channel: \"default\"\n locale: \"en\"\n sku: \"hotel-table\"\n name: \"Hotel Table\"\n urlKey: \"hotel-table\"\n taxCategoryId: 1\n new: true\n featured: true\n visibleIndividually: true\n status: true\n guestCheckout: true\n color: 3\n size: 9\n shortDescription: \"Home Decor Short Description
\"\n description: \"Home Decor Description
\"\n metaTitle: \"Home Decor Meta Title\"\n metaKeywords: \"Home Decor Meta Keywords\"\n metaDescription: \"Home Decor Meta Description\"\n price: 12.55\n cost: 11.50\n specialPrice: 11.30\n specialPriceFrom: \"2021-02-08\"\n specialPriceTo: \"2021-02-28\"\n width: 30\n height: 24\n depth: 11\n weight: 5.20\n customerGroupPrices: [{\n customerGroupId: 1\n qty: 2\n valueType: \"fixed\"\n value: 10\n },\t{\n customerGroupId: 2\n qty: 3\n valueType: \"discount\"\n value: 2\n }]\n inventories: [{\n \tinventorySourceId: 1\n \tqty: 111\n }]\n categories: [1]\n channels: [1]\n upSell: [1]\n images: [\n \t\"http://graphqlnew.com/themes/velocity/assets/images/headphones.png\"\n ]\n booking: {\n type: \"table\"\n location: \"Hisar\"\n qty: 5\n duration: 45\n breakTime: 15\n availableEveryWeek: true\n availableFrom: \"2021-02-11 12:00:00\"\n availableTo: \"2021-02-18 12:00:00\"\n sameSlotAllDays: true\n tableSlot: {\n priceType: \"guest\"\n guestLimit: 5\n preventSchedulingBefore: 3\n slots: [{\n day: 0\n from: \"09:00\"\n to: \"09:45\"\n }, {\n day: 1\n from: \"10:00\"\n to: \"10:45\"\n }, {\n day: 2\n from: \"11:00\"\n to: \"11:45\"\n }, {\n day: 3\n from: \"12:00\"\n to: \"12:45\"\n }]\n }\n }\n }) {\n id\n type\n attributeFamilyId\n sku\n parentId\n productFlats {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n color\n colorLabel\n size\n sizeLabel\n locale\n channel\n productId\n parentId\n minPrice\n maxPrice\n metaTitle\n metaKeywords\n metaDescription\n width\n height\n depth\n variants {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n locale\n channel\n productId\n parentId\n }\n parent {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n }\n createdAt\n updatedAt\n }\n variants {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n parent {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n attributeFamily {\n id\n code\n name\n status\n isUserDefined\n }\n attributeValues {\n id\n productId\n attributeId\n locale\n channel\n textValue\n booleanValue\n integerValue\n floatValue\n dateTimeValue\n dateValue\n jsonValue\n attribute {\n id\n code\n adminName\n type\n }\n }\n superAttributes {\n id\n code\n adminName\n type\n position\n }\n categories {\n id\n name\n description\n slug\n urlPath\n imageUrl\n metaTitle\n metaDescription\n metaKeywords\n position\n status\n displayMode\n parentId\n filterableAttributes {\n id\n adminName\n code\n type\n position\n }\n translations {\n id\n name\n description\n localeId\n locale\n }\n createdAt\n updatedAt\n }\n inventories {\n id\n qty\n productId\n inventorySourceId\n vendorId\n inventorySource {\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n status\n }\n }\n images {\n id\n type\n path\n productId\n }\n orderedInventories {\n id\n qty\n productId\n channelId\n }\n reviews {\n id\n title\n rating\n comment\n status\n productId\n customerId\n customerName\n createdAt\n updatedAt\n }\n groupedProducts {\n id\n qty\n sortOrder\n productId\n associatedProductId\n associatedProduct {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n }\n downloadableSamples {\n id\n url\n file\n fileName\n type\n sortOrder\n productId\n createdAt\n updatedAt\n translations {\n id\n locale\n title\n productDownloadableSampleId\n }\n }\n downloadableLinks {\n id\n title\n price\n url\n file\n fileName\n type\n sampleUrl\n sampleFile\n sampleFileName\n sampleType\n sortOrder\n productId\n downloads\n translations {\n id\n locale\n title\n productDownloadableLinkId\n }\n }\n bundleOptions {\n id\n type\n isRequired\n sortOrder\n productId\n bundleOptionProducts {\n id\n qty\n isUserDefined\n sortOrder\n isDefault\n productBundleOptionId\n productId\n }\n translations {\n id\n locale\n label\n productBundleOptionId\n }\n }\n customerGroupPrices {\n id\n qty\n valueType\n value\n productId\n customerGroupId\n createdAt\n updatedAt\n }\n booking {\n type\n location\n qty\n availableEveryWeek\n availableFrom\n availableTo\n tableSlot {\n priceType\n guestLimit\n duration\n breakTime\n sameSlotAllDays\n preventSchedulingBefore\n slots {\n from\n to\n }\n }\n }\n sameDaySlots {\n id\n day\n from\n to\n }\n differentDaySlots {\n id\n day\n from\n to\n }\n }\n}", "variables": "" } }, @@ -1467,7 +1467,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation deleteProduct {\n deleteProduct(id: 15) {\n success\n }\n}\n", + "query": "mutation deleteProduct {\n deleteProduct(id: 1) {\n success\n }\n}\n", "variables": "" } }, diff --git a/Postman_APIs/Collections/Cms.postman_collection.json b/Postman_APIs/Collections/Cms.postman_collection.json index d27eb277..4afa0fb9 100644 --- a/Postman_APIs/Collections/Cms.postman_collection.json +++ b/Postman_APIs/Collections/Cms.postman_collection.json @@ -4,7 +4,7 @@ "name": "Cms", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "_exporter_id": "1890198", - "_collection_link": "https://web.postman.co/workspace/Mp-GraphQL-v1.4.5~c28c7776-3758-45f3-9666-bddf8ef9b25d/collection/1890198-9ab23eba-6863-420b-8128-7280a1145a80?action=share&creator=1890198&source=collection_link" + "_collection_link": "https://warped-spaceship-266216.postman.co/workspace/Mp-GraphQL-v1.4.5~c28c7776-3758-45f3-9666-bddf8ef9b25d/collection/1890198-9ab23eba-6863-420b-8128-7280a1145a80?action=share&creator=1890198&source=collection_link" }, "item": [ { @@ -150,7 +150,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation updateCmsPage {\n updateCmsPage(id: 13 , input: {\n \tpageTitle: \"Term & Condition\"\n channels: [1]\n htmlContent: \"What is Lorem Ipsum? Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\"\n metaTitle: \"Why do we use it?\"\n urlKey: \"term-and-condition\"\n metaKeywords: \"Why do we use it?\"\n metaDescription: \"Why do we use it?\"\n layout: \"\"\n locale: \"\"\n }) {\n id\n layout\n createdAt\n updatedAt\n translations {\n id\n urlKey\n metaDescription\n metaTitle\n pageTitle\n metaKeywords\n htmlContent\n locale\n cmsPageId\n }\n channels {\n id\n code\n name\n description\n theme\n homePageContent\n footerContent\n hostname\n defaultLocaleId\n baseCurrencyId\n rootCategoryId\n homeSeo\n locales {\n id\n name\n code\n direction\n }\n defaultLocale\n currencies {\n id\n name\n code\n symbol\n }\n inventorySources {\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n status\n }\n baseCurrency\n rootCategory\n logoUrl\n faviconUrl\n }\n }\n}\n", + "query": "mutation updateCmsPage {\n updateCmsPage(id: 1 , input: {\n \tpageTitle: \"Term & Condition\"\n channels: [1]\n htmlContent: \"What is Lorem Ipsum? Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\"\n metaTitle: \"Why do we use it?\"\n urlKey: \"term-and-condition\"\n metaKeywords: \"Why do we use it?\"\n metaDescription: \"Why do we use it?\"\n layout: \"\"\n locale: \"\"\n }) {\n id\n layout\n createdAt\n updatedAt\n translations {\n id\n urlKey\n metaDescription\n metaTitle\n pageTitle\n metaKeywords\n htmlContent\n locale\n cmsPageId\n }\n channels {\n id\n code\n name\n description\n theme\n homePageContent\n footerContent\n hostname\n defaultLocaleId\n baseCurrencyId\n rootCategoryId\n homeSeo\n locales {\n id\n name\n code\n direction\n }\n defaultLocale\n currencies {\n id\n name\n code\n symbol\n }\n inventorySources {\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n status\n }\n baseCurrency\n rootCategory\n logoUrl\n faviconUrl\n }\n }\n}\n", "variables": "" } }, @@ -180,7 +180,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation deleteCmsPage {\n deleteCmsPage(id: 12) {\n success\n }\n}", + "query": "mutation deleteCmsPage {\n deleteCmsPage(id: 1) {\n success\n }\n}", "variables": "" } }, diff --git a/Postman_APIs/Collections/Customer.postman_collection.json b/Postman_APIs/Collections/Customer.postman_collection.json index f3f28b77..ae701093 100644 --- a/Postman_APIs/Collections/Customer.postman_collection.json +++ b/Postman_APIs/Collections/Customer.postman_collection.json @@ -5,7 +5,7 @@ "description": "Customer", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "_exporter_id": "1890198", - "_collection_link": "https://web.postman.co/workspace/Mp-GraphQL-v1.4.5~c28c7776-3758-45f3-9666-bddf8ef9b25d/collection/1890198-23239538-eb31-43d1-9402-df7bc31f88d3?action=share&creator=1890198&source=collection_link" + "_collection_link": "https://warped-spaceship-266216.postman.co/workspace/Mp-GraphQL-v1.4.5~c28c7776-3758-45f3-9666-bddf8ef9b25d/collection/1890198-23239538-eb31-43d1-9402-df7bc31f88d3?action=share&creator=1890198&source=collection_link" }, "item": [ { @@ -59,7 +59,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "query customerGroup {\n customerGroup(id: 2) {\n id\n name\n code\n isUserDefined\n createdAt\n updatedAt\n }\n}", + "query": "query customerGroup {\n customerGroup(id: 1) {\n id\n name\n code\n isUserDefined\n createdAt\n updatedAt\n }\n}", "variables": "" } }, @@ -243,7 +243,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "query customer {\n customer(id: 3) {\n id\n firstName\n lastName\n gender\n dateOfBirth\n email\n phone\n notes\n password\n apiToken\n customerGroupId\n subscribedToNewsLetter\n isVerified\n token\n notes\n status\n customerGroup {\n id\n name\n code\n isUserDefined\n createdAt\n updatedAt\n }\n addresses {\n id\n customerId\n companyName\n firstName\n lastName\n address1\n address2\n country\n state\n city\n postcode\n phone\n vatId\n addressType\n defaultAddress\n }\n defaultAddress {\n id\n companyName\n address1\n address2\n country\n state\n city\n postcode\n phone\n }\n createdAt\n updatedAt\n }\n}", + "query": "query customer {\n customer(id: 1) {\n id\n firstName\n lastName\n gender\n dateOfBirth\n email\n phone\n notes\n password\n apiToken\n customerGroupId\n subscribedToNewsLetter\n isVerified\n token\n notes\n status\n customerGroup {\n id\n name\n code\n isUserDefined\n createdAt\n updatedAt\n }\n addresses {\n id\n customerId\n companyName\n firstName\n lastName\n address1\n address2\n country\n state\n city\n postcode\n phone\n vatId\n addressType\n defaultAddress\n }\n defaultAddress {\n id\n companyName\n address1\n address2\n country\n state\n city\n postcode\n phone\n }\n createdAt\n updatedAt\n }\n}", "variables": "" } }, @@ -274,7 +274,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation createCustomer {\n createCustomer(input: {\n firstName: \"Test\"\n lastName: \"Customer\"\n email: \"customertest@example.com\"\n \tgender: \"Male\"\n \tdateOfBirth: \"11/07/1993\"\n customerGroupId: 1\n phone: \"9785014423\"\n notes: \"This is dummy note, for newly created customer.\"\n status: true\n }) {\n id\n firstName\n lastName\n gender\n dateOfBirth\n email\n phone\n password\n apiToken\n customerGroupId\n subscribedToNewsLetter\n isVerified\n token\n notes\n status\n customerGroup {\n id\n name\n code\n isUserDefined\n createdAt\n updatedAt\n }\n addresses {\n id\n customerId\n companyName\n firstName\n lastName\n address1\n address2\n country\n state\n city\n postcode\n phone\n vatId\n addressType\n defaultAddress\n }\n defaultAddress {\n id\n companyName\n address1\n address2\n country\n state\n city\n postcode\n phone\n }\n createdAt\n updatedAt\n }\n}", + "query": "mutation createCustomer {\n createCustomer(input: {\n firstName: \"John\"\n lastName: \"Doe\"\n email: \"johndoe@example.com\"\n \tgender: \"Male\"\n \tdateOfBirth: \"11/07/1993\"\n customerGroupId: 1\n phone: \"987654321\"\n notes: \"This is dummy note, for newly created customer.\"\n status: true\n }) {\n id\n firstName\n lastName\n gender\n dateOfBirth\n email\n phone\n password\n apiToken\n customerGroupId\n subscribedToNewsLetter\n isVerified\n token\n notes\n status\n customerGroup {\n id\n name\n code\n isUserDefined\n createdAt\n updatedAt\n }\n addresses {\n id\n customerId\n companyName\n firstName\n lastName\n address1\n address2\n country\n state\n city\n postcode\n phone\n vatId\n addressType\n defaultAddress\n }\n defaultAddress {\n id\n companyName\n address1\n address2\n country\n state\n city\n postcode\n phone\n }\n createdAt\n updatedAt\n }\n}", "variables": "" } }, @@ -305,7 +305,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "\nmutation updateCustomer {\n updateCustomer(id: 1, input: {\n firstName: \"Tony\"\n lastName: \"Stark\"\n email: \"customer1@example.com\"\n \tgender: \"Male\"\n \tdateOfBirth: \"1992-10-30\"\n customerGroupId: 5\n phone: \"7001142256\"\n status: true\n }) {\n id\n firstName\n lastName\n gender\n dateOfBirth\n email\n phone\n notes\n password\n apiToken\n customerGroupId\n subscribedToNewsLetter\n isVerified\n token\n notes\n status\n customerGroup {\n id\n name\n code\n isUserDefined\n createdAt\n updatedAt\n }\n addresses {\n id\n customerId\n companyName\n firstName\n lastName\n address1\n address2\n country\n state\n city\n postcode\n phone\n vatId\n addressType\n defaultAddress\n }\n defaultAddress {\n id\n companyName\n address1\n address2\n country\n state\n city\n postcode\n phone\n }\n createdAt\n updatedAt\n }\n}", + "query": "\nmutation updateCustomer {\n updateCustomer(id: 1, input: {\n firstName: \"John\"\n lastName: \"Doe\"\n email: \"johndoe@example.com\"\n \tgender: \"Male\"\n \tdateOfBirth: \"1992-10-30\"\n customerGroupId: 2\n phone: \"7001142256\"\n status: true\n }) {\n id\n firstName\n lastName\n gender\n dateOfBirth\n email\n phone\n notes\n password\n apiToken\n customerGroupId\n subscribedToNewsLetter\n isVerified\n token\n notes\n status\n customerGroup {\n id\n name\n code\n isUserDefined\n createdAt\n updatedAt\n }\n addresses {\n id\n customerId\n companyName\n firstName\n lastName\n address1\n address2\n country\n state\n city\n postcode\n phone\n vatId\n addressType\n defaultAddress\n }\n defaultAddress {\n id\n companyName\n address1\n address2\n country\n state\n city\n postcode\n phone\n }\n createdAt\n updatedAt\n }\n}", "variables": "" } }, @@ -336,7 +336,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "\nmutation deleteCustomer {\n deleteCustomer(id: 3) {\n success\n }\n}\n", + "query": "\nmutation deleteCustomer {\n deleteCustomer(id: 1) {\n success\n }\n}\n", "variables": "" } }, @@ -456,7 +456,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation createCustomerAddress {\n createCustomerAddress(input: {\n customerId: 1\n companyName: \"Stark Industries\"\n firstName: \"Tony\"\n lastName: \"Stark\"\n gender: \"Male\"\n email: \"customer1@example.com\"\n address1: \"3180 Bluff\"\n address2: \"Street\"\n country: \"US\"\n state: \"PA\"\n city: \"GLEN CAMPBELL\"\n postcode: \"15742\"\n phone: \"234343544\"\n vatId: \"INV12345678902\"\n defaultAddress: true\n }) {\n id\n customerId\n companyName\n firstName\n lastName\n gender\n email\n address1\n address2\n country\n state\n city\n postcode\n phone\n vatId\n addressType\n defaultAddress\n createdAt\n updatedAt\n }\n}", + "query": "mutation createCustomerAddress {\n createCustomerAddress(input: {\n customerId: 1\n companyName: \"Stark Industries\"\n firstName: \"John\"\n lastName: \"Doe\"\n gender: \"Male\"\n email: \"johndoe@example.com\"\n address1: \"3180 Bluff\"\n address2: \"Street\"\n country: \"US\"\n state: \"PA\"\n city: \"GLEN CAMPBELL\"\n postcode: \"15742\"\n phone: \"987654321\"\n vatId: \"INV12345678902\"\n defaultAddress: true\n }) {\n id\n customerId\n companyName\n firstName\n lastName\n gender\n email\n address1\n address2\n country\n state\n city\n postcode\n phone\n vatId\n addressType\n defaultAddress\n createdAt\n updatedAt\n }\n}", "variables": "" } }, @@ -486,7 +486,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation updateCustomerAddress {\n updateCustomerAddress(id: 1, input: {\n customerId: 1\n companyName: \"Velocity\"\n firstName: \"Tom\"\n lastName: \"Martin\"\n gender: \"Male\"\n email: \"martin@example.com\"\n address1: \"3180 Bluff Street\"\n address2: \"\"\n country: \"IN\"\n state: \"UP\"\n city: \"Noida\"\n postcode: \"201301\"\n phone: \"1234123455\"\n vatId: \"INV12342278902\"\n }) {\n id\n customerId\n companyName\n firstName\n lastName\n gender\n email\n address1\n address2\n country\n state\n city\n postcode\n phone\n vatId\n addressType\n defaultAddress\n createdAt\n updatedAt\n }\n}", + "query": "mutation updateCustomerAddress {\n updateCustomerAddress(id: 1, input: {\n customerId: 1\n companyName: \"Bagisto\"\n firstName: \"John\"\n lastName: \"Doe\"\n gender: \"Male\"\n email: \"johndoe@example.com\"\n address1: \"3180 Bluff Street\"\n address2: \"\"\n country: \"IN\"\n state: \"UP\"\n city: \"Noida\"\n postcode: \"201301\"\n phone: \"987654321\"\n vatId: \"INV12342278902\"\n }) {\n id\n customerId\n companyName\n firstName\n lastName\n gender\n email\n address1\n address2\n country\n state\n city\n postcode\n phone\n vatId\n addressType\n defaultAddress\n createdAt\n updatedAt\n }\n}", "variables": "" } }, @@ -634,7 +634,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation subscribe {\n subscribe(input: {\n email: \"gagan@exmaple.com\"\n }) {\n id\n email\n isSubscribed\n token\n channelId\n createdAt\n updatedAt\n }\n}", + "query": "mutation subscribe {\n subscribe(input: {\n email: \"peterdoe@exmaple.com\"\n }) {\n id\n email\n isSubscribed\n token\n channelId\n createdAt\n updatedAt\n }\n}", "variables": "" } }, @@ -664,7 +664,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation unSubscribe {\n unSubscribe(token: \"61ac7596e91aa\") {\n id\n email\n isSubscribed\n token\n channelId\n createdAt\n updatedAt\n }\n}", + "query": "mutation unSubscribe {\n unSubscribe(token: \"XXXXXXX\") {\n id\n email\n isSubscribed\n token\n channelId\n createdAt\n updatedAt\n }\n}", "variables": "" } }, @@ -694,7 +694,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation deleteSubscriber {\n deleteSubscriber(email: \"gagan@exmaple.com\") {\n success\n }\n}", + "query": "mutation deleteSubscriber {\n deleteSubscriber(email: \"peterdoe@exmaple.com\") {\n success\n }\n}", "variables": "" } }, diff --git a/Postman_APIs/Collections/Marketing.postman_collection.json b/Postman_APIs/Collections/Marketing.postman_collection.json index ab0b362f..dc4dc1ce 100644 --- a/Postman_APIs/Collections/Marketing.postman_collection.json +++ b/Postman_APIs/Collections/Marketing.postman_collection.json @@ -4,7 +4,7 @@ "name": "Marketing", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "_exporter_id": "1890198", - "_collection_link": "https://web.postman.co/workspace/Mp-GraphQL-v1.4.5~c28c7776-3758-45f3-9666-bddf8ef9b25d/collection/1890198-aa2689ac-e2c2-4769-95e3-9275821b9bd2?action=share&creator=1890198&source=collection_link" + "_collection_link": "https://warped-spaceship-266216.postman.co/workspace/Mp-GraphQL-v1.4.5~c28c7776-3758-45f3-9666-bddf8ef9b25d/collection/1890198-aa2689ac-e2c2-4769-95e3-9275821b9bd2?action=share&creator=1890198&source=collection_link" }, "item": [ { @@ -87,7 +87,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation createEmailTemplate{\n createEmailTemplate(input: {\n name: \"fdasfafs\"\n content: \"fdasfadsf\"\n status: true\n }){\n id\n name\n content\n status\n }\n}", + "query": "mutation createEmailTemplate{\n createEmailTemplate(input: {\n name: \"Birthday Greetings\"\n content: \"Birthday Greetings Card\"\n status: true\n }){\n id\n name\n content\n status\n }\n}", "variables": "" } }, @@ -117,7 +117,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation createEmailTemplate{\n updateEmailTemplate(id: 2, input: {\n name: \"fdasfafs\"\n content: \"fdasfadsf\"\n status: true\n }){\n id\n name\n content\n status\n }\n}", + "query": "mutation createEmailTemplate{\n updateEmailTemplate(id: 1, input: {\n name: \"Birthday Card\"\n content: \"Hi! This is your birthday card.\"\n status: true\n }){\n id\n name\n content\n status\n }\n}", "variables": "" } }, @@ -147,7 +147,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation deleteEmailTemplate{\n deleteEmailTemplate(id: 2){\n status\n message\n }\n}", + "query": "mutation deleteEmailTemplate{\n deleteEmailTemplate(id: 1) {\n status\n message\n }\n}", "variables": "" } }, @@ -235,7 +235,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "query events{\n event(id: 1){\n id\n name\n description\n date\n \n }\n}", + "query": "query events{\n event(id: 1) {\n id\n name\n description\n date\n }\n}", "variables": "" } }, @@ -265,7 +265,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation createEvent{\n createEvent(input: {\n name: \"fdasfafs\"\n description: \"fdasfadsf\"\n date: \"20-10-1996\"\n }){\n id\n name\n description\n date\n }\n}", + "query": "mutation createEvent{\n createEvent(input: {\n name: \"Rock Show\"\n description: \"Street Rock Show\"\n date: \"20-10-1996\"\n }) {\n id\n name\n description\n date\n }\n}", "variables": "" } }, @@ -325,7 +325,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation deleteEvent{\n deleteEvent(id: 2){\n status\n message\n }\n}", + "query": "mutation deleteEvent{\n deleteEvent(id: 1) {\n status\n message\n }\n}", "variables": "" } }, @@ -413,7 +413,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "query campaigns{\n campaign(id: 1){\n id\n name\n subject \n status\n channel{\n id\n code\n name\n description\n theme\n homePageContent\n footerContent\n hostname\n defaultLocaleId\n baseCurrencyId\n rootCategoryId\n homeSeo\n locales{\n id\n name\n code\n direction\n }\n defaultLocale\n currencies{\n id\n name\n code\n symbol\n }\n inventorySources{\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n status\n }\n baseCurrency\n rootCategory\n logoUrl\n faviconUrl \n }\n customerGroup {\n id\n name\n code\n isUserDefined\n createdAt\n updatedAt\n success \n }\n emailTemplate{\n id\n name\n content\n status\n }\n event{\n id\n name\n description\n date\n }\n }\n\n}", + "query": "query campaigns{\n campaign(id: 1) {\n id\n name\n subject \n status\n channel{\n id\n code\n name\n description\n theme\n homePageContent\n footerContent\n hostname\n defaultLocaleId\n baseCurrencyId\n rootCategoryId\n homeSeo\n locales{\n id\n name\n code\n direction\n }\n defaultLocale\n currencies{\n id\n name\n code\n symbol\n }\n inventorySources{\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n status\n }\n baseCurrency\n rootCategory\n logoUrl\n faviconUrl \n }\n customerGroup {\n id\n name\n code\n isUserDefined\n createdAt\n updatedAt\n success \n }\n emailTemplate{\n id\n name\n content\n status\n }\n event{\n id\n name\n description\n date\n }\n }\n\n}", "variables": "" } }, @@ -443,7 +443,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation createCampaign{\n createCampaign(input: {\n name: \"testasfdasf\"\n subject: \"testfasdfaf\"\n eventId: 1\n emailTemplateId: 1 \n channelId: 1\n customerGroupId: 1\n status: true\n }){\n id\n name\n subject \n status\n channel{\n id\n code\n name\n description\n theme\n homePageContent\n footerContent\n hostname\n defaultLocaleId\n baseCurrencyId\n rootCategoryId\n homeSeo\n locales{\n id\n name\n code\n direction\n }\n defaultLocale\n currencies{\n id\n name\n code\n symbol\n }\n inventorySources{\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n status\n }\n baseCurrency\n rootCategory\n logoUrl\n faviconUrl \n }\n customerGroup {\n id\n name\n code\n isUserDefined\n createdAt\n updatedAt\n success \n }\n emailTemplate{\n id\n name\n content\n status\n }\n event{\n id\n name\n description\n date\n }\n }\n \n}", + "query": "mutation createCampaign{\n createCampaign(input: {\n name: \"New Campaign\"\n subject: \"New Campaign Subject\"\n eventId: 1\n emailTemplateId: 1 \n channelId: 1\n customerGroupId: 1\n status: true\n }){\n id\n name\n subject \n status\n channel{\n id\n code\n name\n description\n theme\n homePageContent\n footerContent\n hostname\n defaultLocaleId\n baseCurrencyId\n rootCategoryId\n homeSeo\n locales{\n id\n name\n code\n direction\n }\n defaultLocale\n currencies{\n id\n name\n code\n symbol\n }\n inventorySources{\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n status\n }\n baseCurrency\n rootCategory\n logoUrl\n faviconUrl \n }\n customerGroup {\n id\n name\n code\n isUserDefined\n createdAt\n updatedAt\n success \n }\n emailTemplate{\n id\n name\n content\n status\n }\n event{\n id\n name\n description\n date\n }\n }\n \n}", "variables": "" } }, @@ -473,7 +473,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation createCampaign{\n updateCampaign(id: 2,input: {\n name: \"test1\"\n subject: \"test\"\n eventId: 1\n emailTemplateId: 1 \n channelId: 1\n customerGroupId: 1\n status: true\n }){\n id\n name\n subject \n status\n channel{\n id\n code\n name\n description\n theme\n homePageContent\n footerContent\n hostname\n defaultLocaleId\n baseCurrencyId\n rootCategoryId\n homeSeo\n locales{\n id\n name\n code\n direction\n }\n defaultLocale\n currencies{\n id\n name\n code\n symbol\n }\n inventorySources{\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n status\n }\n baseCurrency\n rootCategory\n logoUrl\n faviconUrl \n }\n customerGroup {\n id\n name\n code\n isUserDefined\n createdAt\n updatedAt\n success \n }\n emailTemplate{\n id\n name\n content\n status\n }\n event{\n id\n name\n description\n date\n }\n }\n}", + "query": "mutation createCampaign{\n updateCampaign(id: 1, input: {\n name: \"New Campaign\"\n subject: \"New Campaign Subject\"\n eventId: 1\n emailTemplateId: 1 \n channelId: 1\n customerGroupId: 1\n status: true\n }){\n id\n name\n subject \n status\n channel{\n id\n code\n name\n description\n theme\n homePageContent\n footerContent\n hostname\n defaultLocaleId\n baseCurrencyId\n rootCategoryId\n homeSeo\n locales{\n id\n name\n code\n direction\n }\n defaultLocale\n currencies{\n id\n name\n code\n symbol\n }\n inventorySources{\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n status\n }\n baseCurrency\n rootCategory\n logoUrl\n faviconUrl \n }\n customerGroup {\n id\n name\n code\n isUserDefined\n createdAt\n updatedAt\n success \n }\n emailTemplate{\n id\n name\n content\n status\n }\n event{\n id\n name\n description\n date\n }\n }\n}", "variables": "" } }, @@ -503,7 +503,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation deleteCampaign{\n deleteCampaign(id: 2){\n status\n message\n }\n}", + "query": "mutation deleteCampaign{\n deleteCampaign(id: 1) {\n status\n message\n }\n}", "variables": "" } }, @@ -561,7 +561,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "query sitemaps{\n sitemaps(input: {\n # id: 1\n # fileName: \"test\"\n # path: \"test\"\n }){\n data{\n id\n fileName\n path\n }\n }\n}", + "query": "query sitemaps{\n sitemaps(input: {\n # id: 1\n # fileName: \"test\"\n # path: \"test\"\n }) {\n data {\n id\n fileName\n path\n }\n }\n}", "variables": "" } }, @@ -591,7 +591,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "query sitemap{\n sitemap(id: 1){\n id\n fileName\n path\n }\n}", + "query": "query sitemap{\n sitemap(id: 1) {\n id\n fileName\n path\n }\n}", "variables": "" } }, @@ -621,7 +621,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation createSiteMap{\n createSiteMap(input: {\n fileName: \"test\"\n path: \"test\"\n }){\n id\n fileName\n path\n }\n}", + "query": "mutation createSiteMap{\n createSiteMap(input: {\n fileName: \"Contact Us\"\n path: \"page/contact-us\"\n }) {\n id\n fileName\n path\n }\n}", "variables": "" } }, @@ -651,7 +651,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation updateSiteMap{\n updateSiteMap(id: 2, input: {\n fileName: \"test\"\n path: \"test\"\n }){\n id\n fileName\n path\n }\n}", + "query": "mutation updateSiteMap{\n updateSiteMap(id: 1, input: {\n fileName: \"ContactUs\"\n path: \"page/contact-us\"\n }){\n id\n fileName\n path\n }\n}", "variables": "" } }, @@ -681,7 +681,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation deleteEmailTemplate{\n deleteEmailTemplate(id: 2){\n status\n message\n }\n}", + "query": "mutation deleteEmailTemplate{\n deleteEmailTemplate(id: 1) {\n status\n message\n }\n}", "variables": "" } }, diff --git a/Postman_APIs/Collections/Promotions.postman_collection.json b/Postman_APIs/Collections/Promotions.postman_collection.json index 90ae07c7..b2d8d67c 100644 --- a/Postman_APIs/Collections/Promotions.postman_collection.json +++ b/Postman_APIs/Collections/Promotions.postman_collection.json @@ -4,7 +4,7 @@ "name": "Promotions", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "_exporter_id": "1890198", - "_collection_link": "https://web.postman.co/workspace/Mp-GraphQL-v1.4.5~c28c7776-3758-45f3-9666-bddf8ef9b25d/collection/1890198-3b28ddd9-9ad1-4a1b-ae03-46c1cd908ddc?action=share&creator=1890198&source=collection_link" + "_collection_link": "https://warped-spaceship-266216.postman.co/workspace/Mp-GraphQL-v1.4.5~c28c7776-3758-45f3-9666-bddf8ef9b25d/collection/1890198-3b28ddd9-9ad1-4a1b-ae03-46c1cd908ddc?action=share&creator=1890198&source=collection_link" }, "item": [ { @@ -147,7 +147,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation deleteCartRule {\n deleteCartRule(id: 16) {\n success\n }\n}", + "query": "mutation deleteCartRule {\n deleteCartRule(id: 1) {\n success\n }\n}", "variables": "" } }, @@ -295,7 +295,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation updateCatalogRule {\n updateCatalogRule(id: 2, input: {\n name: \"First Catalog Rule Update\"\n status: false\n description: \"First Catalog Rule 10% off update\"\n channels: [1]\n customerGroups: [1, 2]\n startsFrom: \"2021-11-25 13:43:32\"\n endsTill: \"2021-12-30 13:43:32\"\n conditionType: 1\n conditions: [{\n attribute: \"product|category_ids\",\n operator: \"{}\",\n attributeType: \"multiselect\",\n value: [\"1\", \"3\"]\n },\t{\n attribute: \"product|sku\",\n operator: \"==\",\n attributeType: \"text\",\n value: [\"phone\"]\n },\t{\n attribute: \"product|weight\",\n operator: \"==\",\n attributeType: \"text\",\n value: [\"1.5\"]\n }]\n sortOrder: 0\n actionType: \"by_percent\"\n discountAmount: 5.8\n endOtherRules: false\n }) {\n id\n name\n description\n startsFrom\n endsTill\n status\n conditionType\n conditions\n endOtherRules\n actionType\n discountAmount\n sortOrder\n createdAt\n updatedAt\n channels {\n id\n code\n name\n description\n theme\n homePageContent\n footerContent\n hostname\n defaultLocaleId\n baseCurrencyId\n rootCategoryId\n homeSeo\n locales {\n id\n name\n code\n direction\n }\n defaultLocale\n currencies {\n id\n name\n code\n symbol\n }\n inventorySources {\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n status\n }\n baseCurrency\n rootCategory\n logoUrl\n faviconUrl\n }\n customerGroups {\n id\n name\n code\n isUserDefined\n createdAt\n updatedAt\n }\n catalogRuleProducts {\n id\n startsFrom\n endsTill\n discountAmount\n actionType\n endOtherRules\n sortOrder\n catalogRuleId\n channelId\n customerGroupId\n productId\n product {\n id\n type\n attributeFamilyId\n sku\n parentId\n variants {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n }\n }\n catalogRuleProductPrices {\n id\n price\n ruleDate\n startsFrom\n endsTill\n productId\n catalogRuleId\n channelId\n customerGroupId\n }\n }\n}", + "query": "mutation updateCatalogRule {\n updateCatalogRule(id: 1, input: {\n name: \"First Catalog Rule Update\"\n status: false\n description: \"First Catalog Rule 10% off update\"\n channels: [1]\n customerGroups: [1, 2]\n startsFrom: \"2021-11-25 13:43:32\"\n endsTill: \"2021-12-30 13:43:32\"\n conditionType: 1\n conditions: [{\n attribute: \"product|category_ids\",\n operator: \"{}\",\n attributeType: \"multiselect\",\n value: [\"1\", \"3\"]\n },\t{\n attribute: \"product|sku\",\n operator: \"==\",\n attributeType: \"text\",\n value: [\"phone\"]\n },\t{\n attribute: \"product|weight\",\n operator: \"==\",\n attributeType: \"text\",\n value: [\"1.5\"]\n }]\n sortOrder: 0\n actionType: \"by_percent\"\n discountAmount: 5.8\n endOtherRules: false\n }) {\n id\n name\n description\n startsFrom\n endsTill\n status\n conditionType\n conditions\n endOtherRules\n actionType\n discountAmount\n sortOrder\n createdAt\n updatedAt\n channels {\n id\n code\n name\n description\n theme\n homePageContent\n footerContent\n hostname\n defaultLocaleId\n baseCurrencyId\n rootCategoryId\n homeSeo\n locales {\n id\n name\n code\n direction\n }\n defaultLocale\n currencies {\n id\n name\n code\n symbol\n }\n inventorySources {\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n status\n }\n baseCurrency\n rootCategory\n logoUrl\n faviconUrl\n }\n customerGroups {\n id\n name\n code\n isUserDefined\n createdAt\n updatedAt\n }\n catalogRuleProducts {\n id\n startsFrom\n endsTill\n discountAmount\n actionType\n endOtherRules\n sortOrder\n catalogRuleId\n channelId\n customerGroupId\n productId\n product {\n id\n type\n attributeFamilyId\n sku\n parentId\n variants {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n }\n }\n catalogRuleProductPrices {\n id\n price\n ruleDate\n startsFrom\n endsTill\n productId\n catalogRuleId\n channelId\n customerGroupId\n }\n }\n}", "variables": "" } }, @@ -325,7 +325,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation deleteCatalogRule {\n deleteCatalogRule(id: 2) {\n success\n }\n}", + "query": "mutation deleteCatalogRule {\n deleteCatalogRule(id: 1) {\n success\n }\n}", "variables": "" } }, diff --git a/Postman_APIs/Collections/Sales.postman_collection.json b/Postman_APIs/Collections/Sales.postman_collection.json index 07b818ca..de494f8c 100644 --- a/Postman_APIs/Collections/Sales.postman_collection.json +++ b/Postman_APIs/Collections/Sales.postman_collection.json @@ -4,7 +4,7 @@ "name": "Sales", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "_exporter_id": "1890198", - "_collection_link": "https://web.postman.co/workspace/Mp-GraphQL-v1.4.5~c28c7776-3758-45f3-9666-bddf8ef9b25d/collection/1890198-4807413a-05df-4818-9e4b-de13178e786b?action=share&creator=1890198&source=collection_link" + "_collection_link": "https://warped-spaceship-266216.postman.co/workspace/Mp-GraphQL-v1.4.5~c28c7776-3758-45f3-9666-bddf8ef9b25d/collection/1890198-4807413a-05df-4818-9e4b-de13178e786b?action=share&creator=1890198&source=collection_link" }, "item": [ { @@ -27,7 +27,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "query orders {\n orders(input: {\n # id: 4\n # type: \"configurable\"\n # sku: \"colored-bottle\"\n # parentId: 3\n # attributeFamily: \"default\"\n # qty: 44\n }) {\n paginatorInfo {\n count\n currentPage\n lastPage\n total\n }\n data {\n id\n incrementId\n status\n channelName\n isGuest\n customerEmail\n customerFirstName\n customerLastName\n customerCompanyName\n customerVatId\n shippingMethod\n shippingTitle\n shippingDescription\n couponCode\n isGift\n totalItemCount\n totalQtyOrdered\n baseCurrencyCode\n channelCurrencyCode\n orderCurrencyCode\n grandTotal\n baseGrandTotal\n grandTotalInvoiced\n baseGrandTotalInvoiced\n grandTotalRefunded\n baseGrandTotalRefunded\n subTotal\n baseSubTotal\n subTotalInvoiced\n baseSubTotalInvoiced\n subTotalRefunded\n baseSubTotalRefunded\n discountPercent\n discountAmount\n baseDiscountAmount\n discountInvoiced\n baseDiscountInvoiced\n discountRefunded\n baseDiscountRefunded\n taxAmount\n baseTaxAmount\n taxAmountInvoiced\n baseTaxAmountInvoiced\n taxAmountRefunded\n baseTaxAmountRefunded\n shippingAmount\n baseShippingAmount\n shippingInvoiced\n baseShippingInvoiced\n shippingRefunded\n baseShippingRefunded\n customerId\n customerType\n channelId\n channelType\n cartId\n appliedCartRuleIds\n shippingDiscountAmount\n baseShippingDiscountAmount\n createdAt\n updatedAt\n billingAddress {\n id\n customerId\n cartId\n orderId\n firstName\n lastName\n gender\n companyName\n address1\n address2\n postcode\n city\n state\n country\n email\n phone\n vatId\n defaultAddress\n }\n shippingAddress {\n id\n customerId\n cartId\n orderId\n firstName\n lastName\n gender\n companyName\n address1\n address2\n postcode\n city\n state\n country\n email\n phone\n vatId\n defaultAddress\n }\n items {\n id\n sku\n type\n name\n couponCode\n weight\n totalWeight\n qtyOrdered\n qtyShipped\n qtyInvoiced\n qtyCanceled\n qtyRefunded\n price\n basePrice\n total\n baseTotal\n totalInvoiced\n baseTotalInvoiced\n amountRefunded\n baseAmountRefunded\n discountPercent\n discountAmount\n baseDiscountAmount\n discountInvoiced\n baseDiscountInvoiced\n discountRefunded\n baseDiscountRefunded\n taxPercent\n taxAmount\n baseTaxAmount\n taxAmountInvoiced\n baseTaxAmountInvoiced\n taxAmountRefunded\n baseTaxAmountRefunded\n productId\n productType\n orderId\n parentId\n additional\n createdAt\n updatedAt\n product {\n id\n type\n attributeFamilyId\n sku\n parentId\n createdAt\n updatedAt\n }\n child {\n id\n sku\n type\n name\n couponCode\n weight\n totalWeight\n qtyOrdered\n qtyShipped\n qtyInvoiced\n qtyCanceled\n qtyRefunded\n price\n basePrice\n total\n baseTotal\n totalInvoiced\n baseTotalInvoiced\n }\n invoiceItems {\n id\n sku\n type\n name\n description\n qty\n price\n basePrice\n total\n baseTotal\n taxAmount\n baseTaxAmount\n productId\n productType\n orderItemId\n invoiceId\n parentId\n }\n shipmentItems {\n id\n name\n description\n sku\n qty\n weight\n price\n basePrice\n total\n baseTotal\n productId\n productType\n orderItemId\n shipmentId\n }\n refundItems {\n id\n name\n description\n sku\n qty\n price\n basePrice\n total\n baseTotal\n taxAmount\n baseTaxAmount\n discountPercent\n discountAmount\n baseDiscountAmount\n productId\n productType\n orderItemId\n refundId\n parentId\n }\n }\n shipments {\n id\n status\n totalQty\n totalWeight\n carrierCode\n carrierTitle\n trackNumber\n emailSent\n customerId\n customerType\n orderId\n orderAddressId\n createdAt\n updatedAt\n }\n }\n }\n}", + "query": "query orders {\n orders(input: {\n # id: 2\n # type: \"configurable\"\n # sku: \"colored-bottle\"\n # parentId: 1\n # attributeFamily: \"default\"\n # qty: 1\n }) {\n paginatorInfo {\n count\n currentPage\n lastPage\n total\n }\n data {\n id\n incrementId\n status\n channelName\n isGuest\n customerEmail\n customerFirstName\n customerLastName\n customerCompanyName\n customerVatId\n shippingMethod\n shippingTitle\n shippingDescription\n couponCode\n isGift\n totalItemCount\n totalQtyOrdered\n baseCurrencyCode\n channelCurrencyCode\n orderCurrencyCode\n grandTotal\n baseGrandTotal\n grandTotalInvoiced\n baseGrandTotalInvoiced\n grandTotalRefunded\n baseGrandTotalRefunded\n subTotal\n baseSubTotal\n subTotalInvoiced\n baseSubTotalInvoiced\n subTotalRefunded\n baseSubTotalRefunded\n discountPercent\n discountAmount\n baseDiscountAmount\n discountInvoiced\n baseDiscountInvoiced\n discountRefunded\n baseDiscountRefunded\n taxAmount\n baseTaxAmount\n taxAmountInvoiced\n baseTaxAmountInvoiced\n taxAmountRefunded\n baseTaxAmountRefunded\n shippingAmount\n baseShippingAmount\n shippingInvoiced\n baseShippingInvoiced\n shippingRefunded\n baseShippingRefunded\n customerId\n customerType\n channelId\n channelType\n cartId\n appliedCartRuleIds\n shippingDiscountAmount\n baseShippingDiscountAmount\n createdAt\n updatedAt\n billingAddress {\n id\n customerId\n cartId\n orderId\n firstName\n lastName\n gender\n companyName\n address1\n address2\n postcode\n city\n state\n country\n email\n phone\n vatId\n defaultAddress\n }\n shippingAddress {\n id\n customerId\n cartId\n orderId\n firstName\n lastName\n gender\n companyName\n address1\n address2\n postcode\n city\n state\n country\n email\n phone\n vatId\n defaultAddress\n }\n items {\n id\n sku\n type\n name\n couponCode\n weight\n totalWeight\n qtyOrdered\n qtyShipped\n qtyInvoiced\n qtyCanceled\n qtyRefunded\n price\n basePrice\n total\n baseTotal\n totalInvoiced\n baseTotalInvoiced\n amountRefunded\n baseAmountRefunded\n discountPercent\n discountAmount\n baseDiscountAmount\n discountInvoiced\n baseDiscountInvoiced\n discountRefunded\n baseDiscountRefunded\n taxPercent\n taxAmount\n baseTaxAmount\n taxAmountInvoiced\n baseTaxAmountInvoiced\n taxAmountRefunded\n baseTaxAmountRefunded\n productId\n productType\n orderId\n parentId\n additional\n createdAt\n updatedAt\n product {\n id\n type\n attributeFamilyId\n sku\n parentId\n createdAt\n updatedAt\n }\n child {\n id\n sku\n type\n name\n couponCode\n weight\n totalWeight\n qtyOrdered\n qtyShipped\n qtyInvoiced\n qtyCanceled\n qtyRefunded\n price\n basePrice\n total\n baseTotal\n totalInvoiced\n baseTotalInvoiced\n }\n invoiceItems {\n id\n sku\n type\n name\n description\n qty\n price\n basePrice\n total\n baseTotal\n taxAmount\n baseTaxAmount\n productId\n productType\n orderItemId\n invoiceId\n parentId\n }\n shipmentItems {\n id\n name\n description\n sku\n qty\n weight\n price\n basePrice\n total\n baseTotal\n productId\n productType\n orderItemId\n shipmentId\n }\n refundItems {\n id\n name\n description\n sku\n qty\n price\n basePrice\n total\n baseTotal\n taxAmount\n baseTaxAmount\n discountPercent\n discountAmount\n baseDiscountAmount\n productId\n productType\n orderItemId\n refundId\n parentId\n }\n }\n shipments {\n id\n status\n totalQty\n totalWeight\n carrierCode\n carrierTitle\n trackNumber\n emailSent\n customerId\n customerType\n orderId\n orderAddressId\n createdAt\n updatedAt\n }\n }\n }\n}", "variables": "" } }, @@ -264,7 +264,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation cancelOrder {\n cancelOrder(id: 8) {\n status\n message\n order {\n id\n incrementId\n status\n channelName\n isGuest\n customerEmail\n customerFirstName\n customerLastName\n customerCompanyName\n customerVatId\n shippingMethod\n shippingTitle\n shippingDescription\n couponCode\n isGift\n totalItemCount\n totalQtyOrdered\n baseCurrencyCode\n channelCurrencyCode\n orderCurrencyCode\n grandTotal\n baseGrandTotal\n grandTotalInvoiced\n baseGrandTotalInvoiced\n grandTotalRefunded\n baseGrandTotalRefunded\n subTotal\n baseSubTotal\n subTotalInvoiced\n baseSubTotalInvoiced\n subTotalRefunded\n baseSubTotalRefunded\n discountPercent\n discountAmount\n baseDiscountAmount\n discountInvoiced\n baseDiscountInvoiced\n discountRefunded\n baseDiscountRefunded\n taxAmount\n baseTaxAmount\n taxAmountInvoiced\n baseTaxAmountInvoiced\n taxAmountRefunded\n baseTaxAmountRefunded\n shippingAmount\n baseShippingAmount\n shippingInvoiced\n baseShippingInvoiced\n shippingRefunded\n baseShippingRefunded\n customerId\n customerType\n channelId\n channelType\n cartId\n appliedCartRuleIds\n shippingDiscountAmount\n baseShippingDiscountAmount\n createdAt\n updatedAt\n billingAddress {\n id\n customerId\n cartId\n orderId\n firstName\n lastName\n gender\n companyName\n address1\n address2\n postcode\n city\n state\n country\n email\n phone\n vatId\n defaultAddress\n }\n shippingAddress {\n id\n customerId\n cartId\n orderId\n firstName\n lastName\n gender\n companyName\n address1\n address2\n postcode\n city\n state\n country\n email\n phone\n vatId\n defaultAddress\n }\n items {\n id\n sku\n type\n name\n couponCode\n weight\n totalWeight\n qtyOrdered\n qtyShipped\n qtyInvoiced\n qtyCanceled\n qtyRefunded\n price\n basePrice\n total\n baseTotal\n totalInvoiced\n baseTotalInvoiced\n amountRefunded\n baseAmountRefunded\n discountPercent\n discountAmount\n baseDiscountAmount\n discountInvoiced\n baseDiscountInvoiced\n discountRefunded\n baseDiscountRefunded\n taxPercent\n taxAmount\n baseTaxAmount\n taxAmountInvoiced\n baseTaxAmountInvoiced\n taxAmountRefunded\n baseTaxAmountRefunded\n productId\n productType\n orderId\n parentId\n additional\n createdAt\n updatedAt\n formattedPrice {\n price\n basePrice\n total\n baseTotal\n totalInvoiced\n baseTotalInvoiced\n amountRefunded\n baseAmountRefunded\n discountAmount\n baseDiscountAmount\n discountInvoiced\n baseDiscountInvoiced\n discountRefunded\n baseDiscountRefunded\n taxAmount\n baseTaxAmount\n taxAmountInvoiced\n baseTaxAmountInvoiced\n taxAmountRefunded\n baseTaxAmountRefunded\n grantTotal\n baseGrantTotal\n }\n }\n payment {\n id\n method\n methodTitle\n }\n formattedPrice {\n grandTotal\n baseGrandTotal\n grandTotalInvoiced\n baseGrandTotalInvoiced\n grandTotalRefunded\n baseGrandTotalRefunded\n subTotal\n baseSubTotal\n subTotalInvoiced\n baseSubTotalInvoiced\n subTotalRefunded\n discountAmount\n baseDiscountAmount\n discountInvoiced\n baseDiscountInvoiced\n discountRefunded\n baseDiscountRefunded\n taxAmount\n baseTaxAmount\n taxAmountInvoiced\n baseTaxAmountInvoiced\n taxAmountRefunded\n baseTaxAmountRefunded\n shippingAmount\n baseShippingAmount\n shippingInvoiced\n baseShippingInvoiced\n shippingRefunded\n baseShippingRefunded\n }\n }\n }\n}", + "query": "mutation cancelOrder {\n cancelOrder(id: 1) {\n status\n message\n order {\n id\n incrementId\n status\n channelName\n isGuest\n customerEmail\n customerFirstName\n customerLastName\n customerCompanyName\n customerVatId\n shippingMethod\n shippingTitle\n shippingDescription\n couponCode\n isGift\n totalItemCount\n totalQtyOrdered\n baseCurrencyCode\n channelCurrencyCode\n orderCurrencyCode\n grandTotal\n baseGrandTotal\n grandTotalInvoiced\n baseGrandTotalInvoiced\n grandTotalRefunded\n baseGrandTotalRefunded\n subTotal\n baseSubTotal\n subTotalInvoiced\n baseSubTotalInvoiced\n subTotalRefunded\n baseSubTotalRefunded\n discountPercent\n discountAmount\n baseDiscountAmount\n discountInvoiced\n baseDiscountInvoiced\n discountRefunded\n baseDiscountRefunded\n taxAmount\n baseTaxAmount\n taxAmountInvoiced\n baseTaxAmountInvoiced\n taxAmountRefunded\n baseTaxAmountRefunded\n shippingAmount\n baseShippingAmount\n shippingInvoiced\n baseShippingInvoiced\n shippingRefunded\n baseShippingRefunded\n customerId\n customerType\n channelId\n channelType\n cartId\n appliedCartRuleIds\n shippingDiscountAmount\n baseShippingDiscountAmount\n createdAt\n updatedAt\n billingAddress {\n id\n customerId\n cartId\n orderId\n firstName\n lastName\n gender\n companyName\n address1\n address2\n postcode\n city\n state\n country\n email\n phone\n vatId\n defaultAddress\n }\n shippingAddress {\n id\n customerId\n cartId\n orderId\n firstName\n lastName\n gender\n companyName\n address1\n address2\n postcode\n city\n state\n country\n email\n phone\n vatId\n defaultAddress\n }\n items {\n id\n sku\n type\n name\n couponCode\n weight\n totalWeight\n qtyOrdered\n qtyShipped\n qtyInvoiced\n qtyCanceled\n qtyRefunded\n price\n basePrice\n total\n baseTotal\n totalInvoiced\n baseTotalInvoiced\n amountRefunded\n baseAmountRefunded\n discountPercent\n discountAmount\n baseDiscountAmount\n discountInvoiced\n baseDiscountInvoiced\n discountRefunded\n baseDiscountRefunded\n taxPercent\n taxAmount\n baseTaxAmount\n taxAmountInvoiced\n baseTaxAmountInvoiced\n taxAmountRefunded\n baseTaxAmountRefunded\n productId\n productType\n orderId\n parentId\n additional\n createdAt\n updatedAt\n formattedPrice {\n price\n basePrice\n total\n baseTotal\n totalInvoiced\n baseTotalInvoiced\n amountRefunded\n baseAmountRefunded\n discountAmount\n baseDiscountAmount\n discountInvoiced\n baseDiscountInvoiced\n discountRefunded\n baseDiscountRefunded\n taxAmount\n baseTaxAmount\n taxAmountInvoiced\n baseTaxAmountInvoiced\n taxAmountRefunded\n baseTaxAmountRefunded\n grantTotal\n baseGrantTotal\n }\n }\n payment {\n id\n method\n methodTitle\n }\n formattedPrice {\n grandTotal\n baseGrandTotal\n grandTotalInvoiced\n baseGrandTotalInvoiced\n grandTotalRefunded\n baseGrandTotalRefunded\n subTotal\n baseSubTotal\n subTotalInvoiced\n baseSubTotalInvoiced\n subTotalRefunded\n discountAmount\n baseDiscountAmount\n discountInvoiced\n baseDiscountInvoiced\n discountRefunded\n baseDiscountRefunded\n taxAmount\n baseTaxAmount\n taxAmountInvoiced\n baseTaxAmountInvoiced\n taxAmountRefunded\n baseTaxAmountRefunded\n shippingAmount\n baseShippingAmount\n shippingInvoiced\n baseShippingInvoiced\n shippingRefunded\n baseShippingRefunded\n }\n }\n }\n}", "variables": "" } }, @@ -322,7 +322,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "query invoices {\n invoices(input: {\n # orderId: 3\n }) {\n paginatorInfo {\n count\n currentPage\n lastPage\n total\n }\n data {\n id\n incrementId\n state\n emailSent\n totalQty\n baseCurrencyCode\n channelCurrencyCode\n orderCurrencyCode\n subTotal\n baseSubTotal\n grandTotal\n baseGrandTotal\n shippingAmount\n baseShippingAmount\n taxAmount\n baseTaxAmount\n discountAmount\n baseDiscountAmount\n orderId\n orderAddressId\n createdAt\n updatedAt\n items {\n id\n sku\n type\n name\n description\n qty\n price\n basePrice\n total\n baseTotal\n taxAmount\n baseTaxAmount\n productId\n productType\n orderItemId\n invoiceId\n parentId\n additional\n discountPercent\n discountAmount\n baseDiscountAmount\n createdAt\n updatedAt\n }\n }\n }\n}", + "query": "query invoices {\n invoices(input: {\n # orderId: 1\n }) {\n paginatorInfo {\n count\n currentPage\n lastPage\n total\n }\n data {\n id\n incrementId\n state\n emailSent\n totalQty\n baseCurrencyCode\n channelCurrencyCode\n orderCurrencyCode\n subTotal\n baseSubTotal\n grandTotal\n baseGrandTotal\n shippingAmount\n baseShippingAmount\n taxAmount\n baseTaxAmount\n discountAmount\n baseDiscountAmount\n orderId\n orderAddressId\n createdAt\n updatedAt\n items {\n id\n sku\n type\n name\n description\n qty\n price\n basePrice\n total\n baseTotal\n taxAmount\n baseTaxAmount\n productId\n productType\n orderItemId\n invoiceId\n parentId\n additional\n discountPercent\n discountAmount\n baseDiscountAmount\n createdAt\n updatedAt\n }\n }\n }\n}", "variables": "" } }, @@ -352,7 +352,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "query invoice {\n invoice(id: 5) {\n id\n incrementId\n state\n emailSent\n totalQty\n baseCurrencyCode\n channelCurrencyCode\n orderCurrencyCode\n subTotal\n baseSubTotal\n grandTotal\n baseGrandTotal\n shippingAmount\n baseShippingAmount\n taxAmount\n baseTaxAmount\n discountAmount\n baseDiscountAmount\n orderId\n orderAddressId\n createdAt\n updatedAt\n items {\n id\n sku\n type\n name\n description\n qty\n price\n basePrice\n total\n baseTotal\n taxAmount\n baseTaxAmount\n productId\n productType\n orderItemId\n invoiceId\n parentId\n additional\n discountPercent\n discountAmount\n baseDiscountAmount\n createdAt\n updatedAt\n }\n formattedPrice {\n subTotal\n baseSubTotal\n grandTotal\n baseGrandTotal\n shippingAmount\n baseShippingAmount\n taxAmount\n baseTaxAmount\n discountAmount\n baseDiscountAmount\n }\n }\n}", + "query": "query invoice {\n invoice(id: 1) {\n id\n incrementId\n state\n emailSent\n totalQty\n baseCurrencyCode\n channelCurrencyCode\n orderCurrencyCode\n subTotal\n baseSubTotal\n grandTotal\n baseGrandTotal\n shippingAmount\n baseShippingAmount\n taxAmount\n baseTaxAmount\n discountAmount\n baseDiscountAmount\n orderId\n orderAddressId\n createdAt\n updatedAt\n items {\n id\n sku\n type\n name\n description\n qty\n price\n basePrice\n total\n baseTotal\n taxAmount\n baseTaxAmount\n productId\n productType\n orderItemId\n invoiceId\n parentId\n additional\n discountPercent\n discountAmount\n baseDiscountAmount\n createdAt\n updatedAt\n }\n formattedPrice {\n subTotal\n baseSubTotal\n grandTotal\n baseGrandTotal\n shippingAmount\n baseShippingAmount\n taxAmount\n baseTaxAmount\n discountAmount\n baseDiscountAmount\n }\n }\n}", "variables": "" } }, @@ -382,7 +382,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "query invoiceItems {\n invoiceItems(input: {\n invoiceId: 5\n # id: 1\n # orderItemId: 1\n }) {\n paginatorInfo {\n count\n currentPage\n lastPage\n total\n }\n data {\n id\n sku\n type\n name\n description\n qty\n price\n basePrice\n total\n baseTotal\n taxAmount\n baseTaxAmount\n productId\n productType\n orderItemId\n invoiceId\n parentId\n additional\n discountPercent\n discountAmount\n baseDiscountAmount\n createdAt\n updatedAt\n formattedPrice {\n price\n basePrice\n total\n baseTotal\n taxAmount\n baseTaxAmount\n grandTotal\n baseGrandTotal\n }\n }\n }\n}", + "query": "query invoiceItems {\n invoiceItems(input: {\n invoiceId: 1\n # id: 1\n # orderItemId: 1\n }) {\n paginatorInfo {\n count\n currentPage\n lastPage\n total\n }\n data {\n id\n sku\n type\n name\n description\n qty\n price\n basePrice\n total\n baseTotal\n taxAmount\n baseTaxAmount\n productId\n productType\n orderItemId\n invoiceId\n parentId\n additional\n discountPercent\n discountAmount\n baseDiscountAmount\n createdAt\n updatedAt\n formattedPrice {\n price\n basePrice\n total\n baseTotal\n taxAmount\n baseTaxAmount\n grandTotal\n baseGrandTotal\n }\n }\n }\n}", "variables": "" } }, @@ -412,7 +412,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "query invoiceItem {\n invoiceItem(\n id: 7,\n input: {\n invoiceId: 5\n # id: 1\n # orderItemId: 1\n }\n ) {\n id\n sku\n type\n name\n description\n qty\n price\n basePrice\n total\n baseTotal\n taxAmount\n baseTaxAmount\n productId\n productType\n orderItemId\n invoiceId\n parentId\n additional\n discountPercent\n discountAmount\n baseDiscountAmount\n createdAt\n updatedAt\n formattedPrice {\n price\n basePrice\n total\n baseTotal\n taxAmount\n baseTaxAmount\n grandTotal\n baseGrandTotal\n }\n }\n}", + "query": "query invoiceItem {\n invoiceItem(\n id: 1,\n input: {\n invoiceId: 1\n # id: 1\n # orderItemId: 1\n }\n ) {\n id\n sku\n type\n name\n description\n qty\n price\n basePrice\n total\n baseTotal\n taxAmount\n baseTaxAmount\n productId\n productType\n orderItemId\n invoiceId\n parentId\n additional\n discountPercent\n discountAmount\n baseDiscountAmount\n createdAt\n updatedAt\n formattedPrice {\n price\n basePrice\n total\n baseTotal\n taxAmount\n baseTaxAmount\n grandTotal\n baseGrandTotal\n }\n }\n}", "variables": "" } }, @@ -442,7 +442,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation createInvoice {\n createInvoice(input: {\n \torderId: 6\n invoiceData: [{\n orderItemId: 7\n quantity: 1\n }]\n }) {\n id\n incrementId\n state\n emailSent\n totalQty\n baseCurrencyCode\n channelCurrencyCode\n orderCurrencyCode\n subTotal\n baseSubTotal\n grandTotal\n baseGrandTotal\n shippingAmount\n baseShippingAmount\n taxAmount\n baseTaxAmount\n discountAmount\n baseDiscountAmount\n orderId\n orderAddressId\n createdAt\n updatedAt\n items {\n id\n sku\n type\n name\n description\n qty\n price\n basePrice\n total\n baseTotal\n taxAmount\n baseTaxAmount\n productId\n productType\n orderItemId\n invoiceId\n parentId\n additional\n discountPercent\n discountAmount\n baseDiscountAmount\n createdAt\n updatedAt\n }\n }\n}\n", + "query": "mutation createInvoice {\n createInvoice(input: {\n \torderId: 1\n invoiceData: [{\n orderItemId: 1\n quantity: 1\n }]\n }) {\n id\n incrementId\n state\n emailSent\n totalQty\n baseCurrencyCode\n channelCurrencyCode\n orderCurrencyCode\n subTotal\n baseSubTotal\n grandTotal\n baseGrandTotal\n shippingAmount\n baseShippingAmount\n taxAmount\n baseTaxAmount\n discountAmount\n baseDiscountAmount\n orderId\n orderAddressId\n createdAt\n updatedAt\n items {\n id\n sku\n type\n name\n description\n qty\n price\n basePrice\n total\n baseTotal\n taxAmount\n baseTaxAmount\n productId\n productType\n orderItemId\n invoiceId\n parentId\n additional\n discountPercent\n discountAmount\n baseDiscountAmount\n createdAt\n updatedAt\n }\n }\n}\n", "variables": "" } }, @@ -620,7 +620,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation createShipment {\n createShipment(input: {\n \torderId: 6\n carrierTitle: \"DHL Service\"\n trackNumber: \"12345\"\n inventorySourceId: 1\n shipmentData: [{\n orderItemId: 7\n quantity: 1\n }]\n }) {\n id\n status\n totalQty\n totalWeight\n carrierCode\n carrierTitle\n trackNumber\n emailSent\n customerId\n customerType\n orderId\n orderAddressId\n createdAt\n updatedAt\n items {\n id\n name\n description\n sku\n qty\n weight\n price\n basePrice\n total\n baseTotal\n productId\n productType\n orderItemId\n shipmentId\n additional\n createdAt\n updatedAt\n }\n }\n}\n", + "query": "mutation createShipment {\n createShipment(input: {\n \torderId: 1\n carrierTitle: \"DHL Service\"\n trackNumber: \"12345\"\n inventorySourceId: 1\n shipmentData: [{\n orderItemId: 1\n quantity: 1\n }]\n }) {\n id\n status\n totalQty\n totalWeight\n carrierCode\n carrierTitle\n trackNumber\n emailSent\n customerId\n customerType\n orderId\n orderAddressId\n createdAt\n updatedAt\n items {\n id\n name\n description\n sku\n qty\n weight\n price\n basePrice\n total\n baseTotal\n productId\n productType\n orderItemId\n shipmentId\n additional\n createdAt\n updatedAt\n }\n }\n}\n", "variables": "" } }, @@ -798,7 +798,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation createRefund {\n createRefund(input: {\n \torderId: 6\n refundShipping: 0\n adjustmentRefund: 0\n adjustmentFee: 0\n refundData: [{\n orderItemId: 7\n quantity: 1\n }]\n }) {\n success\n id\n incrementId\n state\n emailSent\n totalQty\n baseCurrencyCode\n channelCurrencyCode\n orderCurrencyCode\n adjustmentRefund\n baseAdjustmentRefund\n adjustmentFee\n baseAdjustmentFee\n subTotal\n baseSubTotal\n grandTotal\n baseGrandTotal\n shippingAmount\n baseShippingAmount\n taxAmount\n baseTaxAmount\n discountPercent\n discountAmount\n baseDiscountAmount\n orderId\n createdAt\n updatedAt\n items {\n id\n name\n description\n sku\n qty\n price\n basePrice\n total\n baseTotal\n taxAmount\n baseTaxAmount\n discountPercent\n discountAmount\n baseDiscountAmount\n productId\n productType\n orderItemId\n refundId\n parentId\n additional\n createdAt\n updatedAt\n }\n }\n}\n", + "query": "mutation createRefund {\n createRefund(input: {\n \torderId: 1\n refundShipping: 0\n adjustmentRefund: 0\n adjustmentFee: 0\n refundData: [{\n orderItemId: 1\n quantity: 1\n }]\n }) {\n success\n id\n incrementId\n state\n emailSent\n totalQty\n baseCurrencyCode\n channelCurrencyCode\n orderCurrencyCode\n adjustmentRefund\n baseAdjustmentRefund\n adjustmentFee\n baseAdjustmentFee\n subTotal\n baseSubTotal\n grandTotal\n baseGrandTotal\n shippingAmount\n baseShippingAmount\n taxAmount\n baseTaxAmount\n discountPercent\n discountAmount\n baseDiscountAmount\n orderId\n createdAt\n updatedAt\n items {\n id\n name\n description\n sku\n qty\n price\n basePrice\n total\n baseTotal\n taxAmount\n baseTaxAmount\n discountPercent\n discountAmount\n baseDiscountAmount\n productId\n productType\n orderItemId\n refundId\n parentId\n additional\n createdAt\n updatedAt\n }\n }\n}\n", "variables": "" } }, diff --git a/Postman_APIs/Collections/Settings.postman_collection.json b/Postman_APIs/Collections/Settings.postman_collection.json index 9ec4a8eb..039dad08 100644 --- a/Postman_APIs/Collections/Settings.postman_collection.json +++ b/Postman_APIs/Collections/Settings.postman_collection.json @@ -5,7 +5,7 @@ "description": "This will contain all the admin section APIs which comes under Settings menu. ", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "_exporter_id": "1890198", - "_collection_link": "https://web.postman.co/workspace/Mp-GraphQL-v1.4.5~c28c7776-3758-45f3-9666-bddf8ef9b25d/collection/1890198-0d222665-ed99-4996-9276-a20bcd380a6a?action=share&creator=1890198&source=collection_link" + "_collection_link": "https://warped-spaceship-266216.postman.co/workspace/Mp-GraphQL-v1.4.5~c28c7776-3758-45f3-9666-bddf8ef9b25d/collection/1890198-0d222665-ed99-4996-9276-a20bcd380a6a?action=share&creator=1890198&source=collection_link" }, "item": [ { @@ -90,7 +90,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation createUser {\n createUser(input: {\n name: \"Tom Martin\"\n email: \"admin1@example.com\"\n \tpassword: \"admin123\"\n \tpasswordConfirmation: \"admin123\"\n \troleId: 1\n \tstatus: true\n }) {\n id\n name\n email\n password\n apiToken\n roleId\n role {\n name\n description\n permissionType\n permissions\n }\n status\n }\n}", + "query": "mutation createUser {\n createUser(input: {\n name: \"Tom Martin\"\n email: \"tom@example.com\"\n \tpassword: \"admin123\"\n \tpasswordConfirmation: \"admin123\"\n \troleId: 1\n \tstatus: true\n }) {\n id\n name\n email\n password\n apiToken\n roleId\n role {\n name\n description\n permissionType\n permissions\n }\n status\n }\n}", "variables": "" } }, @@ -121,7 +121,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation updateUser {\n updateUser(id: 2, input: {\n name: \"Admin User\"\n email: \"admin1@example.com\"\n password: \"admin123\"\n passwordConfirmation: \"admin123\"\n roleId: 1\n status: true\n }) {\n id\n name\n email\n password\n apiToken\n roleId\n role {\n name\n description\n permissionType\n permissions\n }\n status\n }\n}\n", + "query": "mutation updateUser {\n updateUser(id: 2, input: {\n name: \"Admin User\"\n email: \"tom@example.com\"\n password: \"admin123\"\n passwordConfirmation: \"admin123\"\n roleId: 1\n status: true\n }) {\n id\n name\n email\n password\n apiToken\n roleId\n role {\n name\n description\n permissionType\n permissions\n }\n status\n }\n}\n", "variables": "" } }, @@ -305,7 +305,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "query role {\n role(id:2) {\n id\n name\n description\n permissionType\n permissions\n }\n}\n", + "query": "query role {\n role(id: 1) {\n id\n name\n description\n permissionType\n permissions\n }\n}\n", "variables": "" } }, @@ -336,7 +336,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation createRole {\n createRole(input: {\n name: \"Custom Role name afd\"\n description: \"Custom Role Description\"\n permissionType: \"custom\"\n permissions: [\n \"catalog\",\n \"catalog.families\",\n \"catalog.families.edit\",\n \"customers\",\n \"customers.customers\",\n \"customers.customers.create\",\n \"customers.customers.delete\",\n \"customers.groups\",\n \"customers.groups.create\",\n \"customers.groups.edit\",\n \"customers.groups.delete\",\n \"customers.reviews\",\n \"customers.reviews.edit\",\n \"customers.reviews.delete\"\n ]\n }) {\n id\n name\n description\n permissionType\n permissions\n }\n}\n", + "query": "mutation createRole {\n createRole(input: {\n name: \"Custom Role\"\n description: \"Custom Role Description\"\n permissionType: \"custom\"\n permissions: [\n \"catalog\",\n \"catalog.families\",\n \"catalog.families.edit\",\n \"customers\",\n \"customers.customers\",\n \"customers.customers.create\",\n \"customers.customers.delete\",\n \"customers.groups\",\n \"customers.groups.create\",\n \"customers.groups.edit\",\n \"customers.groups.delete\",\n \"customers.reviews\",\n \"customers.reviews.edit\",\n \"customers.reviews.delete\"\n ]\n }) {\n id\n name\n description\n permissionType\n permissions\n }\n}\n", "variables": "" } }, @@ -367,7 +367,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation updateRole {\n updateRole(id: 2, input: {\n name: \"Custom\"\n description: \"Custom Description\"\n permissionType: \"custom\"\n permissions: [\n \"catalog\",\n \"catalog.families\",\n \"catalog.families.edit\",\n \"customers\",\n \"customers.customers\",\n \"customers.customers.create\",\n \"customers.customers.delete\",\n \"customers.groups\",\n \"customers.groups.create\",\n \"customers.groups.edit\",\n \"customers.groups.delete\",\n \"customers.reviews\",\n \"customers.reviews.edit\",\n \"customers.reviews.delete\"\n ]\n }) {\n id\n name\n description\n permissionType\n permissions\n }\n}\n", + "query": "mutation updateRole {\n updateRole(id: 2, input: {\n name: \"Custom Rules\"\n description: \"Custom Description\"\n permissionType: \"custom\"\n permissions: [\n \"catalog\",\n \"catalog.families\",\n \"catalog.families.edit\",\n \"customers\",\n \"customers.customers\",\n \"customers.customers.create\",\n \"customers.customers.delete\",\n \"customers.groups\",\n \"customers.groups.create\",\n \"customers.groups.edit\",\n \"customers.groups.delete\",\n \"customers.reviews\",\n \"customers.reviews.edit\",\n \"customers.reviews.delete\"\n ]\n }) {\n id\n name\n description\n permissionType\n permissions\n }\n}\n", "variables": "" } }, @@ -398,7 +398,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation deleteRole {\n deleteRole(id: 3) {\n success\n }\n}", + "query": "mutation deleteRole {\n deleteRole(id: 2) {\n success\n }\n}", "variables": "" } }, @@ -466,7 +466,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "query locale {\n locale(id: 4) {\n id\n name\n code\n direction\n }\n}", + "query": "query locale {\n locale(id: 1) {\n id\n name\n code\n direction\n }\n}", "variables": "" } }, @@ -497,7 +497,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation createLocale {\n createLocale(input: {\n \tcode:\"arb\"\n name: \"Arabic Locale\"\n direction: \"ltr\"\n \timage: \"http://graphqlnew.com/storage/category/4/NnPWmwMBRDcpPSfZCIhgska892t9f4zaI10nrMDu.jpg\"\n }) {\n id\n name\n code\n direction\n createdAt\n updatedAt\n }\n}", + "query": "mutation createLocale {\n createLocale(input: {\n \tcode:\"ar\"\n name: \"Arabic Locale\"\n direction: \"rtl\"\n \timage: \"http://graphqlnew.com/storage/category/4/NnPWmwMBRDcpPSfZCIhgska892t9f4zaI10nrMDu.jpg\"\n }) {\n id\n name\n code\n direction\n createdAt\n updatedAt\n }\n}", "variables": "" } }, @@ -535,7 +535,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation updateLocale {\n updateLocale(id: 6, input: {\n \tcode: \"arc\"\n name: \"Arabic lang\"\n direction: \"RTL\"\n \timage: \"http://graphqlnew.com/storage/category/4/NnPWmwMBRDcpPSfZCIhgska892t9f4zaI10nrMDu.jpg\"\n }) {\n id\n name\n code\n direction\n createdAt\n updatedAt\n }\n}\n", + "query": "mutation updateLocale {\n updateLocale(id: 4, input: {\n \tcode: \"arc\"\n name: \"Arabic lang\"\n direction: \"RTL\"\n \timage: \"http://graphqlnew.com/storage/category/4/NnPWmwMBRDcpPSfZCIhgska892t9f4zaI10nrMDu.jpg\"\n }) {\n id\n name\n code\n direction\n createdAt\n updatedAt\n }\n}\n", "variables": "" } }, @@ -566,7 +566,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation deleteLocale {\n deleteLocale(id: 6) {\n success\n }\n}", + "query": "mutation deleteLocale {\n deleteLocale(id: 4) {\n success\n }\n}", "variables": "" } }, @@ -1063,7 +1063,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation createInventorySource {\n createInventorySource(input: {\n code: \"ncr\",\n name: \"NCRStore\",\n contactName: \"TomMartin\",\n contactEmail: \"tom_martin@example.com\",\n contactNumber: \"4792645441\",\n contactFax: \"676767\",\n street: \"1217 Ocello Street\",\n country: \"US\",\n state: \"Arkansas\",\n city: \"HARRELL\",\n postcode: \"71745\",\n priority: 3,\n latitude: \"123.123.123.123\",\n longitude: \"444.444.444.444\",\n status: false\n }) {\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n status\n }\n}\n", + "query": "mutation createInventorySource {\n createInventorySource(input: {\n code: \"ncr\",\n name: \"NCRStore\",\n contactName: \"TomMartin\",\n contactEmail: \"tom@example.com\",\n contactNumber: \"4792645441\",\n contactFax: \"676767\",\n street: \"1217 Ocello Street\",\n country: \"US\",\n state: \"Arkansas\",\n city: \"HARRELL\",\n postcode: \"71745\",\n priority: 3,\n latitude: \"123.123.123.123\",\n longitude: \"444.444.444.444\",\n status: false\n }) {\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n status\n }\n}\n", "variables": "" } }, @@ -1216,7 +1216,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "query taxRate {\n taxRate(id: 2) {\n id\n identifier\n isZip\n zipCode\n zipFrom\n zipTo\n state\n country\n taxRate\n taxCategories {\n id\n code\n name\n }\n }\n}", + "query": "query taxRate {\n taxRate(id: 1) {\n id\n identifier\n isZip\n zipCode\n zipFrom\n zipTo\n state\n country\n taxRate\n taxCategories {\n id\n code\n name\n }\n }\n}", "variables": "" } }, @@ -1247,7 +1247,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation createTaxRate {\n createTaxRate(input: {\n identifier: \"demo tax\",\n country: \"IN\",\n state: \"\",\n isZip: 1,\n zipFrom: \"555555\",\n zipTo: \"600000\",\n taxRate: 4.33,\n }) {\n id\n identifier\n isZip\n zipCode\n zipFrom\n zipTo\n state\n country\n taxRate\n taxCategories {\n id\n code\n name\n }\n }\n}", + "query": "mutation createTaxRate {\n createTaxRate(input: {\n identifier: \"Service Tax\",\n country: \"IN\",\n state: \"\",\n isZip: 1,\n zipFrom: \"555555\",\n zipTo: \"600000\",\n taxRate: 4.33,\n }) {\n id\n identifier\n isZip\n zipCode\n zipFrom\n zipTo\n state\n country\n taxRate\n taxCategories {\n id\n code\n name\n }\n }\n}", "variables": "" } }, @@ -1278,7 +1278,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation updateTaxRate {\n updateTaxRate(id: 2, input: {\n identifier: \"demo tax\",\n isZip: 1,\n zipFrom: \"201031\",\n zipTo: \"300000\",\n state: \"UP\",\n country: \"IN\",\n taxRate: 5.22,\n }) {\n id\n identifier\n isZip\n zipCode\n zipFrom\n zipTo\n state\n country\n taxRate\n taxCategories {\n id\n code\n name\n }\n }\n}", + "query": "mutation updateTaxRate {\n updateTaxRate(id: 2, input: {\n identifier: \"Service Tax\",\n isZip: 1,\n zipFrom: \"201031\",\n zipTo: \"300000\",\n state: \"UP\",\n country: \"IN\",\n taxRate: 5.22,\n }) {\n id\n identifier\n isZip\n zipCode\n zipFrom\n zipTo\n state\n country\n taxRate\n taxCategories {\n id\n code\n name\n }\n }\n}", "variables": "" } }, @@ -1309,7 +1309,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation deleteTaxRate {\n deleteTaxRate(id: 2) {\n success\n }\n}", + "query": "mutation deleteTaxRate {\n deleteTaxRate(id: 1) {\n success\n }\n}", "variables": "" } }, @@ -1431,7 +1431,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation createTaxCategory {\n createTaxCategory(input: {\n code: \"servicetax\"\n name: \"Service Tax\"\n description: \"Service Tax Description\"\n taxrates: [3]\n }) {\n id\n code\n name\n description\n taxRates {\n id\n identifier\n country\n state\n isZip\n zipCode\n zipFrom\n zipTo\n taxRate\n }\n }\n}", + "query": "mutation createTaxCategory {\n createTaxCategory(input: {\n code: \"service-tax\"\n name: \"Service Tax Category\"\n description: \"Service Tax Category Description\"\n taxrates: [3]\n }) {\n id\n code\n name\n description\n taxRates {\n id\n identifier\n country\n state\n isZip\n zipCode\n zipFrom\n zipTo\n taxRate\n }\n }\n}", "variables": "" } }, @@ -1462,7 +1462,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "\nmutation updateTaxCategory {\n updateTaxCategory(id: 1, input: {\n code: \"servicetax\"\n name: \"Service Tax\"\n description: \"Service Tax Description\"\n taxrates: [3]\n }) {\n id\n code\n name\n description\n taxRates {\n id\n identifier\n country\n state\n isZip\n zipCode\n zipFrom\n zipTo\n taxRate\n }\n }\n}", + "query": "\nmutation updateTaxCategory {\n updateTaxCategory(id: 1, input: {\n code: \"service-tax\"\n name: \"Service Tax Category\"\n description: \"Service Tax Category Description\"\n taxrates: [1]\n }) {\n id\n code\n name\n description\n taxRates {\n id\n identifier\n country\n state\n isZip\n zipCode\n zipFrom\n zipTo\n taxRate\n }\n }\n}", "variables": "" } }, @@ -1676,7 +1676,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation deleteChannel {\n deleteChannel(id: 4) {\n success\n }\n}", + "query": "mutation deleteChannel {\n deleteChannel(id: 2) {\n success\n }\n}", "variables": "" } }, @@ -1839,7 +1839,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "query country {\n country(id: 3) {\n id\n code\n name\n translations {\n id\n locale\n name\n countryId\n }\n states {\n id\n countryCode\n code\n defaultName\n countryId\n translations {\n id\n locale\n defaultName\n countryStateId\n }\n }\n }\n}", + "query": "query country {\n country(id: 1) {\n id\n code\n name\n translations {\n id\n locale\n name\n countryId\n }\n states {\n id\n countryCode\n code\n defaultName\n countryId\n translations {\n id\n locale\n defaultName\n countryStateId\n }\n }\n }\n}", "variables": "" } }, @@ -1887,7 +1887,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "query countrieState {\n countrieState(id: 3) {\n id\n countryCode\n code\n defaultName\n countryId\n translations {\n id\n locale\n defaultName\n countryStateId\n }\n }\n}", + "query": "query countrieState {\n countrieState(id: 1) {\n id\n countryCode\n code\n defaultName\n countryId\n translations {\n id\n locale\n defaultName\n countryStateId\n }\n }\n}", "variables": "" } }, @@ -1946,7 +1946,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "query slider {\n slider(id: 28){\n id\n title\n path\n content\n channelId\n locale\n sliderPath\n imgPath\n channel{\n id\n code\n name\n description\n theme\n homePageContent\n footerContent\n hostname\n defaultLocaleId\n baseCurrencyId\n rootCategoryId\n homeSeo\n locales{\n id\n name\n code\n direction\n }\n defaultLocale\n currencies{\n id\n name\n code\n symbol\n }\n inventorySources{\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n status\n }\n baseCurrency\n rootCategory\n logoUrl\n faviconUrl\n }\n }\n}", + "query": "query slider {\n slider(id: 1){\n id\n title\n path\n content\n channelId\n locale\n sliderPath\n imgPath\n channel{\n id\n code\n name\n description\n theme\n homePageContent\n footerContent\n hostname\n defaultLocaleId\n baseCurrencyId\n rootCategoryId\n homeSeo\n locales{\n id\n name\n code\n direction\n }\n defaultLocale\n currencies{\n id\n name\n code\n symbol\n }\n inventorySources{\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n status\n }\n baseCurrency\n rootCategory\n logoUrl\n faviconUrl\n }\n }\n}", "variables": "" } }, @@ -1976,7 +1976,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation createSlider {\n createSlider(input: {\n title: \"fdasasf\"\n channelId: 1\n expiredAt: \"2022-08-31\"\n locale: \"ar,arb,nl,en,fr\"\n image:\n \"https://cdn.pixabay.com/photo/2017/05/23/10/53/t-shirt-design-2336850_960_720.jpg\"\n \n sortOrder: 1\n content: \"fasdfasfas\"\n sliderPath: \"fdasfasfasf\"\n }){\n id\n title\n path\n content\n channelId\n locale\n sliderPath\n imgPath\n channel {\n id\n code\n name\n description\n theme\n homePageContent\n footerContent\n hostname\n defaultLocaleId\n baseCurrencyId\n rootCategoryId\n homeSeo\n locales {\n id\n name\n code\n direction\n }\n defaultLocale\n currencies {\n id\n name\n code\n symbol\n }\n inventorySources {\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n status\n }\n baseCurrency\n rootCategory\n logoUrl\n faviconUrl\n }\n }\n}", + "query": "mutation createSlider {\n createSlider(input: {\n title: \"fdasasf\"\n channelId: 1\n expiredAt: \"2022-08-31\"\n locale: \"ar,arb,nl,en,fr\"\n image:\n \"https://cdn.pixabay.com/photo/2017/05/23/10/53/t-shirt-design-2336850_960_720.jpg\"\n \n sortOrder: 1\n content: \"Kids Collection\"\n sliderPath: \"kids\"\n }){\n id\n title\n path\n content\n channelId\n locale\n sliderPath\n imgPath\n channel {\n id\n code\n name\n description\n theme\n homePageContent\n footerContent\n hostname\n defaultLocaleId\n baseCurrencyId\n rootCategoryId\n homeSeo\n locales {\n id\n name\n code\n direction\n }\n defaultLocale\n currencies {\n id\n name\n code\n symbol\n }\n inventorySources {\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n status\n }\n baseCurrency\n rootCategory\n logoUrl\n faviconUrl\n }\n }\n}", "variables": "" } }, @@ -2006,7 +2006,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation updateSlider {\n updateSlider(id: 28,input: {\n title: \"fdasasf\"\n channelId: 1\n expiredAt: \"2022-08-31\"\n locale: \"ar,arb,nl,en,fr\"\n image:\n \"https://cdn.pixabay.com/photo/2017/05/23/10/53/t-shirt-design-2336850_960_720.jpg\"\n \n sortOrder: 1\n content: \"fasdfasfas\"\n sliderPath: \"fdasfasfasf\"\n }){\n id\n title\n path\n content\n channelId\n locale\n sliderPath\n imgPath\n channel {\n id\n code\n name\n description\n theme\n homePageContent\n footerContent\n hostname\n defaultLocaleId\n baseCurrencyId\n rootCategoryId\n homeSeo\n locales {\n id\n name\n code\n direction\n }\n defaultLocale\n currencies {\n id\n name\n code\n symbol\n }\n inventorySources {\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n status\n }\n baseCurrency\n rootCategory\n logoUrl\n faviconUrl\n }\n }\n}", + "query": "mutation updateSlider {\n updateSlider(id: 1, input: {\n title: \"fdasasf\"\n channelId: 1\n expiredAt: \"2022-08-31\"\n locale: \"ar,arb,nl,en,fr\"\n image:\n \"https://cdn.pixabay.com/photo/2017/05/23/10/53/t-shirt-design-2336850_960_720.jpg\"\n \n sortOrder: 1\n content: \"New Kids Collection\"\n sliderPath: \"Kids Collection\"\n }){\n id\n title\n path\n content\n channelId\n locale\n sliderPath\n imgPath\n channel {\n id\n code\n name\n description\n theme\n homePageContent\n footerContent\n hostname\n defaultLocaleId\n baseCurrencyId\n rootCategoryId\n homeSeo\n locales {\n id\n name\n code\n direction\n }\n defaultLocale\n currencies {\n id\n name\n code\n symbol\n }\n inventorySources {\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n status\n }\n baseCurrency\n rootCategory\n logoUrl\n faviconUrl\n }\n }\n}", "variables": "" } }, diff --git a/Postman_APIs/Collections/Shop.postman_collection.json b/Postman_APIs/Collections/Shop.postman_collection.json index 79fc7e36..be5f9a41 100644 --- a/Postman_APIs/Collections/Shop.postman_collection.json +++ b/Postman_APIs/Collections/Shop.postman_collection.json @@ -4,7 +4,7 @@ "name": "Shop", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "_exporter_id": "1890198", - "_collection_link": "https://web.postman.co/workspace/Mp-GraphQL-v1.4.5~c28c7776-3758-45f3-9666-bddf8ef9b25d/collection/1890198-72b4eb9d-823a-4fb5-a93e-34070bca104c?action=share&creator=1890198&source=collection_link" + "_collection_link": "https://warped-spaceship-266216.postman.co/workspace/Mp-GraphQL-v1.4.5~c28c7776-3758-45f3-9666-bddf8ef9b25d/collection/1890198-72b4eb9d-823a-4fb5-a93e-34070bca104c?action=share&creator=1890198&source=collection_link" }, "item": [ { @@ -22,7 +22,7 @@ "mode": "graphql", "graphql": { "query": "\nmutation customerRegister($input: CreateRegisterInput!) {\n customerRegister(input: $input) {\n status\n success\n accessToken\n tokenType\n expiresIn\n customer {\n id\n firstName\n lastName\n name\n gender\n dateOfBirth\n email\n phone\n password\n apiToken\n customerGroupId\n subscribedToNewsLetter\n isVerified\n token\n notes\n status\n createdAt\n updatedAt\n }\n }\n}", - "variables": "{\n \"input\": {\n \"firstName\": \"John\",\n \"lastName\": \"Doe\",\n \"email\": \"john@example.com\",\n \t\"password\": \"demo123\",\n \t\"passwordConfirmation\": \"demo123\"\n }\n}" + "variables": "{\n \"input\": {\n \"firstName\": \"Kim\",\n \"lastName\": \"Thomson\",\n \"email\": \"kim@example.com\",\n \t\"password\": \"demo123\",\n \t\"passwordConfirmation\": \"demo123\"\n }\n}" } }, "url": { @@ -46,7 +46,7 @@ "mode": "graphql", "graphql": { "query": "\nmutation customerLogin($email: String!, $password: String!, $remember: Boolean) {\n customerLogin(input: {\n email: $email\n \tpassword: $password\n remember: $remember\n }) {\n status\n success\n accessToken\n tokenType\n expiresIn\n customer {\n seller {\n id\n url\n isApproved\n shopTitle\n }\n id\n firstName\n lastName\n name\n gender\n dateOfBirth\n email\n phone\n password\n apiToken\n customerGroupId\n subscribedToNewsLetter\n isVerified\n token\n notes\n status\n createdAt\n updatedAt\n }\n }\n}", - "variables": "{\n \"email\": \"viveksh047@webkul.in\",\n \"password\": \"demo123\",\n \"remember\": true\n}" + "variables": "{\n \"email\": \"kim@example.com\",\n \"password\": \"demo123\",\n \"remember\": true\n}" } }, "url": { @@ -75,7 +75,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "\nmutation forgotPassword {\n forgotPassword(input: {\n email: \"john@example.com\"\n }) {\n status\n success\n }\n}", + "query": "\nmutation forgotPassword {\n forgotPassword(input: {\n email: \"kim@example.com\"\n }) {\n status\n success\n }\n}", "variables": "" } }, @@ -105,7 +105,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "query accountInfo {\n accountInfo {\n message\n status\n customer {\n id\n firstName\n lastName\n name\n gender\n dateOfBirth\n email\n phone\n password\n apiToken\n customerGroupId\n subscribedToNewsLetter\n isVerified\n token\n notes\n status\n createdAt\n updatedAt\n } \n }\n}", + "query": "query accountInfo {\n accountInfo {\n message\n status\n customer {\n id\n firstName\n lastName\n name\n gender\n dateOfBirth\n email\n phone\n password\n apiToken\n customerGroupId\n subscribedToNewsLetter\n isVerified\n token\n notes\n status\n createdAt\n updatedAt\n\n seller {\n id\n url\n isApproved\n }\n } \n }\n}", "variables": "" } }, @@ -135,7 +135,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation updateAccount {\n updateAccount(input: {\n firstName: \"Vivek\"\n lastName: \"Sharma\"\n email: \"viveksh047@webkul.in\"\n \tgender: \"Male\"\n \tdateOfBirth: \"2019-10-30\"\n phone: \"345789876\"\n oldpassword: \"\"\n password: \"\"\n passwordConfirmation: \"\"\n uploadType: BASE64\n image: null\n imageUrl: \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPgAAADLCAMAAAB04a46AAAAXVBMVEVr1f////9i0/9f0v/O8P/7/v/2/P/v+v+D2/+e4v/U8v9v1v/b9P/z+//j9v/A6/972f+V4P+36f+k5P/r+f+t5v+76v+O3v/P8P/Y8/+B2v/H7v+Y4f9V0P+x6P/mfKmLAAAN0UlEQVR4nOWdibaquBKGsSIKgsyIitv3f8wLJGAig1RSDPf0v3qt7nY78GWsVCoV67CQ7Mwvb7kbF0/PauRFRezmt9LP7KV+EyOL/itPfug6HmNQyfpS/Rpj3tMN/RP9L2NEC24H4SsaAh4qgCgOg+0qnxA8eD+t38gqvhW9A7onwIgK/O5aDAXdwTNwjxtUPAn4JZ7RuqcqHuLV2c3Bg9QygO7gLdcnwJkvQ/DTLdJr4QPo4CUrjvRG4Jlr0sIH2NlrtaHOADwoqCpbRi9WavHa4H7BqKm5mLMKuiZ44CyEvRq6Fni2VG136EVGDfotDfCTuzB2g/660sPKwoPfaEfyMQEkC+B+hAUPolWwG/Roya6OBE9XaOUfMXcZ6FoocJ/COMUI4LIH8HzV6uZi6ebg2Xq9WxZEy8xss8HLTbAb9HJL8DXm7jGx12bgp+dm9V0LInprZhZ4sCU1F/mUPgf8uGl1czHqjj4DPNmwe3/E8rXB1zXWxkVsxv0Ed3fQzrkgXhM83g13RV6sB17siJuWfBp8X9wVubMO+N64KcmnwPczrn1ENsJNgOc75K7Iidap4+C3nczf32LvZcGPO+Wmsl7HwINdtnMuoFixjICftoabFBCsUkfAn1uzTStaCjzdcUOvBeY+mUHw/Q5srSBcAjzbeX3XAtMIgiHwaGuqOfLowVEdvFiM7IfA0C/RB/dRHdy7b9UvmNnuUh/cQ/08uNuNCEahcT1w7EzGgpO3DbpZY/8Gx5uq3mb+KWZiun6D4002eG+2sWZiwH2BhxoErJpSz0tGQY3KJFpEBT9p1ZxXjzKXLXaRmf5qRQXXczYJR9gxWicsSP5lfUeUAp5pttfW7ft4ISP1jcW0LVcFXNsM6xze9tH12Jrw2l5XGRxnsymSd7DPpRs1R3EI+Ualbb/J4I7JE8BR+d7zI0wLj5+6gTnHc3SlO6VJ4A+zGYnF5/7X29fscS9vSX0AzXlGUeRVsqTyaMUYP6+FLiF2NwY3dTcB5LNOGNi2ferper1mgX8MkzR2ADVKaFb5B9ygh3/QU5LYrPMjn3/iQ7OXf8CNeniHzpyS5jzRefZGjl6Vd+C6c3ifHYobycmS88wFst5c3oFTOlaBWXHoGzu/Z3Y+PZdrC25TzzfV+OwV79LPDI5Uzf0pnSJuwXWWZbPo6wJwYjfNk1t5vLQ6lo2OFz/IzqNFM/OZtBZpLfjCntXevK3M4BAVbvjo8V/mVoaOx1WAE8xlZmrOVSeqCTS7MthDG3wfwQ+g7Prf5j+TxupUgC9Ig5K0wMZ4/wBvO3Dw2b1pcXWTMsprrRHSzsFfuwFvN/1POPc+PgCOg++G24KTDrfF0G29Ad9PSxd9/Irk/vYGzAXfx5heixthZ/wH0eN6A04PoCke0KQTeAQ64LuJcOK7YVr7r+hIqBp8GTsdL+6f1wssRNvrNfhmm/uqoPEo6B6IwPqZa3Da59dWVE9J+huvyOWvtZsu7lVPftLfgMN2cms3Xbzizgw+ju3k1k7sVe9qakchrVZrH9FdNbdhnDjSG2Fp7onTCjLzY7vIvXLr4G8PDsHBdkwfA3BuGGvDg+GtmF+tSoyfAm5I8M0jlSsDnaLVIaO/rM3tNsgPJYmrE2e7WVsP6lAc3kQuXiT41i2dzBvAUEardd3Wow4XsuOMDLVFbW1sqRd0xzhx85m1H3+bqXA+Zmv7aZxKuGWKlfw74KhTp9Y+j87qCGfBWIsYbjAZuDT9V32hFqbWi/4BwHr7mR+OeVOYe8mC4wJpH1Gm2wLHiLomN+jagadYPvrkP4wKf6IHh0+mmvtArX6qRWO/ZFooV4RFEt4mSy73vjUKUtADdSqlbcGV7bvzd5WrIy92a/CXtgVXPEDf8bGghNxST6Wbgqu/Hn/9EZSFBLVje0fg30OnegiYGBzXx6lHdbVOv3uxupAg3pffGFxeKgS9+UwxMohbOm4ep7fcJEdIvx/JGWbfxOA4y43eVn92gTiD3931cnJPAM5Wp1+dgcc3Ls/DW74ivYNN/sPI1dkS63GI8uQ9ujUClpskMf36DLkeX8YDM32aaJnTWEgPzH/W57aTeAgCIb2sG/vVCYX0q2++k0ImXDzr5ntnhMJw72C3lEzY3dLN98eJhN4f/1e2UtAREZsfQCIS8oKNfUQ9UQgd9fSvDOvoOLd9RDaaCx/ZuJNYVkNpxLKuZq2Dky6XxlojenmteHUo88JJNT/7u8Dw8eor2W6QFJe09Fydz3rv/NdbdE4orNPJwf+7R28t8Np9ep1+SK0zKet0crj8XeIb0wDnHoZp01rrFNI6nRzy+PYXwvem0pxPNgvt6b1VrXNnK500hCSNCg1uizVby9M+Mr2Thj/9bsPewf5rIzmLxGtgOV73tt7nxn+dG6OTD6l5tnTaCwNe/E7SuIsoB6v+T/CKNFZT14H3uoVVtXZv9Jo3RnHqOtIbIXKTt/R91QvpLUyr/weLfyHwf5zmPQB/vMbZRDIgzdPEU1YrRO2q58GJ4GYffPD4q9lnyAGv3fv2hUv9UX0GntwTdmr3iyDO1LeBI/ZWyvrSn1O9C3Gx7ZA1H8wBXj4PorCv58toJIHu+fHxZqR46ZtLDZvedOmWQu1HlTQ0dXHwHZN7VxU8eRiT22Sh/gAfmMUgLjInPZX5eWz+0c4YMDquf+1O5ND/jUsD9OX/qIZL+HZ61sku1IxUFUc/bY+jxFSk6qVXY4+pmyNidFz/3nl1voI5mmerP/tlONmeEubTPjWoN15kbGAx6YBsfEZKyY/lJ9LPCjLihuly3bYlmsFn/OxK2ep82qfEFRnfS2jB72ku/ssFT/3sDbpi/FSZDG5XFSI3nBEjxiAPzIg3QtRj4FieMAmLtpOeqg4qaiMBUeR+PS+JXeIW/FYn5uON981EqSSeFeWPrIS2wusfaBvDB/zhNoN78Wq+0S+csaNKBpl/RqIQ+YM2Gc/EDXPlnwBvZppC/F34u3gKo5cooQbcbr6Hf/b2xwugOVrXTN1iZOA/4KrgmddOgX8N+Pj9BqBzZcxkdi8RqsP3uXm1ZQKcF5ToCh6fRs8vtxZvB28OzoNB+FCR8JqR4kPESMl/QHSXFvzTBvm3j5usRtm9BruP8N8Ju6vpjrZo6rFc1s7AJkbIzQ6R94CXBe85UgSI2OdTSkGAS8XzC1wrHe9kBj9R9gKct3sBzqNbxGxXDHSykNc4f1y+hMh5z5BmEL6mEq1NrCwFuMT5A9wwg99QzkYVvJTBufNCdN4hcNHHeY3zv+e8xtNejSsliwY3zNk4NKO1vU76n7Po47y9isKIWPOv6y1sdXPEqM4NO/5sOf+XtHXTtm7+A74WuHGWzqHYLA7ZjKdiBH8I8KvUhG3grc3+E7np/poRuwHnp0Z5VefCwGq/vesqlz+p5rDgxnlZBzLxtnbou5qLPT4t5+087tczFy/sO4jueefz2fNo17YJH9Wbx+XDT/rHW3ZWH86w4sTp5vFmss+0wPEL0h74UJULW+JcthbW54fseymmkaIzIU5l6orcpI4ELgowbZNy28ewadYutDbX9XhsbTckOEHu5YFe3tt6fUO/hOuP9bcqXSY19ZcA/7ruoZpJ+s+NA0duFX70I7/618hRYfTBm0Vy724iD6TpjPfxeh5TllH16qxndeHASfKrD83lSihR3W574O3miFqZLvCiSKVBsO5Kkbz0qv0f0kV9/E8e7+xS4CF/YTDyVf/GkJ93KEgO6yZ7JAe32z5/7QIYpUM49XUKvDLEgZumXvnM5nUleRWmcPu5s1d/dQhN/7JlZ0s9Ng7fuad/de3vWzMA3n52vfoJdy4KcHges2t2l0sKID36QeaHIlwToncXrwpF0rq3WFQG2TUoi9aFBlZ+CYJ7tXSBV1I0zrYwUZxM1TcNL0jJbs0YWaQ1SWPbx+RNPbLkF7s3gvKa/GelhJjqOGyOHoL0rp7PddgJS3dPyozs8h34DmRy5xn6LqQdges4XkbBf0Z/CXDqI2MaMrvREX3fWTu4rQM3Kdr7zn6Ff/HZZ7N77T7SvS5jFPxnYw/w+WIXkOnVpRq3WMJzDxeyL3CL5X/33tL/7E21/wd3E+vfczYNvvfbqE07+Di4vTXapBa8f3wvyVoHZWSq/gLf8QDHjAe2SXDTbKGLCfLRR6YBJ8/gQCPTW6hngO8o0f5HoO9smg++1Z3DEwJtryoK/LAHo1wWHfcP8J2RE3L/At9Vayfr33PAdzTCkXL/Bte+1IBapp4HNPgh2QU5o7FbMODk6ce0uEnsVCT4IdgaG3/yggb8cHpuWukQDVx7vAq4eaJ/EzFzf4s++IbHzM39a0bgh0z/8hYjbI/kvl8DcHFAYWUxl+aOZyPwOix7XWzQju2hBV/bjFusug9o8EOwXk9v06MtIyx4c55iFWyt8Pv5woMfTmvM6Swm8J1PSQO8mtkWSJWtYjvLzGGStMDr0zMLorPnkp1bSBO8PhS0EDpzKDZKfkobvKr1YuKUq6aAOSvUdi0D8Kqvu7TowF6L9+1WRuDVCH+LqNgBvGThkVyWIXilIKUwZMFyV2rjQubglS6xUcLR6sPxcTnjdFgk4JXurqXX5ivq1+rUBzrwSkHizMnQo0I/36sNZ6oIwSvZQfiKpjNddMjgxbdgg6oWogVvdPJD1/HqwPV+ATTHs5jluKGPzM1ErQXAuezML2+5GxdPEf7pRUXs5rfSz7arZkn/AzD/ruuFKFAzAAAAAElFTkSuQmCC\"\n }) {\n status\n message\n customer{\n id\n firstName\n lastName\n name\n gender\n dateOfBirth\n email\n phone\n password\n apiToken\n customerGroupId\n subscribedToNewsLetter\n isVerified\n token\n notes\n imageUrl\n status\n createdAt\n updatedAt\n }\n }\n}", + "query": "mutation updateAccount {\n updateAccount(input: {\n firstName: \"Kim\"\n lastName: \"Thomson\"\n email: \"kim@example.com\"\n \tgender: \"Female\"\n \tdateOfBirth: \"2019-10-30\"\n phone: \"345789876\"\n oldpassword: \"\"\n password: \"\"\n passwordConfirmation: \"\"\n uploadType: BASE64\n image: null\n imageUrl: \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPgAAADLCAMAAAB04a46AAAAXVBMVEVr1f////9i0/9f0v/O8P/7/v/2/P/v+v+D2/+e4v/U8v9v1v/b9P/z+//j9v/A6/972f+V4P+36f+k5P/r+f+t5v+76v+O3v/P8P/Y8/+B2v/H7v+Y4f9V0P+x6P/mfKmLAAAN0UlEQVR4nOWdibaquBKGsSIKgsyIitv3f8wLJGAig1RSDPf0v3qt7nY78GWsVCoV67CQ7Mwvb7kbF0/PauRFRezmt9LP7KV+EyOL/itPfug6HmNQyfpS/Rpj3tMN/RP9L2NEC24H4SsaAh4qgCgOg+0qnxA8eD+t38gqvhW9A7onwIgK/O5aDAXdwTNwjxtUPAn4JZ7RuqcqHuLV2c3Bg9QygO7gLdcnwJkvQ/DTLdJr4QPo4CUrjvRG4Jlr0sIH2NlrtaHOADwoqCpbRi9WavHa4H7BqKm5mLMKuiZ44CyEvRq6Fni2VG136EVGDfotDfCTuzB2g/660sPKwoPfaEfyMQEkC+B+hAUPolWwG/Roya6OBE9XaOUfMXcZ6FoocJ/COMUI4LIH8HzV6uZi6ebg2Xq9WxZEy8xss8HLTbAb9HJL8DXm7jGx12bgp+dm9V0LInprZhZ4sCU1F/mUPgf8uGl1czHqjj4DPNmwe3/E8rXB1zXWxkVsxv0Ed3fQzrkgXhM83g13RV6sB17siJuWfBp8X9wVubMO+N64KcmnwPczrn1ENsJNgOc75K7Iidap4+C3nczf32LvZcGPO+Wmsl7HwINdtnMuoFixjICftoabFBCsUkfAn1uzTStaCjzdcUOvBeY+mUHw/Q5srSBcAjzbeX3XAtMIgiHwaGuqOfLowVEdvFiM7IfA0C/RB/dRHdy7b9UvmNnuUh/cQ/08uNuNCEahcT1w7EzGgpO3DbpZY/8Gx5uq3mb+KWZiun6D4002eG+2sWZiwH2BhxoErJpSz0tGQY3KJFpEBT9p1ZxXjzKXLXaRmf5qRQXXczYJR9gxWicsSP5lfUeUAp5pttfW7ft4ISP1jcW0LVcFXNsM6xze9tH12Jrw2l5XGRxnsymSd7DPpRs1R3EI+Ualbb/J4I7JE8BR+d7zI0wLj5+6gTnHc3SlO6VJ4A+zGYnF5/7X29fscS9vSX0AzXlGUeRVsqTyaMUYP6+FLiF2NwY3dTcB5LNOGNi2ferper1mgX8MkzR2ADVKaFb5B9ygh3/QU5LYrPMjn3/iQ7OXf8CNeniHzpyS5jzRefZGjl6Vd+C6c3ifHYobycmS88wFst5c3oFTOlaBWXHoGzu/Z3Y+PZdrC25TzzfV+OwV79LPDI5Uzf0pnSJuwXWWZbPo6wJwYjfNk1t5vLQ6lo2OFz/IzqNFM/OZtBZpLfjCntXevK3M4BAVbvjo8V/mVoaOx1WAE8xlZmrOVSeqCTS7MthDG3wfwQ+g7Prf5j+TxupUgC9Ig5K0wMZ4/wBvO3Dw2b1pcXWTMsprrRHSzsFfuwFvN/1POPc+PgCOg++G24KTDrfF0G29Ad9PSxd9/Irk/vYGzAXfx5heixthZ/wH0eN6A04PoCke0KQTeAQ64LuJcOK7YVr7r+hIqBp8GTsdL+6f1wssRNvrNfhmm/uqoPEo6B6IwPqZa3Da59dWVE9J+huvyOWvtZsu7lVPftLfgMN2cms3Xbzizgw+ju3k1k7sVe9qakchrVZrH9FdNbdhnDjSG2Fp7onTCjLzY7vIvXLr4G8PDsHBdkwfA3BuGGvDg+GtmF+tSoyfAm5I8M0jlSsDnaLVIaO/rM3tNsgPJYmrE2e7WVsP6lAc3kQuXiT41i2dzBvAUEardd3Wow4XsuOMDLVFbW1sqRd0xzhx85m1H3+bqXA+Zmv7aZxKuGWKlfw74KhTp9Y+j87qCGfBWIsYbjAZuDT9V32hFqbWi/4BwHr7mR+OeVOYe8mC4wJpH1Gm2wLHiLomN+jagadYPvrkP4wKf6IHh0+mmvtArX6qRWO/ZFooV4RFEt4mSy73vjUKUtADdSqlbcGV7bvzd5WrIy92a/CXtgVXPEDf8bGghNxST6Wbgqu/Hn/9EZSFBLVje0fg30OnegiYGBzXx6lHdbVOv3uxupAg3pffGFxeKgS9+UwxMohbOm4ep7fcJEdIvx/JGWbfxOA4y43eVn92gTiD3931cnJPAM5Wp1+dgcc3Ls/DW74ivYNN/sPI1dkS63GI8uQ9ujUClpskMf36DLkeX8YDM32aaJnTWEgPzH/W57aTeAgCIb2sG/vVCYX0q2++k0ImXDzr5ntnhMJw72C3lEzY3dLN98eJhN4f/1e2UtAREZsfQCIS8oKNfUQ9UQgd9fSvDOvoOLd9RDaaCx/ZuJNYVkNpxLKuZq2Dky6XxlojenmteHUo88JJNT/7u8Dw8eor2W6QFJe09Fydz3rv/NdbdE4orNPJwf+7R28t8Np9ep1+SK0zKet0crj8XeIb0wDnHoZp01rrFNI6nRzy+PYXwvem0pxPNgvt6b1VrXNnK500hCSNCg1uizVby9M+Mr2Thj/9bsPewf5rIzmLxGtgOV73tt7nxn+dG6OTD6l5tnTaCwNe/E7SuIsoB6v+T/CKNFZT14H3uoVVtXZv9Jo3RnHqOtIbIXKTt/R91QvpLUyr/weLfyHwf5zmPQB/vMbZRDIgzdPEU1YrRO2q58GJ4GYffPD4q9lnyAGv3fv2hUv9UX0GntwTdmr3iyDO1LeBI/ZWyvrSn1O9C3Gx7ZA1H8wBXj4PorCv58toJIHu+fHxZqR46ZtLDZvedOmWQu1HlTQ0dXHwHZN7VxU8eRiT22Sh/gAfmMUgLjInPZX5eWz+0c4YMDquf+1O5ND/jUsD9OX/qIZL+HZ61sku1IxUFUc/bY+jxFSk6qVXY4+pmyNidFz/3nl1voI5mmerP/tlONmeEubTPjWoN15kbGAx6YBsfEZKyY/lJ9LPCjLihuly3bYlmsFn/OxK2ep82qfEFRnfS2jB72ku/ssFT/3sDbpi/FSZDG5XFSI3nBEjxiAPzIg3QtRj4FieMAmLtpOeqg4qaiMBUeR+PS+JXeIW/FYn5uON981EqSSeFeWPrIS2wusfaBvDB/zhNoN78Wq+0S+csaNKBpl/RqIQ+YM2Gc/EDXPlnwBvZppC/F34u3gKo5cooQbcbr6Hf/b2xwugOVrXTN1iZOA/4KrgmddOgX8N+Pj9BqBzZcxkdi8RqsP3uXm1ZQKcF5ToCh6fRs8vtxZvB28OzoNB+FCR8JqR4kPESMl/QHSXFvzTBvm3j5usRtm9BruP8N8Ju6vpjrZo6rFc1s7AJkbIzQ6R94CXBe85UgSI2OdTSkGAS8XzC1wrHe9kBj9R9gKct3sBzqNbxGxXDHSykNc4f1y+hMh5z5BmEL6mEq1NrCwFuMT5A9wwg99QzkYVvJTBufNCdN4hcNHHeY3zv+e8xtNejSsliwY3zNk4NKO1vU76n7Po47y9isKIWPOv6y1sdXPEqM4NO/5sOf+XtHXTtm7+A74WuHGWzqHYLA7ZjKdiBH8I8KvUhG3grc3+E7np/poRuwHnp0Z5VefCwGq/vesqlz+p5rDgxnlZBzLxtnbou5qLPT4t5+087tczFy/sO4jueefz2fNo17YJH9Wbx+XDT/rHW3ZWH86w4sTp5vFmss+0wPEL0h74UJULW+JcthbW54fseymmkaIzIU5l6orcpI4ELgowbZNy28ewadYutDbX9XhsbTckOEHu5YFe3tt6fUO/hOuP9bcqXSY19ZcA/7ruoZpJ+s+NA0duFX70I7/618hRYfTBm0Vy724iD6TpjPfxeh5TllH16qxndeHASfKrD83lSihR3W574O3miFqZLvCiSKVBsO5Kkbz0qv0f0kV9/E8e7+xS4CF/YTDyVf/GkJ93KEgO6yZ7JAe32z5/7QIYpUM49XUKvDLEgZumXvnM5nUleRWmcPu5s1d/dQhN/7JlZ0s9Ng7fuad/de3vWzMA3n52vfoJdy4KcHges2t2l0sKID36QeaHIlwToncXrwpF0rq3WFQG2TUoi9aFBlZ+CYJ7tXSBV1I0zrYwUZxM1TcNL0jJbs0YWaQ1SWPbx+RNPbLkF7s3gvKa/GelhJjqOGyOHoL0rp7PddgJS3dPyozs8h34DmRy5xn6LqQdges4XkbBf0Z/CXDqI2MaMrvREX3fWTu4rQM3Kdr7zn6Ff/HZZ7N77T7SvS5jFPxnYw/w+WIXkOnVpRq3WMJzDxeyL3CL5X/33tL/7E21/wd3E+vfczYNvvfbqE07+Di4vTXapBa8f3wvyVoHZWSq/gLf8QDHjAe2SXDTbKGLCfLRR6YBJ8/gQCPTW6hngO8o0f5HoO9smg++1Z3DEwJtryoK/LAHo1wWHfcP8J2RE3L/At9Vayfr33PAdzTCkXL/Bte+1IBapp4HNPgh2QU5o7FbMODk6ce0uEnsVCT4IdgaG3/yggb8cHpuWukQDVx7vAq4eaJ/EzFzf4s++IbHzM39a0bgh0z/8hYjbI/kvl8DcHFAYWUxl+aOZyPwOix7XWzQju2hBV/bjFusug9o8EOwXk9v06MtIyx4c55iFWyt8Pv5woMfTmvM6Swm8J1PSQO8mtkWSJWtYjvLzGGStMDr0zMLorPnkp1bSBO8PhS0EDpzKDZKfkobvKr1YuKUq6aAOSvUdi0D8Kqvu7TowF6L9+1WRuDVCH+LqNgBvGThkVyWIXilIKUwZMFyV2rjQubglS6xUcLR6sPxcTnjdFgk4JXurqXX5ivq1+rUBzrwSkHizMnQo0I/36sNZ6oIwSvZQfiKpjNddMjgxbdgg6oWogVvdPJD1/HqwPV+ATTHs5jluKGPzM1ErQXAuezML2+5GxdPEf7pRUXs5rfSz7arZkn/AzD/ruuFKFAzAAAAAElFTkSuQmCC\"\n }) {\n status\n message\n customer{\n id\n firstName\n lastName\n name\n gender\n dateOfBirth\n email\n phone\n password\n apiToken\n customerGroupId\n subscribedToNewsLetter\n isVerified\n token\n notes\n imageUrl\n status\n createdAt\n updatedAt\n }\n }\n}", "variables": "" } }, @@ -222,7 +222,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "\nmutation customerSocialSignUp {\n customerSocialSignUp(input: {\n phone: \"2055331555\"\n firstName: \"Peter\"\n lastName: \"Doe\"\n email: \"peter@example.com\"\n \tpassword: \"demo123\"\n \tpasswordConfirmation: \"demo123\"\n }) {\n status\n success\n accessToken\n tokenType\n expiresIn\n customer {\n id\n firstName\n lastName\n name\n gender\n dateOfBirth\n email\n phone\n password\n apiToken\n customerGroupId\n subscribedToNewsLetter\n isVerified\n token\n notes\n status\n createdAt\n updatedAt\n }\n }\n}", + "query": "\nmutation customerSocialSignUp {\n customerSocialSignUp(input: {\n phone: \"2055331555\"\n firstName: \"Anna\"\n lastName: \"Doe\"\n email: \"anna@example.com\"\n signUpType: GOOGLE\n }) {\n status\n success\n accessToken\n tokenType\n expiresIn\n customer {\n id\n firstName\n lastName\n name\n gender\n dateOfBirth\n email\n phone\n password\n apiToken\n customerGroupId\n subscribedToNewsLetter\n isVerified\n token\n notes\n status\n createdAt\n updatedAt\n }\n }\n}", "variables": "" } }, @@ -313,7 +313,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "query address {\n address(id: 55) {\n id\n customerId\n companyName\n firstName\n lastName\n address1\n address2\n countryName\n country\n stateName\n state\n city\n postcode\n phone\n vatId\n addressType\n defaultAddress\n createdAt\n updatedAt\n }\n}", + "query": "query address {\n address(id: 1) {\n id\n customerId\n companyName\n firstName\n lastName\n address1\n address2\n countryName\n country\n stateName\n state\n city\n postcode\n phone\n vatId\n addressType\n defaultAddress\n createdAt\n updatedAt\n }\n}", "variables": "" } }, @@ -343,7 +343,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation createAddress {\n createAddress(input: {\n companyName: \"Webkul\"\n firstName: \"Tom Demo\"\n lastName: \"Martin Demo\"\n address1: \"3180 Bluff\"\n address2: \"Street\"\n country: \"US\"\n state: \"PA\"\n city: \"GLEN CAMPBELL\"\n postcode: \"15742\"\n phone: \"234343544\"\n vatId: \"INV12345678904\"\n }) {\n status\n message\n addresses{\n id\n customerId\n companyName\n firstName\n lastName\n address1\n address2\n country\n state\n city\n postcode\n phone\n vatId\n addressType\n defaultAddress\n createdAt\n updatedAt\n }\n }\n}", + "query": "mutation createAddress {\n createAddress(input: {\n companyName: \"Webkul\"\n firstName: \"Kim\"\n lastName: \"Thomson\"\n address1: \"3180 Bluff\"\n address2: \"Street\"\n country: \"US\"\n state: \"PA\"\n city: \"GLEN CAMPBELL\"\n postcode: \"15742\"\n phone: \"234343544\"\n vatId: \"INV12345678904\"\n }) {\n status\n message\n addresses{\n id\n customerId\n companyName\n firstName\n lastName\n address1\n address2\n country\n state\n city\n postcode\n phone\n vatId\n addressType\n defaultAddress\n createdAt\n updatedAt\n }\n }\n}", "variables": "" } }, @@ -373,7 +373,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation updateAddress {\n updateAddress(id: 4, input: {\n companyName: \"Test Company\"\n firstName: \"Tom\"\n lastName: \"Martin\"\n address1: \"3180 Bluff Street\"\n address2: \"\"\n country: \"IN\"\n state: \"UP\"\n city: \"Noida\"\n postcode: \"201301\"\n phone: \"1234123455\"\n vatId: \"INV12342278902\"\n }) {\n status\n message\n addresses {\n id\n customerId\n companyName\n firstName\n lastName\n address1\n address2\n country\n state\n city\n postcode\n phone\n vatId\n addressType\n defaultAddress\n createdAt\n updatedAt\n }\n }\n}", + "query": "mutation updateAddress {\n updateAddress(id: 1, input: {\n companyName: \"Test Company\"\n firstName: \"Kim\"\n lastName: \"Martin\"\n address1: \"3180 Bluff Street\"\n address2: \"\"\n country: \"IN\"\n state: \"UP\"\n city: \"Noida\"\n postcode: \"201301\"\n phone: \"1234123455\"\n vatId: \"INV12342278902\"\n }) {\n status\n message\n addresses {\n id\n customerId\n companyName\n firstName\n lastName\n address1\n address2\n country\n state\n city\n postcode\n phone\n vatId\n addressType\n defaultAddress\n createdAt\n updatedAt\n }\n }\n}", "variables": "" } }, @@ -403,7 +403,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation deleteAddress {\n deleteAddress(id: 29) {\n status\n }\n}", + "query": "mutation deleteAddress {\n deleteAddress(id: 1) {\n status\n }\n}", "variables": "" } }, @@ -461,7 +461,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "query ordersList {\n ordersList(input: {\n # page: 1\n # limit: 10\n # id: 6\n # productId: 16\n # productName: \"Music Show\"\n # channelId: 1\n }) {\n paginatorInfo {\n count\n currentPage\n lastPage\n total\n }\n data {\n id\n incrementId\n status\n channelName\n isGuest\n customerEmail\n customerFirstName\n customerLastName\n customerCompanyName\n customerVatId\n shippingMethod\n shippingTitle\n shippingDescription\n couponCode\n isGift\n totalItemCount\n totalQtyOrdered\n baseCurrencyCode\n channelCurrencyCode\n orderCurrencyCode\n grandTotal\n baseGrandTotal\n grandTotalInvoiced\n baseGrandTotalInvoiced\n grandTotalRefunded\n baseGrandTotalRefunded\n subTotal\n baseSubTotal\n subTotalInvoiced\n baseSubTotalInvoiced\n subTotalRefunded\n baseSubTotalRefunded\n discountPercent\n discountAmount\n baseDiscountAmount\n discountInvoiced\n baseDiscountInvoiced\n discountRefunded\n baseDiscountRefunded\n taxAmount\n baseTaxAmount\n taxAmountInvoiced\n baseTaxAmountInvoiced\n taxAmountRefunded\n baseTaxAmountRefunded\n shippingAmount\n baseShippingAmount\n shippingInvoiced\n baseShippingInvoiced\n shippingRefunded\n baseShippingRefunded\n customerId\n customerType\n channelId\n channelType\n cartId\n appliedCartRuleIds\n shippingDiscountAmount\n baseShippingDiscountAmount\n createdAt\n updatedAt\n billingAddress {\n id\n customerId\n cartId\n orderId\n firstName\n lastName\n gender\n companyName\n address1\n address2\n postcode\n city\n state\n country\n email\n phone\n vatId\n defaultAddress\n }\n shippingAddress {\n id\n customerId\n cartId\n orderId\n firstName\n lastName\n gender\n companyName\n address1\n address2\n postcode\n city\n state\n country\n email\n phone\n vatId\n defaultAddress\n }\n items {\n id\n sku\n type\n name\n couponCode\n weight\n totalWeight\n qtyOrdered\n qtyShipped\n qtyInvoiced\n qtyCanceled\n qtyRefunded\n price\n basePrice\n total\n baseTotal\n totalInvoiced\n baseTotalInvoiced\n amountRefunded\n baseAmountRefunded\n discountPercent\n discountAmount\n baseDiscountAmount\n discountInvoiced\n baseDiscountInvoiced\n discountRefunded\n baseDiscountRefunded\n taxPercent\n taxAmount\n baseTaxAmount\n taxAmountInvoiced\n baseTaxAmountInvoiced\n taxAmountRefunded\n baseTaxAmountRefunded\n productId\n productType\n orderId\n parentId\n additional\n createdAt\n updatedAt\n product {\n id\n type\n attributeFamilyId\n sku\n parentId\n createdAt\n updatedAt\n }\n child {\n id\n sku\n type\n name\n couponCode\n weight\n totalWeight\n qtyOrdered\n qtyShipped\n qtyInvoiced\n qtyCanceled\n qtyRefunded\n price\n basePrice\n total\n baseTotal\n totalInvoiced\n baseTotalInvoiced\n }\n invoiceItems {\n id\n sku\n type\n name\n description\n qty\n price\n basePrice\n total\n baseTotal\n taxAmount\n baseTaxAmount\n productId\n productType\n orderItemId\n invoiceId\n parentId\n }\n shipmentItems {\n id\n name\n description\n sku\n qty\n weight\n price\n basePrice\n total\n baseTotal\n productId\n productType\n orderItemId\n shipmentId\n }\n refundItems {\n id\n name\n description\n sku\n qty\n price\n basePrice\n total\n baseTotal\n taxAmount\n baseTaxAmount\n discountPercent\n discountAmount\n baseDiscountAmount\n productId\n productType\n orderItemId\n refundId\n parentId\n }\n }\n shipments {\n id\n status\n totalQty\n totalWeight\n carrierCode\n carrierTitle\n trackNumber\n emailSent\n customerId\n customerType\n orderId\n orderAddressId\n createdAt\n updatedAt\n }\n payment {\n id\n method\n methodTitle\n }\n formattedPrice {\n grandTotal\n baseGrandTotal\n grandTotalInvoiced\n baseGrandTotalInvoiced\n grandTotalRefunded\n baseGrandTotalRefunded\n subTotal\n baseSubTotal\n subTotalInvoiced\n baseSubTotalInvoiced\n subTotalRefunded\n discountAmount\n baseDiscountAmount\n discountInvoiced\n baseDiscountInvoiced\n discountRefunded\n baseDiscountRefunded\n taxAmount\n baseTaxAmount\n taxAmountInvoiced\n baseTaxAmountInvoiced\n taxAmountRefunded\n baseTaxAmountRefunded\n shippingAmount\n baseShippingAmount\n shippingInvoiced\n baseShippingInvoiced\n shippingRefunded\n baseShippingRefunded\n }\n }\n }\n}", + "query": "query ordersList {\n ordersList(input: {\n # page: 1\n # limit: 10\n # id: 1\n # productId: 1\n # productName: \"Music Show\"\n # channelId: 1\n }) {\n paginatorInfo {\n count\n currentPage\n lastPage\n total\n }\n data {\n id\n incrementId\n status\n channelName\n isGuest\n customerEmail\n customerFirstName\n customerLastName\n customerCompanyName\n customerVatId\n shippingMethod\n shippingTitle\n shippingDescription\n couponCode\n isGift\n totalItemCount\n totalQtyOrdered\n baseCurrencyCode\n channelCurrencyCode\n orderCurrencyCode\n grandTotal\n baseGrandTotal\n grandTotalInvoiced\n baseGrandTotalInvoiced\n grandTotalRefunded\n baseGrandTotalRefunded\n subTotal\n baseSubTotal\n subTotalInvoiced\n baseSubTotalInvoiced\n subTotalRefunded\n baseSubTotalRefunded\n discountPercent\n discountAmount\n baseDiscountAmount\n discountInvoiced\n baseDiscountInvoiced\n discountRefunded\n baseDiscountRefunded\n taxAmount\n baseTaxAmount\n taxAmountInvoiced\n baseTaxAmountInvoiced\n taxAmountRefunded\n baseTaxAmountRefunded\n shippingAmount\n baseShippingAmount\n shippingInvoiced\n baseShippingInvoiced\n shippingRefunded\n baseShippingRefunded\n customerId\n customerType\n channelId\n channelType\n cartId\n appliedCartRuleIds\n shippingDiscountAmount\n baseShippingDiscountAmount\n createdAt\n updatedAt\n billingAddress {\n id\n customerId\n cartId\n orderId\n firstName\n lastName\n gender\n companyName\n address1\n address2\n postcode\n city\n state\n country\n email\n phone\n vatId\n defaultAddress\n }\n shippingAddress {\n id\n customerId\n cartId\n orderId\n firstName\n lastName\n gender\n companyName\n address1\n address2\n postcode\n city\n state\n country\n email\n phone\n vatId\n defaultAddress\n }\n items {\n id\n sku\n type\n name\n couponCode\n weight\n totalWeight\n qtyOrdered\n qtyShipped\n qtyInvoiced\n qtyCanceled\n qtyRefunded\n price\n basePrice\n total\n baseTotal\n totalInvoiced\n baseTotalInvoiced\n amountRefunded\n baseAmountRefunded\n discountPercent\n discountAmount\n baseDiscountAmount\n discountInvoiced\n baseDiscountInvoiced\n discountRefunded\n baseDiscountRefunded\n taxPercent\n taxAmount\n baseTaxAmount\n taxAmountInvoiced\n baseTaxAmountInvoiced\n taxAmountRefunded\n baseTaxAmountRefunded\n productId\n productType\n orderId\n parentId\n additional\n createdAt\n updatedAt\n product {\n id\n type\n attributeFamilyId\n sku\n parentId\n createdAt\n updatedAt\n }\n child {\n id\n sku\n type\n name\n couponCode\n weight\n totalWeight\n qtyOrdered\n qtyShipped\n qtyInvoiced\n qtyCanceled\n qtyRefunded\n price\n basePrice\n total\n baseTotal\n totalInvoiced\n baseTotalInvoiced\n }\n invoiceItems {\n id\n sku\n type\n name\n description\n qty\n price\n basePrice\n total\n baseTotal\n taxAmount\n baseTaxAmount\n productId\n productType\n orderItemId\n invoiceId\n parentId\n }\n shipmentItems {\n id\n name\n description\n sku\n qty\n weight\n price\n basePrice\n total\n baseTotal\n productId\n productType\n orderItemId\n shipmentId\n }\n refundItems {\n id\n name\n description\n sku\n qty\n price\n basePrice\n total\n baseTotal\n taxAmount\n baseTaxAmount\n discountPercent\n discountAmount\n baseDiscountAmount\n productId\n productType\n orderItemId\n refundId\n parentId\n }\n }\n shipments {\n id\n status\n totalQty\n totalWeight\n carrierCode\n carrierTitle\n trackNumber\n emailSent\n customerId\n customerType\n orderId\n orderAddressId\n createdAt\n updatedAt\n }\n payment {\n id\n method\n methodTitle\n }\n formattedPrice {\n grandTotal\n baseGrandTotal\n grandTotalInvoiced\n baseGrandTotalInvoiced\n grandTotalRefunded\n baseGrandTotalRefunded\n subTotal\n baseSubTotal\n subTotalInvoiced\n baseSubTotalInvoiced\n subTotalRefunded\n discountAmount\n baseDiscountAmount\n discountInvoiced\n baseDiscountInvoiced\n discountRefunded\n baseDiscountRefunded\n taxAmount\n baseTaxAmount\n taxAmountInvoiced\n baseTaxAmountInvoiced\n taxAmountRefunded\n baseTaxAmountRefunded\n shippingAmount\n baseShippingAmount\n shippingInvoiced\n baseShippingInvoiced\n shippingRefunded\n baseShippingRefunded\n }\n }\n }\n}", "variables": "" } }, @@ -491,7 +491,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "query orderDetail {\n orderDetail(id: 8) {\n id\n incrementId\n status\n channelName\n isGuest\n customerEmail\n customerFirstName\n customerLastName\n customerCompanyName\n customerVatId\n shippingMethod\n shippingTitle\n shippingDescription\n couponCode\n isGift\n totalItemCount\n totalQtyOrdered\n baseCurrencyCode\n channelCurrencyCode\n orderCurrencyCode\n grandTotal\n baseGrandTotal\n grandTotalInvoiced\n baseGrandTotalInvoiced\n grandTotalRefunded\n baseGrandTotalRefunded\n subTotal\n baseSubTotal\n subTotalInvoiced\n baseSubTotalInvoiced\n subTotalRefunded\n baseSubTotalRefunded\n discountPercent\n discountAmount\n baseDiscountAmount\n discountInvoiced\n baseDiscountInvoiced\n discountRefunded\n baseDiscountRefunded\n taxAmount\n baseTaxAmount\n taxAmountInvoiced\n baseTaxAmountInvoiced\n taxAmountRefunded\n baseTaxAmountRefunded\n shippingAmount\n baseShippingAmount\n shippingInvoiced\n baseShippingInvoiced\n shippingRefunded\n baseShippingRefunded\n customerId\n customerType\n channelId\n channelType\n cartId\n appliedCartRuleIds\n shippingDiscountAmount\n baseShippingDiscountAmount\n createdAt\n updatedAt\n billingAddress {\n id\n customerId\n cartId\n orderId\n firstName\n lastName\n gender\n companyName\n address1\n address2\n postcode\n city\n state\n country\n email\n phone\n vatId\n defaultAddress\n }\n shippingAddress {\n id\n customerId\n cartId\n orderId\n firstName\n lastName\n gender\n companyName\n address1\n address2\n postcode\n city\n state\n country\n email\n phone\n vatId\n defaultAddress\n }\n items {\n id\n sku\n type\n name\n couponCode\n weight\n totalWeight\n qtyOrdered\n qtyShipped\n qtyInvoiced\n qtyCanceled\n qtyRefunded\n price\n basePrice\n total\n baseTotal\n totalInvoiced\n baseTotalInvoiced\n amountRefunded\n baseAmountRefunded\n discountPercent\n discountAmount\n baseDiscountAmount\n discountInvoiced\n baseDiscountInvoiced\n discountRefunded\n baseDiscountRefunded\n taxPercent\n taxAmount\n baseTaxAmount\n taxAmountInvoiced\n baseTaxAmountInvoiced\n taxAmountRefunded\n baseTaxAmountRefunded\n productId\n productType\n orderId\n parentId\n additional\n createdAt\n updatedAt\n formattedPrice {\n price\n basePrice\n total\n baseTotal\n totalInvoiced\n baseTotalInvoiced\n amountRefunded\n baseAmountRefunded\n discountAmount\n baseDiscountAmount\n discountInvoiced\n baseDiscountInvoiced\n discountRefunded\n baseDiscountRefunded\n taxAmount\n baseTaxAmount\n taxAmountInvoiced\n baseTaxAmountInvoiced\n taxAmountRefunded\n baseTaxAmountRefunded\n grantTotal\n baseGrantTotal\n }\n product {\n id\n type\n attributeFamilyId\n sku\n parentId\n createdAt\n updatedAt\n images {\n id\n type\n path\n url\n productId\n }\n }\n child {\n id\n sku\n type\n name\n couponCode\n weight\n totalWeight\n qtyOrdered\n qtyShipped\n qtyInvoiced\n qtyCanceled\n qtyRefunded\n price\n basePrice\n total\n baseTotal\n totalInvoiced\n baseTotalInvoiced\n }\n invoiceItems {\n id\n sku\n type\n name\n description\n qty\n price\n basePrice\n total\n baseTotal\n taxAmount\n baseTaxAmount\n productId\n productType\n orderItemId\n invoiceId\n parentId\n }\n shipmentItems {\n id\n name\n description\n sku\n qty\n weight\n price\n basePrice\n total\n baseTotal\n productId\n productType\n orderItemId\n shipmentId\n }\n refundItems {\n id\n name\n description\n sku\n qty\n price\n basePrice\n total\n baseTotal\n taxAmount\n baseTaxAmount\n discountPercent\n discountAmount\n baseDiscountAmount\n productId\n productType\n orderItemId\n refundId\n parentId\n }\n }\n shipments {\n id\n status\n totalQty\n totalWeight\n carrierCode\n carrierTitle\n trackNumber\n emailSent\n customerId\n customerType\n orderId\n orderAddressId\n createdAt\n updatedAt\n }\n invoices {\n id\n incrementId\n state\n emailSent\n totalQty\n baseCurrencyCode\n channelCurrencyCode\n orderCurrencyCode\n subTotal\n baseSubTotal\n grandTotal\n baseGrandTotal\n shippingAmount\n baseShippingAmount\n taxAmount\n baseTaxAmount\n discountAmount\n baseDiscountAmount\n orderId\n orderAddressId\n createdAt\n updatedAt\n }\n payment {\n id\n method\n methodTitle\n }\n formattedPrice {\n grandTotal\n baseGrandTotal\n grandTotalInvoiced\n baseGrandTotalInvoiced\n grandTotalRefunded\n baseGrandTotalRefunded\n subTotal\n baseSubTotal\n subTotalInvoiced\n baseSubTotalInvoiced\n subTotalRefunded\n discountAmount\n baseDiscountAmount\n discountInvoiced\n baseDiscountInvoiced\n discountRefunded\n baseDiscountRefunded\n taxAmount\n baseTaxAmount\n taxAmountInvoiced\n baseTaxAmountInvoiced\n taxAmountRefunded\n baseTaxAmountRefunded\n shippingAmount\n baseShippingAmount\n shippingInvoiced\n baseShippingInvoiced\n shippingRefunded\n baseShippingRefunded\n }\n }\n}", + "query": "query orderDetail {\n orderDetail(id: 1) {\n id\n incrementId\n status\n channelName\n isGuest\n customerEmail\n customerFirstName\n customerLastName\n customerCompanyName\n customerVatId\n shippingMethod\n shippingTitle\n shippingDescription\n couponCode\n isGift\n totalItemCount\n totalQtyOrdered\n baseCurrencyCode\n channelCurrencyCode\n orderCurrencyCode\n grandTotal\n baseGrandTotal\n grandTotalInvoiced\n baseGrandTotalInvoiced\n grandTotalRefunded\n baseGrandTotalRefunded\n subTotal\n baseSubTotal\n subTotalInvoiced\n baseSubTotalInvoiced\n subTotalRefunded\n baseSubTotalRefunded\n discountPercent\n discountAmount\n baseDiscountAmount\n discountInvoiced\n baseDiscountInvoiced\n discountRefunded\n baseDiscountRefunded\n taxAmount\n baseTaxAmount\n taxAmountInvoiced\n baseTaxAmountInvoiced\n taxAmountRefunded\n baseTaxAmountRefunded\n shippingAmount\n baseShippingAmount\n shippingInvoiced\n baseShippingInvoiced\n shippingRefunded\n baseShippingRefunded\n customerId\n customerType\n channelId\n channelType\n cartId\n appliedCartRuleIds\n shippingDiscountAmount\n baseShippingDiscountAmount\n createdAt\n updatedAt\n billingAddress {\n id\n customerId\n cartId\n orderId\n firstName\n lastName\n gender\n companyName\n address1\n address2\n postcode\n city\n state\n country\n email\n phone\n vatId\n defaultAddress\n }\n shippingAddress {\n id\n customerId\n cartId\n orderId\n firstName\n lastName\n gender\n companyName\n address1\n address2\n postcode\n city\n state\n country\n email\n phone\n vatId\n defaultAddress\n }\n items {\n id\n sku\n type\n name\n couponCode\n weight\n totalWeight\n qtyOrdered\n qtyShipped\n qtyInvoiced\n qtyCanceled\n qtyRefunded\n price\n basePrice\n total\n baseTotal\n totalInvoiced\n baseTotalInvoiced\n amountRefunded\n baseAmountRefunded\n discountPercent\n discountAmount\n baseDiscountAmount\n discountInvoiced\n baseDiscountInvoiced\n discountRefunded\n baseDiscountRefunded\n taxPercent\n taxAmount\n baseTaxAmount\n taxAmountInvoiced\n baseTaxAmountInvoiced\n taxAmountRefunded\n baseTaxAmountRefunded\n productId\n productType\n orderId\n parentId\n additional\n createdAt\n updatedAt\n formattedPrice {\n price\n basePrice\n total\n baseTotal\n totalInvoiced\n baseTotalInvoiced\n amountRefunded\n baseAmountRefunded\n discountAmount\n baseDiscountAmount\n discountInvoiced\n baseDiscountInvoiced\n discountRefunded\n baseDiscountRefunded\n taxAmount\n baseTaxAmount\n taxAmountInvoiced\n baseTaxAmountInvoiced\n taxAmountRefunded\n baseTaxAmountRefunded\n grantTotal\n baseGrantTotal\n }\n product {\n id\n type\n attributeFamilyId\n sku\n parentId\n createdAt\n updatedAt\n images {\n id\n type\n path\n url\n productId\n }\n }\n child {\n id\n sku\n type\n name\n couponCode\n weight\n totalWeight\n qtyOrdered\n qtyShipped\n qtyInvoiced\n qtyCanceled\n qtyRefunded\n price\n basePrice\n total\n baseTotal\n totalInvoiced\n baseTotalInvoiced\n }\n invoiceItems {\n id\n sku\n type\n name\n description\n qty\n price\n basePrice\n total\n baseTotal\n taxAmount\n baseTaxAmount\n productId\n productType\n orderItemId\n invoiceId\n parentId\n }\n shipmentItems {\n id\n name\n description\n sku\n qty\n weight\n price\n basePrice\n total\n baseTotal\n productId\n productType\n orderItemId\n shipmentId\n }\n refundItems {\n id\n name\n description\n sku\n qty\n price\n basePrice\n total\n baseTotal\n taxAmount\n baseTaxAmount\n discountPercent\n discountAmount\n baseDiscountAmount\n productId\n productType\n orderItemId\n refundId\n parentId\n }\n }\n shipments {\n id\n status\n totalQty\n totalWeight\n carrierCode\n carrierTitle\n trackNumber\n emailSent\n customerId\n customerType\n orderId\n orderAddressId\n createdAt\n updatedAt\n }\n invoices {\n id\n incrementId\n state\n emailSent\n totalQty\n baseCurrencyCode\n channelCurrencyCode\n orderCurrencyCode\n subTotal\n baseSubTotal\n grandTotal\n baseGrandTotal\n shippingAmount\n baseShippingAmount\n taxAmount\n baseTaxAmount\n discountAmount\n baseDiscountAmount\n orderId\n orderAddressId\n createdAt\n updatedAt\n }\n payment {\n id\n method\n methodTitle\n }\n formattedPrice {\n grandTotal\n baseGrandTotal\n grandTotalInvoiced\n baseGrandTotalInvoiced\n grandTotalRefunded\n baseGrandTotalRefunded\n subTotal\n baseSubTotal\n subTotalInvoiced\n baseSubTotalInvoiced\n subTotalRefunded\n discountAmount\n baseDiscountAmount\n discountInvoiced\n baseDiscountInvoiced\n discountRefunded\n baseDiscountRefunded\n taxAmount\n baseTaxAmount\n taxAmountInvoiced\n baseTaxAmountInvoiced\n taxAmountRefunded\n baseTaxAmountRefunded\n shippingAmount\n baseShippingAmount\n shippingInvoiced\n baseShippingInvoiced\n shippingRefunded\n baseShippingRefunded\n }\n }\n}", "variables": "" } }, @@ -521,7 +521,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "query viewShipments {\n viewShipments(input: {\n page: 1\n limit: 10\n # orderId: 3\n # carrierTitle: \"DHL\"\n # trackNumber: \"3333\"\n # shipmentDateFrom: \"2021-02-16 00:00:01\"\n # shipmentDateTo: \"2021-02-16 23:00:00\"\n # shipmentDate: \"2021-02-16 19:17:21\"\n }) {\n id\n status\n totalQty\n totalWeight\n carrierCode\n carrierTitle\n trackNumber\n emailSent\n customerId\n customerType\n orderId\n orderAddressId\n createdAt\n updatedAt\n inventorySourceId\n inventorySourceName\n order {\n id\n incrementId\n status\n channelName\n isGuest\n customerEmail\n customerFirstName\n customerLastName\n customerCompanyName\n customerVatId\n shippingMethod\n shippingTitle\n shippingDescription\n couponCode\n isGift\n totalItemCount\n totalQtyOrdered\n baseCurrencyCode\n channelCurrencyCode\n orderCurrencyCode\n grandTotal\n baseGrandTotal\n grandTotalInvoiced\n baseGrandTotalInvoiced\n grandTotalRefunded\n baseGrandTotalRefunded\n subTotal\n baseSubTotal\n subTotalInvoiced\n baseSubTotalInvoiced\n subTotalRefunded\n baseSubTotalRefunded\n discountPercent\n discountAmount\n baseDiscountAmount\n discountInvoiced\n baseDiscountInvoiced\n discountRefunded\n baseDiscountRefunded\n taxAmount\n baseTaxAmount\n taxAmountInvoiced\n baseTaxAmountInvoiced\n taxAmountRefunded\n baseTaxAmountRefunded\n shippingAmount\n baseShippingAmount\n shippingInvoiced\n baseShippingInvoiced\n shippingRefunded\n baseShippingRefunded\n customerId\n customerType\n channelId\n channelType\n cartId\n appliedCartRuleIds\n shippingDiscountAmount\n baseShippingDiscountAmount\n createdAt\n updatedAt\n }\n items {\n id\n name\n description\n sku\n qty\n weight\n price\n basePrice\n total\n baseTotal\n productId\n productType\n orderItemId\n shipmentId\n additional\n createdAt\n updatedAt\n }\n inventorySource {\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n }\n customer {\n id\n firstName\n lastName\n name\n gender\n dateOfBirth\n email\n phone\n password\n apiToken\n customerGroupId\n subscribedToNewsLetter\n isVerified\n token\n notes\n status\n customerGroup {\n id\n name\n code\n isUserDefined\n createdAt\n updatedAt\n }\n createdAt\n updatedAt\n }\n }\n}", + "query": "query viewShipments {\n viewShipments(input: {\n page: 1\n limit: 10\n # orderId: 1\n # carrierTitle: \"DHL\"\n # trackNumber: \"3333\"\n # shipmentDateFrom: \"2021-02-16 00:00:01\"\n # shipmentDateTo: \"2021-02-16 23:00:00\"\n # shipmentDate: \"2021-02-16 19:17:21\"\n }) {\n id\n status\n totalQty\n totalWeight\n carrierCode\n carrierTitle\n trackNumber\n emailSent\n customerId\n customerType\n orderId\n orderAddressId\n createdAt\n updatedAt\n inventorySourceId\n inventorySourceName\n order {\n id\n incrementId\n status\n channelName\n isGuest\n customerEmail\n customerFirstName\n customerLastName\n customerCompanyName\n customerVatId\n shippingMethod\n shippingTitle\n shippingDescription\n couponCode\n isGift\n totalItemCount\n totalQtyOrdered\n baseCurrencyCode\n channelCurrencyCode\n orderCurrencyCode\n grandTotal\n baseGrandTotal\n grandTotalInvoiced\n baseGrandTotalInvoiced\n grandTotalRefunded\n baseGrandTotalRefunded\n subTotal\n baseSubTotal\n subTotalInvoiced\n baseSubTotalInvoiced\n subTotalRefunded\n baseSubTotalRefunded\n discountPercent\n discountAmount\n baseDiscountAmount\n discountInvoiced\n baseDiscountInvoiced\n discountRefunded\n baseDiscountRefunded\n taxAmount\n baseTaxAmount\n taxAmountInvoiced\n baseTaxAmountInvoiced\n taxAmountRefunded\n baseTaxAmountRefunded\n shippingAmount\n baseShippingAmount\n shippingInvoiced\n baseShippingInvoiced\n shippingRefunded\n baseShippingRefunded\n customerId\n customerType\n channelId\n channelType\n cartId\n appliedCartRuleIds\n shippingDiscountAmount\n baseShippingDiscountAmount\n createdAt\n updatedAt\n }\n items {\n id\n name\n description\n sku\n qty\n weight\n price\n basePrice\n total\n baseTotal\n productId\n productType\n orderItemId\n shipmentId\n additional\n createdAt\n updatedAt\n }\n inventorySource {\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n }\n customer {\n id\n firstName\n lastName\n name\n gender\n dateOfBirth\n email\n phone\n password\n apiToken\n customerGroupId\n subscribedToNewsLetter\n isVerified\n token\n notes\n status\n customerGroup {\n id\n name\n code\n isUserDefined\n createdAt\n updatedAt\n }\n createdAt\n updatedAt\n }\n }\n}", "variables": "" } }, @@ -551,7 +551,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "query viewShipment {\n viewShipment(id: 2) {\n id\n status\n totalQty\n totalWeight\n carrierCode\n carrierTitle\n trackNumber\n emailSent\n customerId\n customerType\n orderId\n orderAddressId\n createdAt\n updatedAt\n inventorySourceId\n inventorySourceName\n order {\n id\n incrementId\n status\n channelName\n isGuest\n customerEmail\n customerFirstName\n customerLastName\n customerCompanyName\n customerVatId\n shippingMethod\n shippingTitle\n shippingDescription\n couponCode\n isGift\n totalItemCount\n totalQtyOrdered\n baseCurrencyCode\n channelCurrencyCode\n orderCurrencyCode\n grandTotal\n baseGrandTotal\n grandTotalInvoiced\n baseGrandTotalInvoiced\n grandTotalRefunded\n baseGrandTotalRefunded\n subTotal\n baseSubTotal\n subTotalInvoiced\n baseSubTotalInvoiced\n subTotalRefunded\n baseSubTotalRefunded\n discountPercent\n discountAmount\n baseDiscountAmount\n discountInvoiced\n baseDiscountInvoiced\n discountRefunded\n baseDiscountRefunded\n taxAmount\n baseTaxAmount\n taxAmountInvoiced\n baseTaxAmountInvoiced\n taxAmountRefunded\n baseTaxAmountRefunded\n shippingAmount\n baseShippingAmount\n shippingInvoiced\n baseShippingInvoiced\n shippingRefunded\n baseShippingRefunded\n customerId\n customerType\n channelId\n channelType\n cartId\n appliedCartRuleIds\n shippingDiscountAmount\n baseShippingDiscountAmount\n createdAt\n updatedAt\n }\n items {\n id\n name\n description\n sku\n qty\n weight\n price\n basePrice\n total\n baseTotal\n productId\n productType\n orderItemId\n shipmentId\n additional\n createdAt\n updatedAt\n }\n inventorySource {\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n }\n customer {\n id\n firstName\n lastName\n name\n gender\n dateOfBirth\n email\n phone\n password\n apiToken\n customerGroupId\n subscribedToNewsLetter\n isVerified\n token\n notes\n status\n customerGroup {\n id\n name\n code\n isUserDefined\n createdAt\n updatedAt\n }\n createdAt\n updatedAt\n }\n }\n}", + "query": "query viewShipment {\n viewShipment(id: 1) {\n id\n status\n totalQty\n totalWeight\n carrierCode\n carrierTitle\n trackNumber\n emailSent\n customerId\n customerType\n orderId\n orderAddressId\n createdAt\n updatedAt\n inventorySourceId\n inventorySourceName\n order {\n id\n incrementId\n status\n channelName\n isGuest\n customerEmail\n customerFirstName\n customerLastName\n customerCompanyName\n customerVatId\n shippingMethod\n shippingTitle\n shippingDescription\n couponCode\n isGift\n totalItemCount\n totalQtyOrdered\n baseCurrencyCode\n channelCurrencyCode\n orderCurrencyCode\n grandTotal\n baseGrandTotal\n grandTotalInvoiced\n baseGrandTotalInvoiced\n grandTotalRefunded\n baseGrandTotalRefunded\n subTotal\n baseSubTotal\n subTotalInvoiced\n baseSubTotalInvoiced\n subTotalRefunded\n baseSubTotalRefunded\n discountPercent\n discountAmount\n baseDiscountAmount\n discountInvoiced\n baseDiscountInvoiced\n discountRefunded\n baseDiscountRefunded\n taxAmount\n baseTaxAmount\n taxAmountInvoiced\n baseTaxAmountInvoiced\n taxAmountRefunded\n baseTaxAmountRefunded\n shippingAmount\n baseShippingAmount\n shippingInvoiced\n baseShippingInvoiced\n shippingRefunded\n baseShippingRefunded\n customerId\n customerType\n channelId\n channelType\n cartId\n appliedCartRuleIds\n shippingDiscountAmount\n baseShippingDiscountAmount\n createdAt\n updatedAt\n }\n items {\n id\n name\n description\n sku\n qty\n weight\n price\n basePrice\n total\n baseTotal\n productId\n productType\n orderItemId\n shipmentId\n additional\n createdAt\n updatedAt\n }\n inventorySource {\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n }\n customer {\n id\n firstName\n lastName\n name\n gender\n dateOfBirth\n email\n phone\n password\n apiToken\n customerGroupId\n subscribedToNewsLetter\n isVerified\n token\n notes\n status\n customerGroup {\n id\n name\n code\n isUserDefined\n createdAt\n updatedAt\n }\n createdAt\n updatedAt\n }\n }\n}", "variables": "" } }, @@ -581,7 +581,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "query viewInvoices {\n viewInvoices(input: {\n page: 1\n limit: 10\n # id: 1\n # orderId: 3\n # quantity: 1\n # grandTotal: 5.35\n # baseGrandTotal: 5.35\n # invoiceDate: \"2021-02-12 20:36:26\"\n }) {\n id\n incrementId\n state\n emailSent\n totalQty\n baseCurrencyCode\n channelCurrencyCode\n orderCurrencyCode\n subTotal\n baseSubTotal\n grandTotal\n baseGrandTotal\n shippingAmount\n baseShippingAmount\n taxAmount\n baseTaxAmount\n discountAmount\n baseDiscountAmount\n orderId\n orderAddressId\n createdAt\n updatedAt\n transactionId\n items {\n id\n sku\n type\n name\n description\n qty\n price\n basePrice\n total\n baseTotal\n taxAmount\n baseTaxAmount\n productId\n productType\n orderItemId\n invoiceId\n parentId\n additional\n discountPercent\n discountAmount\n baseDiscountAmount\n createdAt\n updatedAt\n orderItem {\n id\n sku\n type\n name\n couponCode\n weight\n totalWeight\n qtyOrdered\n qtyShipped\n qtyInvoiced\n qtyCanceled\n qtyRefunded\n price\n basePrice\n total\n baseTotal\n totalInvoiced\n baseTotalInvoiced\n amountRefunded\n baseAmountRefunded\n discountPercent\n discountAmount\n baseDiscountAmount\n discountInvoiced\n baseDiscountInvoiced\n discountRefunded\n baseDiscountRefunded\n taxPercent\n taxAmount\n baseTaxAmount\n taxAmountInvoiced\n baseTaxAmountInvoiced\n taxAmountRefunded\n baseTaxAmountRefunded\n productId\n productType\n orderId\n parentId\n additional\n createdAt\n updatedAt\n }\n product {\n id\n type\n attributeFamilyId\n sku\n parentId\n createdAt\n updatedAt\n }\n }\n }\n}", + "query": "query viewInvoices {\n viewInvoices(input: {\n page: 1\n limit: 10\n # id: 1\n # orderId: 1\n # quantity: 1\n # grandTotal: 5.35\n # baseGrandTotal: 5.35\n # invoiceDate: \"2021-02-12 20:36:26\"\n }) {\n id\n incrementId\n state\n emailSent\n totalQty\n baseCurrencyCode\n channelCurrencyCode\n orderCurrencyCode\n subTotal\n baseSubTotal\n grandTotal\n baseGrandTotal\n shippingAmount\n baseShippingAmount\n taxAmount\n baseTaxAmount\n discountAmount\n baseDiscountAmount\n orderId\n orderAddressId\n createdAt\n updatedAt\n transactionId\n items {\n id\n sku\n type\n name\n description\n qty\n price\n basePrice\n total\n baseTotal\n taxAmount\n baseTaxAmount\n productId\n productType\n orderItemId\n invoiceId\n parentId\n additional\n discountPercent\n discountAmount\n baseDiscountAmount\n createdAt\n updatedAt\n orderItem {\n id\n sku\n type\n name\n couponCode\n weight\n totalWeight\n qtyOrdered\n qtyShipped\n qtyInvoiced\n qtyCanceled\n qtyRefunded\n price\n basePrice\n total\n baseTotal\n totalInvoiced\n baseTotalInvoiced\n amountRefunded\n baseAmountRefunded\n discountPercent\n discountAmount\n baseDiscountAmount\n discountInvoiced\n baseDiscountInvoiced\n discountRefunded\n baseDiscountRefunded\n taxPercent\n taxAmount\n baseTaxAmount\n taxAmountInvoiced\n baseTaxAmountInvoiced\n taxAmountRefunded\n baseTaxAmountRefunded\n productId\n productType\n orderId\n parentId\n additional\n createdAt\n updatedAt\n }\n product {\n id\n type\n attributeFamilyId\n sku\n parentId\n createdAt\n updatedAt\n }\n }\n }\n}", "variables": "" } }, @@ -611,7 +611,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "query viewInvoice {\n viewInvoice(id: 2) {\n id\n incrementId\n state\n emailSent\n totalQty\n baseCurrencyCode\n channelCurrencyCode\n orderCurrencyCode\n subTotal\n baseSubTotal\n grandTotal\n baseGrandTotal\n shippingAmount\n baseShippingAmount\n taxAmount\n baseTaxAmount\n discountAmount\n baseDiscountAmount\n orderId\n orderAddressId\n createdAt\n updatedAt\n transactionId\n items {\n id\n sku\n type\n name\n description\n qty\n price\n basePrice\n total\n baseTotal\n taxAmount\n baseTaxAmount\n productId\n productType\n orderItemId\n invoiceId\n parentId\n additional\n discountPercent\n discountAmount\n baseDiscountAmount\n createdAt\n updatedAt\n orderItem {\n id\n sku\n type\n name\n couponCode\n weight\n totalWeight\n qtyOrdered\n qtyShipped\n qtyInvoiced\n qtyCanceled\n qtyRefunded\n price\n basePrice\n total\n baseTotal\n totalInvoiced\n baseTotalInvoiced\n amountRefunded\n baseAmountRefunded\n discountPercent\n discountAmount\n baseDiscountAmount\n discountInvoiced\n baseDiscountInvoiced\n discountRefunded\n baseDiscountRefunded\n taxPercent\n taxAmount\n baseTaxAmount\n taxAmountInvoiced\n baseTaxAmountInvoiced\n taxAmountRefunded\n baseTaxAmountRefunded\n productId\n productType\n orderId\n parentId\n additional\n createdAt\n updatedAt\n }\n product {\n id\n type\n attributeFamilyId\n sku\n parentId\n createdAt\n updatedAt\n }\n }\n }\n}", + "query": "query viewInvoice {\n viewInvoice(id: 1) {\n id\n incrementId\n state\n emailSent\n totalQty\n baseCurrencyCode\n channelCurrencyCode\n orderCurrencyCode\n subTotal\n baseSubTotal\n grandTotal\n baseGrandTotal\n shippingAmount\n baseShippingAmount\n taxAmount\n baseTaxAmount\n discountAmount\n baseDiscountAmount\n orderId\n orderAddressId\n createdAt\n updatedAt\n transactionId\n items {\n id\n sku\n type\n name\n description\n qty\n price\n basePrice\n total\n baseTotal\n taxAmount\n baseTaxAmount\n productId\n productType\n orderItemId\n invoiceId\n parentId\n additional\n discountPercent\n discountAmount\n baseDiscountAmount\n createdAt\n updatedAt\n orderItem {\n id\n sku\n type\n name\n couponCode\n weight\n totalWeight\n qtyOrdered\n qtyShipped\n qtyInvoiced\n qtyCanceled\n qtyRefunded\n price\n basePrice\n total\n baseTotal\n totalInvoiced\n baseTotalInvoiced\n amountRefunded\n baseAmountRefunded\n discountPercent\n discountAmount\n baseDiscountAmount\n discountInvoiced\n baseDiscountInvoiced\n discountRefunded\n baseDiscountRefunded\n taxPercent\n taxAmount\n baseTaxAmount\n taxAmountInvoiced\n baseTaxAmountInvoiced\n taxAmountRefunded\n baseTaxAmountRefunded\n productId\n productType\n orderId\n parentId\n additional\n createdAt\n updatedAt\n }\n product {\n id\n type\n attributeFamilyId\n sku\n parentId\n createdAt\n updatedAt\n }\n }\n }\n}", "variables": "" } }, @@ -671,22 +671,14 @@ "body": { "mode": "graphql", "graphql": { - "query": "query viewRefund {\n viewRefund(id: 2) {\n id\n incrementId\n state\n emailSent\n totalQty\n baseCurrencyCode\n channelCurrencyCode\n orderCurrencyCode\n adjustmentRefund\n baseAdjustmentRefund\n adjustmentFee\n baseAdjustmentFee\n subTotal\n baseSubTotal\n grandTotal\n baseGrandTotal\n shippingAmount\n baseShippingAmount\n taxAmount\n baseTaxAmount\n discountPercent\n discountAmount\n baseDiscountAmount\n orderId\n createdAt\n updatedAt\n items {\n id\n name\n description\n sku\n qty\n price\n basePrice\n total\n baseTotal\n taxAmount\n baseTaxAmount\n discountPercent\n discountAmount\n baseDiscountAmount\n productId\n productType\n orderItemId\n refundId\n parentId\n additional\n createdAt\n updatedAt\n }\n order {\n id\n incrementId\n status\n channelName\n isGuest\n customerEmail\n customerFirstName\n customerLastName\n customerCompanyName\n customerVatId\n shippingMethod\n shippingTitle\n shippingDescription\n couponCode\n isGift\n totalItemCount\n totalQtyOrdered\n baseCurrencyCode\n channelCurrencyCode\n orderCurrencyCode\n grandTotal\n baseGrandTotal\n grandTotalInvoiced\n baseGrandTotalInvoiced\n grandTotalRefunded\n baseGrandTotalRefunded\n subTotal\n baseSubTotal\n subTotalInvoiced\n baseSubTotalInvoiced\n subTotalRefunded\n baseSubTotalRefunded\n discountPercent\n discountAmount\n baseDiscountAmount\n discountInvoiced\n baseDiscountInvoiced\n discountRefunded\n baseDiscountRefunded\n taxAmount\n baseTaxAmount\n taxAmountInvoiced\n baseTaxAmountInvoiced\n taxAmountRefunded\n baseTaxAmountRefunded\n shippingAmount\n baseShippingAmount\n shippingInvoiced\n baseShippingInvoiced\n shippingRefunded\n baseShippingRefunded\n customerId\n customerType\n channelId\n channelType\n cartId\n appliedCartRuleIds\n shippingDiscountAmount\n baseShippingDiscountAmount\n createdAt\n updatedAt\n }\n }\n}", + "query": "query viewRefund {\n viewRefund(id: 1) {\n id\n incrementId\n state\n emailSent\n totalQty\n baseCurrencyCode\n channelCurrencyCode\n orderCurrencyCode\n adjustmentRefund\n baseAdjustmentRefund\n adjustmentFee\n baseAdjustmentFee\n subTotal\n baseSubTotal\n grandTotal\n baseGrandTotal\n shippingAmount\n baseShippingAmount\n taxAmount\n baseTaxAmount\n discountPercent\n discountAmount\n baseDiscountAmount\n orderId\n createdAt\n updatedAt\n items {\n id\n name\n description\n sku\n qty\n price\n basePrice\n total\n baseTotal\n taxAmount\n baseTaxAmount\n discountPercent\n discountAmount\n baseDiscountAmount\n productId\n productType\n orderItemId\n refundId\n parentId\n additional\n createdAt\n updatedAt\n }\n order {\n id\n incrementId\n status\n channelName\n isGuest\n customerEmail\n customerFirstName\n customerLastName\n customerCompanyName\n customerVatId\n shippingMethod\n shippingTitle\n shippingDescription\n couponCode\n isGift\n totalItemCount\n totalQtyOrdered\n baseCurrencyCode\n channelCurrencyCode\n orderCurrencyCode\n grandTotal\n baseGrandTotal\n grandTotalInvoiced\n baseGrandTotalInvoiced\n grandTotalRefunded\n baseGrandTotalRefunded\n subTotal\n baseSubTotal\n subTotalInvoiced\n baseSubTotalInvoiced\n subTotalRefunded\n baseSubTotalRefunded\n discountPercent\n discountAmount\n baseDiscountAmount\n discountInvoiced\n baseDiscountInvoiced\n discountRefunded\n baseDiscountRefunded\n taxAmount\n baseTaxAmount\n taxAmountInvoiced\n baseTaxAmountInvoiced\n taxAmountRefunded\n baseTaxAmountRefunded\n shippingAmount\n baseShippingAmount\n shippingInvoiced\n baseShippingInvoiced\n shippingRefunded\n baseShippingRefunded\n customerId\n customerType\n channelId\n channelType\n cartId\n appliedCartRuleIds\n shippingDiscountAmount\n baseShippingDiscountAmount\n createdAt\n updatedAt\n }\n }\n}", "variables": "" } }, "url": { - "raw": "http://127.0.0.1:8000/graphql", - "protocol": "http", + "raw": "{{url}}", "host": [ - "127", - "0", - "0", - "1" - ], - "port": "8000", - "path": [ - "graphql" + "{{url}}" ] } }, @@ -764,7 +756,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "query reviewsList {\n reviewsList(input: {\n # page: 1\n # limit: 10\n # id: 3\n # title: \"Why do we use it?\"\n # rating: 3\n # customerName: \"Anna Gole\"\n # productName: \"e-book\"\n # productId: 1\n # status: \"approved\"\n }) {\n paginatorInfo {\n count\n currentPage\n lastPage\n total\n }\n data {\n id\n title\n rating\n comment\n status\n createdAt\n updatedAt\n productId\n customerId\n customerName\n product {\n id\n type\n attributeFamilyId\n sku\n parentId\n createdAt\n updatedAt\n productFlats {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n color\n colorLabel\n size\n sizeLabel\n locale\n channel\n productId\n parentId\n minPrice\n maxPrice\n metaTitle\n metaKeywords\n metaDescription\n width\n height\n depth\n createdAt\n updatedAt\n }\n }\n }\n }\n}", + "query": "query reviewsList {\n reviewsList(input: {\n # page: 1\n # limit: 10\n # id: 1\n # title: \"Why do we use it?\"\n # rating: 4\n # customerName: \"Anna Gole\"\n # productName: \"e-book\"\n # productId: 1\n # status: \"approved\"\n }) {\n paginatorInfo {\n count\n currentPage\n lastPage\n total\n }\n data {\n id\n title\n rating\n comment\n status\n createdAt\n updatedAt\n productId\n customerId\n customerName\n product {\n id\n type\n attributeFamilyId\n sku\n parentId\n createdAt\n updatedAt\n productFlats {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n color\n colorLabel\n size\n sizeLabel\n locale\n channel\n productId\n parentId\n minPrice\n maxPrice\n metaTitle\n metaKeywords\n metaDescription\n width\n height\n depth\n createdAt\n updatedAt\n }\n }\n }\n }\n}", "variables": "" } }, @@ -794,7 +786,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "query reviewDetail {\n reviewDetail(id: 2) {\n id\n title\n rating\n comment\n status\n createdAt\n updatedAt\n productId\n customerId\n customerName\n product {\n id\n type\n attributeFamilyId\n sku\n parentId\n createdAt\n updatedAt\n productFlats {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n color\n colorLabel\n size\n sizeLabel\n locale\n channel\n productId\n parentId\n minPrice\n maxPrice\n metaTitle\n metaKeywords\n metaDescription\n width\n height\n depth\n createdAt\n updatedAt\n }\n }\n }\n}", + "query": "query reviewDetail {\n reviewDetail(id: 1) {\n id\n title\n rating\n comment\n status\n createdAt\n updatedAt\n productId\n customerId\n customerName\n product {\n id\n type\n attributeFamilyId\n sku\n parentId\n createdAt\n updatedAt\n productFlats {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n color\n colorLabel\n size\n sizeLabel\n locale\n channel\n productId\n parentId\n minPrice\n maxPrice\n metaTitle\n metaKeywords\n metaDescription\n width\n height\n depth\n createdAt\n updatedAt\n }\n }\n }\n}", "variables": "" } }, @@ -824,7 +816,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation createReview {\n createReview(input: {\n name: \"Ruby J So\"\n title: \"Where does it come from?\"\n rating: 4\n comment: \"Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old.\"\n productId: 3\n }) {\n success\n review {\n id\n title\n rating\n comment\n status\n createdAt\n updatedAt\n productId\n customerId\n customerName\n product {\n id\n type\n attributeFamilyId\n sku\n parentId\n createdAt\n updatedAt\n productFlats {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n color\n colorLabel\n size\n sizeLabel\n locale\n channel\n productId\n parentId\n minPrice\n maxPrice\n metaTitle\n metaKeywords\n metaDescription\n width\n height\n depth\n createdAt\n updatedAt\n }\n }\n }\n }\n}", + "query": "mutation createReview {\n createReview(input: {\n name: \"Ruby J So\"\n title: \"Where does it come from?\"\n rating: 4\n comment: \"Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old.\"\n productId: 1\n }) {\n success\n review {\n id\n title\n rating\n comment\n status\n createdAt\n updatedAt\n productId\n customerId\n customerName\n product {\n id\n type\n attributeFamilyId\n sku\n parentId\n createdAt\n updatedAt\n productFlats {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n color\n colorLabel\n size\n sizeLabel\n locale\n channel\n productId\n parentId\n minPrice\n maxPrice\n metaTitle\n metaKeywords\n metaDescription\n width\n height\n depth\n createdAt\n updatedAt\n }\n }\n }\n }\n}", "variables": "" } }, @@ -851,7 +843,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation deleteReview {\n deleteReview(id: 8) {\n status\n message\n reviews {\n id\n title\n rating\n comment\n status\n createdAt\n updatedAt\n productId\n customerId\n customerName\n product {\n id\n type\n attributeFamilyId\n sku\n parentId\n createdAt\n updatedAt\n productFlats {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n color\n colorLabel\n size\n sizeLabel\n locale\n channel\n productId\n parentId\n minPrice\n maxPrice\n metaTitle\n metaKeywords\n metaDescription\n width\n height\n depth\n createdAt\n updatedAt\n }\n }\n }\n }\n}", + "query": "mutation deleteReview {\n deleteReview(id: 1) {\n status\n message\n reviews {\n id\n title\n rating\n comment\n status\n createdAt\n updatedAt\n productId\n customerId\n customerName\n product {\n id\n type\n attributeFamilyId\n sku\n parentId\n createdAt\n updatedAt\n productFlats {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n color\n colorLabel\n size\n sizeLabel\n locale\n channel\n productId\n parentId\n minPrice\n maxPrice\n metaTitle\n metaKeywords\n metaDescription\n width\n height\n depth\n createdAt\n updatedAt\n }\n }\n }\n }\n}", "variables": "" } }, @@ -909,7 +901,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "query wishlists {\n wishlists(input: {\n # page: 1\n # limit: 10\n # id: 3\n # productId: 16\n # productName: \"Music Show\"\n # channelId: 1\n }) {\n data {\n id\n channelId\n productId\n customerId\n itemOptions\n additional\n movedToCart\n shared\n timeOfMoving\n createdAt\n updatedAt\n customer {\n id\n firstName\n lastName\n name\n gender\n dateOfBirth\n email\n phone\n password\n apiToken\n customerGroupId\n subscribedToNewsLetter\n isVerified\n token\n notes\n status\n createdAt\n updatedAt\n }\n product {\n id\n type\n attributeFamilyId\n sku\n parentId\n createdAt\n updatedAt\n }\n channel {\n id\n code\n name\n description\n theme\n homePageContent\n footerContent\n hostname\n defaultLocaleId\n baseCurrencyId\n rootCategoryId\n homeSeo\n logoUrl\n faviconUrl\n success\n }\n cart {\n id\n customerEmail\n customerFirstName\n customerLastName\n shippingMethod\n couponCode\n isGift\n itemsCount\n itemsQty\n }\n }\n }\n}", + "query": "query wishlists {\n wishlists(input: {\n # page: 1\n # limit: 10\n # id: 1\n # productId: 1\n # productName: \"Music Show\"\n # channelId: 1\n }) {\n data {\n id\n channelId\n productId\n customerId\n itemOptions\n additional\n movedToCart\n shared\n timeOfMoving\n createdAt\n updatedAt\n customer {\n id\n firstName\n lastName\n name\n gender\n dateOfBirth\n email\n phone\n password\n apiToken\n customerGroupId\n subscribedToNewsLetter\n isVerified\n token\n notes\n status\n createdAt\n updatedAt\n }\n product {\n id\n type\n attributeFamilyId\n sku\n parentId\n createdAt\n updatedAt\n }\n channel {\n id\n code\n name\n description\n theme\n homePageContent\n footerContent\n hostname\n defaultLocaleId\n baseCurrencyId\n rootCategoryId\n homeSeo\n logoUrl\n faviconUrl\n success\n }\n cart {\n id\n customerEmail\n customerFirstName\n customerLastName\n shippingMethod\n couponCode\n isGift\n itemsCount\n itemsQty\n }\n }\n }\n}", "variables": "" } }, @@ -939,7 +931,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "query wishlist {\n wishlist(id: 146) {\n id\n channelId\n productId\n customerId\n itemOptions\n additional\n movedToCart\n shared\n timeOfMoving\n createdAt\n updatedAt\n customer {\n id\n firstName\n lastName\n name\n gender\n dateOfBirth\n email\n phone\n password\n apiToken\n customerGroupId\n subscribedToNewsLetter\n isVerified\n token\n notes\n status\n createdAt\n updatedAt\n }\n product {\n id\n type\n attributeFamilyId\n sku\n parentId\n createdAt\n updatedAt\n }\n channel {\n id\n code\n name\n description\n theme\n homePageContent\n footerContent\n hostname\n defaultLocaleId\n baseCurrencyId\n rootCategoryId\n homeSeo\n defaultLocale\n baseCurrency\n rootCategory\n logoUrl\n faviconUrl\n success\n }\n cart {\n id\n customerEmail\n customerFirstName\n customerLastName\n shippingMethod\n couponCode\n isGift\n itemsCount\n itemsQty\n }\n }\n}", + "query": "query wishlist {\n wishlist(id: 1) {\n id\n channelId\n productId\n customerId\n itemOptions\n additional\n movedToCart\n shared\n timeOfMoving\n createdAt\n updatedAt\n customer {\n id\n firstName\n lastName\n name\n gender\n dateOfBirth\n email\n phone\n password\n apiToken\n customerGroupId\n subscribedToNewsLetter\n isVerified\n token\n notes\n status\n createdAt\n updatedAt\n }\n product {\n id\n type\n attributeFamilyId\n sku\n parentId\n createdAt\n updatedAt\n }\n channel {\n id\n code\n name\n description\n theme\n homePageContent\n footerContent\n hostname\n defaultLocaleId\n baseCurrencyId\n rootCategoryId\n homeSeo\n defaultLocale\n baseCurrency\n rootCategory\n logoUrl\n faviconUrl\n success\n }\n cart {\n id\n customerEmail\n customerFirstName\n customerLastName\n shippingMethod\n couponCode\n isGift\n itemsCount\n itemsQty\n }\n }\n}", "variables": "" } }, @@ -969,7 +961,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation addToWishlist {\n addToWishlist(input: {\n productId: 12\n }) {\n success\n wishlist {\n id\n channelId\n productId\n customerId\n itemOptions\n additional\n movedToCart\n shared\n timeOfMoving\n createdAt\n updatedAt\n product {\n id\n type\n attributeFamilyId\n sku\n parentId\n createdAt\n updatedAt\n productFlats {\n id\n sku\n productNumber\n name\n description\n shortDescription\n locale\n channel\n }\n }\n }\n cart {\n id\n customerEmail\n customerFirstName\n customerLastName\n shippingMethod\n couponCode\n isGift\n itemsCount\n itemsQty\n }\n }\n}", + "query": "mutation addToWishlist {\n addToWishlist(input: {\n productId: 1\n }) {\n success\n wishlist {\n id\n channelId\n productId\n customerId\n itemOptions\n additional\n movedToCart\n shared\n timeOfMoving\n createdAt\n updatedAt\n product {\n id\n type\n attributeFamilyId\n sku\n parentId\n createdAt\n updatedAt\n productFlats {\n id\n sku\n productNumber\n name\n description\n shortDescription\n locale\n channel\n }\n }\n }\n cart {\n id\n customerEmail\n customerFirstName\n customerLastName\n shippingMethod\n couponCode\n isGift\n itemsCount\n itemsQty\n }\n }\n}", "variables": "" } }, @@ -999,7 +991,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation removeFromWishlist {\n removeFromWishlist(input: {\n productId: 65\n }) {\n status\n success\n cart {\n id\n customerEmail\n customerFirstName\n customerLastName\n shippingMethod\n couponCode\n isGift\n itemsCount\n itemsQty\n }\n }\n}", + "query": "mutation removeFromWishlist {\n removeFromWishlist(input: {\n productId: 1\n }) {\n status\n success\n cart {\n id\n customerEmail\n customerFirstName\n customerLastName\n shippingMethod\n couponCode\n isGift\n itemsCount\n itemsQty\n }\n }\n}", "variables": "" } }, @@ -1029,7 +1021,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation moveToCart {\n moveToCart(id: 149) {\n status\n success\n wishlist {\n id\n channelId\n productId\n customerId\n itemOptions\n additional\n movedToCart\n shared\n timeOfMoving\n createdAt\n updatedAt\n product {\n id\n type\n attributeFamilyId\n sku\n parentId\n createdAt\n updatedAt\n productFlats {\n id\n sku\n productNumber\n name\n description\n shortDescription\n locale\n channel\n }\n }\n }\n cart {\n id\n customerEmail\n customerFirstName\n customerLastName\n shippingMethod\n couponCode\n isGift\n itemsCount\n itemsQty\n }\n }\n}", + "query": "mutation moveToCart {\n moveToCart(id: 1) {\n status\n success\n wishlist {\n id\n channelId\n productId\n customerId\n itemOptions\n additional\n movedToCart\n shared\n timeOfMoving\n createdAt\n updatedAt\n product {\n id\n type\n attributeFamilyId\n sku\n parentId\n createdAt\n updatedAt\n productFlats {\n id\n sku\n productNumber\n name\n description\n shortDescription\n locale\n channel\n }\n }\n }\n cart {\n id\n customerEmail\n customerFirstName\n customerLastName\n shippingMethod\n couponCode\n isGift\n itemsCount\n itemsQty\n }\n }\n}", "variables": "" } }, @@ -1117,7 +1109,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "query compareProducts {\n compareProducts(input: {\n # page: 1\n # limit: 10\n # id: 2\n # productFlatId: 49\n # productName: \"Music Show\"\n # price: 11.30\n }) {\n id\n productFlatId\n customerId\n createdAt\n updatedAt\n productFlat {\n product {\n id\n type\n isInWishlist\n priceHtml {\n id\n type\n html\n regular\n regularWithoutCurrencyCode\n special\n specialWithoutCurrencyCode\n currencyCode\n }\n }\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n color\n colorLabel\n size\n sizeLabel\n locale\n channel\n productId\n parentId\n minPrice\n maxPrice\n metaTitle\n metaKeywords\n metaDescription\n width\n height\n depth\n createdAt\n updatedAt\n }\n customer {\n id\n firstName\n lastName\n name\n gender\n dateOfBirth\n email\n phone\n password\n apiToken\n customerGroupId\n subscribedToNewsLetter\n isVerified\n token\n notes\n status\n createdAt\n updatedAt\n }\n cart {\n id\n customerEmail\n customerFirstName\n customerLastName\n shippingMethod\n couponCode\n isGift\n itemsCount\n itemsQty\n }\n }\n}", + "query": "query compareProducts {\n compareProducts(input: {\n # page: 1\n # limit: 10\n # id: 1\n # productFlatId: 1\n # productName: \"Music Show\"\n # price: 11.30\n }) {\n id\n productFlatId\n customerId\n createdAt\n updatedAt\n productFlat {\n product {\n id\n type\n isInWishlist\n priceHtml {\n id\n type\n html\n regular\n regularWithoutCurrencyCode\n special\n specialWithoutCurrencyCode\n currencyCode\n }\n }\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n color\n colorLabel\n size\n sizeLabel\n locale\n channel\n productId\n parentId\n minPrice\n maxPrice\n metaTitle\n metaKeywords\n metaDescription\n width\n height\n depth\n createdAt\n updatedAt\n }\n customer {\n id\n firstName\n lastName\n name\n gender\n dateOfBirth\n email\n phone\n password\n apiToken\n customerGroupId\n subscribedToNewsLetter\n isVerified\n token\n notes\n status\n createdAt\n updatedAt\n }\n cart {\n id\n customerEmail\n customerFirstName\n customerLastName\n shippingMethod\n couponCode\n isGift\n itemsCount\n itemsQty\n }\n }\n}", "variables": "" } }, @@ -1147,7 +1139,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "query compareProduct {\n compareProduct(id: 8) {\n id\n productFlatId\n customerId\n createdAt\n updatedAt\n productFlat {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n color\n colorLabel\n size\n sizeLabel\n locale\n channel\n productId\n parentId\n minPrice\n maxPrice\n metaTitle\n metaKeywords\n metaDescription\n width\n height\n depth\n createdAt\n updatedAt\n }\n customer {\n id\n firstName\n lastName\n name\n gender\n dateOfBirth\n email\n phone\n password\n apiToken\n customerGroupId\n subscribedToNewsLetter\n isVerified\n token\n notes\n status\n createdAt\n updatedAt\n }\n cart {\n id\n customerEmail\n customerFirstName\n customerLastName\n shippingMethod\n couponCode\n isGift\n itemsCount\n itemsQty\n }\n }\n}", + "query": "query compareProduct {\n compareProduct(id: 1) {\n id\n productFlatId\n customerId\n createdAt\n updatedAt\n productFlat {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n color\n colorLabel\n size\n sizeLabel\n locale\n channel\n productId\n parentId\n minPrice\n maxPrice\n metaTitle\n metaKeywords\n metaDescription\n width\n height\n depth\n createdAt\n updatedAt\n }\n customer {\n id\n firstName\n lastName\n name\n gender\n dateOfBirth\n email\n phone\n password\n apiToken\n customerGroupId\n subscribedToNewsLetter\n isVerified\n token\n notes\n status\n createdAt\n updatedAt\n }\n cart {\n id\n customerEmail\n customerFirstName\n customerLastName\n shippingMethod\n couponCode\n isGift\n itemsCount\n itemsQty\n }\n }\n}", "variables": "" } }, @@ -1177,7 +1169,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation addToCompare {\n addToCompare(input: {\n productFlatId: 6\n }) {\n success\n compareProduct {\n id\n productFlatId\n customerId\n createdAt\n updatedAt\n productFlat {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n color\n colorLabel\n size\n sizeLabel\n locale\n channel\n productId\n parentId\n minPrice\n maxPrice\n metaTitle\n metaKeywords\n metaDescription\n width\n height\n depth\n createdAt\n updatedAt\n }\n customer {\n id\n firstName\n lastName\n name\n gender\n dateOfBirth\n email\n phone\n password\n apiToken\n customerGroupId\n subscribedToNewsLetter\n isVerified\n token\n notes\n status\n createdAt\n updatedAt\n }\n cart {\n id\n customerEmail\n customerFirstName\n customerLastName\n shippingMethod\n couponCode\n isGift\n itemsCount\n itemsQty\n }\n }\n cart {\n id\n customerEmail\n customerFirstName\n customerLastName\n shippingMethod\n couponCode\n isGift\n itemsCount\n itemsQty\n }\n }\n}", + "query": "mutation addToCompare {\n addToCompare(input: {\n productFlatId: 1\n }) {\n success\n compareProduct {\n id\n productFlatId\n customerId\n createdAt\n updatedAt\n productFlat {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n color\n colorLabel\n size\n sizeLabel\n locale\n channel\n productId\n parentId\n minPrice\n maxPrice\n metaTitle\n metaKeywords\n metaDescription\n width\n height\n depth\n createdAt\n updatedAt\n }\n customer {\n id\n firstName\n lastName\n name\n gender\n dateOfBirth\n email\n phone\n password\n apiToken\n customerGroupId\n subscribedToNewsLetter\n isVerified\n token\n notes\n status\n createdAt\n updatedAt\n }\n cart {\n id\n customerEmail\n customerFirstName\n customerLastName\n shippingMethod\n couponCode\n isGift\n itemsCount\n itemsQty\n }\n }\n cart {\n id\n customerEmail\n customerFirstName\n customerLastName\n shippingMethod\n couponCode\n isGift\n itemsCount\n itemsQty\n }\n }\n}", "variables": "" } }, @@ -1207,7 +1199,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation removeFromCompareProduct {\n removeFromCompareProduct(input: {\n productFlatId: 53\n }) {\n status\n success\n compareProduct {\n id\n productFlatId\n customerId\n createdAt\n updatedAt\n productFlat {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n color\n colorLabel\n size\n sizeLabel\n locale\n channel\n productId\n parentId\n minPrice\n maxPrice\n metaTitle\n metaKeywords\n metaDescription\n width\n height\n depth\n createdAt\n updatedAt\n }\n customer {\n id\n firstName\n lastName\n name\n gender\n dateOfBirth\n email\n phone\n password\n apiToken\n customerGroupId\n subscribedToNewsLetter\n isVerified\n token\n notes\n status\n createdAt\n updatedAt\n }\n }\n cart {\n id\n customerEmail\n customerFirstName\n customerLastName\n shippingMethod\n couponCode\n isGift\n itemsCount\n itemsQty\n }\n }\n}", + "query": "mutation removeFromCompareProduct {\n removeFromCompareProduct(input: {\n productFlatId: 1\n }) {\n status\n success\n compareProduct {\n id\n productFlatId\n customerId\n createdAt\n updatedAt\n productFlat {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n color\n colorLabel\n size\n sizeLabel\n locale\n channel\n productId\n parentId\n minPrice\n maxPrice\n metaTitle\n metaKeywords\n metaDescription\n width\n height\n depth\n createdAt\n updatedAt\n }\n customer {\n id\n firstName\n lastName\n name\n gender\n dateOfBirth\n email\n phone\n password\n apiToken\n customerGroupId\n subscribedToNewsLetter\n isVerified\n token\n notes\n status\n createdAt\n updatedAt\n }\n }\n cart {\n id\n customerEmail\n customerFirstName\n customerLastName\n shippingMethod\n couponCode\n isGift\n itemsCount\n itemsQty\n }\n }\n}", "variables": "" } }, @@ -1290,12 +1282,17 @@ "key": "Authorization", "value": "{{customerToken}}", "type": "text" + }, + { + "key": "Accept", + "value": "application/json", + "type": "text" } ], "body": { "mode": "graphql", "graphql": { - "query": "query downloadableLinkPurchases {\n downloadableLinkPurchases(input: {\n page: 1\n limit: 10\n # id: 1\n # orderId: 3\n # orderItemId: 9\n # productName: \"e-book\"\n # linkName: \"link 1\"\n # status: \"available\"\n # downloadBought: 3\n # downloadUsed: 1\n }) {\n id\n productName\n name\n url\n file\n fileName\n type\n downloadBought\n downloadUsed\n status\n customerId\n orderId\n orderItemId\n createdAt\n updatedAt\n customer {\n id\n firstName\n lastName\n name\n gender\n dateOfBirth\n email\n phone\n password\n apiToken\n customerGroupId\n subscribedToNewsLetter\n isVerified\n token\n notes\n status\n }\n order {\n id\n incrementId\n status\n channelName\n isGuest\n customerEmail\n customerFirstName\n customerLastName\n customerCompanyName\n customerVatId\n shippingMethod\n shippingTitle\n shippingDescription\n couponCode\n isGift\n totalItemCount\n totalQtyOrdered\n baseCurrencyCode\n channelCurrencyCode\n orderCurrencyCode\n grandTotal\n baseGrandTotal\n grandTotalInvoiced\n baseGrandTotalInvoiced\n grandTotalRefunded\n baseGrandTotalRefunded\n subTotal\n baseSubTotal\n subTotalInvoiced\n baseSubTotalInvoiced\n subTotalRefunded\n baseSubTotalRefunded\n discountPercent\n discountAmount\n baseDiscountAmount\n discountInvoiced\n baseDiscountInvoiced\n discountRefunded\n baseDiscountRefunded\n taxAmount\n baseTaxAmount\n taxAmountInvoiced\n baseTaxAmountInvoiced\n taxAmountRefunded\n baseTaxAmountRefunded\n shippingAmount\n baseShippingAmount\n shippingInvoiced\n baseShippingInvoiced\n shippingRefunded\n baseShippingRefunded\n customerId\n customerType\n channelId\n channelType\n cartId\n appliedCartRuleIds\n shippingDiscountAmount\n baseShippingDiscountAmount\n createdAt\n updatedAt\n }\n orderItem {\n id\n sku\n type\n name\n couponCode\n weight\n totalWeight\n qtyOrdered\n qtyShipped\n qtyInvoiced\n qtyCanceled\n qtyRefunded\n price\n basePrice\n total\n baseTotal\n }\n }\n}", + "query": "query downloadableLinkPurchases {\n downloadableLinkPurchases(\n input: {,\n limit: 10,\n page: 1\n # id: 1\n # orderId: 1\n # orderItemId: 1\n # productName: \"demo\"\n # linkName: \"link 1\"\n # status: \"available\"\n # downloadBought: 3\n # downloadUsed: 1\n }\n ) {\n id\n productName\n name\n url\n file\n fileName\n type\n downloadBought\n downloadUsed\n status\n customerId\n orderId\n orderItemId\n createdAt\n updatedAt\n customer {\n id\n firstName\n lastName\n name\n gender\n dateOfBirth\n email\n phone\n password\n apiToken\n customerGroupId\n subscribedToNewsLetter\n isVerified\n token\n notes\n status\n }\n order {\n id\n incrementId\n status\n channelName\n isGuest\n customerEmail\n customerFirstName\n customerLastName\n customerCompanyName\n customerVatId\n shippingMethod\n shippingTitle\n shippingDescription\n couponCode\n isGift\n totalItemCount\n totalQtyOrdered\n baseCurrencyCode\n channelCurrencyCode\n orderCurrencyCode\n grandTotal\n baseGrandTotal\n grandTotalInvoiced\n baseGrandTotalInvoiced\n grandTotalRefunded\n baseGrandTotalRefunded\n subTotal\n baseSubTotal\n subTotalInvoiced\n baseSubTotalInvoiced\n subTotalRefunded\n baseSubTotalRefunded\n discountPercent\n discountAmount\n baseDiscountAmount\n discountInvoiced\n baseDiscountInvoiced\n discountRefunded\n baseDiscountRefunded\n taxAmount\n baseTaxAmount\n taxAmountInvoiced\n baseTaxAmountInvoiced\n taxAmountRefunded\n baseTaxAmountRefunded\n shippingAmount\n baseShippingAmount\n shippingInvoiced\n baseShippingInvoiced\n shippingRefunded\n baseShippingRefunded\n customerId\n customerType\n channelId\n channelType\n cartId\n appliedCartRuleIds\n shippingDiscountAmount\n baseShippingDiscountAmount\n createdAt\n updatedAt\n }\n orderItem {\n id\n sku\n type\n name\n couponCode\n weight\n totalWeight\n qtyOrdered\n qtyShipped\n qtyInvoiced\n qtyCanceled\n qtyRefunded\n price\n basePrice\n total\n baseTotal\n }\n }\n}", "variables": "" } }, @@ -1337,6 +1334,33 @@ } }, "response": [] + }, + { + "name": "Download", + "request": { + "method": "POST", + "header": [ + { + "key": "Authorization", + "value": "{{customerToken}}", + "type": "text" + } + ], + "body": { + "mode": "graphql", + "graphql": { + "query": "mutation downloadLink {\n downloadLink(id: 1) {\n status\n string\n download {\n id\n productName\n name\n url\n file\n fileName\n type\n downloadBought\n downloadUsed\n status\n customerId\n orderId\n orderItemId\n createdAt\n updatedAt\n }\n }\n}", + "variables": "" + } + }, + "url": { + "raw": "{{url}}", + "host": [ + "{{url}}" + ] + } + }, + "response": [] } ], "auth": { @@ -1383,7 +1407,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "query cartDetail {\n cartDetail {\n id\n customerEmail\n customerFirstName\n customerLastName\n shippingMethod\n couponCode\n isGift\n itemsCount\n itemsQty\n exchangeRate\n globalCurrencyCode\n baseCurrencyCode\n channelCurrencyCode\n cartCurrencyCode\n grandTotal\n baseGrandTotal\n subTotal\n baseSubTotal\n taxTotal\n baseTaxTotal\n discountAmount\n baseDiscountAmount\n checkoutMethod\n isGuest\n isActive\n conversionTime\n customerId\n channelId\n appliedCartRuleIds\n createdAt\n updatedAt\n items {\n id\n quantity\n sku\n type\n name\n couponCode\n weight\n totalWeight\n baseTotalWeight\n price\n basePrice\n total\n baseTotal\n taxPercent\n taxAmount\n baseTaxAmount\n discountPercent\n discountAmount\n baseDiscountAmount\n additional {\n isBuyNow\n productId\n quantity\n }\n parentId\n productId\n cartId\n taxCategoryId\n customPrice\n appliedCartRuleIds\n createdAt\n updatedAt\n product {\n id\n type\n attributeFamilyId\n sku\n parentId\n sellerProductInfo {\n count\n sellerName\n sellerRating\n soldBy\n }\n productFlats {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n color\n colorLabel\n size\n sizeLabel\n locale\n channel\n productId\n parentId\n minPrice\n maxPrice\n metaTitle\n metaKeywords\n metaDescription\n width\n height\n depth\n variants {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n locale\n channel\n productId\n parentId\n }\n parent {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n }\n createdAt\n updatedAt\n }\n variants {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n parent {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n attributeFamily {\n id\n code\n name\n status\n isUserDefined\n }\n attributeValues {\n id\n productId\n attributeId\n locale\n channel\n textValue\n booleanValue\n integerValue\n floatValue\n dateTimeValue\n dateValue\n jsonValue\n attribute {\n id\n code\n adminName\n type\n }\n }\n superAttributes {\n id\n code\n adminName\n type\n position\n }\n categories {\n id\n name\n description\n slug\n urlPath\n imageUrl\n metaTitle\n metaDescription\n metaKeywords\n position\n status\n displayMode\n parentId\n filterableAttributes {\n id\n adminName\n code\n type\n position\n }\n translations {\n id\n name\n description\n localeId\n locale\n }\n createdAt\n updatedAt\n }\n inventories {\n id\n qty\n productId\n inventorySourceId\n vendorId\n inventorySource {\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n status\n }\n }\n images {\n id\n type\n path\n productId\n }\n orderedInventories {\n id\n qty\n productId\n channelId\n }\n reviews {\n id\n title\n rating\n comment\n status\n productId\n customerId\n createdAt\n updatedAt\n }\n groupedProducts {\n id\n qty\n sortOrder\n productId\n associatedProductId\n associatedProduct {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n }\n downloadableSamples {\n id\n url\n file\n fileName\n type\n sortOrder\n productId\n createdAt\n updatedAt\n translations {\n id\n locale\n title\n productDownloadableSampleId\n }\n }\n downloadableLinks {\n id\n title\n price\n url\n file\n fileName\n type\n sampleUrl\n sampleFile\n sampleFileName\n sampleType\n sortOrder\n productId\n downloads\n translations {\n id\n locale\n title\n productDownloadableLinkId\n }\n }\n bundleOptions {\n id\n type\n isRequired\n sortOrder\n productId\n bundleOptionProducts {\n id\n qty\n isUserDefined\n sortOrder\n isDefault\n productBundleOptionId\n productId\n }\n translations {\n id\n locale\n label\n productBundleOptionId\n }\n }\n customerGroupPrices {\n id\n qty\n valueType\n value\n productId\n customerGroupId\n createdAt\n updatedAt\n }\n booking {\n id\n type\n qty\n location\n showLocation\n availableEveryWeek\n availableFrom\n availableTo\n productId\n defaultSlot {\n id\n bookingType\n duration\n breakTime\n slots {\n to\n toDay\n from\n fromDay\n }\n bookingProductId\n }\n appointmentSlot {\n id\n duration\n breakTime\n sameSlotAllDays\n slots {\n from\n to\n }\n bookingProductId\n }\n }\n }\n formattedPrice {\n price\n basePrice\n total\n baseTotal\n taxAmount\n baseTaxAmount\n discountAmount\n baseDiscountAmount\n }\n }\n formattedPrice {\n grandTotal\n baseGrandTotal\n subTotal\n baseSubTotal\n taxTotal\n baseTaxTotal\n discount\n baseDiscount\n discountedSubTotal\n baseDiscountedSubTotal\n }\n }\n}", + "query": "query cartDetail {\n cartDetail {\n id\n customerEmail\n customerFirstName\n customerLastName\n shippingMethod\n couponCode\n isGift\n itemsCount\n itemsQty\n exchangeRate\n globalCurrencyCode\n baseCurrencyCode\n channelCurrencyCode\n cartCurrencyCode\n grandTotal\n baseGrandTotal\n subTotal\n baseSubTotal\n taxTotal\n baseTaxTotal\n discountAmount\n baseDiscountAmount\n checkoutMethod\n isGuest\n isActive\n conversionTime\n customerId\n channelId\n appliedCartRuleIds\n createdAt\n updatedAt\n items {\n id\n quantity\n sku\n type\n name\n couponCode\n weight\n totalWeight\n baseTotalWeight\n price\n basePrice\n total\n baseTotal\n taxPercent\n taxAmount\n baseTaxAmount\n discountPercent\n discountAmount\n baseDiscountAmount\n additional {\n isBuyNow\n productId\n quantity\n selectedConfigurableOption\n superAttribute {\n attributeId\n optionId\n }\n attributes {\n optionId\n optionLabel\n attributeCode\n attributeName\n }\n }\n parentId\n productId\n cartId\n taxCategoryId\n customPrice\n appliedCartRuleIds\n createdAt\n updatedAt\n product {\n id\n type\n attributeFamilyId\n sku\n parentId\n sellerProductInfo {\n count\n sellerName\n sellerRating\n soldBy\n }\n productFlats {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n color\n colorLabel\n size\n sizeLabel\n locale\n channel\n productId\n parentId\n minPrice\n maxPrice\n metaTitle\n metaKeywords\n metaDescription\n width\n height\n depth\n variants {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n locale\n channel\n productId\n parentId\n }\n parent {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n }\n createdAt\n updatedAt\n }\n variants {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n parent {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n attributeFamily {\n id\n code\n name\n status\n isUserDefined\n }\n attributeValues {\n id\n productId\n attributeId\n locale\n channel\n textValue\n booleanValue\n integerValue\n floatValue\n dateTimeValue\n dateValue\n jsonValue\n attribute {\n id\n code\n adminName\n type\n }\n }\n superAttributes {\n id\n code\n adminName\n type\n position\n }\n categories {\n id\n name\n description\n slug\n urlPath\n imageUrl\n metaTitle\n metaDescription\n metaKeywords\n position\n status\n displayMode\n parentId\n filterableAttributes {\n id\n adminName\n code\n type\n position\n }\n translations {\n id\n name\n description\n localeId\n locale\n }\n createdAt\n updatedAt\n }\n inventories {\n id\n qty\n productId\n inventorySourceId\n vendorId\n inventorySource {\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n status\n }\n }\n images {\n id\n type\n path\n productId\n }\n orderedInventories {\n id\n qty\n productId\n channelId\n }\n reviews {\n id\n title\n rating\n comment\n status\n productId\n customerId\n createdAt\n updatedAt\n }\n groupedProducts {\n id\n qty\n sortOrder\n productId\n associatedProductId\n associatedProduct {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n }\n downloadableSamples {\n id\n url\n file\n fileName\n type\n sortOrder\n productId\n createdAt\n updatedAt\n translations {\n id\n locale\n title\n productDownloadableSampleId\n }\n }\n downloadableLinks {\n id\n title\n price\n url\n file\n fileName\n type\n sampleUrl\n sampleFile\n sampleFileName\n sampleType\n sortOrder\n productId\n downloads\n translations {\n id\n locale\n title\n productDownloadableLinkId\n }\n }\n bundleOptions {\n id\n type\n isRequired\n sortOrder\n productId\n bundleOptionProducts {\n id\n qty\n isUserDefined\n sortOrder\n isDefault\n productBundleOptionId\n productId\n }\n translations {\n id\n locale\n label\n productBundleOptionId\n }\n }\n customerGroupPrices {\n id\n qty\n valueType\n value\n productId\n customerGroupId\n createdAt\n updatedAt\n }\n booking {\n id\n type\n qty\n location\n showLocation\n availableEveryWeek\n availableFrom\n availableTo\n productId\n defaultSlot {\n id\n bookingType\n duration\n breakTime\n slots {\n to\n toDay\n from\n fromDay\n }\n bookingProductId\n }\n appointmentSlot {\n id\n duration\n breakTime\n sameSlotAllDays\n slots {\n from\n to\n }\n bookingProductId\n }\n }\n }\n formattedPrice {\n price\n basePrice\n total\n baseTotal\n taxAmount\n baseTaxAmount\n discountAmount\n baseDiscountAmount\n }\n }\n formattedPrice {\n grandTotal\n baseGrandTotal\n subTotal\n baseSubTotal\n taxTotal\n baseTaxTotal\n discount\n baseDiscount\n discountedSubTotal\n baseDiscountedSubTotal\n }\n }\n}", "variables": "" } }, @@ -1438,14 +1462,13 @@ { "key": "Authorization", "value": "{{customerToken}}", - "type": "text", - "disabled": true + "type": "text" } ], "body": { "mode": "graphql", "graphql": { - "query": "mutation addItemToCart {\n addItemToCart(input: {\n productId: 1026\n quantity: 1\n\n # Only use while adding configurable product to cart\n # selectedConfigurableOption: 4\n # superAttribute: [{\n # attributeId: 23\n # attributeOptionId: 4\n # }, {\n # attributeId: 24\n # attributeOptionId: 6\n # }]\n\n # Only use while adding grouped product to cart\n # qty: [{\n # productId: 5\n # quantity: 3\n # }, {\n # productId: 1\n # quantity: 2\n # }]\n\n # Only use while adding downloadable product to cart\n # links: [6, 8]\n\n # Only use while adding bundled product to cart\n # bundleOptions: [{\n # bundleOptionId: 9\n # bundleOptionProductId: [8]\n # qty: 2\n # }, {\n # bundleOptionId: 10\n # bundleOptionProductId: [10]\n # qty: 3\n # }, {\n # bundleOptionId: 11\n # bundleOptionProductId: [11, 12]\n # }, {\n # bundleOptionId: 13\n # bundleOptionProductId: [15]\n # }]\n\n # Only use while adding booking(default, appointment, rental, table) product to cart\n # booking: {\n # date: \"2021-02-15\"\n # slot: {\n # from: 1613374200\n # to: 1613376900\n # }\n # note: \"Booking Table\"\n\n # # Only use while adding booking(event) product to cart\n # qty: [{\n # ticketId: 11\n # quantity: 2\n # }, {\n # ticketId: 12\n # quantity: 1\n # }]\n # }\n }) {\n status\n cart {\n id\n customerEmail\n customerFirstName\n customerLastName\n shippingMethod\n couponCode\n isGift\n itemsCount\n itemsQty\n exchangeRate\n globalCurrencyCode\n baseCurrencyCode\n channelCurrencyCode\n cartCurrencyCode\n grandTotal\n baseGrandTotal\n subTotal\n baseSubTotal\n taxTotal\n baseTaxTotal\n discountAmount\n baseDiscountAmount\n checkoutMethod\n isGuest\n isActive\n conversionTime\n customerId\n channelId\n appliedCartRuleIds\n createdAt\n updatedAt \n }\n }\n}", + "query": "mutation addItemToCart {\n addItemToCart(input: {\n productId: 1\n quantity: 1\n # selectedConfigurableOption: 168\n # superAttribute: [{\n # attributeId: 23\n # attributeOptionId: 28\n # }, {\n # attributeId: 24\n # attributeOptionId: 9\n # }, {\n # attributeId: 29\n # attributeOptionId: 9\n # }]\n\n # Only use while adding configurable product to cart\n # selectedConfigurableOption: 4\n # superAttribute: [{\n # attributeId: 23\n # attributeOptionId: 4\n # }, {\n # attributeId: 24\n # attributeOptionId: 6\n # }]\n\n # Only use while adding grouped product to cart\n # qty: [{\n # productId: 5\n # quantity: 3\n # }, {\n # productId: 1\n # quantity: 2\n # }]\n\n # Only use while adding downloadable product to cart\n links: [1, 2]\n\n # Only use while adding bundled product to cart\n # bundleOptions: [{\n # bundleOptionId: 9\n # bundleOptionProductId: [8]\n # qty: 2\n # }, {\n # bundleOptionId: 10\n # bundleOptionProductId: [10]\n # qty: 3\n # }, {\n # bundleOptionId: 11\n # bundleOptionProductId: [11, 12]\n # }, {\n # bundleOptionId: 13\n # bundleOptionProductId: [15]\n # }]\n\n # Only use while adding booking(default, appointment, rental, table) product to cart\n # booking: {\n # date: \"2021-02-15\"\n # slot: {\n # from: 1613374200\n # to: 1613376900\n # }\n # note: \"Booking Table\"\n\n # # Only use while adding booking(event) product to cart\n # qty: [{\n # ticketId: 11\n # quantity: 2\n # }, {\n # ticketId: 12\n # quantity: 1\n # }]\n # }\n }) {\n status\n cart {\n id\n customerEmail\n customerFirstName\n customerLastName\n shippingMethod\n couponCode\n isGift\n itemsCount\n itemsQty\n exchangeRate\n globalCurrencyCode\n baseCurrencyCode\n channelCurrencyCode\n cartCurrencyCode\n grandTotal\n baseGrandTotal\n subTotal\n baseSubTotal\n taxTotal\n baseTaxTotal\n discountAmount\n baseDiscountAmount\n checkoutMethod\n isGuest\n isActive\n conversionTime\n customerId\n channelId\n appliedCartRuleIds\n createdAt\n updatedAt \n }\n }\n}", "variables": "" } }, @@ -1475,7 +1498,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation updateItemToCart {\n updateItemToCart(input: {\n qty: [{\n cartItemId: 5\n quantity: 3\n }]\n }) {\n status\n cart {\n id\n customerEmail\n customerFirstName\n customerLastName\n shippingMethod\n couponCode\n isGift\n itemsCount\n itemsQty\n exchangeRate\n globalCurrencyCode\n baseCurrencyCode\n channelCurrencyCode\n cartCurrencyCode\n grandTotal\n baseGrandTotal\n subTotal\n baseSubTotal\n taxTotal\n baseTaxTotal\n discountAmount\n baseDiscountAmount\n checkoutMethod\n isGuest\n isActive\n conversionTime\n customerId\n channelId\n appliedCartRuleIds\n createdAt\n updatedAt \n }\n }\n}", + "query": "mutation updateItemToCart {\n updateItemToCart(input: {\n qty: [{\n cartItemId: 1\n quantity: 3\n }]\n }) {\n status\n cart {\n id\n customerEmail\n customerFirstName\n customerLastName\n shippingMethod\n couponCode\n isGift\n itemsCount\n itemsQty\n exchangeRate\n globalCurrencyCode\n baseCurrencyCode\n channelCurrencyCode\n cartCurrencyCode\n grandTotal\n baseGrandTotal\n subTotal\n baseSubTotal\n taxTotal\n baseTaxTotal\n discountAmount\n baseDiscountAmount\n checkoutMethod\n isGuest\n isActive\n conversionTime\n customerId\n channelId\n appliedCartRuleIds\n createdAt\n updatedAt \n }\n }\n}", "variables": "" } }, @@ -1505,7 +1528,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation removeCartItem {\n removeCartItem(id: 50) {\n status\n cart {\n id\n customerEmail\n customerFirstName\n customerLastName\n shippingMethod\n couponCode\n isGift\n itemsCount\n itemsQty\n exchangeRate\n globalCurrencyCode\n baseCurrencyCode\n channelCurrencyCode\n cartCurrencyCode\n grandTotal\n baseGrandTotal\n subTotal\n baseSubTotal\n taxTotal\n baseTaxTotal\n discountAmount\n baseDiscountAmount\n checkoutMethod\n isGuest\n isActive\n conversionTime\n customerId\n channelId\n appliedCartRuleIds\n createdAt\n updatedAt \n }\n }\n}", + "query": "mutation removeCartItem {\n removeCartItem(id: 1) {\n status\n cart {\n id\n customerEmail\n customerFirstName\n customerLastName\n shippingMethod\n couponCode\n isGift\n itemsCount\n itemsQty\n exchangeRate\n globalCurrencyCode\n baseCurrencyCode\n channelCurrencyCode\n cartCurrencyCode\n grandTotal\n baseGrandTotal\n subTotal\n baseSubTotal\n taxTotal\n baseTaxTotal\n discountAmount\n baseDiscountAmount\n checkoutMethod\n isGuest\n isActive\n conversionTime\n customerId\n channelId\n appliedCartRuleIds\n createdAt\n updatedAt \n }\n }\n}", "variables": "" } }, @@ -1535,7 +1558,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation moveToWishlist {\n moveToWishlist(id: 13) {\n status\n cart {\n id\n customerEmail\n customerFirstName\n customerLastName\n shippingMethod\n couponCode\n isGift\n itemsCount\n itemsQty\n exchangeRate\n globalCurrencyCode\n baseCurrencyCode\n channelCurrencyCode\n cartCurrencyCode\n grandTotal\n baseGrandTotal\n subTotal\n baseSubTotal\n taxTotal\n baseTaxTotal\n discountAmount\n baseDiscountAmount\n checkoutMethod\n isGuest\n isActive\n conversionTime\n customerId\n channelId\n appliedCartRuleIds\n createdAt\n updatedAt \n }\n }\n}", + "query": "mutation moveToWishlist {\n moveToWishlist(id: 1) {\n status\n cart {\n id\n customerEmail\n customerFirstName\n customerLastName\n shippingMethod\n couponCode\n isGift\n itemsCount\n itemsQty\n exchangeRate\n globalCurrencyCode\n baseCurrencyCode\n channelCurrencyCode\n cartCurrencyCode\n grandTotal\n baseGrandTotal\n subTotal\n baseSubTotal\n taxTotal\n baseTaxTotal\n discountAmount\n baseDiscountAmount\n checkoutMethod\n isGuest\n isActive\n conversionTime\n customerId\n channelId\n appliedCartRuleIds\n createdAt\n updatedAt \n }\n }\n}", "variables": "" } }, @@ -1565,7 +1588,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "query cartItem {\n cartItem(id: 13) {\n id\n quantity\n sku\n type\n name\n couponCode\n weight\n totalWeight\n baseTotalWeight\n price\n basePrice\n total\n baseTotal\n taxPercent\n taxAmount\n baseTaxAmount\n discountPercent\n discountAmount\n baseDiscountAmount\n additional\n parentId\n productId\n cartId\n taxCategoryId\n customPrice\n appliedCartRuleIds\n createdAt\n updatedAt\n product {\n id\n type\n attributeFamilyId\n sku\n parentId\n productFlats {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n color\n colorLabel\n size\n sizeLabel\n locale\n channel\n productId\n parentId\n minPrice\n maxPrice\n metaTitle\n metaKeywords\n metaDescription\n width\n height\n depth\n variants {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n locale\n channel\n productId\n parentId\n }\n parent {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n }\n createdAt\n updatedAt\n }\n variants {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n parent {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n attributeFamily {\n id\n code\n name\n status\n isUserDefined\n }\n attributeValues {\n id\n productId\n attributeId\n locale\n channel\n textValue\n booleanValue\n integerValue\n floatValue\n dateTimeValue\n dateValue\n jsonValue\n attribute {\n id\n code\n adminName\n type\n }\n }\n superAttributes {\n id\n code\n adminName\n type\n position\n }\n categories {\n id\n name\n description\n slug\n urlPath\n imageUrl\n metaTitle\n metaDescription\n metaKeywords\n position\n status\n displayMode\n parentId\n filterableAttributes {\n id\n adminName\n code\n type\n position\n }\n translations {\n id\n name\n description\n localeId\n locale\n }\n createdAt\n updatedAt\n }\n inventories {\n id\n qty\n productId\n inventorySourceId\n vendorId\n inventorySource {\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n status\n }\n }\n images {\n id\n type\n path\n productId\n }\n orderedInventories {\n id\n qty\n productId\n channelId\n }\n reviews {\n id\n title\n rating\n comment\n status\n productId\n customerId\n createdAt\n updatedAt\n }\n groupedProducts {\n id\n qty\n sortOrder\n productId\n associatedProductId\n associatedProduct {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n }\n downloadableSamples {\n id\n url\n file\n fileName\n type\n sortOrder\n productId\n createdAt\n updatedAt\n translations {\n id\n locale\n title\n productDownloadableSampleId\n }\n }\n downloadableLinks {\n id\n title\n price\n url\n file\n fileName\n type\n sampleUrl\n sampleFile\n sampleFileName\n sampleType\n sortOrder\n productId\n downloads\n translations {\n id\n locale\n title\n productDownloadableLinkId\n }\n }\n bundleOptions {\n id\n type\n isRequired\n sortOrder\n productId\n bundleOptionProducts {\n id\n qty\n isUserDefined\n sortOrder\n isDefault\n productBundleOptionId\n productId\n }\n translations {\n id\n locale\n label\n productBundleOptionId\n }\n }\n customerGroupPrices {\n id\n qty\n valueType\n value\n productId\n customerGroupId\n createdAt\n updatedAt\n }\n booking {\n id\n type\n qty\n location\n showLocation\n availableEveryWeek\n availableFrom\n availableTo\n productId\n defaultSlot {\n id\n bookingType\n duration\n breakTime\n slots {\n to\n toDay\n from\n fromDay\n }\n bookingProductId\n }\n appointmentSlot {\n id\n duration\n breakTime\n sameSlotAllDays\n slots {\n from\n to\n }\n bookingProductId\n }\n }\n }\n }\n}", + "query": "query cartItem {\n cartItem(id: 1) {\n id\n quantity\n sku\n type\n name\n couponCode\n weight\n totalWeight\n baseTotalWeight\n price\n basePrice\n total\n baseTotal\n taxPercent\n taxAmount\n baseTaxAmount\n discountPercent\n discountAmount\n baseDiscountAmount\n additional\n parentId\n productId\n cartId\n taxCategoryId\n customPrice\n appliedCartRuleIds\n createdAt\n updatedAt\n product {\n id\n type\n attributeFamilyId\n sku\n parentId\n productFlats {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n color\n colorLabel\n size\n sizeLabel\n locale\n channel\n productId\n parentId\n minPrice\n maxPrice\n metaTitle\n metaKeywords\n metaDescription\n width\n height\n depth\n variants {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n locale\n channel\n productId\n parentId\n }\n parent {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n }\n createdAt\n updatedAt\n }\n variants {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n parent {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n attributeFamily {\n id\n code\n name\n status\n isUserDefined\n }\n attributeValues {\n id\n productId\n attributeId\n locale\n channel\n textValue\n booleanValue\n integerValue\n floatValue\n dateTimeValue\n dateValue\n jsonValue\n attribute {\n id\n code\n adminName\n type\n }\n }\n superAttributes {\n id\n code\n adminName\n type\n position\n }\n categories {\n id\n name\n description\n slug\n urlPath\n imageUrl\n metaTitle\n metaDescription\n metaKeywords\n position\n status\n displayMode\n parentId\n filterableAttributes {\n id\n adminName\n code\n type\n position\n }\n translations {\n id\n name\n description\n localeId\n locale\n }\n createdAt\n updatedAt\n }\n inventories {\n id\n qty\n productId\n inventorySourceId\n vendorId\n inventorySource {\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n status\n }\n }\n images {\n id\n type\n path\n productId\n }\n orderedInventories {\n id\n qty\n productId\n channelId\n }\n reviews {\n id\n title\n rating\n comment\n status\n productId\n customerId\n createdAt\n updatedAt\n }\n groupedProducts {\n id\n qty\n sortOrder\n productId\n associatedProductId\n associatedProduct {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n }\n downloadableSamples {\n id\n url\n file\n fileName\n type\n sortOrder\n productId\n createdAt\n updatedAt\n translations {\n id\n locale\n title\n productDownloadableSampleId\n }\n }\n downloadableLinks {\n id\n title\n price\n url\n file\n fileName\n type\n sampleUrl\n sampleFile\n sampleFileName\n sampleType\n sortOrder\n productId\n downloads\n translations {\n id\n locale\n title\n productDownloadableLinkId\n }\n }\n bundleOptions {\n id\n type\n isRequired\n sortOrder\n productId\n bundleOptionProducts {\n id\n qty\n isUserDefined\n sortOrder\n isDefault\n productBundleOptionId\n productId\n }\n translations {\n id\n locale\n label\n productBundleOptionId\n }\n }\n customerGroupPrices {\n id\n qty\n valueType\n value\n productId\n customerGroupId\n createdAt\n updatedAt\n }\n booking {\n id\n type\n qty\n location\n showLocation\n availableEveryWeek\n availableFrom\n availableTo\n productId\n defaultSlot {\n id\n bookingType\n duration\n breakTime\n slots {\n to\n toDay\n from\n fromDay\n }\n bookingProductId\n }\n appointmentSlot {\n id\n duration\n breakTime\n sameSlotAllDays\n slots {\n from\n to\n }\n bookingProductId\n }\n }\n }\n }\n}", "variables": "" } }, @@ -1653,7 +1676,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation saveCheckoutAddresses {\n saveCheckoutAddresses(input: {\n billingAddressId: 46\n shippingAddressId: 46\n billing: {\n companyName: \"C. Trades\"\n firstName: \"Doug\"\n lastName: \"D Nelson\"\n email: \"doug@example.com\"\n address1: \"836 Hog\"\n address2: \" Camp Road\"\n city: \"Wheeling\"\n country: \"US\"\n state: \"Illinois\"\n postcode: \"60090\"\n phone: \"708-491-5303\"\n useForShipping: false\n saveAsAddress: true\n }\n shipping: {\n companyName: \"C. Trades\"\n firstName: \"Doug\"\n lastName: \"D Nelson\"\n email: \"doug@example.com\"\n address1: \"2252 Charmaine Lane\"\n address2: \"\"\n city: \"ROCKLEDGE\"\n country: \"US\"\n state: \"Georgia\"\n postcode: \"30454\"\n phone: \"806-494-1788\"\n saveAsAddress: true\n }\n type: \"shipping\"\n }) {\n success\n shippingMethods {\n title\n methods {\n code\n label\n price\n formattedPrice\n basePrice\n formattedBasePrice\n }\n }\n paymentMethods {\n method\n method_title\n description\n sort\n }\n cart {\n id\n customerEmail\n customerFirstName\n customerLastName\n shippingMethod\n couponCode\n isGift\n itemsCount\n itemsQty\n }\n jumpToSection\n }\n}", + "query": "mutation saveCheckoutAddresses {\n saveCheckoutAddresses(input: {\n billingAddressId: 1\n shippingAddressId: 1\n billing: {\n companyName: \"C. Trades\"\n firstName: \"Doug\"\n lastName: \"D Nelson\"\n email: \"doug@example.com\"\n address1: \"836 Hog\"\n address2: \" Camp Road\"\n city: \"Wheeling\"\n country: \"US\"\n state: \"Illinois\"\n postcode: \"60090\"\n phone: \"708-491-5303\"\n useForShipping: false\n saveAsAddress: true\n }\n shipping: {\n companyName: \"C. Trades\"\n firstName: \"Doug\"\n lastName: \"D Nelson\"\n email: \"doug@example.com\"\n address1: \"2252 Charmaine Lane\"\n address2: \"\"\n city: \"ROCKLEDGE\"\n country: \"US\"\n state: \"Georgia\"\n postcode: \"30454\"\n phone: \"806-494-1788\"\n saveAsAddress: true\n }\n type: \"shipping\"\n }) {\n success\n shippingMethods {\n title\n methods {\n code\n label\n price\n formattedPrice\n basePrice\n formattedBasePrice\n }\n }\n paymentMethods {\n method\n methodTitle\n description\n sort\n }\n cart {\n id\n customerEmail\n customerFirstName\n customerLastName\n shippingMethod\n couponCode\n isGift\n itemsCount\n itemsQty\n }\n jumpToSection\n }\n}", "variables": "" } }, @@ -1683,7 +1706,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation paymentMethods {\n paymentMethods(input: {\n shippingMethod: \"flatrate_flatrate\"\n }) {\n success\n paymentMethods {\n method\n method_title\n description\n sort\n }\n cart {\n id\n customerEmail\n customerFirstName\n customerLastName\n shippingMethod\n couponCode\n isGift\n itemsCount\n itemsQty\n }\n }\n}", + "query": "mutation paymentMethods {\n paymentMethods(input: {\n shippingMethod: \"flatrate_flatrate\"\n }) {\n success\n paymentMethods {\n method\n methodTitle\n description\n sort\n }\n cart {\n id\n customerEmail\n customerFirstName\n customerLastName\n shippingMethod\n couponCode\n isGift\n itemsCount\n itemsQty\n }\n }\n}", "variables": "" } }, @@ -1713,7 +1736,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation savePayment {\n savePayment(input: {\n payment: {\n method: \"cashondelivery\"\n }\n }) {\n success\n jumpToSection\n cart {\n id\n customerEmail\n customerFirstName\n customerLastName\n shippingMethod\n couponCode\n isGift\n itemsCount\n itemsQty\n exchangeRate\n globalCurrencyCode\n baseCurrencyCode\n channelCurrencyCode\n cartCurrencyCode\n grandTotal\n baseGrandTotal\n subTotal\n baseSubTotal\n taxTotal\n baseTaxTotal\n discountAmount\n baseDiscountAmount\n checkoutMethod\n isGuest\n isActive\n conversionTime\n customerId\n channelId\n appliedCartRuleIds\n createdAt\n updatedAt\n items {\n id\n quantity\n sku\n type\n name\n couponCode\n weight\n totalWeight\n baseTotalWeight\n price\n basePrice\n total\n baseTotal\n taxPercent\n taxAmount\n baseTaxAmount\n discountPercent\n discountAmount\n baseDiscountAmount\n additional\n parentId\n productId\n cartId\n taxCategoryId\n customPrice\n appliedCartRuleIds\n createdAt\n updatedAt\n product {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n }\n formattedPrice {\n grandTotal\n baseGrandTotal\n subTotal\n baseSubTotal\n taxTotal\n baseTaxTotal\n discount\n baseDiscount\n discountedSubTotal\n baseDiscountedSubTotal\n }\n shippingAddress {\n id\n addressType\n customerId\n cartId\n orderId\n firstName\n lastName\n gender\n companyName\n address1\n address2\n postcode\n city\n state\n country\n email\n phone\n defaultAddress\n vatId\n additional\n createdAt\n updatedAt\n }\n billingAddress {\n id\n addressType\n customerId\n cartId\n orderId\n firstName\n lastName\n gender\n companyName\n address1\n address2\n postcode\n city\n state\n country\n email\n phone\n defaultAddress\n vatId\n additional\n createdAt\n updatedAt\n }\n selectedShippingRate {\n id\n carrier\n carrierTitle\n method\n methodTitle\n methodDescription\n price\n basePrice\n discountAmount\n baseDiscountAmount\n cartAddressId\n createdAt\n updatedAt\n formattedPrice {\n price\n basePrice\n }\n }\n payment {\n id\n method\n methodTitle\n cartId\n createdAt\n updatedAt\n }\n }\n }\n}", + "query": "mutation savePayment {\n savePayment(input: {\n payment: {\n method: \"moneytransfer\"\n }\n }) {\n success\n jumpToSection\n cart {\n id\n customerEmail\n customerFirstName\n customerLastName\n shippingMethod\n couponCode\n isGift\n itemsCount\n itemsQty\n exchangeRate\n globalCurrencyCode\n baseCurrencyCode\n channelCurrencyCode\n cartCurrencyCode\n grandTotal\n baseGrandTotal\n subTotal\n baseSubTotal\n taxTotal\n baseTaxTotal\n discountAmount\n baseDiscountAmount\n checkoutMethod\n isGuest\n isActive\n conversionTime\n customerId\n channelId\n appliedCartRuleIds\n createdAt\n updatedAt\n items {\n id\n quantity\n sku\n type\n name\n couponCode\n weight\n totalWeight\n baseTotalWeight\n price\n basePrice\n total\n baseTotal\n taxPercent\n taxAmount\n baseTaxAmount\n discountPercent\n discountAmount\n baseDiscountAmount\n additional {\n productId\n }\n parentId\n productId\n cartId\n taxCategoryId\n customPrice\n appliedCartRuleIds\n createdAt\n updatedAt\n product {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n }\n formattedPrice {\n grandTotal\n baseGrandTotal\n subTotal\n baseSubTotal\n taxTotal\n baseTaxTotal\n discount\n baseDiscount\n discountedSubTotal\n baseDiscountedSubTotal\n }\n shippingAddress {\n id\n addressType\n customerId\n cartId\n orderId\n firstName\n lastName\n gender\n companyName\n address1\n address2\n postcode\n city\n state\n country\n email\n phone\n defaultAddress\n vatId\n additional\n createdAt\n updatedAt\n }\n billingAddress {\n id\n addressType\n customerId\n cartId\n orderId\n firstName\n lastName\n gender\n companyName\n address1\n address2\n postcode\n city\n state\n country\n email\n phone\n defaultAddress\n vatId\n additional\n createdAt\n updatedAt\n }\n selectedShippingRate {\n id\n carrier\n carrierTitle\n method\n methodTitle\n methodDescription\n price\n basePrice\n discountAmount\n baseDiscountAmount\n cartAddressId\n createdAt\n updatedAt\n formattedPrice {\n price\n basePrice\n }\n }\n payment {\n id\n method\n methodTitle\n cartId\n createdAt\n updatedAt\n }\n }\n }\n}", "variables": "" } }, @@ -1743,7 +1766,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation applyCoupon {\n applyCoupon(input: {\n code: \"JLV59V9BR1I8SS\"\n }) {\n success\n message\n cart {\n id\n customerEmail\n customerFirstName\n customerLastName\n shippingMethod\n couponCode\n isGift\n itemsCount\n itemsQty\n exchangeRate\n globalCurrencyCode\n baseCurrencyCode\n channelCurrencyCode\n cartCurrencyCode\n grandTotal\n baseGrandTotal\n subTotal\n baseSubTotal\n taxTotal\n baseTaxTotal\n discountAmount\n baseDiscountAmount\n checkoutMethod\n isGuest\n isActive\n conversionTime\n customerId\n channelId\n appliedCartRuleIds\n createdAt\n updatedAt\n items {\n id\n quantity\n sku\n type\n name\n couponCode\n weight\n totalWeight\n baseTotalWeight\n price\n basePrice\n total\n baseTotal\n taxPercent\n taxAmount\n baseTaxAmount\n discountPercent\n discountAmount\n baseDiscountAmount\n additional\n parentId\n productId\n cartId\n taxCategoryId\n customPrice\n appliedCartRuleIds\n createdAt\n updatedAt\n product {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n }\n formattedPrice {\n grandTotal\n baseGrandTotal\n subTotal\n baseSubTotal\n taxTotal\n baseTaxTotal\n discount\n baseDiscount\n discountedSubTotal\n baseDiscountedSubTotal\n }\n shippingAddress {\n id\n addressType\n customerId\n cartId\n orderId\n firstName\n lastName\n gender\n companyName\n address1\n address2\n postcode\n city\n state\n country\n email\n phone\n defaultAddress\n vatId\n additional\n createdAt\n updatedAt\n }\n billingAddress {\n id\n addressType\n customerId\n cartId\n orderId\n firstName\n lastName\n gender\n companyName\n address1\n address2\n postcode\n city\n state\n country\n email\n phone\n defaultAddress\n vatId\n additional\n createdAt\n updatedAt\n }\n selectedShippingRate {\n id\n carrier\n carrierTitle\n method\n methodTitle\n methodDescription\n price\n basePrice\n discountAmount\n baseDiscountAmount\n cartAddressId\n createdAt\n updatedAt\n formattedPrice {\n price\n basePrice\n }\n }\n payment {\n id\n method\n methodTitle\n cartId\n createdAt\n updatedAt\n }\n }\n }\n}", + "query": "mutation applyCoupon {\n applyCoupon(input: {\n code: \"XXXXXX\"\n }) {\n success\n message\n cart {\n id\n customerEmail\n customerFirstName\n customerLastName\n shippingMethod\n couponCode\n isGift\n itemsCount\n itemsQty\n exchangeRate\n globalCurrencyCode\n baseCurrencyCode\n channelCurrencyCode\n cartCurrencyCode\n grandTotal\n baseGrandTotal\n subTotal\n baseSubTotal\n taxTotal\n baseTaxTotal\n discountAmount\n baseDiscountAmount\n checkoutMethod\n isGuest\n isActive\n conversionTime\n customerId\n channelId\n appliedCartRuleIds\n createdAt\n updatedAt\n items {\n id\n quantity\n sku\n type\n name\n couponCode\n weight\n totalWeight\n baseTotalWeight\n price\n basePrice\n total\n baseTotal\n taxPercent\n taxAmount\n baseTaxAmount\n discountPercent\n discountAmount\n baseDiscountAmount\n additional\n parentId\n productId\n cartId\n taxCategoryId\n customPrice\n appliedCartRuleIds\n createdAt\n updatedAt\n product {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n }\n formattedPrice {\n grandTotal\n baseGrandTotal\n subTotal\n baseSubTotal\n taxTotal\n baseTaxTotal\n discount\n baseDiscount\n discountedSubTotal\n baseDiscountedSubTotal\n }\n shippingAddress {\n id\n addressType\n customerId\n cartId\n orderId\n firstName\n lastName\n gender\n companyName\n address1\n address2\n postcode\n city\n state\n country\n email\n phone\n defaultAddress\n vatId\n additional\n createdAt\n updatedAt\n }\n billingAddress {\n id\n addressType\n customerId\n cartId\n orderId\n firstName\n lastName\n gender\n companyName\n address1\n address2\n postcode\n city\n state\n country\n email\n phone\n defaultAddress\n vatId\n additional\n createdAt\n updatedAt\n }\n selectedShippingRate {\n id\n carrier\n carrierTitle\n method\n methodTitle\n methodDescription\n price\n basePrice\n discountAmount\n baseDiscountAmount\n cartAddressId\n createdAt\n updatedAt\n formattedPrice {\n price\n basePrice\n }\n }\n payment {\n id\n method\n methodTitle\n cartId\n createdAt\n updatedAt\n }\n }\n }\n}", "variables": "" } }, @@ -1851,11 +1874,17 @@ "type": "noauth" }, "method": "POST", - "header": [], + "header": [ + { + "key": "x-currency", + "value": "INR", + "type": "text" + } + ], "body": { "mode": "graphql", "graphql": { - "query": "query newProducts {\n\tnewProducts(count: 10) {\n id\n type\n attributeFamilyId\n sku\n parentId\n isInWishlist\n priceHtml {\n id\n type\n html\n regular\n special\n }\n productFlats {\n id\n sku\n productNumber\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n color\n colorLabel\n size\n sizeLabel\n locale\n channel\n productId\n parentId\n minPrice\n maxPrice\n metaTitle\n metaKeywords\n metaDescription\n width\n height\n depth\n variants {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n locale\n channel\n productId\n parentId\n }\n parent {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n }\n createdAt\n updatedAt\n }\n variants {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n parent {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n attributeFamily {\n id\n code\n name\n status\n isUserDefined\n }\n attributeValues {\n id\n productId\n attributeId\n locale\n channel\n textValue\n booleanValue\n integerValue\n floatValue\n dateTimeValue\n dateValue\n jsonValue\n attribute {\n id\n code\n adminName\n type\n }\n }\n superAttributes {\n id\n code\n adminName\n type\n position\n }\n categories {\n id\n name\n description\n slug\n urlPath\n imageUrl\n metaTitle\n metaDescription\n metaKeywords\n position\n status\n displayMode\n parentId\n filterableAttributes {\n id\n adminName\n code\n type\n position\n }\n translations {\n id\n name\n description\n localeId\n locale\n }\n createdAt\n updatedAt\n }\n inventories {\n id\n qty\n productId\n inventorySourceId\n vendorId\n inventorySource {\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n status\n }\n }\n images {\n id\n type\n path\n url\n productId\n }\n videos {\n id\n type\n path\n url\n productId\n }\n orderedInventories {\n id\n qty\n productId\n channelId\n }\n reviews {\n id\n title\n rating\n comment\n status\n productId\n customerId\n customerName\n createdAt\n updatedAt\n }\n groupedProducts {\n id\n qty\n sortOrder\n productId\n associatedProductId\n associatedProduct {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n }\n downloadableSamples {\n id\n url\n file\n fileName\n type\n sortOrder\n productId\n createdAt\n updatedAt\n translations {\n id\n locale\n title\n productDownloadableSampleId\n }\n }\n downloadableLinks {\n id\n title\n price\n url\n file\n fileName\n type\n sampleUrl\n sampleFile\n sampleFileName\n sampleType\n sortOrder\n productId\n downloads\n translations {\n id\n locale\n title\n productDownloadableLinkId\n }\n }\n bundleOptions {\n id\n type\n isRequired\n sortOrder\n productId\n bundleOptionProducts {\n id\n qty\n isUserDefined\n sortOrder\n isDefault\n productBundleOptionId\n productId\n }\n translations {\n id\n locale\n label\n productBundleOptionId\n }\n }\n customerGroupPrices {\n id\n qty\n valueType\n value\n productId\n customerGroupId\n createdAt\n updatedAt\n }\n # booking {\n # id\n # type\n # qty\n # location\n # showLocation\n # availableEveryWeek\n # availableFrom\n # availableTo\n # productId\n # defaultSlot {\n # id\n # bookingType\n # duration\n # breakTime\n # slots {\n # to\n # toDay\n # from\n # fromDay\n # }\n # bookingProductId\n # }\n # appointmentSlot {\n # id\n # duration\n # breakTime\n # sameSlotAllDays\n # slots {\n # from\n # to\n # }\n # bookingProductId\n # }\n # }\n }\n}", + "query": "query newProducts {\n\tnewProducts(count: 5) {\n id\n type\n attributeFamilyId\n sku\n parentId\n isInWishlist\n priceHtml {\n id\n type\n html\n regular\n special\n }\n productFlats {\n id\n sku\n productNumber\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n color\n colorLabel\n size\n sizeLabel\n locale\n channel\n productId\n parentId\n minPrice\n maxPrice\n metaTitle\n metaKeywords\n metaDescription\n width\n height\n depth\n variants {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n locale\n channel\n productId\n parentId\n }\n parent {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n }\n createdAt\n updatedAt\n }\n variants {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n parent {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n attributeFamily {\n id\n code\n name\n status\n isUserDefined\n }\n attributeValues {\n id\n productId\n attributeId\n locale\n channel\n textValue\n booleanValue\n integerValue\n floatValue\n dateTimeValue\n dateValue\n jsonValue\n attribute {\n id\n code\n adminName\n type\n }\n }\n superAttributes {\n id\n code\n adminName\n type\n position\n }\n categories {\n id\n name\n description\n slug\n urlPath\n imageUrl\n metaTitle\n metaDescription\n metaKeywords\n position\n status\n displayMode\n parentId\n filterableAttributes {\n id\n adminName\n code\n type\n position\n }\n translations {\n id\n name\n description\n localeId\n locale\n }\n createdAt\n updatedAt\n }\n inventories {\n id\n qty\n productId\n inventorySourceId\n vendorId\n inventorySource {\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n status\n }\n }\n images {\n id\n type\n path\n url\n productId\n }\n videos {\n id\n type\n path\n url\n productId\n }\n orderedInventories {\n id\n qty\n productId\n channelId\n }\n reviews {\n id\n title\n rating\n comment\n status\n productId\n customerId\n customerName\n createdAt\n updatedAt\n }\n groupedProducts {\n id\n qty\n sortOrder\n productId\n associatedProductId\n associatedProduct {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n }\n downloadableSamples {\n id\n url\n file\n fileName\n type\n sortOrder\n productId\n createdAt\n updatedAt\n translations {\n id\n locale\n title\n productDownloadableSampleId\n }\n }\n downloadableLinks {\n id\n title\n price\n url\n file\n fileName\n type\n sampleUrl\n sampleFile\n sampleFileName\n sampleType\n sortOrder\n productId\n downloads\n translations {\n id\n locale\n title\n productDownloadableLinkId\n }\n }\n bundleOptions {\n id\n type\n isRequired\n sortOrder\n productId\n bundleOptionProducts {\n id\n qty\n isUserDefined\n sortOrder\n isDefault\n productBundleOptionId\n productId\n }\n translations {\n id\n locale\n label\n productBundleOptionId\n }\n }\n customerGroupPrices {\n id\n qty\n valueType\n value\n productId\n customerGroupId\n createdAt\n updatedAt\n }\n # booking {\n # id\n # type\n # qty\n # location\n # showLocation\n # availableEveryWeek\n # availableFrom\n # availableTo\n # productId\n # defaultSlot {\n # id\n # bookingType\n # duration\n # breakTime\n # slots {\n # to\n # toDay\n # from\n # fromDay\n # }\n # bookingProductId\n # }\n # appointmentSlot {\n # id\n # duration\n # breakTime\n # sameSlotAllDays\n # slots {\n # from\n # to\n # }\n # bookingProductId\n # }\n # }\n }\n}", "variables": "" } }, @@ -1879,7 +1908,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "query featuredProducts {\n\tfeaturedProducts(count: 10) {\n id\n type\n isInWishlist\n attributeFamilyId\n additionalData {\n id\n code\n label\n value\n admin_name\n type\n }\n priceHtml {\n id\n type\n html\n regular\n special\n }\n sku\n parentId\n productFlats {\n id\n sku\n productNumber\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n color\n colorLabel\n size\n sizeLabel\n locale\n channel\n productId\n parentId\n minPrice\n maxPrice\n metaTitle\n metaKeywords\n metaDescription\n width\n height\n depth\n variants {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n locale\n channel\n productId\n parentId\n }\n parent {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n }\n createdAt\n updatedAt\n }\n variants {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n parent {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n attributeFamily {\n id\n code\n name\n status\n isUserDefined\n }\n attributeValues {\n id\n productId\n attributeId\n locale\n channel\n textValue\n booleanValue\n integerValue\n floatValue\n dateTimeValue\n dateValue\n jsonValue\n attribute {\n id\n code\n adminName\n type\n }\n }\n superAttributes {\n id\n code\n adminName\n type\n position\n }\n categories {\n id\n name\n description\n slug\n urlPath\n imageUrl\n metaTitle\n metaDescription\n metaKeywords\n position\n status\n displayMode\n parentId\n filterableAttributes {\n id\n adminName\n code\n type\n position\n }\n translations {\n id\n name\n description\n localeId\n locale\n }\n createdAt\n updatedAt\n }\n inventories {\n id\n qty\n productId\n inventorySourceId\n vendorId\n inventorySource {\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n status\n }\n }\n images {\n id\n type\n path\n url\n productId\n }\n videos {\n id\n type\n path\n url\n productId\n }\n orderedInventories {\n id\n qty\n productId\n channelId\n }\n reviews {\n id\n title\n rating\n comment\n status\n productId\n customerId\n customerName\n createdAt\n updatedAt\n }\n groupedProducts {\n id\n qty\n sortOrder\n productId\n associatedProductId\n associatedProduct {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n }\n downloadableSamples {\n id\n url\n file\n fileName\n type\n sortOrder\n productId\n createdAt\n updatedAt\n translations {\n id\n locale\n title\n productDownloadableSampleId\n }\n }\n downloadableLinks {\n id\n title\n price\n url\n file\n fileName\n type\n sampleUrl\n sampleFile\n sampleFileName\n sampleType\n sortOrder\n productId\n downloads\n translations {\n id\n locale\n title\n productDownloadableLinkId\n }\n }\n bundleOptions {\n id\n type\n isRequired\n sortOrder\n productId\n bundleOptionProducts {\n id\n qty\n isUserDefined\n sortOrder\n isDefault\n productBundleOptionId\n productId\n }\n translations {\n id\n locale\n label\n productBundleOptionId\n }\n }\n customerGroupPrices {\n id\n qty\n valueType\n value\n productId\n customerGroupId\n createdAt\n updatedAt\n }\n # booking {\n # id\n # type\n # qty\n # location\n # showLocation\n # availableEveryWeek\n # availableFrom\n # availableTo\n # productId\n # defaultSlot {\n # id\n # bookingType\n # duration\n # breakTime\n # slots {\n # to\n # toDay\n # from\n # fromDay\n # }\n # bookingProductId\n # }\n # appointmentSlot {\n # id\n # duration\n # breakTime\n # sameSlotAllDays\n # slots {\n # from\n # to\n # }\n # bookingProductId\n # }\n # }\n }\n}", + "query": "query featuredProducts {\n\tfeaturedProducts(count: 5) {\n id\n type\n isInWishlist\n attributeFamilyId\n additionalData {\n id\n code\n label\n value\n admin_name\n type\n }\n priceHtml {\n id\n type\n html\n regular\n special\n }\n sku\n parentId\n productFlats {\n id\n sku\n productNumber\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n color\n colorLabel\n size\n sizeLabel\n locale\n channel\n productId\n parentId\n minPrice\n maxPrice\n metaTitle\n metaKeywords\n metaDescription\n width\n height\n depth\n variants {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n locale\n channel\n productId\n parentId\n }\n parent {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n }\n createdAt\n updatedAt\n }\n variants {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n parent {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n attributeFamily {\n id\n code\n name\n status\n isUserDefined\n }\n attributeValues {\n id\n productId\n attributeId\n locale\n channel\n textValue\n booleanValue\n integerValue\n floatValue\n dateTimeValue\n dateValue\n jsonValue\n attribute {\n id\n code\n adminName\n type\n }\n }\n superAttributes {\n id\n code\n adminName\n type\n position\n }\n categories {\n id\n name\n description\n slug\n urlPath\n imageUrl\n metaTitle\n metaDescription\n metaKeywords\n position\n status\n displayMode\n parentId\n filterableAttributes {\n id\n adminName\n code\n type\n position\n }\n translations {\n id\n name\n description\n localeId\n locale\n }\n createdAt\n updatedAt\n }\n inventories {\n id\n qty\n productId\n inventorySourceId\n vendorId\n inventorySource {\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n status\n }\n }\n images {\n id\n type\n path\n url\n productId\n }\n videos {\n id\n type\n path\n url\n productId\n }\n orderedInventories {\n id\n qty\n productId\n channelId\n }\n reviews {\n id\n title\n rating\n comment\n status\n productId\n customerId\n customerName\n createdAt\n updatedAt\n }\n groupedProducts {\n id\n qty\n sortOrder\n productId\n associatedProductId\n associatedProduct {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n }\n downloadableSamples {\n id\n url\n file\n fileName\n type\n sortOrder\n productId\n createdAt\n updatedAt\n translations {\n id\n locale\n title\n productDownloadableSampleId\n }\n }\n downloadableLinks {\n id\n title\n price\n url\n file\n fileName\n type\n sampleUrl\n sampleFile\n sampleFileName\n sampleType\n sortOrder\n productId\n downloads\n translations {\n id\n locale\n title\n productDownloadableLinkId\n }\n }\n bundleOptions {\n id\n type\n isRequired\n sortOrder\n productId\n bundleOptionProducts {\n id\n qty\n isUserDefined\n sortOrder\n isDefault\n productBundleOptionId\n productId\n }\n translations {\n id\n locale\n label\n productBundleOptionId\n }\n }\n customerGroupPrices {\n id\n qty\n valueType\n value\n productId\n customerGroupId\n createdAt\n updatedAt\n }\n # booking {\n # id\n # type\n # qty\n # location\n # showLocation\n # availableEveryWeek\n # availableFrom\n # availableTo\n # productId\n # defaultSlot {\n # id\n # bookingType\n # duration\n # breakTime\n # slots {\n # to\n # toDay\n # from\n # fromDay\n # }\n # bookingProductId\n # }\n # appointmentSlot {\n # id\n # duration\n # breakTime\n # sameSlotAllDays\n # slots {\n # from\n # to\n # }\n # bookingProductId\n # }\n # }\n }\n}", "variables": "" } }, @@ -1958,7 +1987,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "query advertisements {\n advertisements {\n advertisementFour\n advertisementThree\n advertisementTwo\n cart {\n id\n customerEmail\n customerFirstName\n customerLastName\n shippingMethod\n couponCode\n isGift\n itemsCount\n itemsQty\n }\n }\n}", + "query": "query advertisements {\n advertisements {\n advertisementFour {\n slug\n image\n }\n advertisementThree {\n slug\n image\n }\n advertisementTwo {\n slug\n image\n }\n cart {\n id\n customerEmail\n customerFirstName\n customerLastName\n shippingMethod\n couponCode\n isGift\n itemsCount\n itemsQty\n }\n }\n}", "variables": "" } }, @@ -2079,7 +2108,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "query getProductListing {\n\tgetProductListing(\n input: {\n categorySlug: \"men-category\",\n # search: \"red\",\n # price: \"200,500\",\n # color: \"1\",\n # brand: \"61\",\n order: \"asc\",\n sort: \"name\",\n },\n first: 10,\n page: 1,\n ) {\n paginatorInfo {\n count\n currentPage\n lastPage\n total\n }\n data {\n cart {\n id\n itemsCount\n }\n id\n type\n attributeFamilyId\n additionalData {\n id\n code\n label\n value\n admin_name\n type\n }\n priceHtml {\n id\n type\n html\n regular\n special\n }\n sku\n parentId\n productFlats {\n id\n sku\n productNumber\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n color\n colorLabel\n size\n sizeLabel\n locale\n channel\n productId\n parentId\n minPrice\n maxPrice\n metaTitle\n metaKeywords\n metaDescription\n width\n height\n depth\n variants {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n locale\n channel\n productId\n parentId\n }\n parent {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n }\n createdAt\n updatedAt\n }\n variants {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n parent {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n attributeFamily {\n id\n code\n name\n status\n isUserDefined\n }\n attributeValues {\n id\n productId\n attributeId\n locale\n channel\n textValue\n booleanValue\n integerValue\n floatValue\n dateTimeValue\n dateValue\n jsonValue\n attribute {\n id\n code\n adminName\n type\n }\n }\n superAttributes {\n id\n code\n adminName\n type\n position\n }\n categories {\n id\n name\n description\n slug\n urlPath\n imageUrl\n metaTitle\n metaDescription\n metaKeywords\n position\n status\n displayMode\n parentId\n filterableAttributes {\n id\n adminName\n code\n type\n position\n }\n translations {\n id\n name\n description\n localeId\n locale\n }\n createdAt\n updatedAt\n }\n inventories {\n id\n qty\n productId\n inventorySourceId\n vendorId\n inventorySource {\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n status\n }\n }\n cacheBaseImage {\n smallImageUrl\n mediumImageUrl\n largeImageUrl\n originalImageUrl\n }\n cacheGalleryImages {\n smallImageUrl\n mediumImageUrl\n largeImageUrl\n originalImageUrl\n }\n images {\n id\n type\n path\n url\n productId\n }\n videos {\n id\n type\n path\n url\n productId\n }\n orderedInventories {\n id\n qty\n productId\n channelId\n }\n reviews {\n id\n title\n rating\n comment\n status\n productId\n customerId\n customerName\n createdAt\n updatedAt\n }\n groupedProducts {\n id\n qty\n sortOrder\n productId\n associatedProductId\n associatedProduct {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n }\n downloadableSamples {\n id\n url\n file\n fileName\n type\n sortOrder\n productId\n createdAt\n updatedAt\n translations {\n id\n locale\n title\n productDownloadableSampleId\n }\n }\n downloadableLinks {\n id\n title\n price\n url\n file\n fileName\n type\n sampleUrl\n sampleFile\n sampleFileName\n sampleType\n sortOrder\n productId\n downloads\n translations {\n id\n locale\n title\n productDownloadableLinkId\n }\n }\n bundleOptions {\n id\n type\n isRequired\n sortOrder\n productId\n bundleOptionProducts {\n id\n qty\n isUserDefined\n sortOrder\n isDefault\n productBundleOptionId\n productId\n }\n translations {\n id\n locale\n label\n productBundleOptionId\n }\n }\n customerGroupPrices {\n id\n qty\n valueType\n value\n productId\n customerGroupId\n createdAt\n updatedAt\n }\n booking {\n id\n type\n qty\n location\n showLocation\n availableEveryWeek\n availableFrom\n availableTo\n productId\n defaultSlot {\n id\n bookingType\n duration\n breakTime\n slots {\n to\n toDay\n from\n fromDay\n }\n bookingProductId\n }\n appointmentSlot {\n id\n duration\n breakTime\n sameSlotAllDays\n slots {\n from\n to\n }\n bookingProductId\n }\n }\n relatedProducts {\n id\n sku\n attributeFamilyId\n parentId\n }\n }\n }\n}", + "query": "query getProductListing {\n\tgetProductListing(\n input: {\n # categorySlug: \"men-category\",\n # search: \"download\",\n # price: \"200,500\",\n # color: \"1\",\n # brand: \"61\",\n # order: \"desc\",\n # sort: \"name\",\n },\n first: 10,\n page: 1,\n ) {\n paginatorInfo {\n count\n currentPage\n lastPage\n total\n }\n data {\n id\n type\n attributeFamilyId\n priceHtml {\n id\n type\n html\n regular\n special\n }\n additionalData {\n id\n code\n label\n value\n admin_name\n type\n }\n cart {\n id\n itemsCount\n }\n sku\n parentId\n productFlats {\n id\n sku\n productNumber\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n color\n colorLabel\n size\n sizeLabel\n locale\n channel\n productId\n parentId\n minPrice\n maxPrice\n metaTitle\n metaKeywords\n metaDescription\n width\n height\n depth\n variants {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n locale\n channel\n productId\n parentId\n }\n parent {\n id\n sku\n name\n description\n shortDescription\n urlKey\n new\n featured\n status\n visibleIndividually\n thumbnail\n price\n cost\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n }\n createdAt\n updatedAt\n }\n variants {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n parent {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n attributeFamily {\n id\n code\n name\n status\n isUserDefined\n }\n attributeValues {\n id\n productId\n attributeId\n locale\n channel\n textValue\n booleanValue\n integerValue\n floatValue\n dateTimeValue\n dateValue\n jsonValue\n attribute {\n id\n code\n adminName\n type\n }\n }\n superAttributes {\n id\n code\n adminName\n type\n position\n }\n categories {\n id\n name\n description\n slug\n urlPath\n imageUrl\n metaTitle\n metaDescription\n metaKeywords\n position\n status\n displayMode\n parentId\n filterableAttributes {\n id\n adminName\n code\n type\n position\n }\n translations {\n id\n name\n description\n localeId\n locale\n }\n createdAt\n updatedAt\n }\n inventories {\n id\n qty\n productId\n inventorySourceId\n vendorId\n inventorySource {\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n status\n }\n }\n cacheBaseImage {\n smallImageUrl\n mediumImageUrl\n largeImageUrl\n originalImageUrl\n }\n cacheGalleryImages {\n smallImageUrl\n mediumImageUrl\n largeImageUrl\n originalImageUrl\n }\n images {\n id\n type\n path\n url\n productId\n }\n videos {\n id\n type\n path\n url\n productId\n }\n orderedInventories {\n id\n qty\n productId\n channelId\n }\n reviews {\n id\n title\n rating\n comment\n status\n productId\n customerId\n customerName\n createdAt\n updatedAt\n }\n groupedProducts {\n id\n qty\n sortOrder\n productId\n associatedProductId\n associatedProduct {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n }\n downloadableSamples {\n id\n url\n file\n fileName\n type\n sortOrder\n productId\n createdAt\n updatedAt\n translations {\n id\n locale\n title\n productDownloadableSampleId\n }\n }\n downloadableLinks {\n id\n title\n price\n url\n file\n fileName\n type\n sampleUrl\n sampleFile\n sampleFileName\n sampleType\n sortOrder\n productId\n downloads\n translations {\n id\n locale\n title\n productDownloadableLinkId\n }\n }\n bundleOptions {\n id\n type\n isRequired\n sortOrder\n productId\n bundleOptionProducts {\n id\n qty\n isUserDefined\n sortOrder\n isDefault\n productBundleOptionId\n productId\n }\n translations {\n id\n locale\n label\n productBundleOptionId\n }\n }\n customerGroupPrices {\n id\n qty\n valueType\n value\n productId\n customerGroupId\n createdAt\n updatedAt\n }\n booking {\n id\n type\n qty\n location\n showLocation\n availableEveryWeek\n availableFrom\n availableTo\n productId\n defaultSlot {\n id\n bookingType\n duration\n breakTime\n slots {\n to\n toDay\n from\n fromDay\n }\n bookingProductId\n }\n appointmentSlot {\n id\n duration\n breakTime\n sameSlotAllDays\n slots {\n from\n to\n }\n bookingProductId\n }\n }\n relatedProducts {\n id\n sku\n attributeFamilyId\n parentId\n }\n }\n }\n}", "variables": "" } }, diff --git a/Postman_APIs/Collections/Velocity.postman_collection.json b/Postman_APIs/Collections/Velocity.postman_collection.json index 921dc1ef..6ff394c3 100644 --- a/Postman_APIs/Collections/Velocity.postman_collection.json +++ b/Postman_APIs/Collections/Velocity.postman_collection.json @@ -4,7 +4,7 @@ "name": "Velocity", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "_exporter_id": "1890198", - "_collection_link": "https://web.postman.co/workspace/Mp-GraphQL-v1.4.5~c28c7776-3758-45f3-9666-bddf8ef9b25d/collection/1890198-6875be65-fbcf-40f3-839c-ac0cf6698498?action=share&creator=1890198&source=collection_link" + "_collection_link": "https://warped-spaceship-266216.postman.co/workspace/Mp-GraphQL-v1.4.5~c28c7776-3758-45f3-9666-bddf8ef9b25d/collection/1890198-6875be65-fbcf-40f3-839c-ac0cf6698498?action=share&creator=1890198&source=collection_link" }, "item": [ { @@ -84,7 +84,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation createHeaderContent {\n createHeaderContent(input: {\n title: \"Test\"\n position: 2\n status: false\n contentType: \"category\"\n locale: \"en\"\n pageLink: \"test\"\n linkTarget: true\n }) {\n id\n contentType\n position\n status\n translations {\n id\n contentId\n title\n customTitle\n customHeading\n pageLink\n linkTarget\n catalogType\n products\n description\n locale\n createdAt\n updatedAt\n }\n }\n}", + "query": "mutation createHeaderContent {\n createHeaderContent(input: {\n title: \"Trending Collection\"\n position: 2\n status: false\n contentType: \"category\"\n locale: \"en\"\n pageLink: \"test\"\n linkTarget: true\n }) {\n id\n contentType\n position\n status\n translations {\n id\n contentId\n title\n customTitle\n customHeading\n pageLink\n linkTarget\n catalogType\n products\n description\n locale\n createdAt\n updatedAt\n }\n }\n}", "variables": "" } }, @@ -114,7 +114,7 @@ "body": { "mode": "graphql", "graphql": { - "query": "mutation updateHeaderContent {\n updateHeaderContent(\n id: 1,\n input: {\n title: \"Test\"\n position: 2\n status: true\n contentType: \"category\"\n locale: \"en\"\n pageLink: \"test\"\n linkTarget: false\n }\n ) {\n id\n contentType\n position\n status\n translations {\n id\n contentId\n title\n customTitle\n customHeading\n pageLink\n linkTarget\n catalogType\n products\n description\n locale\n createdAt\n updatedAt\n }\n }\n}", + "query": "mutation updateHeaderContent {\n updateHeaderContent(\n id: 1,\n input: {\n title: \"Trending Collection\"\n position: 2\n status: true\n contentType: \"category\"\n locale: \"en\"\n pageLink: \"test\"\n linkTarget: false\n }\n ) {\n id\n contentType\n position\n status\n translations {\n id\n contentId\n title\n customTitle\n customHeading\n pageLink\n linkTarget\n catalogType\n products\n description\n locale\n createdAt\n updatedAt\n }\n }\n}", "variables": "" } }, diff --git a/Postman_APIs/Environment/Request Params.postman_environment.json b/Postman_APIs/Environment/Request Params.postman_environment.json index 13fd438a..be93120b 100644 --- a/Postman_APIs/Environment/Request Params.postman_environment.json +++ b/Postman_APIs/Environment/Request Params.postman_environment.json @@ -4,21 +4,21 @@ "values": [ { "key": "url", - "value": "http://localhost/public/graphql", + "value": "http://localhost/public/", "enabled": true }, { "key": "customerToken", - "value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOi8vMTkyLjE2OC4xNS4xMTMvbXAtZ3JhcGhxbC9wdWJsaWMvZ3JhcGhxbCIsImlhdCI6MTY4NzUwMTM2NywiZXhwIjoxNzE5MDM3MzY3LCJuYmYiOjE2ODc1MDEzNjcsImp0aSI6IktCdTlTcmJCSlVKTzJhdXUiLCJzdWIiOiIzMSIsInBydiI6IjhmY2EwODhhYmFlMmY5YThmODRhNWYwYmY2YTY1MjQ0OTA1NWJlMDAifQ.YZ-GOtOwrHUGcopRnOKHfZKyAZHJIq171JyJUVnXZUM", + "value": "", "enabled": true }, { "key": "adminToken", - "value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOi8vMTkyLjE2OC4xNS4xMTMvbXAtZ3JhcGhxbC9wdWJsaWMvZ3JhcGhxbCIsImlhdCI6MTY4NjgwODMxMiwiZXhwIjoxNzE4MzQ0MzEyLCJuYmYiOjE2ODY4MDgzMTIsImp0aSI6IldENDF3eE52Z0RqUHZJdWwiLCJzdWIiOiIxIiwicHJ2IjoiZGZiM2ZlNmEzODRhZmNlYzM5YTRlNWFiNDRlNzNiNGQ2YWM4YzYxMSJ9.xVWTQBnGpBn1eZEEfIXBL4MTwW9kg1e-qOVT6wCMHQ0", + "value": "", "enabled": true } ], "_postman_variable_scope": "environment", - "_postman_exported_at": "2023-06-23T13:08:28.992Z", - "_postman_exported_using": "Postman/10.15.4" + "_postman_exported_at": "2023-08-01T14:27:46.541Z", + "_postman_exported_using": "Postman/10.15.9" } \ No newline at end of file