@ikas/api-client 1.0.37 → 1.0.40-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -20,6 +20,7 @@ export declare const QueryDefaultGQLs: {
20
20
  listCustomer: string;
21
21
  listCustomerAttribute: string;
22
22
  listDistrict: string;
23
+ listGlobalTaxSettings: string;
23
24
  listLanguage: string;
24
25
  listMerchantAppPayment: string;
25
26
  listOrder: string;
@@ -65,6 +66,7 @@ export declare const MutationDefaultGQLs: {
65
66
  deleteCampaignList: string;
66
67
  deleteCategoryList: string;
67
68
  deleteCouponList: string;
69
+ deleteGlobalTaxSettingsList: string;
68
70
  deleteOrderTagList: string;
69
71
  deleteProductAttributeList: string;
70
72
  deleteProductBrandList: string;
@@ -74,6 +76,7 @@ export declare const MutationDefaultGQLs: {
74
76
  deleteProductUnitList: string;
75
77
  deleteProductVolumeDiscountList: string;
76
78
  deleteStorefrontJSScript: string;
79
+ deleteTaxSettingsList: string;
77
80
  deleteVariantTypeList: string;
78
81
  deleteVendorList: string;
79
82
  deleteWebhook: string;
@@ -84,6 +87,7 @@ export declare const MutationDefaultGQLs: {
84
87
  removeOrderTag: string;
85
88
  saveCampaign: string;
86
89
  saveCategory: string;
90
+ saveGlobalTaxSettings: string;
87
91
  saveOrderTag: string;
88
92
  saveProduct: string;
89
93
  saveProductAttribute: string;
@@ -95,6 +99,7 @@ export declare const MutationDefaultGQLs: {
95
99
  saveProductVolumeDiscount: string;
96
100
  saveSalesChannel: string;
97
101
  saveStorefrontJSScript: string;
102
+ saveTaxSettings: string;
98
103
  saveVariantPrices: string;
99
104
  saveVariantType: string;
100
105
  saveVendor: string;
@@ -5,31 +5,32 @@ exports.QueryDefaultGQLs = {
5
5
  "getAuthorizedApp": "query getAuthorizedApp{ getAuthorizedApp { addedDate createdAt deleted id partnerId salesChannelId scope storeAppId supportsMultipleInstallation updatedAt } }",
6
6
  "getGlobalTaxSettings": "query getGlobalTaxSettings{ getGlobalTaxSettings { createdAt deleted id isTaxExcludedOnPrices isTaxExcludedOnShippingPrices storefrontId updatedAt } }",
7
7
  "getImageUploadUrl": "query getImageUploadUrl($imageDir: String, $imageId: String!){ getImageUploadUrl(imageDir: $imageDir, imageId: $imageId) }",
8
- "getImportJobData": "query getImportJobData($importJobId: String!){ getImportJobData(importJobId: $importJobId) { data errorMessage importJobId status } }",
8
+ "getImportJobData": "query getImportJobData($importJobId: String!, $importType: ImportTypeEnum!){ getImportJobData(importJobId: $importJobId, importType: $importType) { data errorMessage importJobId status } }",
9
9
  "getLastImportJobData": "query getLastImportJobData{ getLastImportJobData { fileURL importJobId } }",
10
10
  "getMerchant": "query getMerchant{ getMerchant { address { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName identityNumber lastName postalCode state { code id name } taxNumber taxOffice title type vkn } email firstName id lastName merchantName merchantSequence phoneNumber storeName } }",
11
11
  "getMerchantLicence": "query getMerchantLicence{ getMerchantLicence { activeSubscriptionCode appSubscriptions { addedDate appPaymentKey authorizedAppId createdAt currency currencyCode currencySymbol deleted id lastPaymentDate lastPaymentDiscountRatio lastPaymentPeriod lastPaymentPeriodInDays lastPaymentPrice lastPaymentPriceWithTax merchantAppPaymentId name status storeAppId storeAppListingSubscriptionId storeAppListingSubscriptionKey updatedAt } createdAt deleted developmentStore fromDate id period region toDate updatedAt } }",
12
12
  "getSalesChannel": "query getSalesChannel{ getSalesChannel { createdAt deleted id name paymentGateways { id order } priceListId stockLocations { id order } type updatedAt } }",
13
13
  "getTimelineEntry": "query getTimelineEntry{ getTimelineEntry }",
14
14
  "getVideoUploadUrl": "query getVideoUploadUrl($videoId: String!){ getVideoUploadUrl(videoId: $videoId) { fields url } }",
15
- "listAbandonedCheckouts": "query listAbandonedCheckouts($id: StringFilterInput, $input: ListAbandonedCartInput!, $mailSendDate: DateFilterInput, $pagination: PaginationInput, $sort: String, $updatedAt: DateFilterInput){ listAbandonedCheckouts(id: $id, input: $input, mailSendDate: $mailSendDate, pagination: $pagination, sort: $sort, updatedAt: $updatedAt) { count data { abandonedCheckoutFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId messageType recoverEmailStatus sendAfter smsTranslationId } adjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order transactionId type } availableShippingMethods { estimatedDeliveryTime { type value } price rateName shippingMethod shippingSettingsId shippingZoneRateId } billingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } cart { campaignOffers { appliedOrderLineId campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } createdAt createdBy currencyCode currencySymbol customerId deleted dueDate id itemCount items { bundleProductSettings { bundleLineId bundleLineQuantity name variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice id order price quantity taxValue variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } createdAt currencyCode currencySymbol deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice id order price quantity taxValue variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } lastActivityDate merchantId priceListId salesChannelId status storefrontId storefrontRouting { domain dynamicCurrencySettings { roundingFormat targetCurrencyCode targetCurrencySymbol } id locale path priceListId } storefrontRoutingId storefrontThemeId taxLines { price rate } totalPrice updatedAt } cartId couponCode createdAt customer { accountStatus customerGroupIds email firstName id identityNumber lastName notificationsAccepted phone subscriptionStatus } deleted giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote id isGiftPackage merchantId note orderId orderNumber orderedAt recoverEmailStatus recoveryStatus shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price priceListId shippingSettingsId shippingZoneRateId taxValue title transactionId } shippingMethod shippingSettingsId shippingZoneRateId status stockLocationId totalFinalPrice updatedAt } hasNext limit page } }",
15
+ "listAbandonedCheckouts": "query listAbandonedCheckouts($id: StringFilterInput, $input: ListAbandonedCartInput!, $lastActivityDate: DateFilterInput, $mailSendDate: DateFilterInput, $pagination: PaginationInput, $sort: String){ listAbandonedCheckouts(id: $id, input: $input, lastActivityDate: $lastActivityDate, mailSendDate: $mailSendDate, pagination: $pagination, sort: $sort) { count data { abandonedCheckoutFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId messageType recoverEmailStatus sendAfter smsTranslationId } adjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order transactionId type } availableShippingMethods { estimatedDeliveryTime { type value } price rateName shippingMethod shippingSettingsId shippingZoneRateId } billingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } cart { campaignOffers { appliedOrderLineId campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } createdAt createdBy currencyCode currencySymbol customerId deleted dueDate id itemCount items { bundleProductSettings { bundleLineId bundleLineQuantity name options { name productOptionId productOptionsSetId type values { name price value } } variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } order price quantity taxValue unitPrice variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } createdAt currencyCode currencySymbol deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } order price quantity taxValue unitPrice variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } lastActivityDate merchantId priceListId salesChannelId status storefrontId storefrontRouting { domain dynamicCurrencySettings { roundingFormat targetCurrencyCode targetCurrencySymbol } id locale path priceListId } storefrontRoutingId storefrontThemeId taxLines { price rate } totalPrice updatedAt } cartId couponCode createdAt customer { accountStatus customerGroupIds email firstName id identityNumber lastName notificationsAccepted phone subscriptionStatus } deleted giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote id isGiftPackage merchantId note orderId orderNumber orderedAt recoverEmailStatus recoveryStatus shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price priceListId shippingSettingsId shippingZoneRateId taxValue title transactionId } shippingMethod shippingSettingsId shippingZoneRateId status stockLocationId totalFinalPrice updatedAt } hasNext limit page } }",
16
16
  "listBranch": "query listBranch($id: StringFilterInput, $includeDeleted: Boolean, $name: StringFilterInput, $salesChannelId: StringFilterInput, $updatedAt: DateFilterInput){ listBranch(id: $id, includeDeleted: $includeDeleted, name: $name, salesChannelId: $salesChannelId, updatedAt: $updatedAt) { address { address city { code id name } country { code id name } district { code id name } phone postalCode state { code id name } } createdAt deleted favoriteItems { order targetId targetParentId type } id name salesChannelId settings { customerRequirement gridLayout hideOutOfStockProducts lockTime pinRequirement sellOutOfStockProducts } updatedAt } }",
17
- "listCampaign": "query listCampaign($id: StringFilterInput, $includeDeleted: Boolean, $pagination: PaginationInput, $search: String, $updatedAt: DateFilterInput){ listCampaign(id: $id, includeDeleted: $includeDeleted, pagination: $pagination, search: $search, updatedAt: $updatedAt) { count data { applicableCustomerGroupIds applicableCustomerIds applicablePrice applyCampaignToProductPrice buyXThenGetY { buyX { amount applyByQuantity filter { idList type } } getY { amount automaticallyAddItemToCart discountRatio filter { idList type } } maxUsagePerOrder } canCombineWithOtherCampaigns createdAt createdFor currencyCodes dateRange { end start } deleted fixedDiscount { amount filters { idList type } isApplyByCartAmount lineItemQuantityRange { max min } priceRange { max min } } hasCoupon id includeDiscountedProducts isFreeShipping onlyUseCustomer salesChannelIds title translations { locale title } type updatedAt usageCount usageLimit usageLimitPerCustomer } hasNext limit page } }",
17
+ "listCampaign": "query listCampaign($canCombineWithOtherCampaigns: BooleanFilterInput, $id: StringFilterInput, $includeDeleted: Boolean, $pagination: PaginationInput, $search: String, $sort: String, $type: CampaignTypeEnumFilterInput, $updatedAt: DateFilterInput){ listCampaign(canCombineWithOtherCampaigns: $canCombineWithOtherCampaigns, id: $id, includeDeleted: $includeDeleted, pagination: $pagination, search: $search, sort: $sort, type: $type, updatedAt: $updatedAt) { count data { applicableCustomerGroupIds applicableCustomerIds applicableCustomerSegmentIds applicablePrice applyCampaignToProductPrice buyXThenGetY { buyX { amount applyByQuantity filter { idList type } } getY { amount automaticallyAddItemToCart discountRatio discountType filter { idList type } } maxUsagePerOrder } canCombineWithOtherCampaigns createdAt createdFor currencyCodes dateRange { end start } deleted fixedDiscount { amount filters { idList type } isApplyByCartAmount lineItemQuantityRange { max min } priceRange { max min } shouldMatchAllConditions } hasCoupon id includeDiscountedProducts isFreeShipping onlyUseCustomer salesChannelIds tieredDiscount { filters { idList type } isApplyByCartAmount rules { amount lineItemQuantityRange { max min } priceRange { max min } } shouldMatchAllConditions } title translations { locale title } type updatedAt usageCount usageLimit usageLimitPerCustomer } hasNext limit page } }",
18
18
  "listCargoCompany": "query listCargoCompany($id: StringFilterInput, $includeDeleted: Boolean){ listCargoCompany(id: $id, includeDeleted: $includeDeleted) { id name } }",
19
19
  "listCategory": "query listCategory($categoryPath: CategoryPathFilterInput, $id: StringFilterInput, $name: StringFilterInput, $search: String, $updatedAt: DateFilterInput){ listCategory(categoryPath: $categoryPath, id: $id, name: $name, search: $search, updatedAt: $updatedAt) { categoryPath categoryPathItems { createdAt deleted description id imageId isAutomated metaData { canonicals createdAt deleted description disableIndex id metadataOverrides { description language pageTitle storefrontId storefrontRegionId } pageTitle redirectTo slug targetId targetType translations { description locale pageTitle slug } updatedAt } name translations { description locale name } updatedAt } conditions { conditionType method valueList } createdAt deleted description id imageId isAutomated metaData { canonicals createdAt deleted description disableIndex id metadataOverrides { description language pageTitle storefrontId storefrontRegionId } pageTitle redirectTo slug targetId targetType translations { description locale pageTitle slug } updatedAt } name orderType parentId salesChannelIds salesChannels { id status } shouldMatchAllConditions translations { description locale name } updatedAt } }",
20
20
  "listCity": "query listCity($countryId: StringFilterInput, $id: StringFilterInput, $search: String, $stateId: StringFilterInput!, $updatedAt: DateFilterInput){ listCity(countryId: $countryId, id: $id, search: $search, stateId: $stateId, updatedAt: $updatedAt) { cityCode countryId createdAt deleted id latitude longitude name order stateId updatedAt } }",
21
21
  "listCountry": "query listCountry($id: StringFilterInput, $iso2: StringFilterInput, $iso3: StringFilterInput, $search: String, $updatedAt: DateFilterInput){ listCountry(id: $id, iso2: $iso2, iso3: $iso3, search: $search, updatedAt: $updatedAt) { capital createdAt currency currencyCode currencySymbol deleted emoji emojiString id iso2 iso3 locationTranslations { de en fr tr } name native phoneCode region subregion updatedAt } }",
22
- "listCoupon": "query listCoupon($campaignId: StringFilterInput, $id: StringFilterInput, $includeDeleted: Boolean, $pagination: PaginationInput, $search: String){ listCoupon(campaignId: $campaignId, id: $id, includeDeleted: $includeDeleted, pagination: $pagination, search: $search) { count data { campaignId canCombineWithOtherCampaigns code createdAt deleted id updatedAt usageCount usageLimit usageLimitPerCustomer } hasNext limit page } }",
23
- "listCustomer": "query listCustomer($email: StringFilterInput, $id: StringFilterInput, $merchantId: StringFilterInput, $pagination: PaginationInput, $phone: StringFilterInput, $search: String, $sort: String, $updatedAt: DateFilterInput){ listCustomer(email: $email, id: $id, merchantId: $merchantId, pagination: $pagination, phone: $phone, search: $search, sort: $sort, updatedAt: $updatedAt) { count data { accountStatus accountStatusUpdatedAt addresses { addressLine1 addressLine2 attributes { customerAttributeId customerAttributeOptionId value } city { code id name } company country { code id iso2 iso3 name } createdAt deleted district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice title updatedAt } attributes { customerAttributeId customerAttributeOptionId value } createdAt customerGroupIds customerSegmentIds customerSequence deleted email emailVerifiedDate firstName firstOrderDate fullName id ip isEmailVerified isPhoneVerified lastName lastOrderDate lastPriceListId lastStorefrontRoutingId note orderCount passwordUpdateDate phone phoneVerifiedDate preferredLanguage priceListId priceListRules { discountRate filters { type valueList } priceListId shouldMatchAllFilters value valueType } registrationSource subscriptionStatus subscriptionStatusUpdatedAt tagIds totalOrderPrice updatedAt userAgent } hasNext limit page } }",
22
+ "listCoupon": "query listCoupon($campaignId: StringFilterInput, $id: StringFilterInput, $includeDeleted: Boolean, $pagination: PaginationInput, $search: String){ listCoupon(campaignId: $campaignId, id: $id, includeDeleted: $includeDeleted, pagination: $pagination, search: $search) { count data { applicableCustomerId campaignId canCombineWithOtherCampaigns code createdAt deleted id updatedAt usageCount usageLimit usageLimitPerCustomer } hasNext limit page } }",
23
+ "listCustomer": "query listCustomer($email: StringFilterInput, $id: StringFilterInput, $merchantId: StringFilterInput, $pagination: PaginationInput, $phone: StringFilterInput, $search: String, $sort: String, $updatedAt: DateFilterInput){ listCustomer(email: $email, id: $id, merchantId: $merchantId, pagination: $pagination, phone: $phone, search: $search, sort: $sort, updatedAt: $updatedAt) { count data { accountStatus accountStatusUpdatedAt addresses { addressLine1 addressLine2 attributes { customerAttributeId customerAttributeOptionId value } city { code id name } company country { code id iso2 iso3 name } createdAt deleted district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice title updatedAt } attributes { customerAttributeId customerAttributeOptionId value } birthDate createdAt customerGroupIds customerSegmentIds customerSequence deleted email emailVerifiedDate firstName firstOrderDate fullName gender id ip isEmailVerified isPhoneVerified lastName lastOrderDate lastPriceListId lastStorefrontRoutingId note orderCount passwordUpdateDate phone phoneSubscriptionStatus phoneSubscriptionStatusUpdatedAt phoneVerifiedDate preferredLanguage priceListId priceListRules { discountRate filters { type valueList } priceListId shouldMatchAllFilters value valueType } registrationSource smsSubscriptionStatus smsSubscriptionStatusUpdatedAt subscriptionStatus subscriptionStatusUpdatedAt tagIds totalOrderPrice updatedAt userAgent } hasNext limit page } }",
24
24
  "listCustomerAttribute": "query listCustomerAttribute($includeDeleted: Boolean){ listCustomerAttribute(includeDeleted: $includeDeleted) { createdAt deleted description id name options { createdAt deleted id name order updatedAt } order routings { storefrontRoutingId } salesChannels { permission registerPageRequirement salesChannelId storefrontId } translations { description locale name options { id name } } type updatedAt } }",
25
25
  "listDistrict": "query listDistrict($cityId: StringFilterInput!, $countryId: StringFilterInput, $id: StringFilterInput, $search: String, $stateId: StringFilterInput, $updatedAt: DateFilterInput){ listDistrict(cityId: $cityId, countryId: $countryId, id: $id, search: $search, stateId: $stateId, updatedAt: $updatedAt) { cityId countryId createdAt deleted id latitude longitude name order stateId updatedAt } }",
26
+ "listGlobalTaxSettings": "query listGlobalTaxSettings($id: StringFilterInput, $includeDeleted: Boolean){ listGlobalTaxSettings(id: $id, includeDeleted: $includeDeleted) { createdAt deleted id isTaxExcludedOnPrices isTaxExcludedOnShippingPrices storefrontId updatedAt } }",
26
27
  "listLanguage": "query listLanguage($id: StringFilterInput){ listLanguage(id: $id) { createdAt deleted id locale name updatedAt } }",
27
28
  "listMerchantAppPayment": "query listMerchantAppPayment($id: StringFilterInput, $pagination: PaginationInput){ listMerchantAppPayment(id: $id, pagination: $pagination) { count data { appPaymentKey authorizedAppId createdAt deleted id merchantPaymentUrl name paymentDate prices { period price } status storeAppId storeAppListingSubscriptionId storeAppListingSubscriptionKey type updatedAt } hasNext limit page } }",
28
- "listOrder": "query listOrder($branchId: StringFilterInput, $branchSessionId: StringFilterInput, $closedAt: DateFilterInput, $customerEmail: StringFilterInput, $customerId: StringFilterInput, $id: StringFilterInput, $invoicesStoreAppId: StringFilterInput, $orderNumber: StringFilterInput, $orderPackageStatus: OrderPackageStatusEnumInputFilter, $orderPaymentStatus: OrderPaymentStatusEnumInputFilter, $orderTagIds: StringFilterInput, $orderedAt: DateFilterInput, $pagination: PaginationInput, $paymentMethodType: OrderPaymentMethodEnumFilterInput, $salesChannelId: StringFilterInput, $search: String, $shippingMethod: OrderShippingMethodEnumFilterInput, $sort: String, $status: OrderStatusEnumInputFilter, $stockLocationId: StringFilterInput, $terminalId: StringFilterInput, $updatedAt: DateFilterInput){ listOrder(branchId: $branchId, branchSessionId: $branchSessionId, closedAt: $closedAt, customerEmail: $customerEmail, customerId: $customerId, id: $id, invoicesStoreAppId: $invoicesStoreAppId, orderNumber: $orderNumber, orderPackageStatus: $orderPackageStatus, orderPaymentStatus: $orderPaymentStatus, orderTagIds: $orderTagIds, orderedAt: $orderedAt, pagination: $pagination, paymentMethodType: $paymentMethodType, salesChannelId: $salesChannelId, search: $search, shippingMethod: $shippingMethod, sort: $sort, status: $status, stockLocationId: $stockLocationId, terminalId: $terminalId, updatedAt: $updatedAt) { count data { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId messageType recoverEmailStatus sendAfter smsTranslationId } archived attributes { orderAttributeId orderAttributeOptionId value } availableShippingMethods { estimatedDeliveryTime { type value } price rateName shippingMethod shippingSettingsId shippingZoneRateId } billingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } branch { id name } branchSession { id name } branchSessionId campaignOffers { appliedOrderLineId campaignOffer { availableSalesChannelIds createdAt currencyCodes deleted endDate followUpActionType id maxCount maximumRequiredCartAmount minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone preferredLanguage } customerGroups { id name } customerId customerOrderCount customerSegments { id name } deleted dueDate giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate marketingCampaignId merchantId note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order transactionId type } orderLineItems { bundleProductSettings { bundleLineId bundleLineQuantity name variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice id order price quantity taxValue variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } createdAt currencyCode currencySymbol deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice id order price quantity taxValue variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } orderNumber orderPackageSequence orderPackageStatus orderPackages { createdAt deleted errorMessage id note orderLineItemIds orderPackageFulfillStatus orderPackageNumber sourceId stockLocationId trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price priceListId shippingSettingsId shippingZoneRateId taxValue title transactionId } shippingMethod shippingSettingsId shippingZoneRateId sourceId staff { email firstName id lastName } status stockLocation { id name } stockLocationId storefront { id name } storefrontId storefrontRouting { domain dynamicCurrencySettings { roundingFormat targetCurrencyCode } id locale path priceListId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent } hasNext limit page } }",
29
+ "listOrder": "query listOrder($branchId: StringFilterInput, $branchSessionId: StringFilterInput, $closedAt: DateFilterInput, $customerEmail: StringFilterInput, $customerId: StringFilterInput, $id: StringFilterInput, $invoicesStoreAppId: StringFilterInput, $orderNumber: StringFilterInput, $orderPackageStatus: OrderPackageStatusEnumInputFilter, $orderPaymentStatus: OrderPaymentStatusEnumInputFilter, $orderTagIds: StringFilterInput, $orderedAt: DateFilterInput, $pagination: PaginationInput, $paymentMethodType: OrderPaymentMethodEnumFilterInput, $salesChannelId: StringFilterInput, $search: String, $shippingMethod: OrderShippingMethodEnumFilterInput, $sort: String, $status: OrderStatusEnumInputFilter, $stockLocationId: StringFilterInput, $terminalId: StringFilterInput, $updatedAt: DateFilterInput){ listOrder(branchId: $branchId, branchSessionId: $branchSessionId, closedAt: $closedAt, customerEmail: $customerEmail, customerId: $customerId, id: $id, invoicesStoreAppId: $invoicesStoreAppId, orderNumber: $orderNumber, orderPackageStatus: $orderPackageStatus, orderPaymentStatus: $orderPaymentStatus, orderTagIds: $orderTagIds, orderedAt: $orderedAt, pagination: $pagination, paymentMethodType: $paymentMethodType, salesChannelId: $salesChannelId, search: $search, shippingMethod: $shippingMethod, sort: $sort, status: $status, stockLocationId: $stockLocationId, terminalId: $terminalId, updatedAt: $updatedAt) { count data { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId messageType recoverEmailStatus sendAfter smsTranslationId } archived attributes { orderAttributeId orderAttributeOptionId value } availableShippingMethods { estimatedDeliveryTime { type value } price rateName shippingMethod shippingSettingsId shippingZoneRateId } billingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } branch { id name } branchSession { id name } branchSessionId campaignOffers { appliedOrderLineId campaignOffer { availableSalesChannelIds createdAt currencyCodes deleted endDate followUpActionType id maxCount maximumRequiredCartAmount minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone preferredLanguage } customerGroups { id name } customerId customerOrderCount customerSegments { id name } deleted dueDate giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate marketingCampaignId merchantId note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order transactionId type } orderLineItems { bundleProductSettings { bundleLineId bundleLineQuantity name options { name productOptionId productOptionsSetId type values { name price value } } variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } order price quantity taxValue unitPrice variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } createdAt currencyCode currencySymbol deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } order price quantity taxValue unitPrice variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } orderNumber orderPackageSequence orderPackageStatus orderPackages { createdAt deleted errorMessage id note orderLineItemIds orderPackageFulfillStatus orderPackageNumber sourceId stockLocationId trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { isAlternativeGateway paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price priceListId shippingSettingsId shippingZoneRateId taxValue title transactionId } shippingMethod shippingSettingsId shippingZoneRateId sourceId staff { email firstName id lastName } status stockLocation { id name } stockLocationId storefront { id name } storefrontId storefrontRouting { domain dynamicCurrencySettings { roundingFormat targetCurrencyCode } id locale path priceListId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent } hasNext limit page } }",
29
30
  "listOrderTag": "query listOrderTag($id: StringFilterInput, $includeDeleted: Boolean, $name: StringFilterInput, $search: String, $updatedAt: DateFilterInput){ listOrderTag(id: $id, includeDeleted: $includeDeleted, name: $name, search: $search, updatedAt: $updatedAt) { createdAt deleted id merchantId name updatedAt } }",
30
31
  "listOrderTransactions": "query listOrderTransactions($orderId: String!){ listOrderTransactions(orderId: $orderId) { amount authCode checkoutId createdAt currencyCode currencySymbol customerId deleted error { code declineCode message } id orderId paymentGatewayCode paymentGatewayId paymentGatewayName paymentMethod paymentMethodDetail { bankName binNumber cardAssociation cardFamily cardType installment { installmentCount installmentPrice originalRate rate totalPrice } lastFourDigits paymentMethodName threeDSecure } processedAt refundReason status type updatedAt } }",
31
32
  "listPriceList": "query listPriceList($id: StringFilterInput){ listPriceList(id: $id) { addProductsAutomatically createdAt currency currencyCode currencySymbol deleted id name ruleList { basePriceListId currencyRateSettings { amount type } currencySettings { roundingFormat } rules { amount amountType operationType } } type updatedAt } }",
32
- "listProduct": "query listProduct($attributeId: ProductAttributeFilterInput, $barcodeList: StringFilterInput, $brandId: StringFilterInput, $categoryIds: CategoryFilterInput, $id: StringFilterInput, $includeDeleted: Boolean, $name: StringFilterInput, $pagination: PaginationInput, $salesChannelIds: StringFilterInput, $sku: StringFilterInput, $sort: String, $tagIds: StringFilterInput, $variantStockLocationId: StringFilterInput, $variantTypeId: StringFilterInput, $vendorId: StringFilterInput){ listProduct(attributeId: $attributeId, barcodeList: $barcodeList, brandId: $brandId, categoryIds: $categoryIds, id: $id, includeDeleted: $includeDeleted, name: $name, pagination: $pagination, salesChannelIds: $salesChannelIds, sku: $sku, sort: $sort, tagIds: $tagIds, variantStockLocationId: $variantStockLocationId, variantTypeId: $variantTypeId, vendorId: $vendorId) { count data { attributes { imageIds productAttributeId productAttributeOptionId value } baseUnit { baseAmount type unitId } brand { createdAt deleted id name updatedAt } brandId categories { createdAt deleted id name parentId updatedAt } categoryIds createdAt deleted description dynamicPriceListIds googleTaxonomyId groupVariantsByVariantTypeId hiddenSalesChannelIds id maxQuantityPerCart metaData { canonicals createdAt deleted description disableIndex id metadataOverrides { description language pageTitle storefrontId storefrontRegionId } pageTitle redirectTo slug targetId targetType translations { description locale pageTitle slug } updatedAt } name productOptionSetId productVariantTypes { order variantTypeId variantValueIds } productVolumeDiscountId salesChannelIds shortDescription tagIds tags { createdAt deleted id name updatedAt } totalStock translations { description locale name } type updatedAt variants { attributes { imageIds productAttributeId productAttributeOptionId value } barcodeList bundleSettings { maxBundleQuantity minBundleQuantity products { addToBundleBasePrice discountRatio filteredVariantIds id maxQuantity minQuantity order productId quantity } } createdAt deleted fileId hsCode id images { fileName imageId isMain isVideo order } isActive prices { buyPrice currency currencyCode currencySymbol discountPrice priceListId sellPrice } sellIfOutOfStock sku stocks { createdAt deleted id productId stockCount stockLocationId updatedAt variantId } unit { amount type } updatedAt variantValueIds { variantTypeId variantValueId } weight } vendorId weight } hasNext limit page } }",
33
+ "listProduct": "query listProduct($attributeId: ProductAttributeFilterInput, $barcodeList: StringFilterInput, $brandId: StringFilterInput, $bundleProductsProductId: StringFilterInput, $categoryIds: CategoryFilterInput, $id: StringFilterInput, $includeDeleted: Boolean, $name: StringFilterInput, $pagination: PaginationInput, $salesChannelIds: StringFilterInput, $sku: StringFilterInput, $sort: String, $tagIds: StringFilterInput, $variantStockLocationId: StringFilterInput, $variantTypeId: StringFilterInput, $vendorId: StringFilterInput){ listProduct(attributeId: $attributeId, barcodeList: $barcodeList, brandId: $brandId, bundleProductsProductId: $bundleProductsProductId, categoryIds: $categoryIds, id: $id, includeDeleted: $includeDeleted, name: $name, pagination: $pagination, salesChannelIds: $salesChannelIds, sku: $sku, sort: $sort, tagIds: $tagIds, variantStockLocationId: $variantStockLocationId, variantTypeId: $variantTypeId, vendorId: $vendorId) { count data { attributes { imageIds productAttributeId productAttributeOptionId value } baseUnit { baseAmount type unitId } brand { createdAt deleted id name updatedAt } brandId categories { createdAt deleted id name parentId updatedAt } categoryIds createdAt deleted description dynamicPriceListIds googleTaxonomyId groupVariantsByVariantTypeId hiddenSalesChannelIds id maxQuantityPerCart metaData { canonicals createdAt deleted description disableIndex id metadataOverrides { description language pageTitle storefrontId storefrontRegionId } pageTitle redirectTo slug targetId targetType translations { description locale pageTitle slug } updatedAt } name productOptionSetId productVariantTypes { order variantTypeId variantValueIds } productVolumeDiscountId salesChannelIds salesChannels { id maxQuantityPerCart minQuantityPerCart productVolumeDiscountId quantitySettings status } shortDescription tagIds tags { createdAt deleted id name updatedAt } totalStock translations { description locale name } type updatedAt variants { attributes { imageIds productAttributeId productAttributeOptionId value } barcodeList bundleSettings { maxBundleQuantity minBundleQuantity products { addToBundleBasePrice discountRatio filteredVariantIds id maxQuantity minQuantity order productId quantity } } createdAt deleted fileId hsCode id images { fileName imageId isMain isVideo order } isActive prices { buyPrice currency currencyCode currencySymbol discountPrice priceListId sellPrice } sellIfOutOfStock sku stocks { createdAt deleted id productId stockCount stockLocationId updatedAt variantId } unit { amount type } updatedAt variantValueIds { variantTypeId variantValueId } weight } vendorId weight } hasNext limit page } }",
33
34
  "listProductAttribute": "query listProductAttribute($id: StringFilterInput, $name: StringFilterInput, $updatedAt: DateFilterInput){ listProductAttribute(id: $id, name: $name, updatedAt: $updatedAt) { createdAt deleted description id name options { colorCode createdAt deleted id name thumbnailImageId updatedAt } tableTemplate { columns { id name } rows { id name } } translations { description locale name options { id name } } type updatedAt } }",
34
35
  "listProductBrand": "query listProductBrand($id: StringFilterInput, $name: StringFilterInput, $search: String, $updatedAt: DateFilterInput){ listProductBrand(id: $id, name: $name, search: $search, updatedAt: $updatedAt) { createdAt deleted description id imageId metaData { canonicals createdAt deleted description disableIndex id metadataOverrides { description language pageTitle storefrontId storefrontRegionId } pageTitle redirectTo slug targetId targetType translations { description locale pageTitle slug } updatedAt } name orderType salesChannelIds translations { description locale name } updatedAt } }",
35
36
  "listProductOptionSet": "query listProductOptionSet($id: StringFilterInput, $name: StringFilterInput, $search: String, $updatedAt: DateFilterInput){ listProductOptionSet(id: $id, name: $name, search: $search, updatedAt: $updatedAt) { createdAt deleted id name options { createdAt dateSettings { max maxRelativeNextDate min minRelativeNextDate } deleted fileSettings { allowedExtensions maxQuantity minQuantity } id isOptional name optionalText order otherPrices { currencyCode currencySymbol price priceListId } price requiredOptionId requiredOptionValueIds selectSettings { maxSelect minSelect type values { colorCode createdAt deleted id order otherPrices { currencyCode currencySymbol price priceListId } price thumbnailImageId updatedAt value } } textSettings { max min } type updatedAt } translations { locale options { id name optionalText values { id value } } } updatedAt } }",
@@ -41,7 +42,7 @@ exports.QueryDefaultGQLs = {
41
42
  "listSalesChannel": "query listSalesChannel($id: StringFilterInput){ listSalesChannel(id: $id) { createdAt deleted id name paymentGateways { id order } priceListId stockLocations { id order } type updatedAt } }",
42
43
  "listShippingSettings": "query listShippingSettings{ listShippingSettings { createdAt deleted id isPassive localDeliverySettings { activeDays { activeLocalDeliveryHours { endTime startTime } day estimatedDeliveryTime { type value } } activeLocalDeliveryHours { endTime startTime } timezone } salesChannelId shippingZones { countryId postalCodes states { cities { districts { id regions { createdAt deleted id name updatedAt } } id } id postalCodes } } stockLocations { order stockLocationId } type updatedAt zoneName zoneRate { condition { maxAmount minAmount type } createdAt currency currencyCode currencySymbol deleted id price priceListId rateName updatedAt } } }",
43
44
  "listState": "query listState($countryId: StringFilterInput!, $id: StringFilterInput, $search: String, $updatedAt: DateFilterInput){ listState(countryId: $countryId, id: $id, search: $search, updatedAt: $updatedAt) { countryId createdAt deleted id locationTranslations { de en fr tr } name native stateCode updatedAt } }",
44
- "listStockLocation": "query listStockLocation($id: StringFilterInput, $name: StringFilterInput, $updatedAt: DateFilterInput){ listStockLocation(id: $id, name: $name, updatedAt: $updatedAt) { address { address city { code id name } country { code id name } district { code id name } phone postalCode state { code id name } } createdAt deleted deliveryTime description id isRemindOutOfStockEnabled name outOfStockMailList type updatedAt } }",
45
+ "listStockLocation": "query listStockLocation($id: StringFilterInput, $name: StringFilterInput, $updatedAt: DateFilterInput){ listStockLocation(id: $id, name: $name, updatedAt: $updatedAt) { address { address city { code id name } country { code id iso2 iso3 name } district { code id name } phone postalCode state { code id name } } createdAt deleted deliveryTime description id isRemindOutOfStockEnabled name outOfStockMailList type updatedAt } }",
45
46
  "listStorefront": "query listStorefront($id: StringFilterInput){ listStorefront(id: $id) { createdAt deleted id name updatedAt } }",
46
47
  "listStorefrontJSScript": "query listStorefrontJSScript($storefrontId: String){ listStorefrontJSScript(storefrontId: $storefrontId) { authorizedAppId contentType createdAt deleted fileName id isActive isHighPriority name order scriptContent storeAppId storefrontId updatedAt } }",
47
48
  "listTaxSettings": "query listTaxSettings($countryId: StringFilterInput, $id: StringFilterInput, $includeDeleted: Boolean){ listTaxSettings(countryId: $countryId, id: $id, includeDeleted: $includeDeleted) { countryId createdAt deleted giftPackageTaxRates { stateId taxRate } id productOverrides { productTagIds stateId taxRate } rates { stateId taxRate } shippingTaxRates { stateId taxRate } taxRate updatedAt } }",
@@ -51,23 +52,24 @@ exports.QueryDefaultGQLs = {
51
52
  "listVendor": "query listVendor($id: StringFilterInput, $includeDeleted: Boolean, $merchantId: StringFilterInput, $name: StringFilterInput, $updatedAt: DateFilterInput){ listVendor(id: $id, includeDeleted: $includeDeleted, merchantId: $merchantId, name: $name, updatedAt: $updatedAt) { address company createdAt deleted email id name phone staffName status taxNumber taxOffice updatedAt } }",
52
53
  "listWebhook": "query listWebhook{ listWebhook { createdAt deleted endpoint id scope updatedAt } }",
53
54
  "me": "query me{ me { addedDate email id name partnerId salesChannelId scope scopes storeAppId supportsMultipleInstallation } }",
54
- "searchProducts": "query searchProducts($input: SearchInput!){ searchProducts(input: $input) { count limit page results { attributes { imageIds productAttribute { id name tableTemplate { columns { id name } rows { id name } } translations { description locale name options { id name } } type } productAttributeOption { id name } value } averageRating baseUnit { baseAmount type unit { id name translations { description locale name } } } brand { id imageId name slug translations { description locale name slug } } campaignOffers { id } campaigns { applicablePrice applyCampaignToProductPrice buyXThenGetY { buyX { amount applyByQuantity filter { idList type } } getY { amount automaticallyAddItemToCart discountRatio filter { idList type } } maxUsagePerOrder } currencyCodes dateRange { end start } fixedDiscount { amount filters { idList type } } id includeDiscountedProducts salesChannelIds title type } categories { id name path { id name slug translations { description locale name slug } } slug translations { description locale name slug } } createdAt customerReviewSummaries { averageRating reviewCount stars { count star } storefrontId } deleted description dynamicPriceListIds groupVariantsByVariantTypeId hiddenSalesChannelIds id metaData { canonicals description disableIndex metadataOverrides { description language pageTitle storefrontId storefrontRegionId } pageTitle redirectTo slug translations { description locale pageTitle slug } } name productGroup { groupKey id name order { orderAttributeId value } translations { locale values { id name value } } values { id name value } } productOptionSetId productVariantTypes { order variantType { id name selectionType translations { locale name values { id name } } values { colorCode id name thumbnailImageId } } variantValueIds } productVolumeDiscountId reviewCount salesChannelIds shortDescription stars { count star } tags { id name translations { description locale name } } translations { description locale name } type updatedAt variants { attributes { imageIds productAttribute { id name tableTemplate { columns { id name } rows { id name } } translations { description locale name options { id name } } type } productAttributeOption { id name } value } barcodeList baseBundlePrices { buyPrice campaignPrice { campaignId campaignPrice } currency currencyCode currencySymbol discountPrice priceListId sellPrice unitPrice } bundleSettings { maxBundleQuantity minBundleQuantity products { addToBundleBasePrice discountRatio filteredVariantIds id maxQuantity minQuantity order productId quantity } } deleted id images { fileName id isMain isVideo order } isActive prices { buyPrice campaignPrice { campaignId campaignPrice } currency currencyCode currencySymbol discountPrice priceListId sellPrice unitPrice } sellIfOutOfStock sku stocks { stockCount stockLocationId } unit { amount type } variantValues { variantTypeId variantValueId } weight } weight } totalCount } }"
55
+ "searchProducts": "query searchProducts($input: SearchInput!){ searchProducts(input: $input) { count limit page results { attributes { imageIds productAttribute { id name tableTemplate { columns { id name } rows { id name } } translations { description locale name options { id name } } type } productAttributeOption { id name } value } averageRating baseUnit { baseAmount type unit { id name translations { description locale name } } } brand { id imageId name slug translations { description locale name slug } } campaignOffers { id } campaigns { applicablePrice applyCampaignToProductPrice buyXThenGetY { buyX { amount applyByQuantity filter { idList type } } getY { amount automaticallyAddItemToCart discountRatio filter { idList type } } maxUsagePerOrder } currencyCodes dateRange { end start } fixedDiscount { amount filters { idList type } lineItemQuantityRange { max min } priceRange { max min } } id includeDiscountedProducts salesChannelIds title type } categories { id name path { id name slug translations { description locale name slug } } slug translations { description locale name slug } } createdAt customerReviewSummaries { averageRating reviewCount stars { count star } storefrontId } deleted description dynamicPriceListIds groupVariantsByVariantTypeId hiddenSalesChannelIds id metaData { canonicals description disableIndex metadataOverrides { description language pageTitle storefrontId storefrontRegionId } pageTitle redirectTo slug translations { description locale pageTitle slug } } name productGroup { groupKey id name order { orderAttributeId value } translations { locale values { id name value } } values { id name value } } productOptionSetId productVariantTypes { order variantType { id name selectionType translations { locale name values { id name } } values { colorCode id name thumbnailImageId } } variantValueIds } productVolumeDiscountId reviewCount salesChannelIds salesChannels { id maxQuantityPerCart minQuantityPerCart productVolumeDiscountId quantitySettings status } shortDescription stars { count star } tags { id name translations { description locale name } } translations { description locale name } type updatedAt variants { attributes { imageIds productAttribute { id name tableTemplate { columns { id name } rows { id name } } translations { description locale name options { id name } } type } productAttributeOption { id name } value } barcodeList baseBundlePrices { buyPrice campaignPrice { campaignId campaignPrice } currency currencyCode currencySymbol discountPrice priceListId sellPrice unitPrice } bundleSettings { maxBundleQuantity minBundleQuantity products { addToBundleBasePrice discountRatio filteredVariantIds id maxQuantity minQuantity order productId quantity } } deleted id images { fileName id isMain isVideo order } isActive prices { buyPrice campaignPrice { campaignId campaignPrice } currency currencyCode currencySymbol discountPrice priceListId sellPrice unitPrice } sellIfOutOfStock sku stocks { stockCount stockLocationId } unit { amount type } variantValues { variantTypeId variantValueId } weight } weight } totalCount } }"
55
56
  };
56
57
  exports.MutationDefaultGQLs = {
57
58
  "addCustomTimelineEntry": "mutation addCustomTimelineEntry($input: TimelineInput!){ addCustomTimelineEntry(input: $input) }",
58
- "addOrderInvoice": "mutation addOrderInvoice($input: AddOrderInvoiceInput!){ addOrderInvoice(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId messageType recoverEmailStatus sendAfter smsTranslationId } archived attributes { orderAttributeId orderAttributeOptionId value } availableShippingMethods { estimatedDeliveryTime { type value } price rateName shippingMethod shippingSettingsId shippingZoneRateId } billingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } branch { id name } branchSession { id name } branchSessionId campaignOffers { appliedOrderLineId campaignOffer { availableSalesChannelIds createdAt currencyCodes deleted endDate followUpActionType id maxCount maximumRequiredCartAmount minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone preferredLanguage } customerGroups { id name } customerId customerOrderCount customerSegments { id name } deleted dueDate giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate marketingCampaignId merchantId note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order transactionId type } orderLineItems { bundleProductSettings { bundleLineId bundleLineQuantity name variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice id order price quantity taxValue variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } createdAt currencyCode currencySymbol deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice id order price quantity taxValue variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } orderNumber orderPackageSequence orderPackageStatus orderPackages { createdAt deleted errorMessage id note orderLineItemIds orderPackageFulfillStatus orderPackageNumber sourceId stockLocationId trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price priceListId shippingSettingsId shippingZoneRateId taxValue title transactionId } shippingMethod shippingSettingsId shippingZoneRateId sourceId staff { email firstName id lastName } status stockLocation { id name } stockLocationId storefront { id name } storefrontId storefrontRouting { domain dynamicCurrencySettings { roundingFormat targetCurrencyCode } id locale path priceListId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent } }",
59
+ "addOrderInvoice": "mutation addOrderInvoice($input: AddOrderInvoiceInput!){ addOrderInvoice(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId messageType recoverEmailStatus sendAfter smsTranslationId } archived attributes { orderAttributeId orderAttributeOptionId value } availableShippingMethods { estimatedDeliveryTime { type value } price rateName shippingMethod shippingSettingsId shippingZoneRateId } billingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } branch { id name } branchSession { id name } branchSessionId campaignOffers { appliedOrderLineId campaignOffer { availableSalesChannelIds createdAt currencyCodes deleted endDate followUpActionType id maxCount maximumRequiredCartAmount minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone preferredLanguage } customerGroups { id name } customerId customerOrderCount customerSegments { id name } deleted dueDate giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate marketingCampaignId merchantId note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order transactionId type } orderLineItems { bundleProductSettings { bundleLineId bundleLineQuantity name options { name productOptionId productOptionsSetId type values { name price value } } variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } order price quantity taxValue unitPrice variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } createdAt currencyCode currencySymbol deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } order price quantity taxValue unitPrice variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } orderNumber orderPackageSequence orderPackageStatus orderPackages { createdAt deleted errorMessage id note orderLineItemIds orderPackageFulfillStatus orderPackageNumber sourceId stockLocationId trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { isAlternativeGateway paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price priceListId shippingSettingsId shippingZoneRateId taxValue title transactionId } shippingMethod shippingSettingsId shippingZoneRateId sourceId staff { email firstName id lastName } status stockLocation { id name } stockLocationId storefront { id name } storefrontId storefrontRouting { domain dynamicCurrencySettings { roundingFormat targetCurrencyCode } id locale path priceListId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent } }",
59
60
  "addOrderTag": "mutation addOrderTag($input: UpdateOrderTagInput!){ addOrderTag(input: $input) }",
60
61
  "approvePendingOrderTransactions": "mutation approvePendingOrderTransactions($input: ApproveOrderTransactionsInput!){ approvePendingOrderTransactions(input: $input) }",
61
62
  "bulkUpdateProducts": "mutation bulkUpdateProducts($input: [BulkUpdateProductsInput!]!){ bulkUpdateProducts(input: $input) }",
62
- "campaignAddCoupons": "mutation campaignAddCoupons($input: AddCouponsInput!){ campaignAddCoupons(input: $input) { campaignId canCombineWithOtherCampaigns code createdAt deleted id updatedAt usageCount usageLimit usageLimitPerCustomer } }",
63
- "cancelFulfillment": "mutation cancelFulfillment($input: CancelFulfillmentInput!){ cancelFulfillment(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId messageType recoverEmailStatus sendAfter smsTranslationId } archived attributes { orderAttributeId orderAttributeOptionId value } availableShippingMethods { estimatedDeliveryTime { type value } price rateName shippingMethod shippingSettingsId shippingZoneRateId } billingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } branch { id name } branchSession { id name } branchSessionId campaignOffers { appliedOrderLineId campaignOffer { availableSalesChannelIds createdAt currencyCodes deleted endDate followUpActionType id maxCount maximumRequiredCartAmount minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone preferredLanguage } customerGroups { id name } customerId customerOrderCount customerSegments { id name } deleted dueDate giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate marketingCampaignId merchantId note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order transactionId type } orderLineItems { bundleProductSettings { bundleLineId bundleLineQuantity name variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice id order price quantity taxValue variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } createdAt currencyCode currencySymbol deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice id order price quantity taxValue variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } orderNumber orderPackageSequence orderPackageStatus orderPackages { createdAt deleted errorMessage id note orderLineItemIds orderPackageFulfillStatus orderPackageNumber sourceId stockLocationId trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price priceListId shippingSettingsId shippingZoneRateId taxValue title transactionId } shippingMethod shippingSettingsId shippingZoneRateId sourceId staff { email firstName id lastName } status stockLocation { id name } stockLocationId storefront { id name } storefrontId storefrontRouting { domain dynamicCurrencySettings { roundingFormat targetCurrencyCode } id locale path priceListId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent } }",
64
- "cancelOrderLine": "mutation cancelOrderLine($input: CancelOrderLineInput!){ cancelOrderLine(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId messageType recoverEmailStatus sendAfter smsTranslationId } archived attributes { orderAttributeId orderAttributeOptionId value } availableShippingMethods { estimatedDeliveryTime { type value } price rateName shippingMethod shippingSettingsId shippingZoneRateId } billingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } branch { id name } branchSession { id name } branchSessionId campaignOffers { appliedOrderLineId campaignOffer { availableSalesChannelIds createdAt currencyCodes deleted endDate followUpActionType id maxCount maximumRequiredCartAmount minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone preferredLanguage } customerGroups { id name } customerId customerOrderCount customerSegments { id name } deleted dueDate giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate marketingCampaignId merchantId note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order transactionId type } orderLineItems { bundleProductSettings { bundleLineId bundleLineQuantity name variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice id order price quantity taxValue variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } createdAt currencyCode currencySymbol deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice id order price quantity taxValue variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } orderNumber orderPackageSequence orderPackageStatus orderPackages { createdAt deleted errorMessage id note orderLineItemIds orderPackageFulfillStatus orderPackageNumber sourceId stockLocationId trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price priceListId shippingSettingsId shippingZoneRateId taxValue title transactionId } shippingMethod shippingSettingsId shippingZoneRateId sourceId staff { email firstName id lastName } status stockLocation { id name } stockLocationId storefront { id name } storefrontId storefrontRouting { domain dynamicCurrencySettings { roundingFormat targetCurrencyCode } id locale path priceListId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent } }",
63
+ "campaignAddCoupons": "mutation campaignAddCoupons($input: AddCouponsInput!){ campaignAddCoupons(input: $input) { applicableCustomerId campaignId canCombineWithOtherCampaigns code createdAt deleted id updatedAt usageCount usageLimit usageLimitPerCustomer } }",
64
+ "cancelFulfillment": "mutation cancelFulfillment($input: CancelFulfillmentInput!){ cancelFulfillment(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId messageType recoverEmailStatus sendAfter smsTranslationId } archived attributes { orderAttributeId orderAttributeOptionId value } availableShippingMethods { estimatedDeliveryTime { type value } price rateName shippingMethod shippingSettingsId shippingZoneRateId } billingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } branch { id name } branchSession { id name } branchSessionId campaignOffers { appliedOrderLineId campaignOffer { availableSalesChannelIds createdAt currencyCodes deleted endDate followUpActionType id maxCount maximumRequiredCartAmount minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone preferredLanguage } customerGroups { id name } customerId customerOrderCount customerSegments { id name } deleted dueDate giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate marketingCampaignId merchantId note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order transactionId type } orderLineItems { bundleProductSettings { bundleLineId bundleLineQuantity name options { name productOptionId productOptionsSetId type values { name price value } } variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } order price quantity taxValue unitPrice variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } createdAt currencyCode currencySymbol deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } order price quantity taxValue unitPrice variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } orderNumber orderPackageSequence orderPackageStatus orderPackages { createdAt deleted errorMessage id note orderLineItemIds orderPackageFulfillStatus orderPackageNumber sourceId stockLocationId trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { isAlternativeGateway paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price priceListId shippingSettingsId shippingZoneRateId taxValue title transactionId } shippingMethod shippingSettingsId shippingZoneRateId sourceId staff { email firstName id lastName } status stockLocation { id name } stockLocationId storefront { id name } storefrontId storefrontRouting { domain dynamicCurrencySettings { roundingFormat targetCurrencyCode } id locale path priceListId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent } }",
65
+ "cancelOrderLine": "mutation cancelOrderLine($input: CancelOrderLineInput!){ cancelOrderLine(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId messageType recoverEmailStatus sendAfter smsTranslationId } archived attributes { orderAttributeId orderAttributeOptionId value } availableShippingMethods { estimatedDeliveryTime { type value } price rateName shippingMethod shippingSettingsId shippingZoneRateId } billingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } branch { id name } branchSession { id name } branchSessionId campaignOffers { appliedOrderLineId campaignOffer { availableSalesChannelIds createdAt currencyCodes deleted endDate followUpActionType id maxCount maximumRequiredCartAmount minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone preferredLanguage } customerGroups { id name } customerId customerOrderCount customerSegments { id name } deleted dueDate giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate marketingCampaignId merchantId note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order transactionId type } orderLineItems { bundleProductSettings { bundleLineId bundleLineQuantity name options { name productOptionId productOptionsSetId type values { name price value } } variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } order price quantity taxValue unitPrice variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } createdAt currencyCode currencySymbol deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } order price quantity taxValue unitPrice variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } orderNumber orderPackageSequence orderPackageStatus orderPackages { createdAt deleted errorMessage id note orderLineItemIds orderPackageFulfillStatus orderPackageNumber sourceId stockLocationId trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { isAlternativeGateway paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price priceListId shippingSettingsId shippingZoneRateId taxValue title transactionId } shippingMethod shippingSettingsId shippingZoneRateId sourceId staff { email firstName id lastName } status stockLocation { id name } stockLocationId storefront { id name } storefrontId storefrontRouting { domain dynamicCurrencySettings { roundingFormat targetCurrencyCode } id locale path priceListId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent } }",
65
66
  "createMerchantAppPayment": "mutation createMerchantAppPayment($input: MerchantAppPaymentInput!){ createMerchantAppPayment(input: $input) { appPaymentKey authorizedAppId createdAt deleted id merchantPaymentUrl name paymentDate prices { period price } status storeAppId storeAppListingSubscriptionId storeAppListingSubscriptionKey type updatedAt } }",
66
67
  "createMerchantAppPaymentWithSubscription": "mutation createMerchantAppPaymentWithSubscription($input: CreateMerchantAppPaymentWithSubscriptionInput!){ createMerchantAppPaymentWithSubscription(input: $input) { appPaymentKey authorizedAppId createdAt deleted id merchantPaymentUrl name paymentDate prices { period price } status storeAppId storeAppListingSubscriptionId storeAppListingSubscriptionKey type updatedAt } }",
67
- "createOrderWithTransactions": "mutation createOrderWithTransactions($input: CreateOrderWithTransactionsInput!){ createOrderWithTransactions(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId messageType recoverEmailStatus sendAfter smsTranslationId } archived attributes { orderAttributeId orderAttributeOptionId value } availableShippingMethods { estimatedDeliveryTime { type value } price rateName shippingMethod shippingSettingsId shippingZoneRateId } billingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } branch { id name } branchSession { id name } branchSessionId campaignOffers { appliedOrderLineId campaignOffer { availableSalesChannelIds createdAt currencyCodes deleted endDate followUpActionType id maxCount maximumRequiredCartAmount minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone preferredLanguage } customerGroups { id name } customerId customerOrderCount customerSegments { id name } deleted dueDate giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate marketingCampaignId merchantId note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order transactionId type } orderLineItems { bundleProductSettings { bundleLineId bundleLineQuantity name variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice id order price quantity taxValue variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } createdAt currencyCode currencySymbol deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice id order price quantity taxValue variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } orderNumber orderPackageSequence orderPackageStatus orderPackages { createdAt deleted errorMessage id note orderLineItemIds orderPackageFulfillStatus orderPackageNumber sourceId stockLocationId trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price priceListId shippingSettingsId shippingZoneRateId taxValue title transactionId } shippingMethod shippingSettingsId shippingZoneRateId sourceId staff { email firstName id lastName } status stockLocation { id name } stockLocationId storefront { id name } storefrontId storefrontRouting { domain dynamicCurrencySettings { roundingFormat targetCurrencyCode } id locale path priceListId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent } }",
68
+ "createOrderWithTransactions": "mutation createOrderWithTransactions($input: CreateOrderWithTransactionsInput!){ createOrderWithTransactions(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId messageType recoverEmailStatus sendAfter smsTranslationId } archived attributes { orderAttributeId orderAttributeOptionId value } availableShippingMethods { estimatedDeliveryTime { type value } price rateName shippingMethod shippingSettingsId shippingZoneRateId } billingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } branch { id name } branchSession { id name } branchSessionId campaignOffers { appliedOrderLineId campaignOffer { availableSalesChannelIds createdAt currencyCodes deleted endDate followUpActionType id maxCount maximumRequiredCartAmount minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone preferredLanguage } customerGroups { id name } customerId customerOrderCount customerSegments { id name } deleted dueDate giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate marketingCampaignId merchantId note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order transactionId type } orderLineItems { bundleProductSettings { bundleLineId bundleLineQuantity name options { name productOptionId productOptionsSetId type values { name price value } } variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } order price quantity taxValue unitPrice variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } createdAt currencyCode currencySymbol deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } order price quantity taxValue unitPrice variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } orderNumber orderPackageSequence orderPackageStatus orderPackages { createdAt deleted errorMessage id note orderLineItemIds orderPackageFulfillStatus orderPackageNumber sourceId stockLocationId trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { isAlternativeGateway paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price priceListId shippingSettingsId shippingZoneRateId taxValue title transactionId } shippingMethod shippingSettingsId shippingZoneRateId sourceId staff { email firstName id lastName } status stockLocation { id name } stockLocationId storefront { id name } storefrontId storefrontRouting { domain dynamicCurrencySettings { roundingFormat targetCurrencyCode } id locale path priceListId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent } }",
68
69
  "deleteCampaignList": "mutation deleteCampaignList($idList: [String!]!){ deleteCampaignList(idList: $idList) }",
69
70
  "deleteCategoryList": "mutation deleteCategoryList($idList: [String!]!){ deleteCategoryList(idList: $idList) }",
70
71
  "deleteCouponList": "mutation deleteCouponList($idList: [String!]!){ deleteCouponList(idList: $idList) }",
72
+ "deleteGlobalTaxSettingsList": "mutation deleteGlobalTaxSettingsList($idList: [String!]!){ deleteGlobalTaxSettingsList(idList: $idList) }",
71
73
  "deleteOrderTagList": "mutation deleteOrderTagList($idList: [String!]!){ deleteOrderTagList(idList: $idList) }",
72
74
  "deleteProductAttributeList": "mutation deleteProductAttributeList($idList: [String!]!){ deleteProductAttributeList(idList: $idList) }",
73
75
  "deleteProductBrandList": "mutation deleteProductBrandList($idList: [String!]!){ deleteProductBrandList(idList: $idList) }",
@@ -77,18 +79,20 @@ exports.MutationDefaultGQLs = {
77
79
  "deleteProductUnitList": "mutation deleteProductUnitList($idList: [String!]!){ deleteProductUnitList(idList: $idList) }",
78
80
  "deleteProductVolumeDiscountList": "mutation deleteProductVolumeDiscountList($idList: [String!]!){ deleteProductVolumeDiscountList(idList: $idList) }",
79
81
  "deleteStorefrontJSScript": "mutation deleteStorefrontJSScript($storefrontIdList: [String!]!){ deleteStorefrontJSScript(storefrontIdList: $storefrontIdList) }",
82
+ "deleteTaxSettingsList": "mutation deleteTaxSettingsList($idList: [String!]!){ deleteTaxSettingsList(idList: $idList) }",
80
83
  "deleteVariantTypeList": "mutation deleteVariantTypeList($idList: [String!]!){ deleteVariantTypeList(idList: $idList) }",
81
84
  "deleteVendorList": "mutation deleteVendorList($idList: [String!]!){ deleteVendorList(idList: $idList) }",
82
85
  "deleteWebhook": "mutation deleteWebhook($scopes: [String!]!){ deleteWebhook(scopes: $scopes) }",
83
- "fulfillOrder": "mutation fulfillOrder($input: FulFillOrderInput!){ fulfillOrder(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId messageType recoverEmailStatus sendAfter smsTranslationId } archived attributes { orderAttributeId orderAttributeOptionId value } availableShippingMethods { estimatedDeliveryTime { type value } price rateName shippingMethod shippingSettingsId shippingZoneRateId } billingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } branch { id name } branchSession { id name } branchSessionId campaignOffers { appliedOrderLineId campaignOffer { availableSalesChannelIds createdAt currencyCodes deleted endDate followUpActionType id maxCount maximumRequiredCartAmount minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone preferredLanguage } customerGroups { id name } customerId customerOrderCount customerSegments { id name } deleted dueDate giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate marketingCampaignId merchantId note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order transactionId type } orderLineItems { bundleProductSettings { bundleLineId bundleLineQuantity name variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice id order price quantity taxValue variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } createdAt currencyCode currencySymbol deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice id order price quantity taxValue variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } orderNumber orderPackageSequence orderPackageStatus orderPackages { createdAt deleted errorMessage id note orderLineItemIds orderPackageFulfillStatus orderPackageNumber sourceId stockLocationId trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price priceListId shippingSettingsId shippingZoneRateId taxValue title transactionId } shippingMethod shippingSettingsId shippingZoneRateId sourceId staff { email firstName id lastName } status stockLocation { id name } stockLocationId storefront { id name } storefrontId storefrontRouting { domain dynamicCurrencySettings { roundingFormat targetCurrencyCode } id locale path priceListId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent } }",
86
+ "fulfillOrder": "mutation fulfillOrder($input: FulFillOrderInput!){ fulfillOrder(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId messageType recoverEmailStatus sendAfter smsTranslationId } archived attributes { orderAttributeId orderAttributeOptionId value } availableShippingMethods { estimatedDeliveryTime { type value } price rateName shippingMethod shippingSettingsId shippingZoneRateId } billingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } branch { id name } branchSession { id name } branchSessionId campaignOffers { appliedOrderLineId campaignOffer { availableSalesChannelIds createdAt currencyCodes deleted endDate followUpActionType id maxCount maximumRequiredCartAmount minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone preferredLanguage } customerGroups { id name } customerId customerOrderCount customerSegments { id name } deleted dueDate giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate marketingCampaignId merchantId note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order transactionId type } orderLineItems { bundleProductSettings { bundleLineId bundleLineQuantity name options { name productOptionId productOptionsSetId type values { name price value } } variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } order price quantity taxValue unitPrice variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } createdAt currencyCode currencySymbol deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } order price quantity taxValue unitPrice variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } orderNumber orderPackageSequence orderPackageStatus orderPackages { createdAt deleted errorMessage id note orderLineItemIds orderPackageFulfillStatus orderPackageNumber sourceId stockLocationId trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { isAlternativeGateway paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price priceListId shippingSettingsId shippingZoneRateId taxValue title transactionId } shippingMethod shippingSettingsId shippingZoneRateId sourceId staff { email firstName id lastName } status stockLocation { id name } stockLocationId storefront { id name } storefrontId storefrontRouting { domain dynamicCurrencySettings { roundingFormat targetCurrencyCode } id locale path priceListId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent } }",
84
87
  "getAppDemoDay": "mutation getAppDemoDay($input: CreateMerchantAppPaymentWithSubscriptionInput!){ getAppDemoDay(input: $input) }",
85
88
  "getOrderInvoicePdfUrl": "mutation getOrderInvoicePdfUrl($input: GetOrderInvoicePdfUrlInput!){ getOrderInvoicePdfUrl(input: $input) }",
86
- "refundOrderLine": "mutation refundOrderLine($input: OrderRefundInput!){ refundOrderLine(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId messageType recoverEmailStatus sendAfter smsTranslationId } archived attributes { orderAttributeId orderAttributeOptionId value } availableShippingMethods { estimatedDeliveryTime { type value } price rateName shippingMethod shippingSettingsId shippingZoneRateId } billingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } branch { id name } branchSession { id name } branchSessionId campaignOffers { appliedOrderLineId campaignOffer { availableSalesChannelIds createdAt currencyCodes deleted endDate followUpActionType id maxCount maximumRequiredCartAmount minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone preferredLanguage } customerGroups { id name } customerId customerOrderCount customerSegments { id name } deleted dueDate giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate marketingCampaignId merchantId note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order transactionId type } orderLineItems { bundleProductSettings { bundleLineId bundleLineQuantity name variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice id order price quantity taxValue variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } createdAt currencyCode currencySymbol deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice id order price quantity taxValue variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } orderNumber orderPackageSequence orderPackageStatus orderPackages { createdAt deleted errorMessage id note orderLineItemIds orderPackageFulfillStatus orderPackageNumber sourceId stockLocationId trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price priceListId shippingSettingsId shippingZoneRateId taxValue title transactionId } shippingMethod shippingSettingsId shippingZoneRateId sourceId staff { email firstName id lastName } status stockLocation { id name } stockLocationId storefront { id name } storefrontId storefrontRouting { domain dynamicCurrencySettings { roundingFormat targetCurrencyCode } id locale path priceListId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent } }",
89
+ "refundOrderLine": "mutation refundOrderLine($input: OrderRefundInput!){ refundOrderLine(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId messageType recoverEmailStatus sendAfter smsTranslationId } archived attributes { orderAttributeId orderAttributeOptionId value } availableShippingMethods { estimatedDeliveryTime { type value } price rateName shippingMethod shippingSettingsId shippingZoneRateId } billingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } branch { id name } branchSession { id name } branchSessionId campaignOffers { appliedOrderLineId campaignOffer { availableSalesChannelIds createdAt currencyCodes deleted endDate followUpActionType id maxCount maximumRequiredCartAmount minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone preferredLanguage } customerGroups { id name } customerId customerOrderCount customerSegments { id name } deleted dueDate giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate marketingCampaignId merchantId note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order transactionId type } orderLineItems { bundleProductSettings { bundleLineId bundleLineQuantity name options { name productOptionId productOptionsSetId type values { name price value } } variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } order price quantity taxValue unitPrice variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } createdAt currencyCode currencySymbol deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } order price quantity taxValue unitPrice variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } orderNumber orderPackageSequence orderPackageStatus orderPackages { createdAt deleted errorMessage id note orderLineItemIds orderPackageFulfillStatus orderPackageNumber sourceId stockLocationId trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { isAlternativeGateway paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price priceListId shippingSettingsId shippingZoneRateId taxValue title transactionId } shippingMethod shippingSettingsId shippingZoneRateId sourceId staff { email firstName id lastName } status stockLocation { id name } stockLocationId storefront { id name } storefrontId storefrontRouting { domain dynamicCurrencySettings { roundingFormat targetCurrencyCode } id locale path priceListId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent } }",
87
90
  "removeOrderTag": "mutation removeOrderTag($input: UpdateOrderTagInput!){ removeOrderTag(input: $input) }",
88
- "saveCampaign": "mutation saveCampaign($input: CampaignInput!){ saveCampaign(input: $input) { applicableCustomerGroupIds applicableCustomerIds applicablePrice applyCampaignToProductPrice buyXThenGetY { buyX { amount applyByQuantity filter { idList type } } getY { amount automaticallyAddItemToCart discountRatio filter { idList type } } maxUsagePerOrder } canCombineWithOtherCampaigns createdAt createdFor currencyCodes dateRange { end start } deleted fixedDiscount { amount filters { idList type } isApplyByCartAmount lineItemQuantityRange { max min } priceRange { max min } } hasCoupon id includeDiscountedProducts isFreeShipping onlyUseCustomer salesChannelIds title translations { locale title } type updatedAt usageCount usageLimit usageLimitPerCustomer } }",
91
+ "saveCampaign": "mutation saveCampaign($input: CampaignInput!){ saveCampaign(input: $input) { applicableCustomerGroupIds applicableCustomerIds applicableCustomerSegmentIds applicablePrice applyCampaignToProductPrice buyXThenGetY { buyX { amount applyByQuantity filter { idList type } } getY { amount automaticallyAddItemToCart discountRatio discountType filter { idList type } } maxUsagePerOrder } canCombineWithOtherCampaigns createdAt createdFor currencyCodes dateRange { end start } deleted fixedDiscount { amount filters { idList type } isApplyByCartAmount lineItemQuantityRange { max min } priceRange { max min } shouldMatchAllConditions } hasCoupon id includeDiscountedProducts isFreeShipping onlyUseCustomer salesChannelIds tieredDiscount { filters { idList type } isApplyByCartAmount rules { amount lineItemQuantityRange { max min } priceRange { max min } } shouldMatchAllConditions } title translations { locale title } type updatedAt usageCount usageLimit usageLimitPerCustomer } }",
89
92
  "saveCategory": "mutation saveCategory($input: CategoryInput!){ saveCategory(input: $input) { categoryPath categoryPathItems { createdAt deleted description id imageId isAutomated metaData { canonicals createdAt deleted description disableIndex id metadataOverrides { description language pageTitle storefrontId storefrontRegionId } pageTitle redirectTo slug targetId targetType translations { description locale pageTitle slug } updatedAt } name translations { description locale name } updatedAt } conditions { conditionType method valueList } createdAt deleted description id imageId isAutomated metaData { canonicals createdAt deleted description disableIndex id metadataOverrides { description language pageTitle storefrontId storefrontRegionId } pageTitle redirectTo slug targetId targetType translations { description locale pageTitle slug } updatedAt } name orderType parentId salesChannelIds salesChannels { id status } shouldMatchAllConditions translations { description locale name } updatedAt } }",
93
+ "saveGlobalTaxSettings": "mutation saveGlobalTaxSettings($input: GlobalTaxSettingsInput!){ saveGlobalTaxSettings(input: $input) { createdAt deleted id isTaxExcludedOnPrices isTaxExcludedOnShippingPrices storefrontId updatedAt } }",
90
94
  "saveOrderTag": "mutation saveOrderTag($input: OrderTagInput!){ saveOrderTag(input: $input) { createdAt deleted id merchantId name updatedAt } }",
91
- "saveProduct": "mutation saveProduct($input: ProductInput!){ saveProduct(input: $input) { attributes { imageIds productAttributeId productAttributeOptionId value } baseUnit { baseAmount type unitId } brand { createdAt deleted id name updatedAt } brandId categories { createdAt deleted id name parentId updatedAt } categoryIds createdAt deleted description dynamicPriceListIds googleTaxonomyId groupVariantsByVariantTypeId hiddenSalesChannelIds id maxQuantityPerCart metaData { canonicals createdAt deleted description disableIndex id metadataOverrides { description language pageTitle storefrontId storefrontRegionId } pageTitle redirectTo slug targetId targetType translations { description locale pageTitle slug } updatedAt } name productOptionSetId productVariantTypes { order variantTypeId variantValueIds } productVolumeDiscountId salesChannelIds shortDescription tagIds tags { createdAt deleted id name updatedAt } totalStock translations { description locale name } type updatedAt variants { attributes { imageIds productAttributeId productAttributeOptionId value } barcodeList bundleSettings { maxBundleQuantity minBundleQuantity products { addToBundleBasePrice discountRatio filteredVariantIds id maxQuantity minQuantity order productId quantity } } createdAt deleted fileId hsCode id images { fileName imageId isMain isVideo order } isActive prices { buyPrice currency currencyCode currencySymbol discountPrice priceListId sellPrice } sellIfOutOfStock sku stocks { createdAt deleted id productId stockCount stockLocationId updatedAt variantId } unit { amount type } updatedAt variantValueIds { variantTypeId variantValueId } weight } vendorId weight } }",
95
+ "saveProduct": "mutation saveProduct($input: ProductInput!){ saveProduct(input: $input) { attributes { imageIds productAttributeId productAttributeOptionId value } baseUnit { baseAmount type unitId } brand { createdAt deleted id name updatedAt } brandId categories { createdAt deleted id name parentId updatedAt } categoryIds createdAt deleted description dynamicPriceListIds googleTaxonomyId groupVariantsByVariantTypeId hiddenSalesChannelIds id maxQuantityPerCart metaData { canonicals createdAt deleted description disableIndex id metadataOverrides { description language pageTitle storefrontId storefrontRegionId } pageTitle redirectTo slug targetId targetType translations { description locale pageTitle slug } updatedAt } name productOptionSetId productVariantTypes { order variantTypeId variantValueIds } productVolumeDiscountId salesChannelIds salesChannels { id maxQuantityPerCart minQuantityPerCart productVolumeDiscountId quantitySettings status } shortDescription tagIds tags { createdAt deleted id name updatedAt } totalStock translations { description locale name } type updatedAt variants { attributes { imageIds productAttributeId productAttributeOptionId value } barcodeList bundleSettings { maxBundleQuantity minBundleQuantity products { addToBundleBasePrice discountRatio filteredVariantIds id maxQuantity minQuantity order productId quantity } } createdAt deleted fileId hsCode id images { fileName imageId isMain isVideo order } isActive prices { buyPrice currency currencyCode currencySymbol discountPrice priceListId sellPrice } sellIfOutOfStock sku stocks { createdAt deleted id productId stockCount stockLocationId updatedAt variantId } unit { amount type } updatedAt variantValueIds { variantTypeId variantValueId } weight } vendorId weight } }",
92
96
  "saveProductAttribute": "mutation saveProductAttribute($input: ProductAttributeInput!){ saveProductAttribute(input: $input) { createdAt deleted description id name options { colorCode createdAt deleted id name thumbnailImageId updatedAt } tableTemplate { columns { id name } rows { id name } } translations { description locale name options { id name } } type updatedAt } }",
93
97
  "saveProductBrand": "mutation saveProductBrand($input: ProductBrandInput!){ saveProductBrand(input: $input) { createdAt deleted description id imageId metaData { canonicals createdAt deleted description disableIndex id metadataOverrides { description language pageTitle storefrontId storefrontRegionId } pageTitle redirectTo slug targetId targetType translations { description locale pageTitle slug } updatedAt } name orderType salesChannelIds translations { description locale name } updatedAt } }",
94
98
  "saveProductOrder": "mutation saveProductOrder($input: ProductOrderInput!){ saveProductOrder(input: $input) { brandIds categoryIds createdAt deleted id products { order productId } updatedAt } }",
@@ -98,13 +102,14 @@ exports.MutationDefaultGQLs = {
98
102
  "saveProductVolumeDiscount": "mutation saveProductVolumeDiscount($input: ProductVolumeDiscountInput!){ saveProductVolumeDiscount(input: $input) { createdAt deleted id name rules { discountRatio lineItemQuantityRange { max min } } scope updatedAt } }",
99
103
  "saveSalesChannel": "mutation saveSalesChannel($input: SalesChannelInput!){ saveSalesChannel(input: $input) { createdAt deleted id name paymentGateways { id order } priceListId stockLocations { id order } type updatedAt } }",
100
104
  "saveStorefrontJSScript": "mutation saveStorefrontJSScript($input: StorefrontJSScriptInput!){ saveStorefrontJSScript(input: $input) { authorizedAppId contentType createdAt deleted fileName id isActive isHighPriority name order scriptContent storeAppId storefrontId updatedAt } }",
105
+ "saveTaxSettings": "mutation saveTaxSettings($input: TaxSettingsInput!){ saveTaxSettings(input: $input) { countryId createdAt deleted giftPackageTaxRates { stateId taxRate } id productOverrides { productTagIds stateId taxRate } rates { stateId taxRate } shippingTaxRates { stateId taxRate } taxRate updatedAt } }",
101
106
  "saveVariantPrices": "mutation saveVariantPrices($input: SaveVariantPricesInput!){ saveVariantPrices(input: $input) }",
102
107
  "saveVariantType": "mutation saveVariantType($input: VariantTypeInput!){ saveVariantType(input: $input) { createdAt deleted id name selectionType translations { locale name values { id name } } updatedAt values { colorCode createdAt deleted id name thumbnailImageId updatedAt } } }",
103
108
  "saveVendor": "mutation saveVendor($input: VendorInput!){ saveVendor(input: $input) { address company createdAt deleted email id name phone staffName status taxNumber taxOffice updatedAt } }",
104
109
  "saveWebhook": "mutation saveWebhook($input: WebhookInput!){ saveWebhook(input: $input) { createdAt deleted endpoint id scope updatedAt } }",
105
- "updateOrderAddresses": "mutation updateOrderAddresses($input: UpdateOrderAddressesInput!){ updateOrderAddresses(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId messageType recoverEmailStatus sendAfter smsTranslationId } archived attributes { orderAttributeId orderAttributeOptionId value } availableShippingMethods { estimatedDeliveryTime { type value } price rateName shippingMethod shippingSettingsId shippingZoneRateId } billingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } branch { id name } branchSession { id name } branchSessionId campaignOffers { appliedOrderLineId campaignOffer { availableSalesChannelIds createdAt currencyCodes deleted endDate followUpActionType id maxCount maximumRequiredCartAmount minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone preferredLanguage } customerGroups { id name } customerId customerOrderCount customerSegments { id name } deleted dueDate giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate marketingCampaignId merchantId note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order transactionId type } orderLineItems { bundleProductSettings { bundleLineId bundleLineQuantity name variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice id order price quantity taxValue variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } createdAt currencyCode currencySymbol deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice id order price quantity taxValue variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } orderNumber orderPackageSequence orderPackageStatus orderPackages { createdAt deleted errorMessage id note orderLineItemIds orderPackageFulfillStatus orderPackageNumber sourceId stockLocationId trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price priceListId shippingSettingsId shippingZoneRateId taxValue title transactionId } shippingMethod shippingSettingsId shippingZoneRateId sourceId staff { email firstName id lastName } status stockLocation { id name } stockLocationId storefront { id name } storefrontId storefrontRouting { domain dynamicCurrencySettings { roundingFormat targetCurrencyCode } id locale path priceListId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent } }",
106
- "updateOrderLine": "mutation updateOrderLine($input: UpdateOrderInput!){ updateOrderLine(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId messageType recoverEmailStatus sendAfter smsTranslationId } archived attributes { orderAttributeId orderAttributeOptionId value } availableShippingMethods { estimatedDeliveryTime { type value } price rateName shippingMethod shippingSettingsId shippingZoneRateId } billingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } branch { id name } branchSession { id name } branchSessionId campaignOffers { appliedOrderLineId campaignOffer { availableSalesChannelIds createdAt currencyCodes deleted endDate followUpActionType id maxCount maximumRequiredCartAmount minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone preferredLanguage } customerGroups { id name } customerId customerOrderCount customerSegments { id name } deleted dueDate giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate marketingCampaignId merchantId note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order transactionId type } orderLineItems { bundleProductSettings { bundleLineId bundleLineQuantity name variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice id order price quantity taxValue variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } createdAt currencyCode currencySymbol deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice id order price quantity taxValue variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } orderNumber orderPackageSequence orderPackageStatus orderPackages { createdAt deleted errorMessage id note orderLineItemIds orderPackageFulfillStatus orderPackageNumber sourceId stockLocationId trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price priceListId shippingSettingsId shippingZoneRateId taxValue title transactionId } shippingMethod shippingSettingsId shippingZoneRateId sourceId staff { email firstName id lastName } status stockLocation { id name } stockLocationId storefront { id name } storefrontId storefrontRouting { domain dynamicCurrencySettings { roundingFormat targetCurrencyCode } id locale path priceListId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent } }",
107
- "updateOrderPackageStatus": "mutation updateOrderPackageStatus($input: UpdateOrderPackageStatusInput!){ updateOrderPackageStatus(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId messageType recoverEmailStatus sendAfter smsTranslationId } archived attributes { orderAttributeId orderAttributeOptionId value } availableShippingMethods { estimatedDeliveryTime { type value } price rateName shippingMethod shippingSettingsId shippingZoneRateId } billingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } branch { id name } branchSession { id name } branchSessionId campaignOffers { appliedOrderLineId campaignOffer { availableSalesChannelIds createdAt currencyCodes deleted endDate followUpActionType id maxCount maximumRequiredCartAmount minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone preferredLanguage } customerGroups { id name } customerId customerOrderCount customerSegments { id name } deleted dueDate giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate marketingCampaignId merchantId note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order transactionId type } orderLineItems { bundleProductSettings { bundleLineId bundleLineQuantity name variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice id order price quantity taxValue variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } createdAt currencyCode currencySymbol deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice id order price quantity taxValue variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } orderNumber orderPackageSequence orderPackageStatus orderPackages { createdAt deleted errorMessage id note orderLineItemIds orderPackageFulfillStatus orderPackageNumber sourceId stockLocationId trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price priceListId shippingSettingsId shippingZoneRateId taxValue title transactionId } shippingMethod shippingSettingsId shippingZoneRateId sourceId staff { email firstName id lastName } status stockLocation { id name } stockLocationId storefront { id name } storefrontId storefrontRouting { domain dynamicCurrencySettings { roundingFormat targetCurrencyCode } id locale path priceListId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent } }",
110
+ "updateOrderAddresses": "mutation updateOrderAddresses($input: UpdateOrderAddressesInput!){ updateOrderAddresses(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId messageType recoverEmailStatus sendAfter smsTranslationId } archived attributes { orderAttributeId orderAttributeOptionId value } availableShippingMethods { estimatedDeliveryTime { type value } price rateName shippingMethod shippingSettingsId shippingZoneRateId } billingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } branch { id name } branchSession { id name } branchSessionId campaignOffers { appliedOrderLineId campaignOffer { availableSalesChannelIds createdAt currencyCodes deleted endDate followUpActionType id maxCount maximumRequiredCartAmount minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone preferredLanguage } customerGroups { id name } customerId customerOrderCount customerSegments { id name } deleted dueDate giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate marketingCampaignId merchantId note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order transactionId type } orderLineItems { bundleProductSettings { bundleLineId bundleLineQuantity name options { name productOptionId productOptionsSetId type values { name price value } } variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } order price quantity taxValue unitPrice variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } createdAt currencyCode currencySymbol deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } order price quantity taxValue unitPrice variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } orderNumber orderPackageSequence orderPackageStatus orderPackages { createdAt deleted errorMessage id note orderLineItemIds orderPackageFulfillStatus orderPackageNumber sourceId stockLocationId trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { isAlternativeGateway paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price priceListId shippingSettingsId shippingZoneRateId taxValue title transactionId } shippingMethod shippingSettingsId shippingZoneRateId sourceId staff { email firstName id lastName } status stockLocation { id name } stockLocationId storefront { id name } storefrontId storefrontRouting { domain dynamicCurrencySettings { roundingFormat targetCurrencyCode } id locale path priceListId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent } }",
111
+ "updateOrderLine": "mutation updateOrderLine($input: UpdateOrderInput!){ updateOrderLine(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId messageType recoverEmailStatus sendAfter smsTranslationId } archived attributes { orderAttributeId orderAttributeOptionId value } availableShippingMethods { estimatedDeliveryTime { type value } price rateName shippingMethod shippingSettingsId shippingZoneRateId } billingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } branch { id name } branchSession { id name } branchSessionId campaignOffers { appliedOrderLineId campaignOffer { availableSalesChannelIds createdAt currencyCodes deleted endDate followUpActionType id maxCount maximumRequiredCartAmount minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone preferredLanguage } customerGroups { id name } customerId customerOrderCount customerSegments { id name } deleted dueDate giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate marketingCampaignId merchantId note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order transactionId type } orderLineItems { bundleProductSettings { bundleLineId bundleLineQuantity name options { name productOptionId productOptionsSetId type values { name price value } } variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } order price quantity taxValue unitPrice variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } createdAt currencyCode currencySymbol deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } order price quantity taxValue unitPrice variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } orderNumber orderPackageSequence orderPackageStatus orderPackages { createdAt deleted errorMessage id note orderLineItemIds orderPackageFulfillStatus orderPackageNumber sourceId stockLocationId trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { isAlternativeGateway paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price priceListId shippingSettingsId shippingZoneRateId taxValue title transactionId } shippingMethod shippingSettingsId shippingZoneRateId sourceId staff { email firstName id lastName } status stockLocation { id name } stockLocationId storefront { id name } storefrontId storefrontRouting { domain dynamicCurrencySettings { roundingFormat targetCurrencyCode } id locale path priceListId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent } }",
112
+ "updateOrderPackageStatus": "mutation updateOrderPackageStatus($input: UpdateOrderPackageStatusInput!){ updateOrderPackageStatus(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId messageType recoverEmailStatus sendAfter smsTranslationId } archived attributes { orderAttributeId orderAttributeOptionId value } availableShippingMethods { estimatedDeliveryTime { type value } price rateName shippingMethod shippingSettingsId shippingZoneRateId } billingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } branch { id name } branchSession { id name } branchSessionId campaignOffers { appliedOrderLineId campaignOffer { availableSalesChannelIds createdAt currencyCodes deleted endDate followUpActionType id maxCount maximumRequiredCartAmount minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone preferredLanguage } customerGroups { id name } customerId customerOrderCount customerSegments { id name } deleted dueDate giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate marketingCampaignId merchantId note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order transactionId type } orderLineItems { bundleProductSettings { bundleLineId bundleLineQuantity name options { name productOptionId productOptionsSetId type values { name price value } } variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } order price quantity taxValue unitPrice variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } createdAt currencyCode currencySymbol deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } order price quantity taxValue unitPrice variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } orderNumber orderPackageSequence orderPackageStatus orderPackages { createdAt deleted errorMessage id note orderLineItemIds orderPackageFulfillStatus orderPackageNumber sourceId stockLocationId trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { isAlternativeGateway paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price priceListId shippingSettingsId shippingZoneRateId taxValue title transactionId } shippingMethod shippingSettingsId shippingZoneRateId sourceId staff { email firstName id lastName } status stockLocation { id name } stockLocationId storefront { id name } storefrontId storefrontRouting { domain dynamicCurrencySettings { roundingFormat targetCurrencyCode } id locale path priceListId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent } }",
108
113
  "updateProductSalesChannelStatus": "mutation updateProductSalesChannelStatus($input: [UpdateProductSalesChannelStatusInput!]!, $salesChannelId: String){ updateProductSalesChannelStatus(input: $input, salesChannelId: $salesChannelId) }",
109
114
  "updateSubscriptionStatus": "mutation updateSubscriptionStatus($customerId: String!, $subscriptionStatus: CustomerEmailSubscriptionStatusesEnum!){ updateSubscriptionStatus(customerId: $customerId, subscriptionStatus: $subscriptionStatus) }"
110
115
  };