@ikas/api-client 1.0.40-alpha.6 → 1.0.40-alpha.7

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.
@@ -105,6 +105,7 @@ export declare const MutationDefaultGQLs: {
105
105
  saveVariantType: string;
106
106
  saveVendor: string;
107
107
  saveWebhook: string;
108
+ updateCustomerB2BStatus: string;
108
109
  updateOrderAddresses: string;
109
110
  updateOrderLine: string;
110
111
  updateOrderPackageStatus: string;
@@ -14,20 +14,20 @@ exports.QueryDefaultGQLs = {
14
14
  "getVideoUploadUrl": "query getVideoUploadUrl($videoId: String!){ getVideoUploadUrl(videoId: $videoId) { fields url } }",
15
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($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 } }",
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 couponPrefix couponValidityPeriod 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 { applicableCustomerId campaignId canCombineWithOtherCampaigns code createdAt deleted id updatedAt usageCount usageLimit usageLimitPerCustomer } 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 dateRange { end start } deleted id updatedAt usageCount usageLimit usageLimitPerCustomer } hasNext limit page } }",
23
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
26
  "listGlobalTaxSettings": "query listGlobalTaxSettings($id: StringFilterInput, $includeDeleted: Boolean){ listGlobalTaxSettings(id: $id, includeDeleted: $includeDeleted) { createdAt deleted id isTaxExcludedOnPrices isTaxExcludedOnShippingPrices storefrontId updatedAt } }",
27
27
  "listLanguage": "query listLanguage($id: StringFilterInput){ listLanguage(id: $id) { createdAt deleted id locale name updatedAt } }",
28
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 } }",
29
- "listMerchantSettings": "query listMerchantSettings($id: StringFilterInput, $merchantId: StringFilterInput){ listMerchantSettings(id: $id, merchantId: $merchantId) { accessPermission accessPermissionToDate 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 } createdAt currencyCode currencyFormats { currencyCode decimalSeparator omitZeroDecimal symbol symbolPosition thousandSeparator } currencySymbol defaultLocale deleted id logoId merchantName phone timezone updatedAt } }",
30
- "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 } triggers { filters { filterType valueList } shouldMatchAllConditions } 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
+ "listMerchantSettings": "query listMerchantSettings($id: StringFilterInput, $merchantId: StringFilterInput){ listMerchantSettings(id: $id, merchantId: $merchantId) { accessPermission accessPermissionToDate 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 } billingAddress { 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 } createdAt currencyCode currencyFormats { currencyCode decimalSeparator omitZeroDecimal symbol symbolPosition thousandSeparator } currencySymbol defaultLocale deleted id logoId merchantName phone requireMFAForAllStaffs timezone updatedAt } }",
30
+ "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 } triggers { filters { filterType valueList } shouldMatchAllConditions } 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 workflowId workflowName workflowNodeId } hasNext limit page } }",
31
31
  "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 } }",
32
32
  "listOrderTransactions": "query listOrderTransactions($orderId: String!){ listOrderTransactions(orderId: $orderId) { amount authCode checkoutId createdAt currencyCode currencySymbol customerId deleted error { code declineCode message } gatewayReferenceId 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 } }",
33
33
  "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 } }",
@@ -41,7 +41,7 @@ exports.QueryDefaultGQLs = {
41
41
  "listProductUnit": "query listProductUnit($id: StringFilterInput){ listProductUnit(id: $id) { createdAt deleted id name translations { description locale name } updatedAt } }",
42
42
  "listProductVolumeDiscount": "query listProductVolumeDiscount($id: StringFilterInput){ listProductVolumeDiscount(id: $id) { createdAt deleted id name rules { discountRatio lineItemQuantityRange { max min } } scope updatedAt } }",
43
43
  "listSalesChannel": "query listSalesChannel($id: StringFilterInput){ listSalesChannel(id: $id) { createdAt deleted id name paymentGateways { id order } priceListId stockLocations { id order } type updatedAt } }",
44
- "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 } } }",
44
+ "listShippingSettings": "query listShippingSettings{ listShippingSettings { createdAt deleted id isPassive localDeliverySettings { activeDays { activeLocalDeliveryHours { endTime startTime } day estimatedDeliveryTime { type value } } activeLocalDeliveryHours { endTime startTime } timezone } order 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 } } }",
45
45
  "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 } }",
46
46
  "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 } }",
47
47
  "listStorefront": "query listStorefront($id: StringFilterInput){ listStorefront(id: $id) { createdAt deleted id name updatedAt } }",
@@ -53,20 +53,20 @@ exports.QueryDefaultGQLs = {
53
53
  "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 } }",
54
54
  "listWebhook": "query listWebhook{ listWebhook { createdAt deleted endpoint id scope updatedAt } }",
55
55
  "me": "query me{ me { addedDate email id name partnerId salesChannelId scope scopes storeAppId supportsMultipleInstallation } }",
56
- "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 } }"
56
+ "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 { availableSalesChannelIds 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 tieredDiscount { filters { idList type } isApplyByCartAmount rules { amount lineItemQuantityRange { max min } priceRange { max min } } shouldMatchAllConditions } 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 } }"
57
57
  };
58
58
  exports.MutationDefaultGQLs = {
59
59
  "addCustomTimelineEntry": "mutation addCustomTimelineEntry($input: TimelineInput!){ addCustomTimelineEntry(input: $input) }",
60
- "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 } triggers { filters { filterType valueList } shouldMatchAllConditions } 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 } }",
60
+ "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 } triggers { filters { filterType valueList } shouldMatchAllConditions } 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 workflowId workflowName workflowNodeId } }",
61
61
  "addOrderTag": "mutation addOrderTag($input: UpdateOrderTagInput!){ addOrderTag(input: $input) }",
62
62
  "approvePendingOrderTransactions": "mutation approvePendingOrderTransactions($input: ApproveOrderTransactionsInput!){ approvePendingOrderTransactions(input: $input) }",
63
63
  "bulkUpdateProducts": "mutation bulkUpdateProducts($input: [BulkUpdateProductsInput!]!){ bulkUpdateProducts(input: $input) }",
64
- "campaignAddCoupons": "mutation campaignAddCoupons($input: AddCouponsInput!){ campaignAddCoupons(input: $input) { applicableCustomerId campaignId canCombineWithOtherCampaigns code createdAt deleted id updatedAt usageCount usageLimit usageLimitPerCustomer } }",
65
- "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 } triggers { filters { filterType valueList } shouldMatchAllConditions } 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 } }",
66
- "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 } triggers { filters { filterType valueList } shouldMatchAllConditions } 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 } }",
64
+ "campaignAddCoupons": "mutation campaignAddCoupons($input: AddCouponsInput!){ campaignAddCoupons(input: $input) { applicableCustomerId campaignId canCombineWithOtherCampaigns code createdAt dateRange { end start } deleted id updatedAt usageCount usageLimit usageLimitPerCustomer } }",
65
+ "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 } triggers { filters { filterType valueList } shouldMatchAllConditions } 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 workflowId workflowName workflowNodeId } }",
66
+ "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 } triggers { filters { filterType valueList } shouldMatchAllConditions } 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 workflowId workflowName workflowNodeId } }",
67
67
  "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 } }",
68
68
  "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 } }",
69
- "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 } triggers { filters { filterType valueList } shouldMatchAllConditions } 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 } }",
69
+ "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 } triggers { filters { filterType valueList } shouldMatchAllConditions } 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 workflowId workflowName workflowNodeId } }",
70
70
  "deleteCampaignList": "mutation deleteCampaignList($idList: [String!]!){ deleteCampaignList(idList: $idList) }",
71
71
  "deleteCategoryList": "mutation deleteCategoryList($idList: [String!]!){ deleteCategoryList(idList: $idList) }",
72
72
  "deleteCouponList": "mutation deleteCouponList($idList: [String!]!){ deleteCouponList(idList: $idList) }",
@@ -84,12 +84,12 @@ exports.MutationDefaultGQLs = {
84
84
  "deleteVariantTypeList": "mutation deleteVariantTypeList($idList: [String!]!){ deleteVariantTypeList(idList: $idList) }",
85
85
  "deleteVendorList": "mutation deleteVendorList($idList: [String!]!){ deleteVendorList(idList: $idList) }",
86
86
  "deleteWebhook": "mutation deleteWebhook($scopes: [String!]!){ deleteWebhook(scopes: $scopes) }",
87
- "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 } triggers { filters { filterType valueList } shouldMatchAllConditions } 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
+ "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 } triggers { filters { filterType valueList } shouldMatchAllConditions } 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 workflowId workflowName workflowNodeId } }",
88
88
  "getAppDemoDay": "mutation getAppDemoDay($input: CreateMerchantAppPaymentWithSubscriptionInput!){ getAppDemoDay(input: $input) }",
89
89
  "getOrderInvoicePdfUrl": "mutation getOrderInvoicePdfUrl($input: GetOrderInvoicePdfUrlInput!){ getOrderInvoicePdfUrl(input: $input) }",
90
- "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 } triggers { filters { filterType valueList } shouldMatchAllConditions } 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 } }",
90
+ "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 } triggers { filters { filterType valueList } shouldMatchAllConditions } 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 workflowId workflowName workflowNodeId } }",
91
91
  "removeOrderTag": "mutation removeOrderTag($input: UpdateOrderTagInput!){ removeOrderTag(input: $input) }",
92
- "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 } }",
92
+ "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 couponPrefix couponValidityPeriod 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 } }",
93
93
  "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 } }",
94
94
  "saveGlobalTaxSettings": "mutation saveGlobalTaxSettings($input: GlobalTaxSettingsInput!){ saveGlobalTaxSettings(input: $input) { createdAt deleted id isTaxExcludedOnPrices isTaxExcludedOnShippingPrices storefrontId updatedAt } }",
95
95
  "saveOrderTag": "mutation saveOrderTag($input: OrderTagInput!){ saveOrderTag(input: $input) { createdAt deleted id merchantId name updatedAt } }",
@@ -108,9 +108,10 @@ exports.MutationDefaultGQLs = {
108
108
  "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 } } }",
109
109
  "saveVendor": "mutation saveVendor($input: VendorInput!){ saveVendor(input: $input) { address company createdAt deleted email id name phone staffName status taxNumber taxOffice updatedAt } }",
110
110
  "saveWebhook": "mutation saveWebhook($input: WebhookInput!){ saveWebhook(input: $input) { createdAt deleted endpoint id scope updatedAt } }",
111
- "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 } triggers { filters { filterType valueList } shouldMatchAllConditions } 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
- "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 } triggers { filters { filterType valueList } shouldMatchAllConditions } 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 } }",
113
- "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 } triggers { filters { filterType valueList } shouldMatchAllConditions } 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
+ "updateCustomerB2BStatus": "mutation updateCustomerB2BStatus($b2bStatus: CustomerB2BStatusEnum!, $customerId: String!){ updateCustomerB2BStatus(b2bStatus: $b2bStatus, customerId: $customerId) }",
112
+ "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 } triggers { filters { filterType valueList } shouldMatchAllConditions } 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 workflowId workflowName workflowNodeId } }",
113
+ "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 } triggers { filters { filterType valueList } shouldMatchAllConditions } 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 workflowId workflowName workflowNodeId } }",
114
+ "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 } triggers { filters { filterType valueList } shouldMatchAllConditions } 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 workflowId workflowName workflowNodeId } }",
114
115
  "updateProductSalesChannelStatus": "mutation updateProductSalesChannelStatus($input: [UpdateProductSalesChannelStatusInput!]!, $salesChannelId: String){ updateProductSalesChannelStatus(input: $input, salesChannelId: $salesChannelId) }",
115
116
  "updateSubscriptionStatus": "mutation updateSubscriptionStatus($customerId: String!, $subscriptionStatus: CustomerEmailSubscriptionStatusesEnum!){ updateSubscriptionStatus(customerId: $customerId, subscriptionStatus: $subscriptionStatus) }"
116
117
  };
@@ -1 +1 @@
1
- {"version":3,"file":"default-gqls.js","sourceRoot":"","sources":["../../../../src/api/admin/generated/default-gqls.ts"],"names":[],"mappings":";;;AAAa,QAAA,gBAAgB,GAAG;IAC9B,kBAAkB,EAAE,gKAAgK;IACpL,sBAAsB,EAAE,wJAAwJ;IAChL,mBAAmB,EAAE,6HAA6H;IAClJ,kBAAkB,EAAE,8LAA8L;IAClN,sBAAsB,EAAE,4EAA4E;IACpG,aAAa,EAAE,8VAA8V;IAC7W,oBAAoB,EAAE,+fAA+f;IACrhB,iBAAiB,EAAE,4JAA4J;IAC/K,kBAAkB,EAAE,6CAA6C;IACjE,mBAAmB,EAAE,mGAAmG;IACxH,wBAAwB,EAAE,63KAA63K;IACv5K,YAAY,EAAE,+nBAA+nB;IAC7oB,cAAc,EAAE,82CAA82C;IAC93C,kBAAkB,EAAE,oJAAoJ;IACxK,cAAc,EAAE,0pCAA0pC;IAC1qC,UAAU,EAAE,sVAAsV;IAClW,aAAa,EAAE,+ZAA+Z;IAC9a,YAAY,EAAE,icAAic;IAC/c,cAAc,EAAE,miDAAmiD;IACnjD,uBAAuB,EAAE,qZAAqZ;IAC9a,cAAc,EAAE,yYAAyY;IACzZ,uBAAuB,EAAE,sPAAsP;IAC/Q,cAAc,EAAE,oHAAoH;IACpI,wBAAwB,EAAE,mYAAmY;IAC7Z,sBAAsB,EAAE,wnBAAwnB;IAChpB,WAAW,EAAE,ymQAAymQ;IACtnQ,cAAc,EAAE,gTAAgT;IAChU,uBAAuB,EAAE,qjBAAqjB;IAC9kB,eAAe,EAAE,kUAAkU;IACnV,aAAa,EAAE,smFAAsmF;IACrnF,sBAAsB,EAAE,waAAwa;IAChc,kBAAkB,EAAE,+kBAA+kB;IACnmB,sBAAsB,EAAE,41BAA41B;IACp3B,kBAAkB,EAAE,gYAAgY;IACpZ,0BAA0B,EAAE,4gBAA4gB;IACxiB,gBAAgB,EAAE,qPAAqP;IACvQ,iBAAiB,EAAE,4JAA4J;IAC/K,2BAA2B,EAAE,uMAAuM;IACpO,kBAAkB,EAAE,+LAA+L;IACnN,sBAAsB,EAAE,ooBAAooB;IAC5pB,WAAW,EAAE,oTAAoT;IACjU,mBAAmB,EAAE,4aAA4a;IACjc,gBAAgB,EAAE,iHAAiH;IACnI,wBAAwB,EAAE,6PAA6P;IACvR,iBAAiB,EAAE,2YAA2Y;IAC9Z,cAAc,EAAE,wRAAwR;IACxS,UAAU,EAAE,sQAAsQ;IAClR,iBAAiB,EAAE,sVAAsV;IACzW,YAAY,EAAE,yXAAyX;IACvY,aAAa,EAAE,oFAAoF;IACnG,IAAI,EAAE,0HAA0H;IAChI,gBAAgB,EAAE,2gGAA2gG;CAC9hG,CAAA;AAEY,QAAA,mBAAmB,GAAG;IACjC,wBAAwB,EAAE,mGAAmG;IAC7H,iBAAiB,EAAE,oyNAAoyN;IACvzN,aAAa,EAAE,mFAAmF;IAClG,iCAAiC,EAAE,qIAAqI;IACxK,oBAAoB,EAAE,wGAAwG;IAC9H,oBAAoB,EAAE,6OAA6O;IACnQ,mBAAmB,EAAE,0yNAA0yN;IAC/zN,iBAAiB,EAAE,oyNAAoyN;IACvzN,0BAA0B,EAAE,iUAAiU;IAC7V,0CAA0C,EAAE,uXAAuX;IACna,6BAA6B,EAAE,w0NAAw0N;IACv2N,oBAAoB,EAAE,0FAA0F;IAChH,oBAAoB,EAAE,0FAA0F;IAChH,kBAAkB,EAAE,sFAAsF;IAC1G,6BAA6B,EAAE,4GAA4G;IAC3I,oBAAoB,EAAE,0FAA0F;IAChH,4BAA4B,EAAE,0GAA0G;IACxI,wBAAwB,EAAE,kGAAkG;IAC5H,mBAAmB,EAAE,wFAAwF;IAC7G,wBAAwB,EAAE,kGAAkG;IAC5H,sBAAsB,EAAE,8FAA8F;IACtH,uBAAuB,EAAE,gGAAgG;IACzH,iCAAiC,EAAE,oHAAoH;IACvJ,0BAA0B,EAAE,oIAAoI;IAChK,uBAAuB,EAAE,gGAAgG;IACzH,uBAAuB,EAAE,gGAAgG;IACzH,kBAAkB,EAAE,sFAAsF;IAC1G,eAAe,EAAE,gFAAgF;IACjG,cAAc,EAAE,2xNAA2xN;IAC3yN,eAAe,EAAE,iHAAiH;IAClI,uBAAuB,EAAE,8GAA8G;IACvI,iBAAiB,EAAE,gyNAAgyN;IACnzN,gBAAgB,EAAE,yFAAyF;IAC3G,cAAc,EAAE,g9BAAg9B;IACh+B,cAAc,EAAE,i+BAAi+B;IACj/B,uBAAuB,EAAE,6MAA6M;IACtO,cAAc,EAAE,iIAAiI;IACjJ,aAAa,EAAE,4tDAA4tD;IAC3uD,sBAAsB,EAAE,8VAA8V;IACtX,kBAAkB,EAAE,+dAA+d;IACnf,kBAAkB,EAAE,+KAA+K;IACnM,2BAA2B,EAAE,mHAAmH;IAChJ,gBAAgB,EAAE,qKAAqK;IACvL,iBAAiB,EAAE,wKAAwK;IAC3L,2BAA2B,EAAE,6NAA6N;IAC1P,kBAAkB,EAAE,4MAA4M;IAChO,wBAAwB,EAAE,6PAA6P;IACvR,iBAAiB,EAAE,sSAAsS;IACzT,mBAAmB,EAAE,kGAAkG;IACvH,iBAAiB,EAAE,uQAAuQ;IAC1R,YAAY,EAAE,iLAAiL;IAC/L,aAAa,EAAE,6HAA6H;IAC5I,sBAAsB,EAAE,mzNAAmzN;IAC30N,iBAAiB,EAAE,gyNAAgyN;IACnzN,0BAA0B,EAAE,+zNAA+zN;IAC31N,iCAAiC,EAAE,yMAAyM;IAC5O,0BAA0B,EAAE,qNAAqN;CAClP,CAAA"}
1
+ {"version":3,"file":"default-gqls.js","sourceRoot":"","sources":["../../../../src/api/admin/generated/default-gqls.ts"],"names":[],"mappings":"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"}
@@ -410,6 +410,18 @@ export declare type BundleProductOrderLine = {
410
410
  /** Information about the variant of the order line item. */
411
411
  variant: OrderLineVariant;
412
412
  };
413
+ export declare type BundleProductOrderLineInput = {
414
+ /** It is the bundle product line id the bundle line item. */
415
+ bundleLineId: Scalars['String'];
416
+ /** It is the bundle product line id the bundle line item. */
417
+ bundleLineQuantity: Scalars['Float'];
418
+ /** It is the bundle product name the bundle line item. */
419
+ name?: InputMaybe<Scalars['String']>;
420
+ /** It is the options information in the bundle line item. */
421
+ options?: InputMaybe<Array<OrderLineOptionInput>>;
422
+ /** It is the variant information in the bundle line item. */
423
+ variant: OrderLineVariantInput;
424
+ };
413
425
  export declare type BundleSettingsInput = {
414
426
  maxBundleQuantity?: InputMaybe<Scalars['Float']>;
415
427
  minBundleQuantity?: InputMaybe<Scalars['Float']>;
@@ -455,6 +467,8 @@ export declare type Campaign = {
455
467
  applyCampaignToProductPrice?: Maybe<Scalars['Boolean']>;
456
468
  buyXThenGetY?: Maybe<BuyXThenGetY>;
457
469
  canCombineWithOtherCampaigns: Scalars['Boolean'];
470
+ couponPrefix?: Maybe<Scalars['String']>;
471
+ couponValidityPeriod?: Maybe<Scalars['Float']>;
458
472
  createdAt?: Maybe<Scalars['Timestamp']>;
459
473
  createdFor?: Maybe<CampaignCreatedForEnum>;
460
474
  currencyCodes?: Maybe<Array<Scalars['String']>>;
@@ -483,7 +497,8 @@ export declare enum CampaignApplicablePriceEnum {
483
497
  export declare enum CampaignCreatedForEnum {
484
498
  ABANDONED_CHECKOUT = "ABANDONED_CHECKOUT",
485
499
  CART = "CART",
486
- CUSTOMER_REVIEW = "CUSTOMER_REVIEW"
500
+ CUSTOMER_REVIEW = "CUSTOMER_REVIEW",
501
+ MARKETING_CAMPAIGN = "MARKETING_CAMPAIGN"
487
502
  }
488
503
  export declare type CampaignDateRangeField = {
489
504
  __typename?: 'CampaignDateRangeField';
@@ -525,6 +540,8 @@ export declare type CampaignInput = {
525
540
  applyCampaignToProductPrice?: InputMaybe<Scalars['Boolean']>;
526
541
  buyXThenGetY?: InputMaybe<BuyXThenGetYInput>;
527
542
  canCombineWithOtherCampaigns: Scalars['Boolean'];
543
+ couponPrefix?: InputMaybe<Scalars['String']>;
544
+ couponValidityPeriod?: InputMaybe<Scalars['Float']>;
528
545
  createdAt?: InputMaybe<Scalars['Timestamp']>;
529
546
  createdFor?: InputMaybe<CampaignCreatedForEnum>;
530
547
  currencyCodes?: InputMaybe<Array<Scalars['String']>>;
@@ -1115,6 +1132,7 @@ export declare type Coupon = {
1115
1132
  canCombineWithOtherCampaigns: Scalars['Boolean'];
1116
1133
  code: Scalars['String'];
1117
1134
  createdAt?: Maybe<Scalars['Timestamp']>;
1135
+ dateRange?: Maybe<CouponDateRangeField>;
1118
1136
  deleted: Scalars['Boolean'];
1119
1137
  id: Scalars['ID'];
1120
1138
  updatedAt?: Maybe<Scalars['Timestamp']>;
@@ -1122,6 +1140,11 @@ export declare type Coupon = {
1122
1140
  usageLimit?: Maybe<Scalars['Int']>;
1123
1141
  usageLimitPerCustomer?: Maybe<Scalars['Int']>;
1124
1142
  };
1143
+ export declare type CouponDateRangeField = {
1144
+ __typename?: 'CouponDateRangeField';
1145
+ end?: Maybe<Scalars['Timestamp']>;
1146
+ start?: Maybe<Scalars['Timestamp']>;
1147
+ };
1125
1148
  export declare type CouponPaginationResponse = {
1126
1149
  __typename?: 'CouponPaginationResponse';
1127
1150
  /**
@@ -1446,6 +1469,7 @@ export declare type CustomerAttributeTranslation = {
1446
1469
  export declare enum CustomerAttributeTypeEnum {
1447
1470
  BOOLEAN = "BOOLEAN",
1448
1471
  CHOICE = "CHOICE",
1472
+ DATE = "DATE",
1449
1473
  DATETIME = "DATETIME",
1450
1474
  MULTIPLE_CHOICE = "MULTIPLE_CHOICE",
1451
1475
  NUMERIC = "NUMERIC",
@@ -1457,6 +1481,11 @@ export declare type CustomerAttributeValue = {
1457
1481
  customerAttributeOptionId?: Maybe<Scalars['String']>;
1458
1482
  value?: Maybe<Scalars['String']>;
1459
1483
  };
1484
+ export declare enum CustomerB2BStatusEnum {
1485
+ ACTIVE_ACCOUNT = "ACTIVE_ACCOUNT",
1486
+ DISABLED_ACCOUNT = "DISABLED_ACCOUNT",
1487
+ WAITING_FOR_APPROVAL = "WAITING_FOR_APPROVAL"
1488
+ }
1460
1489
  /** Customer Email Subscription Statuses */
1461
1490
  export declare enum CustomerEmailSubscriptionStatusesEnum {
1462
1491
  NOT_SUBSCRIBED = "NOT_SUBSCRIBED",
@@ -2098,6 +2127,7 @@ export declare type MerchantSettings = {
2098
2127
  accessPermissionToDate?: Maybe<Scalars['Timestamp']>;
2099
2128
  /** Merchant's address information. */
2100
2129
  address?: Maybe<MerchantAddress>;
2130
+ billingAddress?: Maybe<MerchantAddress>;
2101
2131
  createdAt?: Maybe<Scalars['Timestamp']>;
2102
2132
  currencyCode?: Maybe<Scalars['String']>;
2103
2133
  currencyFormats?: Maybe<Array<MerchantSettingsCurrencyFormat>>;
@@ -2108,6 +2138,7 @@ export declare type MerchantSettings = {
2108
2138
  logoId?: Maybe<Scalars['String']>;
2109
2139
  merchantName: Scalars['String'];
2110
2140
  phone?: Maybe<Scalars['String']>;
2141
+ requireMFAForAllStaffs?: Maybe<Scalars['Boolean']>;
2111
2142
  timezone?: Maybe<Scalars['String']>;
2112
2143
  updatedAt?: Maybe<Scalars['Timestamp']>;
2113
2144
  };
@@ -2218,6 +2249,7 @@ export declare type Mutation = {
2218
2249
  saveVendor: Vendor;
2219
2250
  /** Use this mutation to save webhooks by using multiple `scope` variables. After saving a webhook, **ikas** will start to push new webhooks to given url `endpoint`. If **endpoint** is unreachable or returns an error code other than `HTTP 200` **ikas** will try to push webhook for 3 times then stops sending webhook. */
2220
2251
  saveWebhook?: Maybe<Array<Webhook>>;
2252
+ updateCustomerB2BStatus: Scalars['Boolean'];
2221
2253
  /** Use this mutation for order address information changes. */
2222
2254
  updateOrderAddresses: Order;
2223
2255
  /** Use this mutation to cancel the fulfillment of the already created package for an order. */
@@ -2384,6 +2416,10 @@ export declare type MutationsaveVendorArgs = {
2384
2416
  export declare type MutationsaveWebhookArgs = {
2385
2417
  input: WebhookInput;
2386
2418
  };
2419
+ export declare type MutationupdateCustomerB2BStatusArgs = {
2420
+ b2bStatus: CustomerB2BStatusEnum;
2421
+ customerId: Scalars['String'];
2422
+ };
2387
2423
  export declare type MutationupdateOrderAddressesArgs = {
2388
2424
  input: UpdateOrderAddressesInput;
2389
2425
  };
@@ -2535,6 +2571,9 @@ export declare type Order = {
2535
2571
  updatedAt?: Maybe<Scalars['Timestamp']>;
2536
2572
  /** Details of the browsing client, including software and operating versions. */
2537
2573
  userAgent?: Maybe<Scalars['String']>;
2574
+ workflowId?: Maybe<Scalars['String']>;
2575
+ workflowName?: Maybe<Scalars['String']>;
2576
+ workflowNodeId?: Maybe<Scalars['String']>;
2538
2577
  };
2539
2578
  export declare type OrderAddress = {
2540
2579
  __typename?: 'OrderAddress';
@@ -2948,6 +2987,8 @@ export declare type OrderLineItem = {
2948
2987
  variant: OrderLineVariant;
2949
2988
  };
2950
2989
  export declare type OrderLineItemInput = {
2990
+ /** It is the bundle product settings in the order line item. */
2991
+ bundleProductSettings?: InputMaybe<BundleProductOrderLineInput>;
2951
2992
  createdAt?: InputMaybe<Scalars['Timestamp']>;
2952
2993
  deleted?: InputMaybe<Scalars['Boolean']>;
2953
2994
  /** It is the discount information that will be applied to the line item. */
@@ -3796,6 +3837,7 @@ export declare enum ProductAttributeTypeEnum {
3796
3837
  BOOLEAN = "BOOLEAN",
3797
3838
  CHOICE = "CHOICE",
3798
3839
  COLOR_THUMBNAIL_MULTIPLE_CHOICE = "COLOR_THUMBNAIL_MULTIPLE_CHOICE",
3840
+ DATE = "DATE",
3799
3841
  DATETIME = "DATETIME",
3800
3842
  HTML = "HTML",
3801
3843
  IMAGE = "IMAGE",
@@ -4990,6 +5032,7 @@ export declare type SearchProductCampaign = {
4990
5032
  id?: Maybe<Scalars['String']>;
4991
5033
  includeDiscountedProducts?: Maybe<Scalars['Boolean']>;
4992
5034
  salesChannelIds?: Maybe<Array<Scalars['String']>>;
5035
+ tieredDiscount?: Maybe<SearchProductCampaignTieredDiscount>;
4993
5036
  title: Scalars['String'];
4994
5037
  type: CampaignTypeEnum;
4995
5038
  };
@@ -5036,6 +5079,7 @@ export declare type SearchProductCampaignMinMaxRangeField = {
5036
5079
  };
5037
5080
  export declare type SearchProductCampaignOffer = {
5038
5081
  __typename?: 'SearchProductCampaignOffer';
5082
+ availableSalesChannelIds?: Maybe<Array<Scalars['String']>>;
5039
5083
  id: Scalars['String'];
5040
5084
  };
5041
5085
  export declare type SearchProductCampaignPrice = {
@@ -5043,6 +5087,19 @@ export declare type SearchProductCampaignPrice = {
5043
5087
  campaignId?: Maybe<Scalars['String']>;
5044
5088
  campaignPrice?: Maybe<Scalars['Float']>;
5045
5089
  };
5090
+ export declare type SearchProductCampaignTieredDiscount = {
5091
+ __typename?: 'SearchProductCampaignTieredDiscount';
5092
+ filters?: Maybe<Array<SearchProductCampaignFilter>>;
5093
+ isApplyByCartAmount?: Maybe<Scalars['Boolean']>;
5094
+ rules: Array<SearchProductCampaignTieredDiscountRule>;
5095
+ shouldMatchAllConditions?: Maybe<Scalars['Boolean']>;
5096
+ };
5097
+ export declare type SearchProductCampaignTieredDiscountRule = {
5098
+ __typename?: 'SearchProductCampaignTieredDiscountRule';
5099
+ amount: Scalars['Float'];
5100
+ lineItemQuantityRange?: Maybe<SearchProductCampaignMinMaxRangeField>;
5101
+ priceRange?: Maybe<SearchProductCampaignMinMaxRangeField>;
5102
+ };
5046
5103
  export declare type SearchProductCustomerReviewStar = {
5047
5104
  __typename?: 'SearchProductCustomerReviewStar';
5048
5105
  count: Scalars['Float'];
@@ -5182,6 +5239,7 @@ export declare type ShippingSettings = {
5182
5239
  id: Scalars['ID'];
5183
5240
  isPassive?: Maybe<Scalars['Boolean']>;
5184
5241
  localDeliverySettings?: Maybe<LocalDeliverySettings>;
5242
+ order?: Maybe<Scalars['Float']>;
5185
5243
  salesChannelId: Scalars['String'];
5186
5244
  shippingZones: Array<ShippingZone>;
5187
5245
  stockLocations?: Maybe<Array<ShippingSettingsStockLocation>>;
@@ -5288,6 +5346,7 @@ export declare type SimpleProductTag = {
5288
5346
  export declare enum SourceTypeEnum {
5289
5347
  CUSTOMER = "CUSTOMER",
5290
5348
  EMAIL = "EMAIL",
5349
+ GIFT_CARD = "GIFT_CARD",
5291
5350
  INVENTORY = "INVENTORY",
5292
5351
  MERCHANT = "MERCHANT",
5293
5352
  ORDER = "ORDER",
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.OrderCancelledReasonEnum = exports.OrderAmountTypeEnum = exports.OrderAdjustmentEnum = exports.MerchantSubscriptionStatusEnum = exports.MerchantSettingsAddressTypeEnum = exports.MerchantRegionEnum = exports.MerchantAppPaymentTypeEnum = exports.MerchantAppPaymentStatusEnum = exports.LocalDeliverySettingsDeliveryTimeType = exports.LocalDeliverySettingsDayTypes = exports.InvoiceTypeEnum = exports.ImportTypeEnum = exports.ImportStatusEnum = exports.HTMLMetaDataTargetTypeEnum = exports.CustomerRegistrationSourceEnum = exports.CustomerPriceListRuleValueTypeEnum = exports.CustomerPriceListRuleFilterTypeEnum = exports.CustomerGenderTypeEnum = exports.CustomerEmailSubscriptionStatusesEnum = exports.CustomerAttributeTypeEnum = exports.CustomerAttributeRegisterPageRequirementEnum = exports.CustomerAttributePermissionEnum = exports.CustomerAccountStatusEnum = exports.CurrencyFormatSymbolPosition = exports.CheckoutStatusEnum = exports.CheckoutRecoveryStatusEnum = exports.CheckoutRecoveryEmailStatusEnum = exports.CategoryProductsOrderTypeEnum = exports.CategoryConditionTypeEnum = exports.CategoryConditionMethodEnum = exports.CartV2StatusEnum = exports.CartStatusEnum = exports.CartCreatedByEnum = exports.CartCampaignOfferStatus = exports.CampaignTypeEnum = exports.CampaignOfferTypeEnum = exports.CampaignOfferTriggerFilterTypeEnum = exports.CampaignOfferTargetPageTypeEnum = exports.CampaignOfferProductShowCriteriaEnum = exports.CampaignOfferProductApplicablePriceEnum = exports.CampaignOfferFollowUpActionTypeEnum = exports.CampaignGetYDiscountTypeEnum = exports.CampaignFilterTypeEnum = exports.CampaignCreatedForEnum = exports.CampaignApplicablePriceEnum = exports.BranchSettingsRequirementEnum = exports.BranchSettingsGridLayoutEnum = exports.BranchFavoriteTypeEnum = exports.AppScopeEnum = exports.AbandonedCartSettingsNotificationTypeEnum = void 0;
4
- exports.VendorStatusEnum = exports.VariantSelectionTypeEnum = exports.UserAgentDeviceType = exports.TransactionTypeEnum = exports.TransactionStatusEnum = exports.TransactionCardTypeEnum = exports.TransactionCardAssociationEnum = exports.SubscriptionPriceCurrencyEnum = exports.SubscriptionPeriodEnum = exports.SubscriptionCodeEnum = exports.StorefrontJSScriptContentTypeEnum = exports.StockLocationTypeEnum = exports.StockLocationDeliveryTimeEnum = exports.SourceTypeEnum = exports.ShippingZoneRateConditionType = exports.ShippingSettingsType = exports.SalesChannelTypeEnum = exports.SalesChannelStatusEnum = exports.SFAnalyticsTrafficSourceEnum = exports.ProductVolumeDiscountScopeEnum = exports.ProductUnitTypeEnum = exports.ProductTypeEnum = exports.ProductOptionTypeEnum = exports.ProductOptionSelectTypeEnum = exports.ProductAttributeTypeEnum = exports.PriceListTypeEnum = exports.PriceListRulesOperationTypeEnum = exports.PriceListRulesAmountTypeEnum = exports.PriceListCurrencyRateTypeEnum = exports.PaymentMethodTypeEnum = exports.OrderStatusEnum = exports.OrderShippingMethodEnum = exports.OrderPaymentStatusEnum = exports.OrderPackageStatusEnum = exports.OrderPackageFulfillStatusEnum = exports.OrderLineItemStatusEnum = void 0;
3
+ exports.OrderAmountTypeEnum = exports.OrderAdjustmentEnum = exports.MerchantSubscriptionStatusEnum = exports.MerchantSettingsAddressTypeEnum = exports.MerchantRegionEnum = exports.MerchantAppPaymentTypeEnum = exports.MerchantAppPaymentStatusEnum = exports.LocalDeliverySettingsDeliveryTimeType = exports.LocalDeliverySettingsDayTypes = exports.InvoiceTypeEnum = exports.ImportTypeEnum = exports.ImportStatusEnum = exports.HTMLMetaDataTargetTypeEnum = exports.CustomerRegistrationSourceEnum = exports.CustomerPriceListRuleValueTypeEnum = exports.CustomerPriceListRuleFilterTypeEnum = exports.CustomerGenderTypeEnum = exports.CustomerEmailSubscriptionStatusesEnum = exports.CustomerB2BStatusEnum = exports.CustomerAttributeTypeEnum = exports.CustomerAttributeRegisterPageRequirementEnum = exports.CustomerAttributePermissionEnum = exports.CustomerAccountStatusEnum = exports.CurrencyFormatSymbolPosition = exports.CheckoutStatusEnum = exports.CheckoutRecoveryStatusEnum = exports.CheckoutRecoveryEmailStatusEnum = exports.CategoryProductsOrderTypeEnum = exports.CategoryConditionTypeEnum = exports.CategoryConditionMethodEnum = exports.CartV2StatusEnum = exports.CartStatusEnum = exports.CartCreatedByEnum = exports.CartCampaignOfferStatus = exports.CampaignTypeEnum = exports.CampaignOfferTypeEnum = exports.CampaignOfferTriggerFilterTypeEnum = exports.CampaignOfferTargetPageTypeEnum = exports.CampaignOfferProductShowCriteriaEnum = exports.CampaignOfferProductApplicablePriceEnum = exports.CampaignOfferFollowUpActionTypeEnum = exports.CampaignGetYDiscountTypeEnum = exports.CampaignFilterTypeEnum = exports.CampaignCreatedForEnum = exports.CampaignApplicablePriceEnum = exports.BranchSettingsRequirementEnum = exports.BranchSettingsGridLayoutEnum = exports.BranchFavoriteTypeEnum = exports.AppScopeEnum = exports.AbandonedCartSettingsNotificationTypeEnum = void 0;
4
+ exports.VendorStatusEnum = exports.VariantSelectionTypeEnum = exports.UserAgentDeviceType = exports.TransactionTypeEnum = exports.TransactionStatusEnum = exports.TransactionCardTypeEnum = exports.TransactionCardAssociationEnum = exports.SubscriptionPriceCurrencyEnum = exports.SubscriptionPeriodEnum = exports.SubscriptionCodeEnum = exports.StorefrontJSScriptContentTypeEnum = exports.StockLocationTypeEnum = exports.StockLocationDeliveryTimeEnum = exports.SourceTypeEnum = exports.ShippingZoneRateConditionType = exports.ShippingSettingsType = exports.SalesChannelTypeEnum = exports.SalesChannelStatusEnum = exports.SFAnalyticsTrafficSourceEnum = exports.ProductVolumeDiscountScopeEnum = exports.ProductUnitTypeEnum = exports.ProductTypeEnum = exports.ProductOptionTypeEnum = exports.ProductOptionSelectTypeEnum = exports.ProductAttributeTypeEnum = exports.PriceListTypeEnum = exports.PriceListRulesOperationTypeEnum = exports.PriceListRulesAmountTypeEnum = exports.PriceListCurrencyRateTypeEnum = exports.PaymentMethodTypeEnum = exports.OrderStatusEnum = exports.OrderShippingMethodEnum = exports.OrderPaymentStatusEnum = exports.OrderPackageStatusEnum = exports.OrderPackageFulfillStatusEnum = exports.OrderLineItemStatusEnum = exports.OrderCancelledReasonEnum = void 0;
5
5
  var AbandonedCartSettingsNotificationTypeEnum;
6
6
  (function (AbandonedCartSettingsNotificationTypeEnum) {
7
7
  AbandonedCartSettingsNotificationTypeEnum["EMAIL"] = "EMAIL";
@@ -50,6 +50,7 @@ var CampaignCreatedForEnum;
50
50
  CampaignCreatedForEnum["ABANDONED_CHECKOUT"] = "ABANDONED_CHECKOUT";
51
51
  CampaignCreatedForEnum["CART"] = "CART";
52
52
  CampaignCreatedForEnum["CUSTOMER_REVIEW"] = "CUSTOMER_REVIEW";
53
+ CampaignCreatedForEnum["MARKETING_CAMPAIGN"] = "MARKETING_CAMPAIGN";
53
54
  })(CampaignCreatedForEnum = exports.CampaignCreatedForEnum || (exports.CampaignCreatedForEnum = {}));
54
55
  var CampaignFilterTypeEnum;
55
56
  (function (CampaignFilterTypeEnum) {
@@ -220,11 +221,18 @@ var CustomerAttributeTypeEnum;
220
221
  (function (CustomerAttributeTypeEnum) {
221
222
  CustomerAttributeTypeEnum["BOOLEAN"] = "BOOLEAN";
222
223
  CustomerAttributeTypeEnum["CHOICE"] = "CHOICE";
224
+ CustomerAttributeTypeEnum["DATE"] = "DATE";
223
225
  CustomerAttributeTypeEnum["DATETIME"] = "DATETIME";
224
226
  CustomerAttributeTypeEnum["MULTIPLE_CHOICE"] = "MULTIPLE_CHOICE";
225
227
  CustomerAttributeTypeEnum["NUMERIC"] = "NUMERIC";
226
228
  CustomerAttributeTypeEnum["TEXT"] = "TEXT";
227
229
  })(CustomerAttributeTypeEnum = exports.CustomerAttributeTypeEnum || (exports.CustomerAttributeTypeEnum = {}));
230
+ var CustomerB2BStatusEnum;
231
+ (function (CustomerB2BStatusEnum) {
232
+ CustomerB2BStatusEnum["ACTIVE_ACCOUNT"] = "ACTIVE_ACCOUNT";
233
+ CustomerB2BStatusEnum["DISABLED_ACCOUNT"] = "DISABLED_ACCOUNT";
234
+ CustomerB2BStatusEnum["WAITING_FOR_APPROVAL"] = "WAITING_FOR_APPROVAL";
235
+ })(CustomerB2BStatusEnum = exports.CustomerB2BStatusEnum || (exports.CustomerB2BStatusEnum = {}));
228
236
  /** Customer Email Subscription Statuses */
229
237
  var CustomerEmailSubscriptionStatusesEnum;
230
238
  (function (CustomerEmailSubscriptionStatusesEnum) {
@@ -502,6 +510,7 @@ var ProductAttributeTypeEnum;
502
510
  ProductAttributeTypeEnum["BOOLEAN"] = "BOOLEAN";
503
511
  ProductAttributeTypeEnum["CHOICE"] = "CHOICE";
504
512
  ProductAttributeTypeEnum["COLOR_THUMBNAIL_MULTIPLE_CHOICE"] = "COLOR_THUMBNAIL_MULTIPLE_CHOICE";
513
+ ProductAttributeTypeEnum["DATE"] = "DATE";
505
514
  ProductAttributeTypeEnum["DATETIME"] = "DATETIME";
506
515
  ProductAttributeTypeEnum["HTML"] = "HTML";
507
516
  ProductAttributeTypeEnum["IMAGE"] = "IMAGE";
@@ -609,6 +618,7 @@ var SourceTypeEnum;
609
618
  (function (SourceTypeEnum) {
610
619
  SourceTypeEnum["CUSTOMER"] = "CUSTOMER";
611
620
  SourceTypeEnum["EMAIL"] = "EMAIL";
621
+ SourceTypeEnum["GIFT_CARD"] = "GIFT_CARD";
612
622
  SourceTypeEnum["INVENTORY"] = "INVENTORY";
613
623
  SourceTypeEnum["MERCHANT"] = "MERCHANT";
614
624
  SourceTypeEnum["ORDER"] = "ORDER";
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/api/admin/generated/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/api/admin/generated/index.ts"],"names":[],"mappings":";;;;AAsCA,IAAY,yCAGX;AAHD,WAAY,yCAAyC;IACnD,4DAAe,CAAA;IACf,wDAAW,CAAA;AACb,CAAC,EAHW,yCAAyC,GAAzC,iDAAyC,KAAzC,iDAAyC,QAGpD;AA4BD,0BAA0B;AAC1B,IAAY,YAYX;AAZD,WAAY,YAAY;IACtB,iDAAiC,CAAA;IACjC,iDAAiC,CAAA;IACjC,qDAAqC,CAAA;IACrC,2CAA2B,CAAA;IAC3B,+CAA+B,CAAA;IAC/B,mDAAmC,CAAA;IACnC,mDAAmC,CAAA;IACnC,uDAAuC,CAAA;IACvC,6CAA6B,CAAA;IAC7B,iDAAiC,CAAA;IACjC,qDAAqC,CAAA;AACvC,CAAC,EAZW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAYvB;AAoGD,IAAY,sBAKX;AALD,WAAY,sBAAsB;IAChC,+CAAqB,CAAA;IACrB,+CAAqB,CAAA;IACrB,6CAAmB,CAAA;IACnB,6CAAmB,CAAA;AACrB,CAAC,EALW,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAKjC;AAYD,IAAY,4BAIX;AAJD,WAAY,4BAA4B;IACtC,uDAAuB,CAAA;IACvB,yDAAyB,CAAA;IACzB,uDAAuB,CAAA;AACzB,CAAC,EAJW,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAIvC;AAED,IAAY,6BAGX;AAHD,WAAY,6BAA6B;IACvC,wDAAuB,CAAA;IACvB,sDAAqB,CAAA;AACvB,CAAC,EAHW,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAGxC;AAmUD,IAAY,2BAGX;AAHD,WAAY,2BAA2B;IACrC,gEAAiC,CAAA;IACjC,wDAAyB,CAAA;AAC3B,CAAC,EAHW,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAGtC;AAED,IAAY,sBAKX;AALD,WAAY,sBAAsB;IAChC,mEAAyC,CAAA;IACzC,uCAAa,CAAA;IACb,6DAAmC,CAAA;IACnC,mEAAyC,CAAA;AAC3C,CAAC,EALW,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAKjC;AAwBD,IAAY,sBAQX;AARD,WAAY,sBAAsB;IAChC,+CAAqB,CAAA;IACrB,+DAAqC,CAAA;IACrC,6CAAmB,CAAA;IACnB,qEAA2C,CAAA;IAC3C,yDAA+B,CAAA;IAC/B,qDAA2B,CAAA;IAC3B,6CAAmB,CAAA;AACrB,CAAC,EARW,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAQjC;AAED,IAAY,4BAIX;AAJD,WAAY,4BAA4B;IACtC,iDAAiB,CAAA;IACjB,2EAA2C,CAAA;IAC3C,+CAAe,CAAA;AACjB,CAAC,EAJW,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAIvC;AAkED,IAAY,mCAIX;AAJD,WAAY,mCAAmC;IAC7C,gEAAyB,CAAA;IACzB,8DAAuB,CAAA;IACvB,sEAA+B,CAAA;AACjC,CAAC,EAJW,mCAAmC,GAAnC,2CAAmC,KAAnC,2CAAmC,QAI9C;AAmBD,IAAY,uCAGX;AAHD,WAAY,uCAAuC;IACjD,4EAAiC,CAAA;IACjC,oEAAyB,CAAA;AAC3B,CAAC,EAHW,uCAAuC,GAAvC,+CAAuC,KAAvC,+CAAuC,QAGlD;AAED,IAAY,oCAGX;AAHD,WAAY,oCAAoC;IAC9C,+EAAuC,CAAA;IACvC,+EAAuC,CAAA;AACzC,CAAC,EAHW,oCAAoC,GAApC,4CAAoC,KAApC,4CAAoC,QAG/C;AASD,IAAY,+BAIX;AAJD,WAAY,+BAA+B;IACzC,wDAAqB,CAAA;IACrB,kEAA+B,CAAA;IAC/B,sDAAmB,CAAA;AACrB,CAAC,EAJW,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QAI1C;AAQD,IAAY,kCASX;AATD,WAAY,kCAAkC;IAC5C,mEAA6B,CAAA;IAC7B,2DAAqB,CAAA;IACrB,yEAAmC,CAAA;IACnC,yDAAmB,CAAA;IACnB,iFAA2C,CAAA;IAC3C,qEAA+B,CAAA;IAC/B,iEAA2B,CAAA;IAC3B,yDAAmB,CAAA;AACrB,CAAC,EATW,kCAAkC,GAAlC,0CAAkC,KAAlC,0CAAkC,QAS7C;AAQD,IAAY,qBAGX;AAHD,WAAY,qBAAqB;IAC/B,kDAAyB,CAAA;IACzB,0CAAiB,CAAA;AACnB,CAAC,EAHW,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAGhC;AA4DD,IAAY,gBAKX;AALD,WAAY,gBAAgB;IAC1B,yDAAqC,CAAA;IACrC,iDAA6B,CAAA;IAC7B,mDAA+B,CAAA;IAC/B,mCAAe,CAAA;AACjB,CAAC,EALW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAK3B;AAgFD,IAAY,uBAKX;AALD,WAAY,uBAAuB;IACjC,gDAAqB,CAAA;IACrB,gDAAqB,CAAA;IACrB,8CAAmB,CAAA;IACnB,oEAAyC,CAAA;AAC3C,CAAC,EALW,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAKlC;AAED,IAAY,iBAIX;AAJD,WAAY,iBAAiB;IAC3B,oCAAe,CAAA;IACf,0CAAqB,CAAA;IACrB,sCAAiB,CAAA;AACnB,CAAC,EAJW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAI5B;AAgCD,IAAY,cAIX;AAJD,WAAY,cAAc;IACxB,mCAAiB,CAAA;IACjB,mCAAiB,CAAA;IACjB,qCAAmB,CAAA;AACrB,CAAC,EAJW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAIzB;AAiCD,IAAY,gBAKX;AALD,WAAY,gBAAgB;IAC1B,2CAAuB,CAAA;IACvB,qCAAiB,CAAA;IACjB,qCAAiB,CAAA;IACjB,iCAAa,CAAA;AACf,CAAC,EALW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAK3B;AA+CD,IAAY,2BAGX;AAHD,WAAY,2BAA2B;IACrC,wCAAS,CAAA;IACT,gDAAiB,CAAA;AACnB,CAAC,EAHW,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAGtC;AAED,8BAA8B;AAC9B,IAAY,yBAUX;AAVD,WAAY,yBAAyB;IACnC,kDAAqB,CAAA;IACrB,kDAAqB,CAAA;IACrB,sDAAyB,CAAA;IACzB,wEAA2C,CAAA;IAC3C,wDAA2B,CAAA;IAC3B,oEAAuC,CAAA;IACvC,4DAA+B,CAAA;IAC/B,wDAA2B,CAAA;IAC3B,4DAA+B,CAAA;AACjC,CAAC,EAVW,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAUpC;AAwDD,kCAAkC;AAClC,IAAY,6BAWX;AAXD,WAAY,6BAA6B;IACvC,4DAA2B,CAAA;IAC3B,kFAAiD,CAAA;IACjD,gEAA+B,CAAA;IAC/B,gFAA+C,CAAA;IAC/C,8DAA6B,CAAA;IAC7B,sDAAqB,CAAA;IACrB,sDAAqB,CAAA;IACrB,wDAAuB,CAAA;IACvB,kDAAiB,CAAA;IACjB,kDAAiB,CAAA;AACnB,CAAC,EAXW,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAWxC;AAgFD,IAAY,+BAGX;AAHD,WAAY,+BAA+B;IACzC,wDAAqB,CAAA;IACrB,gDAAa,CAAA;AACf,CAAC,EAHW,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QAG1C;AAED,IAAY,0BAGX;AAHD,WAAY,0BAA0B;IACpC,6DAA+B,CAAA;IAC/B,qDAAuB,CAAA;AACzB,CAAC,EAHW,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAGrC;AAED,IAAY,kBAKX;AALD,WAAY,kBAAkB;IAC5B,6CAAuB,CAAA;IACvB,uCAAiB,CAAA;IACjB,uCAAiB,CAAA;IACjB,mCAAa,CAAA;AACf,CAAC,EALW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAK7B;AAmLD,IAAY,4BAGX;AAHD,WAAY,4BAA4B;IACtC,6CAAa,CAAA;IACb,+CAAe,CAAA;AACjB,CAAC,EAHW,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAGvC;AA4ED,gCAAgC;AAChC,IAAY,yBAMX;AAND,WAAY,yBAAyB;IACnC,8DAAiC,CAAA;IACjC,wEAA2C,CAAA;IAC3C,wFAA2D,CAAA;IAC3D,kEAAqC,CAAA;IACrC,oFAAuD,CAAA;AACzD,CAAC,EANW,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAMpC;AAyHD,0CAA0C;AAC1C,IAAY,+BAIX;AAJD,WAAY,+BAA+B;IACzC,0DAAuB,CAAA;IACvB,gDAAa,CAAA;IACb,kDAAe,CAAA;AACjB,CAAC,EAJW,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QAI1C;AAED,yDAAyD;AACzD,IAAY,4CAIX;AAJD,WAAY,4CAA4C;IACtD,uEAAuB,CAAA;IACvB,uEAAuB,CAAA;IACvB,qEAAqB,CAAA;AACvB,CAAC,EAJW,4CAA4C,GAA5C,oDAA4C,KAA5C,oDAA4C,QAIvD;AAuBD,8BAA8B;AAC9B,IAAY,yBAQX;AARD,WAAY,yBAAyB;IACnC,gDAAmB,CAAA;IACnB,8CAAiB,CAAA;IACjB,0CAAa,CAAA;IACb,kDAAqB,CAAA;IACrB,gEAAmC,CAAA;IACnC,gDAAmB,CAAA;IACnB,0CAAa,CAAA;AACf,CAAC,EARW,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAQpC;AASD,IAAY,qBAIX;AAJD,WAAY,qBAAqB;IAC/B,0DAAiC,CAAA;IACjC,8DAAqC,CAAA;IACrC,sEAA6C,CAAA;AAC/C,CAAC,EAJW,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAIhC;AAED,2CAA2C;AAC3C,IAAY,qCAIX;AAJD,WAAY,qCAAqC;IAC/C,0EAAiC,CAAA;IACjC,sFAA6C,CAAA;IAC7C,kEAAyB,CAAA;AAC3B,CAAC,EAJW,qCAAqC,GAArC,6CAAqC,KAArC,6CAAqC,QAIhD;AAED,IAAY,sBAIX;AAJD,WAAY,sBAAsB;IAChC,2CAAiB,CAAA;IACjB,uCAAa,CAAA;IACb,yCAAe,CAAA;AACjB,CAAC,EAJW,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAIjC;AAgDD,IAAY,mCAKX;AALD,WAAY,mCAAmC;IAC7C,4DAAqB,CAAA;IACrB,0DAAmB,CAAA;IACnB,sEAA+B,CAAA;IAC/B,kEAA2B,CAAA;AAC7B,CAAC,EALW,mCAAmC,GAAnC,2CAAmC,KAAnC,2CAAmC,QAK9C;AAED,IAAY,kCAIX;AAJD,WAAY,kCAAkC;IAC5C,yEAAmC,CAAA;IACnC,qEAA+B,CAAA;IAC/B,iEAA2B,CAAA;AAC7B,CAAC,EAJW,kCAAkC,GAAlC,0CAAkC,KAAlC,0CAAkC,QAI7C;AAED,wCAAwC;AACxC,IAAY,8BAMX;AAND,WAAY,8BAA8B;IACxC,iDAAe,CAAA;IACf,6DAA2B,CAAA;IAC3B,uDAAqB,CAAA;IACrB,mDAAiB,CAAA;IACjB,mDAAiB,CAAA;AACnB,CAAC,EANW,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAMzC;AA+MD,sCAAsC;AACtC,IAAY,0BAKX;AALD,WAAY,0BAA0B;IACpC,6CAAe,CAAA;IACf,mDAAqB,CAAA;IACrB,2CAAa,CAAA;IACb,iDAAmB,CAAA;AACrB,CAAC,EALW,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAKrC;AAiBD,yBAAyB;AACzB,IAAY,gBAOX;AAPD,WAAY,gBAAgB;IAC1B,qCAAiB,CAAA;IACjB,yCAAqB,CAAA;IACrB,2CAAuB,CAAA;IACvB,uCAAmB,CAAA;IACnB,uCAAmB,CAAA;IACnB,6DAAyC,CAAA;AAC3C,CAAC,EAPW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAO3B;AAED,kBAAkB;AAClB,IAAY,cAuBX;AAvBD,WAAY,cAAc;IACxB,uCAAqB,CAAA;IACrB,2DAAyC,CAAA;IACzC,qDAAmC,CAAA;IACnC,iCAAe,CAAA;IACf,+CAA6B,CAAA;IAC7B,uEAAqD,CAAA;IACrD,qCAAmB,CAAA;IACnB,yDAAuC,CAAA;IACvC,mFAAiE,CAAA;IACjE,iDAA+B,CAAA;IAC/B,uDAAqC,CAAA;IACrC,iDAA+B,CAAA;IAC/B,2DAAyC,CAAA;IACzC,mEAAiD,CAAA;IACjD,6DAA2C,CAAA;IAC3C,mEAAiD,CAAA;IACjD,iFAA+D,CAAA;IAC/D,+DAA6C,CAAA;IAC7C,+EAA6D,CAAA;IAC7D,6DAA2C,CAAA;IAC3C,mFAAiE,CAAA;IACjE,6CAA2B,CAAA;AAC7B,CAAC,EAvBW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAuBzB;AAwBD,IAAY,eAIX;AAJD,WAAY,eAAe;IACzB,sCAAmB,CAAA;IACnB,4CAAyB,CAAA;IACzB,kCAAe,CAAA;AACjB,CAAC,EAJW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAI1B;AA2CD,oCAAoC;AACpC,IAAY,6BAQX;AARD,WAAY,6BAA6B;IACvC,kDAAiB,CAAA;IACjB,kDAAiB,CAAA;IACjB,sDAAqB,CAAA;IACrB,kDAAiB,CAAA;IACjB,sDAAqB,CAAA;IACrB,oDAAmB,CAAA;IACnB,wDAAuB,CAAA;AACzB,CAAC,EARW,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAQxC;AAED,4CAA4C;AAC5C,IAAY,qCAIX;AAJD,WAAY,qCAAqC;IAC/C,oDAAW,CAAA;IACX,sDAAa,CAAA;IACb,0DAAiB,CAAA;AACnB,CAAC,EAJW,qCAAqC,GAArC,6CAAqC,KAArC,6CAAqC,QAIhD;AAwKD,IAAY,4BAIX;AAJD,WAAY,4BAA4B;IACtC,6CAAa,CAAA;IACb,iEAAiC,CAAA;IACjC,2EAA2C,CAAA;AAC7C,CAAC,EAJW,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAIvC;AAED,IAAY,0BAGX;AAHD,WAAY,0BAA0B;IACpC,mDAAqB,CAAA;IACrB,2DAA6B,CAAA;AAC/B,CAAC,EAHW,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAGrC;AAwDD,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,+BAAS,CAAA;IACT,+BAAS,CAAA;IACT,+BAAS,CAAA;IACT,+BAAS,CAAA;IACT,+BAAS,CAAA;IACT,+BAAS,CAAA;IACT,+BAAS,CAAA;IACT,+BAAS,CAAA;AACX,CAAC,EATW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAS7B;AA4CD,IAAY,+BAGX;AAHD,WAAY,+BAA+B;IACzC,0DAAuB,CAAA;IACvB,4DAAyB,CAAA;AAC3B,CAAC,EAHW,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QAG1C;AAYD,IAAY,8BAIX;AAJD,WAAY,8BAA8B;IACxC,mDAAiB,CAAA;IACjB,qDAAmB,CAAA;IACnB,qEAAmC,CAAA;AACrC,CAAC,EAJW,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAIzC;AA2tBD,IAAY,mBAGX;AAHD,WAAY,mBAAmB;IAC7B,8CAAuB,CAAA;IACvB,8CAAuB,CAAA;AACzB,CAAC,EAHW,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAG9B;AAmBD,IAAY,mBAGX;AAHD,WAAY,mBAAmB;IAC7B,wCAAiB,CAAA;IACjB,sCAAe,CAAA;AACjB,CAAC,EAHW,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAG9B;AA4BD,IAAY,wBAKX;AALD,WAAY,wBAAwB;IAClC,iDAAqB,CAAA;IACrB,iDAAqB,CAAA;IACrB,mDAAuB,CAAA;IACvB,2CAAe,CAAA;AACjB,CAAC,EALW,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAKnC;AAqND,IAAY,uBAWX;AAXD,WAAY,uBAAuB;IACjC,kDAAuB,CAAA;IACvB,8DAAmC,CAAA;IACnC,gEAAqC,CAAA;IACrC,kDAAuB,CAAA;IACvB,kDAAuB,CAAA;IACvB,gDAAqB,CAAA;IACrB,8DAAmC,CAAA;IACnC,gEAAqC,CAAA;IACrC,8EAAmD,CAAA;IACnD,sDAA2B,CAAA;AAC7B,CAAC,EAXW,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAWlC;AA0OD,IAAY,6BAcX;AAdD,WAAY,6BAA6B;IACvC,wDAAuB,CAAA;IACvB,oEAAmC,CAAA;IACnC,sEAAqC,CAAA;IACrC,wDAAuB,CAAA;IACvB,gDAAe,CAAA;IACf,wDAAuB,CAAA;IACvB,wEAAuC,CAAA;IACvC,0EAAyC,CAAA;IACzC,sDAAqB,CAAA;IACrB,oEAAmC,CAAA;IACnC,sEAAqC,CAAA;IACrC,oFAAmD,CAAA;IACnD,wEAAuC,CAAA;AACzC,CAAC,EAdW,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAcxC;AAED,IAAY,sBAmBX;AAnBD,WAAY,sBAAsB;IAChC,iDAAuB,CAAA;IACvB,6DAAmC,CAAA;IACnC,+DAAqC,CAAA;IACrC,iDAAuB,CAAA;IACvB,iDAAuB,CAAA;IACvB,qEAA2C,CAAA;IAC3C,qEAA2C,CAAA;IAC3C,qEAA2C,CAAA;IAC3C,uFAA6D,CAAA;IAC7D,mEAAyC,CAAA;IACzC,iEAAuC,CAAA;IACvC,mEAAyC,CAAA;IACzC,+CAAqB,CAAA;IACrB,6DAAmC,CAAA;IACnC,+DAAqC,CAAA;IACrC,6EAAmD,CAAA;IACnD,iEAAuC,CAAA;IACvC,qDAA2B,CAAA;AAC7B,CAAC,EAnBW,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAmBjC;AAsED,IAAY,sBAKX;AALD,WAAY,sBAAsB;IAChC,2CAAiB,CAAA;IACjB,uCAAa,CAAA;IACb,2DAAiC,CAAA;IACjC,6CAAmB,CAAA;AACrB,CAAC,EALW,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAKjC;AA0HD,IAAY,uBAKX;AALD,WAAY,uBAAuB;IACjC,kEAAuC,CAAA;IACvC,gEAAqC,CAAA;IACrC,sDAA2B,CAAA;IAC3B,gDAAqB,CAAA;AACvB,CAAC,EALW,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAKlC;AAyBD,IAAY,eAUX;AAVD,WAAY,eAAe;IACzB,0CAAuB,CAAA;IACvB,sCAAmB,CAAA;IACnB,kCAAe,CAAA;IACf,8DAA2C,CAAA;IAC3C,4DAAyC,CAAA;IACzC,wCAAqB,CAAA;IACrB,sDAAmC,CAAA;IACnC,wDAAqC,CAAA;IACrC,kEAA+C,CAAA;AACjD,CAAC,EAVW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAU1B;AAkHD,IAAY,qBAeX;AAfD,WAAY,qBAAqB;IAC/B,oDAA2B,CAAA;IAC3B,wDAA+B,CAAA;IAC/B,4EAAmD,CAAA;IACnD,sCAAa,CAAA;IACb,8DAAqC,CAAA;IACrC,oDAA2B,CAAA;IAC3B,4EAAmD,CAAA;IACnD,sDAA6B,CAAA;IAC7B,gDAAuB,CAAA;IACvB,oDAA2B,CAAA;IAC3B,wCAAe,CAAA;IACf,gDAAuB,CAAA;IACvB,8CAAqB,CAAA;IACrB,0CAAiB,CAAA;AACnB,CAAC,EAfW,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAehC;AA0BD,yCAAyC;AACzC,IAAY,6BAGX;AAHD,WAAY,6BAA6B;IACvC,8DAA6B,CAAA;IAC7B,4DAA2B,CAAA;AAC7B,CAAC,EAHW,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAGxC;AAuBD,wCAAwC;AACxC,IAAY,4BAGX;AAHD,WAAY,4BAA4B;IACtC,iDAAiB,CAAA;IACjB,+CAAe,CAAA;AACjB,CAAC,EAHW,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAGvC;AAED,2CAA2C;AAC3C,IAAY,+BAGX;AAHD,WAAY,+BAA+B;IACzC,wDAAqB,CAAA;IACrB,wDAAqB,CAAA;AACvB,CAAC,EAHW,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QAG1C;AAED,2BAA2B;AAC3B,IAAY,iBAIX;AAJD,WAAY,iBAAiB;IAC3B,wCAAmB,CAAA;IACnB,kDAA6B,CAAA;IAC7B,sCAAiB,CAAA;AACnB,CAAC,EAJW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAI5B;AAsLD,6BAA6B;AAC7B,IAAY,wBAaX;AAbD,WAAY,wBAAwB;IAClC,+CAAmB,CAAA;IACnB,6CAAiB,CAAA;IACjB,+FAAmE,CAAA;IACnE,yCAAa,CAAA;IACb,iDAAqB,CAAA;IACrB,yCAAa,CAAA;IACb,2CAAe,CAAA;IACf,+DAAmC,CAAA;IACnC,+CAAmB,CAAA;IACnB,+CAAmB,CAAA;IACnB,2CAAe,CAAA;IACf,yCAAa,CAAA;AACf,CAAC,EAbW,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAanC;AAmMD,IAAY,2BAIX;AAJD,WAAY,2BAA2B;IACrC,0CAAW,CAAA;IACX,gDAAiB,CAAA;IACjB,gDAAiB,CAAA;AACnB,CAAC,EAJW,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAItC;AA6DD,IAAY,qBASX;AATD,WAAY,qBAAqB;IAC/B,8CAAqB,CAAA;IACrB,0CAAiB,CAAA;IACjB,sDAA6B,CAAA;IAC7B,oDAA2B,CAAA;IAC3B,sCAAa,CAAA;IACb,wCAAe,CAAA;IACf,sCAAa,CAAA;IACb,gDAAuB,CAAA;AACzB,CAAC,EATW,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAShC;AA2PD,oBAAoB;AACpB,IAAY,eAKX;AALD,WAAY,eAAe;IACzB,oCAAiB,CAAA;IACjB,sCAAmB,CAAA;IACnB,4CAAyB,CAAA;IACzB,wCAAqB,CAAA;AACvB,CAAC,EALW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAK1B;AA4CD,IAAY,mBAaX;AAbD,WAAY,mBAAmB;IAC7B,gDAAyB,CAAA;IACzB,gDAAyB,CAAA;IACzB,oDAA6B,CAAA;IAC7B,wCAAiB,CAAA;IACjB,oCAAa,CAAA;IACb,4CAAqB,CAAA;IACrB,sCAAe,CAAA;IACf,sCAAe,CAAA;IACf,8CAAuB,CAAA;IACvB,gDAAyB,CAAA;IACzB,gDAAyB,CAAA;IACzB,sDAA+B,CAAA;AACjC,CAAC,EAbW,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAa9B;AA4DD,yCAAyC;AACzC,IAAY,8BAGX;AAHD,WAAY,8BAA8B;IACxC,qDAAmB,CAAA;IACnB,qDAAmB,CAAA;AACrB,CAAC,EAHW,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAGzC;AAocD,IAAY,4BAeX;AAfD,WAAY,4BAA4B;IACtC,uDAAuB,CAAA;IACvB,uDAAuB,CAAA;IACvB,qDAAqB,CAAA;IACrB,iDAAiB,CAAA;IACjB,mDAAmB,CAAA;IACnB,+CAAe,CAAA;IACf,6DAA6B,CAAA;IAC7B,yDAAyB,CAAA;IACzB,+DAA+B,CAAA;IAC/B,iEAAiC,CAAA;IACjC,+CAAe,CAAA;IACf,6DAA6B,CAAA;IAC7B,qDAAqB,CAAA;IACrB,iDAAiB,CAAA;AACnB,CAAC,EAfW,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAevC;AAmCD,IAAY,sBAIX;AAJD,WAAY,sBAAsB;IAChC,2CAAiB,CAAA;IACjB,6CAAmB,CAAA;IACnB,6CAAmB,CAAA;AACrB,CAAC,EAJW,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAIjC;AAeD,yBAAyB;AACzB,IAAY,oBASX;AATD,WAAY,oBAAoB;IAC9B,uCAAe,CAAA;IACf,mCAAW,CAAA;IACX,yDAAiC,CAAA;IACjC,6CAAqB,CAAA;IACrB,yCAAiB,CAAA;IACjB,mCAAW,CAAA;IACX,iDAAyB,CAAA;IACzB,yDAAiC,CAAA;AACnC,CAAC,EATW,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAS/B;AA6aD,2BAA2B;AAC3B,IAAY,oBAGX;AAHD,WAAY,oBAAoB;IAC9B,yDAAiC,CAAA;IACjC,6CAAqB,CAAA;AACvB,CAAC,EAHW,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAG/B;AA2CD,oCAAoC;AACpC,IAAY,6BAGX;AAHD,WAAY,6BAA6B;IACvC,8EAA6C,CAAA;IAC7C,8EAA6C,CAAA;AAC/C,CAAC,EAHW,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAGxC;AAkDD,4BAA4B;AAC5B,IAAY,cAWX;AAXD,WAAY,cAAc;IACxB,uCAAqB,CAAA;IACrB,iCAAe,CAAA;IACf,yCAAuB,CAAA;IACvB,yCAAuB,CAAA;IACvB,uCAAqB,CAAA;IACrB,iCAAe,CAAA;IACf,qCAAmB,CAAA;IACnB,qCAAmB,CAAA;IACnB,iCAAe,CAAA;IACf,2CAAyB,CAAA;AAC3B,CAAC,EAXW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAWzB;AAsGD,yCAAyC;AACzC,IAAY,6BAOX;AAPD,WAAY,6BAA6B;IACvC,sEAAqC,CAAA;IACrC,wEAAuC,CAAA;IACvC,oEAAmC,CAAA;IACnC,gFAA+C,CAAA;IAC/C,sFAAqD,CAAA;IACrD,sEAAqC,CAAA;AACvC,CAAC,EAPW,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAOxC;AAED,2BAA2B;AAC3B,IAAY,qBAGX;AAHD,WAAY,qBAAqB;IAC/B,8CAAqB,CAAA;IACrB,4CAAmB,CAAA;AACrB,CAAC,EAHW,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAGhC;AAwCD,IAAY,iCAGX;AAHD,WAAY,iCAAiC;IAC3C,kDAAa,CAAA;IACb,sDAAiB,CAAA;AACnB,CAAC,EAHW,iCAAiC,GAAjC,yCAAiC,KAAjC,yCAAiC,QAG5C;AA8BD,IAAY,oBAcX;AAdD,WAAY,oBAAoB;IAC9B,yCAAiB,CAAA;IACjB,+CAAuB,CAAA;IACvB,6CAAqB,CAAA;IACrB,qCAAa,CAAA;IACb,yDAAiC,CAAA;IACjC,yDAAiC,CAAA;IACjC,uDAA+B,CAAA;IAC/B,6CAAqB,CAAA;IACrB,2CAAmB,CAAA;IACnB,uCAAe,CAAA;IACf,iDAAyB,CAAA;IACzB,uCAAe,CAAA;IACf,uCAAe,CAAA;AACjB,CAAC,EAdW,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAc/B;AAED,IAAY,sBAIX;AAJD,WAAY,sBAAsB;IAChC,6CAAmB,CAAA;IACnB,+CAAqB,CAAA;IACrB,2CAAiB,CAAA;AACnB,CAAC,EAJW,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAIjC;AAED,IAAY,6BAIX;AAJD,WAAY,6BAA6B;IACvC,4CAAW,CAAA;IACX,4CAAW,CAAA;IACX,4CAAW,CAAA;AACb,CAAC,EAJW,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAIxC;AAwJD,IAAY,8BAKX;AALD,WAAY,8BAA8B;IACxC,uEAAqC,CAAA;IACrC,6DAA2B,CAAA;IAC3B,+CAAa,CAAA;IACb,+CAAa,CAAA;AACf,CAAC,EALW,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAKzC;AAED,IAAY,uBAIX;AAJD,WAAY,uBAAuB;IACjC,4CAAiB,CAAA;IACjB,0CAAe,CAAA;IACf,8CAAmB,CAAA;AACrB,CAAC,EAJW,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAIlC;AA+BD,IAAY,qBAKX;AALD,WAAY,qBAAqB;IAC/B,kDAAyB,CAAA;IACzB,0CAAiB,CAAA;IACjB,4CAAmB,CAAA;IACnB,4CAAmB,CAAA;AACrB,CAAC,EALW,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAKhC;AAED,IAAY,mBAIX;AAJD,WAAY,mBAAmB;IAC7B,wCAAiB,CAAA;IACjB,oCAAa,CAAA;IACb,oCAAa,CAAA;AACf,CAAC,EAJW,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAI9B;AA6DD,IAAY,mBAgBX;AAhBD,WAAY,mBAAmB;IAC7B,wCAAiB,CAAA;IACjB,kCAAW,CAAA;IACX,0CAAmB,CAAA;IACnB,0CAAmB,CAAA;IACnB,sDAA+B,CAAA;IAC/B,sCAAe,CAAA;IACf,gDAAyB,CAAA;IACzB,0CAAmB,CAAA;IACnB,sEAA+C,CAAA;IAC/C,gDAAyB,CAAA;IACzB,sDAA+B,CAAA;IAC/B,sDAA+B,CAAA;IAC/B,wCAAiB,CAAA;IACjB,gDAAyB,CAAA;IACzB,4CAAqB,CAAA;AACvB,CAAC,EAhBW,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAgB9B;AAmED,8BAA8B;AAC9B,IAAY,wBAGX;AAHD,WAAY,wBAAwB;IAClC,6CAAiB,CAAA;IACjB,2CAAe,CAAA;AACjB,CAAC,EAHW,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAGnC;AAuJD,yBAAyB;AACzB,IAAY,gBAGX;AAHD,WAAY,gBAAgB;IAC1B,qCAAiB,CAAA;IACjB,yCAAqB,CAAA;AACvB,CAAC,EAHW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAG3B"}
@@ -1,5 +1,5 @@
1
1
  import { ikasAdminGraphQLAPIClient } from '../admin-client';
2
- import { Mutation, MutationaddCustomTimelineEntryArgs, MutationaddOrderInvoiceArgs, MutationaddOrderTagArgs, MutationapprovePendingOrderTransactionsArgs, MutationbulkUpdateProductsArgs, MutationcampaignAddCouponsArgs, MutationcancelFulfillmentArgs, MutationcancelOrderLineArgs, MutationcreateMerchantAppPaymentArgs, MutationcreateMerchantAppPaymentWithSubscriptionArgs, MutationcreateOrderWithTransactionsArgs, MutationdeleteCampaignListArgs, MutationdeleteCategoryListArgs, MutationdeleteCouponListArgs, MutationdeleteGlobalTaxSettingsListArgs, MutationdeleteOrderTagListArgs, MutationdeleteProductAttributeListArgs, MutationdeleteProductBrandListArgs, MutationdeleteProductListArgs, MutationdeleteProductOrderListArgs, MutationdeleteProductTagListArgs, MutationdeleteProductUnitListArgs, MutationdeleteProductVolumeDiscountListArgs, MutationdeleteStorefrontJSScriptArgs, MutationdeleteTaxSettingsListArgs, MutationdeleteVariantTypeListArgs, MutationdeleteVendorListArgs, MutationdeleteWebhookArgs, MutationfulfillOrderArgs, MutationgetAppDemoDayArgs, MutationgetOrderInvoicePdfUrlArgs, MutationrefundOrderLineArgs, MutationremoveOrderTagArgs, MutationsaveCampaignArgs, MutationsaveCategoryArgs, MutationsaveGlobalTaxSettingsArgs, MutationsaveOrderTagArgs, MutationsaveProductArgs, MutationsaveProductAttributeArgs, MutationsaveProductBrandArgs, MutationsaveProductOrderArgs, MutationsaveProductStockLocationsArgs, MutationsaveProductTagArgs, MutationsaveProductUnitArgs, MutationsaveProductVolumeDiscountArgs, MutationsaveSalesChannelArgs, MutationsaveStorefrontJSScriptArgs, MutationsaveTaxSettingsArgs, MutationsaveVariantPricesArgs, MutationsaveVariantTypeArgs, MutationsaveVendorArgs, MutationsaveWebhookArgs, MutationupdateOrderAddressesArgs, MutationupdateOrderLineArgs, MutationupdateOrderPackageStatusArgs, MutationupdateProductSalesChannelStatusArgs, MutationupdateSubscriptionStatusArgs } from './';
2
+ import { Mutation, MutationaddCustomTimelineEntryArgs, MutationaddOrderInvoiceArgs, MutationaddOrderTagArgs, MutationapprovePendingOrderTransactionsArgs, MutationbulkUpdateProductsArgs, MutationcampaignAddCouponsArgs, MutationcancelFulfillmentArgs, MutationcancelOrderLineArgs, MutationcreateMerchantAppPaymentArgs, MutationcreateMerchantAppPaymentWithSubscriptionArgs, MutationcreateOrderWithTransactionsArgs, MutationdeleteCampaignListArgs, MutationdeleteCategoryListArgs, MutationdeleteCouponListArgs, MutationdeleteGlobalTaxSettingsListArgs, MutationdeleteOrderTagListArgs, MutationdeleteProductAttributeListArgs, MutationdeleteProductBrandListArgs, MutationdeleteProductListArgs, MutationdeleteProductOrderListArgs, MutationdeleteProductTagListArgs, MutationdeleteProductUnitListArgs, MutationdeleteProductVolumeDiscountListArgs, MutationdeleteStorefrontJSScriptArgs, MutationdeleteTaxSettingsListArgs, MutationdeleteVariantTypeListArgs, MutationdeleteVendorListArgs, MutationdeleteWebhookArgs, MutationfulfillOrderArgs, MutationgetAppDemoDayArgs, MutationgetOrderInvoicePdfUrlArgs, MutationrefundOrderLineArgs, MutationremoveOrderTagArgs, MutationsaveCampaignArgs, MutationsaveCategoryArgs, MutationsaveGlobalTaxSettingsArgs, MutationsaveOrderTagArgs, MutationsaveProductArgs, MutationsaveProductAttributeArgs, MutationsaveProductBrandArgs, MutationsaveProductOrderArgs, MutationsaveProductStockLocationsArgs, MutationsaveProductTagArgs, MutationsaveProductUnitArgs, MutationsaveProductVolumeDiscountArgs, MutationsaveSalesChannelArgs, MutationsaveStorefrontJSScriptArgs, MutationsaveTaxSettingsArgs, MutationsaveVariantPricesArgs, MutationsaveVariantTypeArgs, MutationsaveVendorArgs, MutationsaveWebhookArgs, MutationupdateCustomerB2BStatusArgs, MutationupdateOrderAddressesArgs, MutationupdateOrderLineArgs, MutationupdateOrderPackageStatusArgs, MutationupdateProductSalesChannelStatusArgs, MutationupdateSubscriptionStatusArgs } from './';
3
3
  import { APIResult, MutationOptions } from '../../base';
4
4
  declare type Mutations = {
5
5
  [p in keyof Omit<Mutation, '__typename'>]: (options: MutationOptions<any>) => Promise<APIResult<Partial<Mutation[p]>>>;
@@ -59,6 +59,7 @@ export declare class AdminMutation implements Mutations {
59
59
  saveVariantType(options: MutationOptions<MutationsaveVariantTypeArgs>): Promise<APIResult<Partial<Mutation['saveVariantType']>>>;
60
60
  saveVendor(options: MutationOptions<MutationsaveVendorArgs>): Promise<APIResult<Partial<Mutation['saveVendor']>>>;
61
61
  saveWebhook(options: MutationOptions<MutationsaveWebhookArgs>): Promise<APIResult<Partial<Mutation['saveWebhook']>>>;
62
+ updateCustomerB2BStatus(options: MutationOptions<MutationupdateCustomerB2BStatusArgs>): Promise<APIResult<Partial<Mutation['updateCustomerB2BStatus']>>>;
62
63
  updateOrderAddresses(options: MutationOptions<MutationupdateOrderAddressesArgs>): Promise<APIResult<Partial<Mutation['updateOrderAddresses']>>>;
63
64
  updateOrderLine(options: MutationOptions<MutationupdateOrderLineArgs>): Promise<APIResult<Partial<Mutation['updateOrderLine']>>>;
64
65
  updateOrderPackageStatus(options: MutationOptions<MutationupdateOrderPackageStatusArgs>): Promise<APIResult<Partial<Mutation['updateOrderPackageStatus']>>>;
@@ -416,6 +416,13 @@ var AdminMutation = /** @class */ (function () {
416
416
  });
417
417
  });
418
418
  };
419
+ AdminMutation.prototype.updateCustomerB2BStatus = function (options) {
420
+ return __awaiter(this, void 0, void 0, function () {
421
+ return __generator(this, function (_a) {
422
+ return [2 /*return*/, this.client.mutate(__assign(__assign({}, options), { operationName: 'updateCustomerB2BStatus' }))];
423
+ });
424
+ });
425
+ };
419
426
  AdminMutation.prototype.updateOrderAddresses = function (options) {
420
427
  return __awaiter(this, void 0, void 0, function () {
421
428
  return __generator(this, function (_a) {
@@ -1 +1 @@
1
- {"version":3,"file":"mutation.js","sourceRoot":"","sources":["../../../../src/api/admin/generated/mutation.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"mutation.js","sourceRoot":"","sources":["../../../../src/api/admin/generated/mutation.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikas/api-client",
3
- "version": "1.0.40-alpha.6",
3
+ "version": "1.0.40-alpha.7",
4
4
  "description": "ikas public node api client for store apps and private apps",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",