@ikas/api-client 1.0.79 → 1.0.81

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.
@@ -4,7 +4,7 @@ exports.MutationDefaultGQLs = exports.QueryDefaultGQLs = void 0;
4
4
  exports.QueryDefaultGQLs = {
5
5
  "getAuthorizedApp": "query getAuthorizedApp{ getAuthorizedApp { addedDate createdAt deleted id partnerId salesChannelId scope storeAppId supportsMultipleInstallation updatedAt } }",
6
6
  "getGlobalTaxSettings": "query getGlobalTaxSettings{ getGlobalTaxSettings { createdAt deleted id isTaxExcludedOnPrices isTaxExcludedOnShippingPrices storefrontId updatedAt } }",
7
- "getIkasWalletWithBalance": "query getIkasWalletWithBalance($input: GetIkasWalletWithBalanceInput!){ getIkasWalletWithBalance(input: $input) { activePeriodEstimatedPayout { amount currencyCode date hasTransactions period { endDate startDate } } depositBalance freeCreditBalance nextEstimatedPayout { amount currencyCode date hasTransactions period { endDate startDate } } payoutBalance totalBalance wallet { createdAt deleted hasVatExemption id lastPayoutDate minimumBalance nextEstimatedPayoutDate paymentGatewayId paymentLimits { amount currencyCode } paymentStatus payoutStatus payoutTerm refillBalance topUpSettings { alternativeSavedCardId amount savedCardId status } updatedAt } } }",
7
+ "getIkasWalletWithBalance": "query getIkasWalletWithBalance($input: GetIkasWalletWithBalanceInput!){ getIkasWalletWithBalance(input: $input) { activePeriodEstimatedPayout { amount currencyCode date hasTransactions period { endDate startDate } } depositBalance freeCreditBalance nextEstimatedPayout { amount currencyCode date hasTransactions period { endDate startDate } } payoutBalance totalBalance wallet { createdAt deleted hasCommissionFree hasVatExemption id lastPayoutDate minimumBalance nextEstimatedPayoutDate paymentGatewayId paymentLimits { amount currencyCode } paymentStatus payoutStatus payoutTerm refillBalance topUpSettings { alternativeSavedCardId amount savedCardId status } updatedAt } } }",
8
8
  "getImageUploadUrl": "query getImageUploadUrl($imageDir: String, $imageId: String!){ getImageUploadUrl(imageDir: $imageDir, imageId: $imageId) }",
9
9
  "getImportJobData": "query getImportJobData($importJobId: String!, $importType: ImportTypeEnum!){ getImportJobData(importJobId: $importJobId, importType: $importType) { data errorMessage importJobId status } }",
10
10
  "getImportJobDataList": "query getImportJobDataList{ getImportJobDataList { data { fileURL importJobId } } }",
@@ -27,12 +27,12 @@ exports.QueryDefaultGQLs = {
27
27
  "listCustomerGroup": "query listCustomerGroup($id: StringFilterInput, $includeDeleted: Boolean, $name: StringFilterInput, $updatedAt: DateFilterInput){ listCustomerGroup(id: $id, includeDeleted: $includeDeleted, name: $name, updatedAt: $updatedAt) { conditions { conditionType method valueList } createdAt deleted id isAutomated name priceListId priceListRules { discountRate filters { type valueList } priceListId shouldMatchAllFilters value valueType } shouldMatchAllConditions updatedAt } }",
28
28
  "listDistrict": "query listDistrict($cityId: StringFilterInput!, $countryId: StringFilterInput, $id: StringFilterInput, $includeDeleted: Boolean, $search: String, $stateId: StringFilterInput, $updatedAt: DateFilterInput){ listDistrict(cityId: $cityId, countryId: $countryId, id: $id, includeDeleted: $includeDeleted, search: $search, stateId: $stateId, updatedAt: $updatedAt) { cityId countryId createdAt deleted id latitude longitude name order stateId updatedAt } }",
29
29
  "listGlobalTaxSettings": "query listGlobalTaxSettings($id: StringFilterInput, $includeDeleted: Boolean, $storefrontId: StringFilterInput){ listGlobalTaxSettings(id: $id, includeDeleted: $includeDeleted, storefrontId: $storefrontId) { createdAt deleted id isTaxExcludedOnPrices isTaxExcludedOnShippingPrices storefrontId updatedAt } }",
30
- "listIkasWallet": "query listIkasWallet($id: StringFilterInput){ listIkasWallet(id: $id) { createdAt deleted hasVatExemption id lastPayoutDate minimumBalance nextEstimatedPayoutDate paymentGatewayId paymentLimits { amount currencyCode } paymentStatus payoutStatus payoutTerm refillBalance topUpSettings { alternativeSavedCardId amount savedCardId status } updatedAt } }",
31
- "listIkasWalletTransaction": "query listIkasWalletTransaction($pagination: PaginationInput, $status: IkasWalletTransactionStatusEnumFilter, $transactionId: StringFilterInput){ listIkasWalletTransaction(pagination: $pagination, status: $status, transactionId: $transactionId) { count data { amount amountWithoutTax commission { amount rate } createdAt currencyCode deleted error { code message } expectedPayoutDate id metadata orderDetail { orderId orderNumber orderedDate } paymentGatewayCode paymentMethodDetail { bankName binNumber cardAssociation cardFamily cardType installment { installmentCount installmentPrice originalRate rate totalPrice } lastFourDigits savedCardId threeDSecure } payoutAmount payoutDate payoutId payoutStatus payoutSummary { commissionAmount gatewayReferenceId netSalesTransactionAmount period { endDate startDate } totalRefundCount totalSaleCount totalShippingTransactionAmount totalSubscriptionTransactionAmount transferInformation { holderName iban } withholdingAmount } source sourceMetadata { authorizedAppId firstName id imageId lastName } sourceTransactionId status transactionCategory transactionId type updatedAt withholding { amount rate } } hasNext limit page } }",
30
+ "listIkasWallet": "query listIkasWallet($id: StringFilterInput){ listIkasWallet(id: $id) { createdAt deleted hasCommissionFree hasVatExemption id lastPayoutDate minimumBalance nextEstimatedPayoutDate paymentGatewayId paymentLimits { amount currencyCode } paymentStatus payoutStatus payoutTerm refillBalance topUpSettings { alternativeSavedCardId amount savedCardId status } updatedAt } }",
31
+ "listIkasWalletTransaction": "query listIkasWalletTransaction($pagination: PaginationInput, $status: IkasWalletTransactionStatusEnumFilter, $transactionId: StringFilterInput){ listIkasWalletTransaction(pagination: $pagination, status: $status, transactionId: $transactionId) { count data { amount amountWithoutTax commission { amount isCommissionFree rate } createdAt currencyCode deleted error { code message } expectedPayoutDate id metadata orderDetail { orderId orderNumber orderedDate } paymentGatewayCode paymentMethodDetail { bankName binNumber cardAssociation cardFamily cardType installment { installmentCount installmentPrice originalRate rate totalPrice } lastFourDigits savedCardId threeDSecure } payoutAmount payoutDate payoutId payoutStatus payoutSummary { commissionAmount gatewayReferenceId netSalesTransactionAmount period { endDate startDate } totalRefundCount totalSaleCount totalShippingTransactionAmount totalSubscriptionTransactionAmount transferInformation { holderName iban } withholdingAmount } source sourceMetadata { authorizedAppId firstName id imageId lastName } sourceTransactionId status summarized transactionCategory transactionId type updatedAt withholding { amount rate } } hasNext limit page } }",
32
32
  "listLanguage": "query listLanguage($id: StringFilterInput){ listLanguage(id: $id) { createdAt deleted id isFree locale name updatedAt } }",
33
33
  "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 } }",
34
34
  "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 } }",
35
- "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, $sourceId: StringFilterInput, $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, sourceId: $sourceId, status: $status, stockLocationId: $stockLocationId, terminalId: $terminalId, updatedAt: $updatedAt) { count data { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTemplateId 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 } customerSubscriptionPlans { id } deleted dueDate edited giftCardLines { amount appliedTransactions { amount id type } code giftCardId id } giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate loyaltyLines { amount id loyaltyProgramCustomerId loyaltyProgramId loyaltySpendingMethodId } marketingCampaignId merchantId netTotalFinalPrice 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 { applyAfterCampaign name price priceType 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 { applyAfterCampaign name price priceType 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 customerSubscriptionPlan { id } deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice edited finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { applyAfterCampaign name price priceType value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId subscriptionPlan { id name period { cutOffDay discount { amount type } durationUnit durationValue id maxOrders paymentType scheduledOrderDay title } } 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 { applyAfterCampaign name price priceType 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 refundReasonId sourceId stockLocationId subscriptionPlanOrder { customerSubscriptionPlanId customerSubscriptionPlanOrderId paymentDate paymentStatus plannedDate status } trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification shippingLabelImage 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 sessionId sessionInfo { countryCode durationMS end host ip journeyId 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 salesChannelId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent workflowId workflowName workflowNodeId } hasNext limit page } }",
35
+ "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, $sourceId: StringFilterInput, $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, sourceId: $sourceId, status: $status, stockLocationId: $stockLocationId, terminalId: $terminalId, updatedAt: $updatedAt) { count data { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTemplateId 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 } customerSubscriptionPlans { id } deleted dueDate edited giftCardLines { amount appliedTransactions { amount id type } code giftCardId id type } giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate loyaltyLines { amount id loyaltyProgramCustomerId loyaltyProgramId loyaltySpendingMethodId } marketingCampaignId merchantId netTotalFinalPrice 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 { applyAfterCampaign name price priceType 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 { applyAfterCampaign name price priceType 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 customerSubscriptionPlan { id } deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice edited finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { applyAfterCampaign name price priceType value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId subscriptionPlan { id name period { cutOffDay discount { amount type } durationUnit durationValue id maxOrders paymentType scheduledOrderDay title } } 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 { applyAfterCampaign name price priceType 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 refundReasonId sourceId stockLocationId subscriptionPlanOrder { customerSubscriptionPlanId customerSubscriptionPlanOrderId paymentDate paymentStatus plannedDate status } trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification shippingLabelImage 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 sessionId sessionInfo { countryCode durationMS end host ip journeyId 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 salesChannelId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent workflowId workflowName workflowNodeId } hasNext limit page } }",
36
36
  "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 name updatedAt } }",
37
37
  "listOrderTransactions": "query listOrderTransactions($orderId: String!){ listOrderTransactions(orderId: $orderId) { amount authCode checkoutId createdAt currencyCode currencySymbol customerId deleted error { code declineCode message } gatewayReferenceId id lineItems { finalPrice id price quantity taxValue variant { id mainImageId name productId sku slug type } } 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 } }",
38
38
  "listPaymentGateway": "query listPaymentGateway($cartId: String, $id: StringFilterInput, $includeDeleted: Boolean, $locale: String, $pagination: PaginationInput, $transactionAmount: Float){ listPaymentGateway(cartId: $cartId, id: $id, includeDeleted: $includeDeleted, locale: $locale, pagination: $pagination, transactionAmount: $transactionAmount) { additionalPrices { amount amountType name type } availableCountries code createdAt deleted description group { key order } id isPassive logoUrl masterPassClientId name paymentGatewayProviderId paymentMethodType paymentMethods { allowed enabled externalId externalStoreIds logoUrl name } settings { label order type value } supportedCurrencies testMode translations { description locale name } type updatedAt } }",
@@ -64,18 +64,18 @@ exports.QueryDefaultGQLs = {
64
64
  };
65
65
  exports.MutationDefaultGQLs = {
66
66
  "addCustomTimelineEntry": "mutation addCustomTimelineEntry($input: TimelineInput!){ addCustomTimelineEntry(input: $input) }",
67
- "addOrderInvoice": "mutation addOrderInvoice($input: AddOrderInvoiceInput!){ addOrderInvoice(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTemplateId 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 } customerSubscriptionPlans { id } deleted dueDate edited giftCardLines { amount appliedTransactions { amount id type } code giftCardId id } giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate loyaltyLines { amount id loyaltyProgramCustomerId loyaltyProgramId loyaltySpendingMethodId } marketingCampaignId merchantId netTotalFinalPrice 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 { applyAfterCampaign name price priceType 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 { applyAfterCampaign name price priceType 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 customerSubscriptionPlan { id } deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice edited finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { applyAfterCampaign name price priceType value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId subscriptionPlan { id name period { cutOffDay discount { amount type } durationUnit durationValue id maxOrders paymentType scheduledOrderDay title } } 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 { applyAfterCampaign name price priceType 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 refundReasonId sourceId stockLocationId subscriptionPlanOrder { customerSubscriptionPlanId customerSubscriptionPlanOrderId paymentDate paymentStatus plannedDate status } trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification shippingLabelImage 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 sessionId sessionInfo { countryCode durationMS end host ip journeyId 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 salesChannelId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent workflowId workflowName workflowNodeId } }",
67
+ "addOrderInvoice": "mutation addOrderInvoice($input: AddOrderInvoiceInput!){ addOrderInvoice(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTemplateId 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 } customerSubscriptionPlans { id } deleted dueDate edited giftCardLines { amount appliedTransactions { amount id type } code giftCardId id type } giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate loyaltyLines { amount id loyaltyProgramCustomerId loyaltyProgramId loyaltySpendingMethodId } marketingCampaignId merchantId netTotalFinalPrice 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 { applyAfterCampaign name price priceType 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 { applyAfterCampaign name price priceType 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 customerSubscriptionPlan { id } deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice edited finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { applyAfterCampaign name price priceType value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId subscriptionPlan { id name period { cutOffDay discount { amount type } durationUnit durationValue id maxOrders paymentType scheduledOrderDay title } } 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 { applyAfterCampaign name price priceType 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 refundReasonId sourceId stockLocationId subscriptionPlanOrder { customerSubscriptionPlanId customerSubscriptionPlanOrderId paymentDate paymentStatus plannedDate status } trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification shippingLabelImage 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 sessionId sessionInfo { countryCode durationMS end host ip journeyId 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 salesChannelId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent workflowId workflowName workflowNodeId } }",
68
68
  "addOrderTag": "mutation addOrderTag($input: UpdateOrderTagInput!){ addOrderTag(input: $input) }",
69
69
  "approvePendingOrderTransactions": "mutation approvePendingOrderTransactions($input: ApproveOrderTransactionsInput!){ approvePendingOrderTransactions(input: $input) }",
70
70
  "bulkUpdateProducts": "mutation bulkUpdateProducts($input: [BulkUpdateProductsInput!]!){ bulkUpdateProducts(input: $input) }",
71
71
  "campaignAddCoupons": "mutation campaignAddCoupons($input: AddCouponsInput!){ campaignAddCoupons(input: $input) { applicableCustomerId campaignId canCombineWithOtherCampaigns code createdAt dateRange { end start } deleted id updatedAt usageCount usageLimit usageLimitPerCustomer } }",
72
- "cancelFulfillment": "mutation cancelFulfillment($input: CancelFulfillmentInput!){ cancelFulfillment(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTemplateId 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 } customerSubscriptionPlans { id } deleted dueDate edited giftCardLines { amount appliedTransactions { amount id type } code giftCardId id } giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate loyaltyLines { amount id loyaltyProgramCustomerId loyaltyProgramId loyaltySpendingMethodId } marketingCampaignId merchantId netTotalFinalPrice 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 { applyAfterCampaign name price priceType 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 { applyAfterCampaign name price priceType 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 customerSubscriptionPlan { id } deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice edited finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { applyAfterCampaign name price priceType value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId subscriptionPlan { id name period { cutOffDay discount { amount type } durationUnit durationValue id maxOrders paymentType scheduledOrderDay title } } 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 { applyAfterCampaign name price priceType 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 refundReasonId sourceId stockLocationId subscriptionPlanOrder { customerSubscriptionPlanId customerSubscriptionPlanOrderId paymentDate paymentStatus plannedDate status } trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification shippingLabelImage 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 sessionId sessionInfo { countryCode durationMS end host ip journeyId 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 salesChannelId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent workflowId workflowName workflowNodeId } }",
73
- "cancelOrderLine": "mutation cancelOrderLine($input: CancelOrderLineInput!){ cancelOrderLine(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTemplateId 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 } customerSubscriptionPlans { id } deleted dueDate edited giftCardLines { amount appliedTransactions { amount id type } code giftCardId id } giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate loyaltyLines { amount id loyaltyProgramCustomerId loyaltyProgramId loyaltySpendingMethodId } marketingCampaignId merchantId netTotalFinalPrice 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 { applyAfterCampaign name price priceType 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 { applyAfterCampaign name price priceType 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 customerSubscriptionPlan { id } deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice edited finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { applyAfterCampaign name price priceType value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId subscriptionPlan { id name period { cutOffDay discount { amount type } durationUnit durationValue id maxOrders paymentType scheduledOrderDay title } } 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 { applyAfterCampaign name price priceType 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 refundReasonId sourceId stockLocationId subscriptionPlanOrder { customerSubscriptionPlanId customerSubscriptionPlanOrderId paymentDate paymentStatus plannedDate status } trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification shippingLabelImage 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 sessionId sessionInfo { countryCode durationMS end host ip journeyId 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 salesChannelId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent workflowId workflowName workflowNodeId } }",
74
- "changeStockLocation": "mutation changeStockLocation($input: ChangeStockLocationInput!){ changeStockLocation(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTemplateId 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 } customerSubscriptionPlans { id } deleted dueDate edited giftCardLines { amount appliedTransactions { amount id type } code giftCardId id } giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate loyaltyLines { amount id loyaltyProgramCustomerId loyaltyProgramId loyaltySpendingMethodId } marketingCampaignId merchantId netTotalFinalPrice 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 { applyAfterCampaign name price priceType 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 { applyAfterCampaign name price priceType 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 customerSubscriptionPlan { id } deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice edited finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { applyAfterCampaign name price priceType value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId subscriptionPlan { id name period { cutOffDay discount { amount type } durationUnit durationValue id maxOrders paymentType scheduledOrderDay title } } 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 { applyAfterCampaign name price priceType 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 refundReasonId sourceId stockLocationId subscriptionPlanOrder { customerSubscriptionPlanId customerSubscriptionPlanOrderId paymentDate paymentStatus plannedDate status } trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification shippingLabelImage 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 sessionId sessionInfo { countryCode durationMS end host ip journeyId 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 salesChannelId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent workflowId workflowName workflowNodeId } }",
72
+ "cancelFulfillment": "mutation cancelFulfillment($input: CancelFulfillmentInput!){ cancelFulfillment(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTemplateId 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 } customerSubscriptionPlans { id } deleted dueDate edited giftCardLines { amount appliedTransactions { amount id type } code giftCardId id type } giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate loyaltyLines { amount id loyaltyProgramCustomerId loyaltyProgramId loyaltySpendingMethodId } marketingCampaignId merchantId netTotalFinalPrice 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 { applyAfterCampaign name price priceType 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 { applyAfterCampaign name price priceType 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 customerSubscriptionPlan { id } deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice edited finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { applyAfterCampaign name price priceType value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId subscriptionPlan { id name period { cutOffDay discount { amount type } durationUnit durationValue id maxOrders paymentType scheduledOrderDay title } } 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 { applyAfterCampaign name price priceType 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 refundReasonId sourceId stockLocationId subscriptionPlanOrder { customerSubscriptionPlanId customerSubscriptionPlanOrderId paymentDate paymentStatus plannedDate status } trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification shippingLabelImage 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 sessionId sessionInfo { countryCode durationMS end host ip journeyId 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 salesChannelId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent workflowId workflowName workflowNodeId } }",
73
+ "cancelOrderLine": "mutation cancelOrderLine($input: CancelOrderLineInput!){ cancelOrderLine(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTemplateId 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 } customerSubscriptionPlans { id } deleted dueDate edited giftCardLines { amount appliedTransactions { amount id type } code giftCardId id type } giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate loyaltyLines { amount id loyaltyProgramCustomerId loyaltyProgramId loyaltySpendingMethodId } marketingCampaignId merchantId netTotalFinalPrice 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 { applyAfterCampaign name price priceType 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 { applyAfterCampaign name price priceType 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 customerSubscriptionPlan { id } deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice edited finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { applyAfterCampaign name price priceType value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId subscriptionPlan { id name period { cutOffDay discount { amount type } durationUnit durationValue id maxOrders paymentType scheduledOrderDay title } } 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 { applyAfterCampaign name price priceType 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 refundReasonId sourceId stockLocationId subscriptionPlanOrder { customerSubscriptionPlanId customerSubscriptionPlanOrderId paymentDate paymentStatus plannedDate status } trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification shippingLabelImage 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 sessionId sessionInfo { countryCode durationMS end host ip journeyId 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 salesChannelId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent workflowId workflowName workflowNodeId } }",
74
+ "changeStockLocation": "mutation changeStockLocation($input: ChangeStockLocationInput!){ changeStockLocation(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTemplateId 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 } customerSubscriptionPlans { id } deleted dueDate edited giftCardLines { amount appliedTransactions { amount id type } code giftCardId id type } giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate loyaltyLines { amount id loyaltyProgramCustomerId loyaltyProgramId loyaltySpendingMethodId } marketingCampaignId merchantId netTotalFinalPrice 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 { applyAfterCampaign name price priceType 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 { applyAfterCampaign name price priceType 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 customerSubscriptionPlan { id } deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice edited finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { applyAfterCampaign name price priceType value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId subscriptionPlan { id name period { cutOffDay discount { amount type } durationUnit durationValue id maxOrders paymentType scheduledOrderDay title } } 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 { applyAfterCampaign name price priceType 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 refundReasonId sourceId stockLocationId subscriptionPlanOrder { customerSubscriptionPlanId customerSubscriptionPlanOrderId paymentDate paymentStatus plannedDate status } trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification shippingLabelImage 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 sessionId sessionInfo { countryCode durationMS end host ip journeyId 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 salesChannelId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent workflowId workflowName workflowNodeId } }",
75
75
  "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 } }",
76
76
  "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 } }",
77
- "createOrderWithTransactions": "mutation createOrderWithTransactions($input: CreateOrderWithTransactionsInput!){ createOrderWithTransactions(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTemplateId 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 } customerSubscriptionPlans { id } deleted dueDate edited giftCardLines { amount appliedTransactions { amount id type } code giftCardId id } giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate loyaltyLines { amount id loyaltyProgramCustomerId loyaltyProgramId loyaltySpendingMethodId } marketingCampaignId merchantId netTotalFinalPrice 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 { applyAfterCampaign name price priceType 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 { applyAfterCampaign name price priceType 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 customerSubscriptionPlan { id } deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice edited finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { applyAfterCampaign name price priceType value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId subscriptionPlan { id name period { cutOffDay discount { amount type } durationUnit durationValue id maxOrders paymentType scheduledOrderDay title } } 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 { applyAfterCampaign name price priceType 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 refundReasonId sourceId stockLocationId subscriptionPlanOrder { customerSubscriptionPlanId customerSubscriptionPlanOrderId paymentDate paymentStatus plannedDate status } trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification shippingLabelImage 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 sessionId sessionInfo { countryCode durationMS end host ip journeyId 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 salesChannelId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent workflowId workflowName workflowNodeId } }",
78
- "createWalletTransaction": "mutation createWalletTransaction($input: CreateWalletTransactionInput!){ createWalletTransaction(input: $input) { amount amountWithoutTax commission { amount rate } createdAt currencyCode deleted error { code message } expectedPayoutDate id metadata orderDetail { orderId orderNumber orderedDate } paymentGatewayCode paymentMethodDetail { bankName binNumber cardAssociation cardFamily cardType installment { installmentCount installmentPrice originalRate rate totalPrice } lastFourDigits savedCardId threeDSecure } payoutAmount payoutDate payoutId payoutStatus payoutSummary { commissionAmount gatewayReferenceId netSalesTransactionAmount period { endDate startDate } totalRefundCount totalSaleCount totalShippingTransactionAmount totalSubscriptionTransactionAmount transferInformation { holderName iban } withholdingAmount } source sourceMetadata { authorizedAppId firstName id imageId lastName } sourceTransactionId status transactionCategory transactionId type updatedAt withholding { amount rate } } }",
77
+ "createOrderWithTransactions": "mutation createOrderWithTransactions($input: CreateOrderWithTransactionsInput!){ createOrderWithTransactions(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTemplateId 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 } customerSubscriptionPlans { id } deleted dueDate edited giftCardLines { amount appliedTransactions { amount id type } code giftCardId id type } giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate loyaltyLines { amount id loyaltyProgramCustomerId loyaltyProgramId loyaltySpendingMethodId } marketingCampaignId merchantId netTotalFinalPrice 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 { applyAfterCampaign name price priceType 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 { applyAfterCampaign name price priceType 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 customerSubscriptionPlan { id } deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice edited finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { applyAfterCampaign name price priceType value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId subscriptionPlan { id name period { cutOffDay discount { amount type } durationUnit durationValue id maxOrders paymentType scheduledOrderDay title } } 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 { applyAfterCampaign name price priceType 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 refundReasonId sourceId stockLocationId subscriptionPlanOrder { customerSubscriptionPlanId customerSubscriptionPlanOrderId paymentDate paymentStatus plannedDate status } trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification shippingLabelImage 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 sessionId sessionInfo { countryCode durationMS end host ip journeyId 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 salesChannelId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent workflowId workflowName workflowNodeId } }",
78
+ "createWalletTransaction": "mutation createWalletTransaction($input: CreateWalletTransactionInput!){ createWalletTransaction(input: $input) { amount amountWithoutTax commission { amount isCommissionFree rate } createdAt currencyCode deleted error { code message } expectedPayoutDate id metadata orderDetail { orderId orderNumber orderedDate } paymentGatewayCode paymentMethodDetail { bankName binNumber cardAssociation cardFamily cardType installment { installmentCount installmentPrice originalRate rate totalPrice } lastFourDigits savedCardId threeDSecure } payoutAmount payoutDate payoutId payoutStatus payoutSummary { commissionAmount gatewayReferenceId netSalesTransactionAmount period { endDate startDate } totalRefundCount totalSaleCount totalShippingTransactionAmount totalSubscriptionTransactionAmount transferInformation { holderName iban } withholdingAmount } source sourceMetadata { authorizedAppId firstName id imageId lastName } sourceTransactionId status summarized transactionCategory transactionId type updatedAt withholding { amount rate } } }",
79
79
  "deleteCampaignList": "mutation deleteCampaignList($idList: [String!]!){ deleteCampaignList(idList: $idList) }",
80
80
  "deleteCategoryList": "mutation deleteCategoryList($idList: [String!]!){ deleteCategoryList(idList: $idList) }",
81
81
  "deleteCouponList": "mutation deleteCouponList($idList: [String!]!){ deleteCouponList(idList: $idList) }",
@@ -96,11 +96,11 @@ exports.MutationDefaultGQLs = {
96
96
  "deleteVariantTypeList": "mutation deleteVariantTypeList($idList: [String!]!){ deleteVariantTypeList(idList: $idList) }",
97
97
  "deleteVendorList": "mutation deleteVendorList($idList: [String!]!){ deleteVendorList(idList: $idList) }",
98
98
  "deleteWebhook": "mutation deleteWebhook($scopes: [String!]!){ deleteWebhook(scopes: $scopes) }",
99
- "fulfillOrder": "mutation fulfillOrder($input: FulFillOrderInput!){ fulfillOrder(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTemplateId 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 } customerSubscriptionPlans { id } deleted dueDate edited giftCardLines { amount appliedTransactions { amount id type } code giftCardId id } giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate loyaltyLines { amount id loyaltyProgramCustomerId loyaltyProgramId loyaltySpendingMethodId } marketingCampaignId merchantId netTotalFinalPrice 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 { applyAfterCampaign name price priceType 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 { applyAfterCampaign name price priceType 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 customerSubscriptionPlan { id } deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice edited finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { applyAfterCampaign name price priceType value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId subscriptionPlan { id name period { cutOffDay discount { amount type } durationUnit durationValue id maxOrders paymentType scheduledOrderDay title } } 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 { applyAfterCampaign name price priceType 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 refundReasonId sourceId stockLocationId subscriptionPlanOrder { customerSubscriptionPlanId customerSubscriptionPlanOrderId paymentDate paymentStatus plannedDate status } trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification shippingLabelImage 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 sessionId sessionInfo { countryCode durationMS end host ip journeyId 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 salesChannelId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent workflowId workflowName workflowNodeId } }",
99
+ "fulfillOrder": "mutation fulfillOrder($input: FulFillOrderInput!){ fulfillOrder(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTemplateId 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 } customerSubscriptionPlans { id } deleted dueDate edited giftCardLines { amount appliedTransactions { amount id type } code giftCardId id type } giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate loyaltyLines { amount id loyaltyProgramCustomerId loyaltyProgramId loyaltySpendingMethodId } marketingCampaignId merchantId netTotalFinalPrice 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 { applyAfterCampaign name price priceType 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 { applyAfterCampaign name price priceType 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 customerSubscriptionPlan { id } deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice edited finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { applyAfterCampaign name price priceType value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId subscriptionPlan { id name period { cutOffDay discount { amount type } durationUnit durationValue id maxOrders paymentType scheduledOrderDay title } } 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 { applyAfterCampaign name price priceType 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 refundReasonId sourceId stockLocationId subscriptionPlanOrder { customerSubscriptionPlanId customerSubscriptionPlanOrderId paymentDate paymentStatus plannedDate status } trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification shippingLabelImage 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 sessionId sessionInfo { countryCode durationMS end host ip journeyId 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 salesChannelId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent workflowId workflowName workflowNodeId } }",
100
100
  "generateOrderPaymentLink": "mutation generateOrderPaymentLink($input: GenerateOrderPaymentLinkInput!){ generateOrderPaymentLink(input: $input) }",
101
101
  "getAppDemoDay": "mutation getAppDemoDay($input: CreateMerchantAppPaymentWithSubscriptionInput!){ getAppDemoDay(input: $input) }",
102
102
  "getOrderInvoicePdfUrl": "mutation getOrderInvoicePdfUrl($input: GetOrderInvoicePdfUrlInput!){ getOrderInvoicePdfUrl(input: $input) }",
103
- "refundOrderLine": "mutation refundOrderLine($input: OrderRefundInput!){ refundOrderLine(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTemplateId 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 } customerSubscriptionPlans { id } deleted dueDate edited giftCardLines { amount appliedTransactions { amount id type } code giftCardId id } giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate loyaltyLines { amount id loyaltyProgramCustomerId loyaltyProgramId loyaltySpendingMethodId } marketingCampaignId merchantId netTotalFinalPrice 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 { applyAfterCampaign name price priceType 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 { applyAfterCampaign name price priceType 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 customerSubscriptionPlan { id } deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice edited finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { applyAfterCampaign name price priceType value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId subscriptionPlan { id name period { cutOffDay discount { amount type } durationUnit durationValue id maxOrders paymentType scheduledOrderDay title } } 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 { applyAfterCampaign name price priceType 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 refundReasonId sourceId stockLocationId subscriptionPlanOrder { customerSubscriptionPlanId customerSubscriptionPlanOrderId paymentDate paymentStatus plannedDate status } trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification shippingLabelImage 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 sessionId sessionInfo { countryCode durationMS end host ip journeyId 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 salesChannelId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent workflowId workflowName workflowNodeId } }",
103
+ "refundOrderLine": "mutation refundOrderLine($input: OrderRefundInput!){ refundOrderLine(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTemplateId 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 } customerSubscriptionPlans { id } deleted dueDate edited giftCardLines { amount appliedTransactions { amount id type } code giftCardId id type } giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate loyaltyLines { amount id loyaltyProgramCustomerId loyaltyProgramId loyaltySpendingMethodId } marketingCampaignId merchantId netTotalFinalPrice 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 { applyAfterCampaign name price priceType 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 { applyAfterCampaign name price priceType 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 customerSubscriptionPlan { id } deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice edited finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { applyAfterCampaign name price priceType value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId subscriptionPlan { id name period { cutOffDay discount { amount type } durationUnit durationValue id maxOrders paymentType scheduledOrderDay title } } 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 { applyAfterCampaign name price priceType 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 refundReasonId sourceId stockLocationId subscriptionPlanOrder { customerSubscriptionPlanId customerSubscriptionPlanOrderId paymentDate paymentStatus plannedDate status } trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification shippingLabelImage 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 sessionId sessionInfo { countryCode durationMS end host ip journeyId 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 salesChannelId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent workflowId workflowName workflowNodeId } }",
104
104
  "removeOrderTag": "mutation removeOrderTag($input: UpdateOrderTagInput!){ removeOrderTag(input: $input) }",
105
105
  "saveCampaign": "mutation saveCampaign($input: CampaignInput!){ saveCampaign(input: $input) { applicableCustomerGroupIds applicableCustomerIds applicableCustomerSegmentIds applicablePrice applyCampaignToProductPrice buyXThenGetY { buyX { amount applyByQuantity filter { idList type } maxAmount } 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 version } }",
106
106
  "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 } }",
@@ -125,9 +125,9 @@ exports.MutationDefaultGQLs = {
125
125
  "saveVendor": "mutation saveVendor($input: VendorInput!){ saveVendor(input: $input) { address company createdAt deleted email id name phone staffName status taxNumber taxOffice updatedAt } }",
126
126
  "saveWebhook": "mutation saveWebhook($input: WebhookInput!){ saveWebhook(input: $input) { createdAt deleted endpoint id scope updatedAt } }",
127
127
  "updateCustomerB2BStatus": "mutation updateCustomerB2BStatus($b2bStatus: CustomerB2BStatusEnum!, $customerId: String!){ updateCustomerB2BStatus(b2bStatus: $b2bStatus, customerId: $customerId) }",
128
- "updateOrderAddresses": "mutation updateOrderAddresses($input: UpdateOrderAddressesInput!){ updateOrderAddresses(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTemplateId 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 } customerSubscriptionPlans { id } deleted dueDate edited giftCardLines { amount appliedTransactions { amount id type } code giftCardId id } giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate loyaltyLines { amount id loyaltyProgramCustomerId loyaltyProgramId loyaltySpendingMethodId } marketingCampaignId merchantId netTotalFinalPrice 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 { applyAfterCampaign name price priceType 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 { applyAfterCampaign name price priceType 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 customerSubscriptionPlan { id } deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice edited finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { applyAfterCampaign name price priceType value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId subscriptionPlan { id name period { cutOffDay discount { amount type } durationUnit durationValue id maxOrders paymentType scheduledOrderDay title } } 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 { applyAfterCampaign name price priceType 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 refundReasonId sourceId stockLocationId subscriptionPlanOrder { customerSubscriptionPlanId customerSubscriptionPlanOrderId paymentDate paymentStatus plannedDate status } trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification shippingLabelImage 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 sessionId sessionInfo { countryCode durationMS end host ip journeyId 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 salesChannelId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent workflowId workflowName workflowNodeId } }",
129
- "updateOrderLine": "mutation updateOrderLine($input: UpdateOrderInput!){ updateOrderLine(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTemplateId 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 } customerSubscriptionPlans { id } deleted dueDate edited giftCardLines { amount appliedTransactions { amount id type } code giftCardId id } giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate loyaltyLines { amount id loyaltyProgramCustomerId loyaltyProgramId loyaltySpendingMethodId } marketingCampaignId merchantId netTotalFinalPrice 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 { applyAfterCampaign name price priceType 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 { applyAfterCampaign name price priceType 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 customerSubscriptionPlan { id } deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice edited finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { applyAfterCampaign name price priceType value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId subscriptionPlan { id name period { cutOffDay discount { amount type } durationUnit durationValue id maxOrders paymentType scheduledOrderDay title } } 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 { applyAfterCampaign name price priceType 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 refundReasonId sourceId stockLocationId subscriptionPlanOrder { customerSubscriptionPlanId customerSubscriptionPlanOrderId paymentDate paymentStatus plannedDate status } trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification shippingLabelImage 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 sessionId sessionInfo { countryCode durationMS end host ip journeyId 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 salesChannelId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent workflowId workflowName workflowNodeId } }",
130
- "updateOrderPackageStatus": "mutation updateOrderPackageStatus($input: UpdateOrderPackageStatusInput!){ updateOrderPackageStatus(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTemplateId 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 } customerSubscriptionPlans { id } deleted dueDate edited giftCardLines { amount appliedTransactions { amount id type } code giftCardId id } giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate loyaltyLines { amount id loyaltyProgramCustomerId loyaltyProgramId loyaltySpendingMethodId } marketingCampaignId merchantId netTotalFinalPrice 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 { applyAfterCampaign name price priceType 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 { applyAfterCampaign name price priceType 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 customerSubscriptionPlan { id } deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice edited finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { applyAfterCampaign name price priceType value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId subscriptionPlan { id name period { cutOffDay discount { amount type } durationUnit durationValue id maxOrders paymentType scheduledOrderDay title } } 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 { applyAfterCampaign name price priceType 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 refundReasonId sourceId stockLocationId subscriptionPlanOrder { customerSubscriptionPlanId customerSubscriptionPlanOrderId paymentDate paymentStatus plannedDate status } trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification shippingLabelImage 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 sessionId sessionInfo { countryCode durationMS end host ip journeyId 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 salesChannelId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent workflowId workflowName workflowNodeId } }",
128
+ "updateOrderAddresses": "mutation updateOrderAddresses($input: UpdateOrderAddressesInput!){ updateOrderAddresses(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTemplateId 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 } customerSubscriptionPlans { id } deleted dueDate edited giftCardLines { amount appliedTransactions { amount id type } code giftCardId id type } giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate loyaltyLines { amount id loyaltyProgramCustomerId loyaltyProgramId loyaltySpendingMethodId } marketingCampaignId merchantId netTotalFinalPrice 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 { applyAfterCampaign name price priceType 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 { applyAfterCampaign name price priceType 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 customerSubscriptionPlan { id } deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice edited finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { applyAfterCampaign name price priceType value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId subscriptionPlan { id name period { cutOffDay discount { amount type } durationUnit durationValue id maxOrders paymentType scheduledOrderDay title } } 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 { applyAfterCampaign name price priceType 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 refundReasonId sourceId stockLocationId subscriptionPlanOrder { customerSubscriptionPlanId customerSubscriptionPlanOrderId paymentDate paymentStatus plannedDate status } trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification shippingLabelImage 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 sessionId sessionInfo { countryCode durationMS end host ip journeyId 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 salesChannelId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent workflowId workflowName workflowNodeId } }",
129
+ "updateOrderLine": "mutation updateOrderLine($input: UpdateOrderInput!){ updateOrderLine(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTemplateId 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 } customerSubscriptionPlans { id } deleted dueDate edited giftCardLines { amount appliedTransactions { amount id type } code giftCardId id type } giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate loyaltyLines { amount id loyaltyProgramCustomerId loyaltyProgramId loyaltySpendingMethodId } marketingCampaignId merchantId netTotalFinalPrice 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 { applyAfterCampaign name price priceType 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 { applyAfterCampaign name price priceType 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 customerSubscriptionPlan { id } deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice edited finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { applyAfterCampaign name price priceType value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId subscriptionPlan { id name period { cutOffDay discount { amount type } durationUnit durationValue id maxOrders paymentType scheduledOrderDay title } } 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 { applyAfterCampaign name price priceType 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 refundReasonId sourceId stockLocationId subscriptionPlanOrder { customerSubscriptionPlanId customerSubscriptionPlanOrderId paymentDate paymentStatus plannedDate status } trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification shippingLabelImage 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 sessionId sessionInfo { countryCode durationMS end host ip journeyId 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 salesChannelId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent workflowId workflowName workflowNodeId } }",
130
+ "updateOrderPackageStatus": "mutation updateOrderPackageStatus($input: UpdateOrderPackageStatusInput!){ updateOrderPackageStatus(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTemplateId 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 } customerSubscriptionPlans { id } deleted dueDate edited giftCardLines { amount appliedTransactions { amount id type } code giftCardId id type } giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate loyaltyLines { amount id loyaltyProgramCustomerId loyaltyProgramId loyaltySpendingMethodId } marketingCampaignId merchantId netTotalFinalPrice 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 { applyAfterCampaign name price priceType 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 { applyAfterCampaign name price priceType 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 customerSubscriptionPlan { id } deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice edited finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { applyAfterCampaign name price priceType value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId subscriptionPlan { id name period { cutOffDay discount { amount type } durationUnit durationValue id maxOrders paymentType scheduledOrderDay title } } 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 { applyAfterCampaign name price priceType 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 refundReasonId sourceId stockLocationId subscriptionPlanOrder { customerSubscriptionPlanId customerSubscriptionPlanOrderId paymentDate paymentStatus plannedDate status } trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification shippingLabelImage 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 sessionId sessionInfo { countryCode durationMS end host ip journeyId 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 salesChannelId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent workflowId workflowName workflowNodeId } }",
131
131
  "updateProductSalesChannelStatus": "mutation updateProductSalesChannelStatus($input: [UpdateProductSalesChannelStatusInput!]!, $salesChannelId: String){ updateProductSalesChannelStatus(input: $input, salesChannelId: $salesChannelId) }",
132
132
  "updateSubscriptionStatus": "mutation updateSubscriptionStatus($customerId: String!, $subscriptionStatus: CustomerEmailSubscriptionStatusesEnum!){ updateSubscriptionStatus(customerId: $customerId, subscriptionStatus: $subscriptionStatus) }"
133
133
  };
@@ -1 +1 @@
1
- {"version":3,"file":"default-gqls.js","sourceRoot":"","sources":["../../../../src/api/admin/generated/default-gqls.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"default-gqls.js","sourceRoot":"","sources":["../../../../src/api/admin/generated/default-gqls.ts"],"names":[],"mappings":"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"}
@@ -1682,29 +1682,29 @@ export type CustomerInput = {
1682
1682
  export type CustomerPaginationResponse = {
1683
1683
  __typename?: 'CustomerPaginationResponse';
1684
1684
  /**
1685
- * Returns the first three records of each page in the records returned as a response.
1686
- * For example, **let's say page = 3, limit = 30, count = 3.**
1687
- * The records that will return as a response are the records **between 60-62.**
1685
+ * Returns a specific number of records from the beginning of the requested page.
1686
+ * Example: If page=3, limit=30, count=3, the response will contain records 61-63.
1688
1687
  */
1689
1688
  count: Scalars['Int'];
1690
1689
  data: Array<Customer>;
1691
- /** In the records returned as Response, it shows whether there are any more records or not. For example, let's say our page field is three and our limit field is thirty. Records between 60 and 90 will be returned. If hasNext is `true` despite these records, **it means there are more records.** If hasNext is `false`, it means there are a total of **90 records.** */
1690
+ /**
1691
+ * Indicates whether more records exist beyond the current page.
1692
+ * Example: If page=3 and limit=30, records 61-90 are returned.
1693
+ * - If hasNext=true: More records exist beyond record 90
1694
+ * - If hasNext=false: No more records exist (total records = 90)
1695
+ */
1692
1696
  hasNext: Scalars['Boolean'];
1693
1697
  /**
1694
- * The maximum number of data you want to see on a page in the records returned as a response.
1695
- * For example, if the limit is **20**, the data will be displayed ** as 20 each. **
1696
- * :::note
1697
- * min 1, max 200 values can be given. If no value is entered, default 50 is accepted.
1698
- * :::
1698
+ * Defines the maximum number of records to display per page.
1699
+ * Example: If limit=20, each page will show 20 records.
1700
+ * Constraints: Minimum 1, maximum 200
1701
+ * Default value: 50
1699
1702
  */
1700
1703
  limit: Scalars['Int'];
1701
1704
  /**
1702
- * The number of the page you want to see in the records that return as response.
1703
- * For example: We entered the page field as **3**.And let our limit field be **30**.
1704
- * The records that will return as a response are the records **between 60-90.**
1705
- * :::note
1706
- * If no value is entered, default 1 is accepted.
1707
- * :::
1705
+ * Specifies which page of results you want to view.
1706
+ * Example: If page=3 and limit=30, the response will contain records 61-90.
1707
+ * Default value: 1
1708
1708
  */
1709
1709
  page: Scalars['Int'];
1710
1710
  };
@@ -1767,21 +1767,21 @@ export declare enum CustomerSubscriptionPlanOrderStatusEnum {
1767
1767
  POSTPONED = "POSTPONED"
1768
1768
  }
1769
1769
  export type DateFilterInput = {
1770
- /** `equal`. The filter used for equality. */
1770
+ /** Equal to operator. Matches exact values. */
1771
1771
  eq?: InputMaybe<Scalars['Timestamp']>;
1772
- /** `greater than` selects the documents where the value of the `input` is greater than to (** i.e. > **) a specified value (e.g. value.) */
1772
+ /** Greater than operator (>). Matches values greater than the specified value. */
1773
1773
  gt?: InputMaybe<Scalars['Timestamp']>;
1774
- /** `greater than or equals` selects the documents where the value of the `input` is greater than or equal to (** i.e. >= **) a specified value (e.g. value.) */
1774
+ /** Greater than or equal to operator (>=). Matches values greater than or equal to the specified value. */
1775
1775
  gte?: InputMaybe<Scalars['Timestamp']>;
1776
- /** Returns a boolean indicating whether a specified value is in an array. */
1776
+ /** In operator. Checks if value exists in an array. */
1777
1777
  in?: InputMaybe<Array<Scalars['Timestamp']>>;
1778
- /** `less than` selects the documents where the value of the `input` is less than or equal to (** i.e. < **) a specified value (e.g. value.) */
1778
+ /** Less than operator (<). Matches values less than the specified value. */
1779
1779
  lt?: InputMaybe<Scalars['Timestamp']>;
1780
- /** `less than or equals` selects the documents where the value of the `input` is less than or equal to (** i.e. <= **) a specified value (e.g. value.) */
1780
+ /** Less than or equal to operator (<=). Matches values less than or equal to the specified value. */
1781
1781
  lte?: InputMaybe<Scalars['Timestamp']>;
1782
- /** `not equal`. The filter used for not equality. */
1782
+ /** Not equal to operator. Matches values that are not equal. */
1783
1783
  ne?: InputMaybe<Scalars['Timestamp']>;
1784
- /** Returns a boolean indicating whether a specified value is not in an array. */
1784
+ /** Not in operator. Checks if value does not exist in an array. */
1785
1785
  nin?: InputMaybe<Array<Scalars['Timestamp']>>;
1786
1786
  };
1787
1787
  export type District = {
@@ -1904,6 +1904,10 @@ export type GetYInput = {
1904
1904
  discountType?: InputMaybe<CampaignGetYDiscountTypeEnum>;
1905
1905
  filter: CampaignFilterInput;
1906
1906
  };
1907
+ export declare enum GiftCardTypeEnum {
1908
+ GIFT_CARD = "GIFT_CARD",
1909
+ STORE_CREDIT = "STORE_CREDIT"
1910
+ }
1907
1911
  export type GlobalTaxSettings = {
1908
1912
  __typename?: 'GlobalTaxSettings';
1909
1913
  createdAt?: Maybe<Scalars['Timestamp']>;
@@ -2000,6 +2004,7 @@ export type IkasWallet = {
2000
2004
  __typename?: 'IkasWallet';
2001
2005
  createdAt?: Maybe<Scalars['Timestamp']>;
2002
2006
  deleted: Scalars['Boolean'];
2007
+ hasCommissionFree?: Maybe<Scalars['Boolean']>;
2003
2008
  hasVatExemption?: Maybe<Scalars['Boolean']>;
2004
2009
  id: Scalars['ID'];
2005
2010
  lastPayoutDate?: Maybe<Scalars['Timestamp']>;
@@ -2091,6 +2096,7 @@ export type IkasWalletTransaction = {
2091
2096
  sourceMetadata?: Maybe<IkasWalletTransactionSourceMetadata>;
2092
2097
  sourceTransactionId?: Maybe<Scalars['String']>;
2093
2098
  status: IkasWalletTransactionStatusEnum;
2099
+ summarized?: Maybe<Scalars['Boolean']>;
2094
2100
  transactionCategory: IkasWalletTransactionCategoryEnum;
2095
2101
  transactionId: Scalars['String'];
2096
2102
  type: IkasWalletTransactionTypeEnum;
@@ -2120,6 +2126,7 @@ export declare enum IkasWalletTransactionCategoryEnum {
2120
2126
  export type IkasWalletTransactionCommission = {
2121
2127
  __typename?: 'IkasWalletTransactionCommission';
2122
2128
  amount: Scalars['Float'];
2129
+ isCommissionFree?: Maybe<Scalars['Boolean']>;
2123
2130
  rate: Scalars['Float'];
2124
2131
  };
2125
2132
  export type IkasWalletTransactionError = {
@@ -2671,7 +2678,9 @@ export type Mutation = {
2671
2678
  /** Using this api, you can delete the categories of products. */
2672
2679
  deleteCategoryList: Scalars['Boolean'];
2673
2680
  deleteCouponList: Scalars['String'];
2681
+ /** Mutation to delete CustomerGroup */
2674
2682
  deleteCustomerGroupList: Scalars['Boolean'];
2683
+ /** Mutation to delete Customer */
2675
2684
  deleteCustomerList: Scalars['Boolean'];
2676
2685
  /** Mutation to delete GlobalTaxSettings */
2677
2686
  deleteGlobalTaxSettingsList: Scalars['Boolean'];
@@ -2683,6 +2692,7 @@ export type Mutation = {
2683
2692
  deleteProductBrandList: Scalars['Boolean'];
2684
2693
  /** Use this mutation to delete products with specific product ids. */
2685
2694
  deleteProductList: Scalars['Boolean'];
2695
+ /** Mutation to delete ProductOrder */
2686
2696
  deleteProductOrderList: Scalars['Boolean'];
2687
2697
  /** Using this api, you can delete the tags of products. */
2688
2698
  deleteProductTagList: Scalars['Boolean'];
@@ -2715,7 +2725,9 @@ export type Mutation = {
2715
2725
  saveCampaign: Campaign;
2716
2726
  /** Using this api, you can update the categories of products. */
2717
2727
  saveCategory: Category;
2728
+ /** Mutation to save Customer */
2718
2729
  saveCustomer: Customer;
2730
+ /** Mutation to save CustomerGroup */
2719
2731
  saveCustomerGroup: CustomerGroup;
2720
2732
  /** Mutation to save GlobalTaxSettings */
2721
2733
  saveGlobalTaxSettings: GlobalTaxSettings;
@@ -2727,6 +2739,7 @@ export type Mutation = {
2727
2739
  saveProductAttribute: ProductAttribute;
2728
2740
  /** Using this api, you can update the brands of products. */
2729
2741
  saveProductBrand: ProductBrand;
2742
+ /** Mutation to save ProductOrder */
2730
2743
  saveProductOrder: ProductOrder;
2731
2744
  /** Use this mutation to define new stock or update stocks by location. */
2732
2745
  saveProductStockLocations: Scalars['Boolean'];
@@ -3410,6 +3423,7 @@ export type OrderGiftCardLine = {
3410
3423
  code: Scalars['String'];
3411
3424
  giftCardId: Scalars['String'];
3412
3425
  id: Scalars['String'];
3426
+ type?: Maybe<GiftCardTypeEnum>;
3413
3427
  };
3414
3428
  export type OrderGiftCardLineAppliedTransaction = {
3415
3429
  __typename?: 'OrderGiftCardLineAppliedTransaction';
@@ -4022,6 +4036,7 @@ export type OrderRefundLineInput = {
4022
4036
  };
4023
4037
  export type OrderRefundTransactionInput = {
4024
4038
  amount: Scalars['Float'];
4039
+ refundToStoreCredit?: InputMaybe<Scalars['Boolean']>;
4025
4040
  transactionId: Scalars['String'];
4026
4041
  };
4027
4042
  export type OrderSalesChannel = {
@@ -4234,20 +4249,16 @@ export type OrderTransactionInput = {
4234
4249
  };
4235
4250
  export type PaginationInput = {
4236
4251
  /**
4237
- * The maximum number of data you want to see on a page in the records returned as a response.
4238
- * For example, if the limit is **20**, the data will be displayed ** as 20 each. **
4239
- * :::note
4240
- * min 1, max 200 values can be given. If no value is entered, default 50 is accepted.
4241
- * :::
4252
+ * Defines the maximum number of records to display per page.
4253
+ * Example: If limit=20, each page will show 20 records.
4254
+ * Constraints: Minimum 1, maximum 200
4255
+ * Default value: 50
4242
4256
  */
4243
4257
  limit?: InputMaybe<Scalars['Int']>;
4244
4258
  /**
4245
- * The number of the page you want to see in the records that return as response.
4246
- * For example: We entered the page field as **3**.And let our limit field be **30**.
4247
- * The records that will return as a response are the records **between 60-90.**
4248
- * :::note
4249
- * If no value is entered, default 1 is accepted.
4250
- * :::
4259
+ * Specifies which page of results you want to view.
4260
+ * Example: If page=3 and limit=30, the response will contain records 61-90.
4261
+ * Default value: 1
4251
4262
  */
4252
4263
  page?: InputMaybe<Scalars['Int']>;
4253
4264
  };
@@ -4308,6 +4319,7 @@ export declare enum PaymentGatewayCodeEnum {
4308
4319
  PAY_PAL = "PAY_PAL",
4309
4320
  PAY_RIFF = "PAY_RIFF",
4310
4321
  SIPAY = "SIPAY",
4322
+ STORE_CREDIT = "STORE_CREDIT",
4311
4323
  STRIPE = "STRIPE",
4312
4324
  STRIPE_EU = "STRIPE_EU",
4313
4325
  TAMI = "TAMI"
@@ -4368,6 +4380,7 @@ export declare enum PaymentMethodTypeEnum {
4368
4380
  OTHER = "OTHER",
4369
4381
  PAY_LATER = "PAY_LATER",
4370
4382
  SLICE_IT = "SLICE_IT",
4383
+ STORE_CREDIT = "STORE_CREDIT",
4371
4384
  WALLET = "WALLET"
4372
4385
  }
4373
4386
  export type PriceList = {
@@ -4902,29 +4915,29 @@ export type ProductOrderProductInput = {
4902
4915
  export type ProductPaginationResponse = {
4903
4916
  __typename?: 'ProductPaginationResponse';
4904
4917
  /**
4905
- * Returns the first three records of each page in the records returned as a response.
4906
- * For example, **let's say page = 3, limit = 30, count = 3.**
4907
- * The records that will return as a response are the records **between 60-62.**
4918
+ * Returns a specific number of records from the beginning of the requested page.
4919
+ * Example: If page=3, limit=30, count=3, the response will contain records 61-63.
4908
4920
  */
4909
4921
  count: Scalars['Int'];
4910
4922
  data: Array<Product>;
4911
- /** In the records returned as Response, it shows whether there are any more records or not. For example, let's say our page field is three and our limit field is thirty. Records between 60 and 90 will be returned. If hasNext is `true` despite these records, **it means there are more records.** If hasNext is `false`, it means there are a total of **90 records.** */
4923
+ /**
4924
+ * Indicates whether more records exist beyond the current page.
4925
+ * Example: If page=3 and limit=30, records 61-90 are returned.
4926
+ * - If hasNext=true: More records exist beyond record 90
4927
+ * - If hasNext=false: No more records exist (total records = 90)
4928
+ */
4912
4929
  hasNext: Scalars['Boolean'];
4913
4930
  /**
4914
- * The maximum number of data you want to see on a page in the records returned as a response.
4915
- * For example, if the limit is **20**, the data will be displayed ** as 20 each. **
4916
- * :::note
4917
- * min 1, max 200 values can be given. If no value is entered, default 50 is accepted.
4918
- * :::
4931
+ * Defines the maximum number of records to display per page.
4932
+ * Example: If limit=20, each page will show 20 records.
4933
+ * Constraints: Minimum 1, maximum 200
4934
+ * Default value: 50
4919
4935
  */
4920
4936
  limit: Scalars['Int'];
4921
4937
  /**
4922
- * The number of the page you want to see in the records that return as response.
4923
- * For example: We entered the page field as **3**.And let our limit field be **30**.
4924
- * The records that will return as a response are the records **between 60-90.**
4925
- * :::note
4926
- * If no value is entered, default 1 is accepted.
4927
- * :::
4938
+ * Specifies which page of results you want to view.
4939
+ * Example: If page=3 and limit=30, the response will contain records 61-90.
4940
+ * Default value: 1
4928
4941
  */
4929
4942
  page: Scalars['Int'];
4930
4943
  };
@@ -5022,29 +5035,29 @@ export type ProductStockLocationInput = {
5022
5035
  export type ProductStockLocationPaginationResponse = {
5023
5036
  __typename?: 'ProductStockLocationPaginationResponse';
5024
5037
  /**
5025
- * Returns the first three records of each page in the records returned as a response.
5026
- * For example, **let's say page = 3, limit = 30, count = 3.**
5027
- * The records that will return as a response are the records **between 60-62.**
5038
+ * Returns a specific number of records from the beginning of the requested page.
5039
+ * Example: If page=3, limit=30, count=3, the response will contain records 61-63.
5028
5040
  */
5029
5041
  count: Scalars['Int'];
5030
5042
  data: Array<ProductStockLocation>;
5031
- /** In the records returned as Response, it shows whether there are any more records or not. For example, let's say our page field is three and our limit field is thirty. Records between 60 and 90 will be returned. If hasNext is `true` despite these records, **it means there are more records.** If hasNext is `false`, it means there are a total of **90 records.** */
5043
+ /**
5044
+ * Indicates whether more records exist beyond the current page.
5045
+ * Example: If page=3 and limit=30, records 61-90 are returned.
5046
+ * - If hasNext=true: More records exist beyond record 90
5047
+ * - If hasNext=false: No more records exist (total records = 90)
5048
+ */
5032
5049
  hasNext: Scalars['Boolean'];
5033
5050
  /**
5034
- * The maximum number of data you want to see on a page in the records returned as a response.
5035
- * For example, if the limit is **20**, the data will be displayed ** as 20 each. **
5036
- * :::note
5037
- * min 1, max 200 values can be given. If no value is entered, default 50 is accepted.
5038
- * :::
5051
+ * Defines the maximum number of records to display per page.
5052
+ * Example: If limit=20, each page will show 20 records.
5053
+ * Constraints: Minimum 1, maximum 200
5054
+ * Default value: 50
5039
5055
  */
5040
5056
  limit: Scalars['Int'];
5041
5057
  /**
5042
- * The number of the page you want to see in the records that return as response.
5043
- * For example: We entered the page field as **3**.And let our limit field be **30**.
5044
- * The records that will return as a response are the records **between 60-90.**
5045
- * :::note
5046
- * If no value is entered, default 1 is accepted.
5047
- * :::
5058
+ * Specifies which page of results you want to view.
5059
+ * Example: If page=3 and limit=30, the response will contain records 61-90.
5060
+ * Default value: 1
5048
5061
  */
5049
5062
  page: Scalars['Int'];
5050
5063
  };
@@ -5276,7 +5289,8 @@ export type Query = {
5276
5289
  listCargoCompany: Array<CargoCompany>;
5277
5290
  /**
5278
5291
  * Using this api, you can view the categories of products.
5279
- * Search applies to following fields: `name`
5292
+ * Search functionality is available for the following fields: `name`.
5293
+ * Example: If search='test', it will match records containing 'test' in any of these fields.
5280
5294
  */
5281
5295
  listCategory: Array<Category>;
5282
5296
  listCity: Array<City>;
@@ -5284,12 +5298,16 @@ export type Query = {
5284
5298
  listCoupon: CouponPaginationResponse;
5285
5299
  /**
5286
5300
  * Use this mutation to list customers as paginated by supplying the `CustomerArgs` input.
5287
- * Search applies to following fields: `firstName` `lastName` `email` `phone`
5288
- *
5289
- * Sort applies to following fields: `updatedAt`
5301
+ * Search functionality is available for the following fields: `firstName`, `lastName`, `email`, `phone`.
5302
+ * Example: If search='test', it will match records containing 'test' in any of these fields.
5303
+ * Sorting is available for the following fields: `updatedAt`.
5304
+ * Sort syntax:
5305
+ * - Ascending: `fieldName` (e.g., `createdAt`)
5306
+ * - Descending: `-fieldName` (e.g., `-createdAt`)
5290
5307
  */
5291
5308
  listCustomer: CustomerPaginationResponse;
5292
5309
  listCustomerAttribute: Array<CustomerAttribute>;
5310
+ /** Query to list CustomerGroup */
5293
5311
  listCustomerGroup: Array<CustomerGroup>;
5294
5312
  listDistrict: Array<District>;
5295
5313
  /** Query to list GlobalTaxSettings */
@@ -5312,24 +5330,30 @@ export type Query = {
5312
5330
  listPriceList: Array<PriceList>;
5313
5331
  /**
5314
5332
  * Use this query to list products.
5315
- * Search applies to following fields: `name` `variants.sku` `variants.barcodeList`
5316
- *
5317
- * Sort applies to following fields: `createdAt` `updatedAt` `name`
5333
+ * Search functionality is available for the following fields: `name`, `variants.sku`, `variants.barcodeList`.
5334
+ * Example: If search='test', it will match records containing 'test' in any of these fields.
5335
+ * Sorting is available for the following fields: `createdAt`, `updatedAt`, `name`.
5336
+ * Sort syntax:
5337
+ * - Ascending: `fieldName` (e.g., `createdAt`)
5338
+ * - Descending: `-fieldName` (e.g., `-createdAt`)
5318
5339
  */
5319
5340
  listProduct: ProductPaginationResponse;
5320
5341
  /** Use this query to list product attributes. */
5321
5342
  listProductAttribute: Array<ProductAttribute>;
5322
5343
  /**
5323
5344
  * Using this api, you can view the brands of products.
5324
- * Search applies to following fields: `name`
5345
+ * Search functionality is available for the following fields: `name`.
5346
+ * Example: If search='test', it will match records containing 'test' in any of these fields.
5325
5347
  */
5326
5348
  listProductBrand: Array<ProductBrand>;
5327
5349
  listProductOptionSet: Array<ProductOptionSet>;
5350
+ /** Query to list ProductOrder */
5328
5351
  listProductOrder: Array<ProductOrder>;
5329
5352
  listProductStockLocation: ProductStockLocationPaginationResponse;
5330
5353
  /**
5331
5354
  * Using this api, you can view the tags of products.
5332
- * Search applies to following fields: `name`
5355
+ * Search functionality is available for the following fields: `name`.
5356
+ * Example: If search='test', it will match records containing 'test' in any of these fields.
5333
5357
  */
5334
5358
  listProductTag: Array<ProductTag>;
5335
5359
  /** Using this api, you can view the units of products. */
@@ -5345,7 +5369,8 @@ export type Query = {
5345
5369
  listStorefrontJSScript: Array<StorefrontJSScript>;
5346
5370
  /**
5347
5371
  * Use this query to list storefront policies by supplying the `StorefrontPolicyArgs` input.
5348
- * Search applies to following fields: `name` `slug`
5372
+ * Search functionality is available for the following fields: `name`, `slug`.
5373
+ * Example: If search='test', it will match records containing 'test' in any of these fields.
5349
5374
  */
5350
5375
  listStorefrontPolicy: Array<StorefrontPolicy>;
5351
5376
  /** Query to list TaxSettings */
@@ -6486,13 +6511,13 @@ export type StorefrontRouting = {
6486
6511
  updatedAt?: Maybe<Scalars['Timestamp']>;
6487
6512
  };
6488
6513
  export type StringFilterInput = {
6489
- /** `equal`. The filter used for equality. */
6514
+ /** Equal to operator. Matches exact values. */
6490
6515
  eq?: InputMaybe<Scalars['String']>;
6491
- /** Returns a boolean indicating whether a specified value is in an array. */
6516
+ /** In operator. Checks if value exists in an array. */
6492
6517
  in?: InputMaybe<Array<Scalars['String']>>;
6493
- /** `not equal`. The filter used for not equality. */
6518
+ /** Not equal to operator. Matches values that are not equal. */
6494
6519
  ne?: InputMaybe<Scalars['String']>;
6495
- /** Returns a boolean indicating whether a specified value is not in an array. */
6520
+ /** Not in operator. Checks if value does not exist in an array. */
6496
6521
  nin?: InputMaybe<Array<Scalars['String']>>;
6497
6522
  };
6498
6523
  export declare enum SubscriptionCodeEnum {
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.IkasWalletTransactionCategoryEnum = exports.IkasWalletTransactionCardTypeEnum = exports.IkasWalletTransactionCardAssociationEnum = exports.IkasWalletTopUpSettingsStatusEnum = exports.IkasWalletPayoutTermEnum = exports.IkasWalletPayoutStatusEnum = exports.IkasWalletPaymentStatusEnum = exports.HTMLMetaDataTargetTypeEnum = exports.CustomerSubscriptionPlanOrderStatusEnum = exports.CustomerSubscriptionPlanOrderPaymentStatusEnum = exports.CustomerRegistrationSourceEnum = exports.CustomerPriceListRuleValueTypeEnum = exports.CustomerPriceListRuleFilterTypeEnum = exports.CustomerGroupConditionTypeEnum = exports.CustomerGroupConditionMethodEnum = exports.CustomerGenderTypeEnum = exports.CustomerEmailSubscriptionStatusesEnum = exports.CustomerB2BStatusEnum = exports.CustomerAttributeTypeEnum = exports.CustomerAttributeRegisterPageRequirementEnum = exports.CustomerAttributePermissionEnum = exports.CustomerAccountStatusEnum = exports.CurrencyFormatSymbolPosition = exports.CreateWalletTransactionTypeEnum = 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.StorefrontPolicyTypeEnum = 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.ProductOptionPriceTypeEnum = exports.ProductAttributeTypeEnum = exports.PriceListTypeEnum = exports.PriceListRulesOperationTypeEnum = exports.PriceListRulesAmountTypeEnum = exports.PriceListCurrencyRateTypeEnum = exports.PaymentMethodTypeEnum = exports.PaymentGatewayTypeEnum = exports.PaymentGatewayTransactionFeeTypeEnum = exports.PaymentGatewaySettingsTypeEnum = exports.PaymentGatewayCodeEnum = exports.PaymentGatewayAdditionalPriceTypeEnum = exports.OrderStatusEnum = exports.OrderShippingMethodEnum = exports.OrderPaymentStatusEnum = exports.OrderPackageStatusEnum = exports.OrderPackageFulfillStatusEnum = exports.OrderLineItemStatusEnum = 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.IkasWalletTransactionTypeEnum = exports.IkasWalletTransactionStatusEnum = exports.IkasWalletTransactionSourceEnum = exports.IkasWalletTransactionPayoutStatusEnum = void 0;
5
- exports.VendorStatusEnum = exports.VariantSelectionTypeEnum = exports.UserAgentDeviceType = exports.TransactionTypeEnum = exports.TransactionStatusEnum = exports.TransactionCardTypeEnum = exports.TransactionCardAssociationEnum = exports.SubscriptionPriceCurrencyEnum = exports.SubscriptionPlanPaymentTypeEnum = exports.SubscriptionPlanDurationUnitTypeEnum = exports.SubscriptionPeriodEnum = exports.SubscriptionCodeEnum = void 0;
3
+ exports.IkasWalletTransactionCardTypeEnum = exports.IkasWalletTransactionCardAssociationEnum = exports.IkasWalletTopUpSettingsStatusEnum = exports.IkasWalletPayoutTermEnum = exports.IkasWalletPayoutStatusEnum = exports.IkasWalletPaymentStatusEnum = exports.HTMLMetaDataTargetTypeEnum = exports.GiftCardTypeEnum = exports.CustomerSubscriptionPlanOrderStatusEnum = exports.CustomerSubscriptionPlanOrderPaymentStatusEnum = exports.CustomerRegistrationSourceEnum = exports.CustomerPriceListRuleValueTypeEnum = exports.CustomerPriceListRuleFilterTypeEnum = exports.CustomerGroupConditionTypeEnum = exports.CustomerGroupConditionMethodEnum = exports.CustomerGenderTypeEnum = exports.CustomerEmailSubscriptionStatusesEnum = exports.CustomerB2BStatusEnum = exports.CustomerAttributeTypeEnum = exports.CustomerAttributeRegisterPageRequirementEnum = exports.CustomerAttributePermissionEnum = exports.CustomerAccountStatusEnum = exports.CurrencyFormatSymbolPosition = exports.CreateWalletTransactionTypeEnum = 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.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.ProductOptionPriceTypeEnum = exports.ProductAttributeTypeEnum = exports.PriceListTypeEnum = exports.PriceListRulesOperationTypeEnum = exports.PriceListRulesAmountTypeEnum = exports.PriceListCurrencyRateTypeEnum = exports.PaymentMethodTypeEnum = exports.PaymentGatewayTypeEnum = exports.PaymentGatewayTransactionFeeTypeEnum = exports.PaymentGatewaySettingsTypeEnum = exports.PaymentGatewayCodeEnum = exports.PaymentGatewayAdditionalPriceTypeEnum = exports.OrderStatusEnum = exports.OrderShippingMethodEnum = exports.OrderPaymentStatusEnum = exports.OrderPackageStatusEnum = exports.OrderPackageFulfillStatusEnum = exports.OrderLineItemStatusEnum = 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.IkasWalletTransactionTypeEnum = exports.IkasWalletTransactionStatusEnum = exports.IkasWalletTransactionSourceEnum = exports.IkasWalletTransactionPayoutStatusEnum = exports.IkasWalletTransactionCategoryEnum = void 0;
5
+ exports.VendorStatusEnum = exports.VariantSelectionTypeEnum = exports.UserAgentDeviceType = exports.TransactionTypeEnum = exports.TransactionStatusEnum = exports.TransactionCardTypeEnum = exports.TransactionCardAssociationEnum = exports.SubscriptionPriceCurrencyEnum = exports.SubscriptionPlanPaymentTypeEnum = exports.SubscriptionPlanDurationUnitTypeEnum = exports.SubscriptionPeriodEnum = exports.SubscriptionCodeEnum = exports.StorefrontPolicyTypeEnum = void 0;
6
6
  var AbandonedCartSettingsNotificationTypeEnum;
7
7
  (function (AbandonedCartSettingsNotificationTypeEnum) {
8
8
  AbandonedCartSettingsNotificationTypeEnum["EMAIL"] = "EMAIL";
@@ -311,6 +311,11 @@ var CustomerSubscriptionPlanOrderStatusEnum;
311
311
  CustomerSubscriptionPlanOrderStatusEnum["PLANNED"] = "PLANNED";
312
312
  CustomerSubscriptionPlanOrderStatusEnum["POSTPONED"] = "POSTPONED";
313
313
  })(CustomerSubscriptionPlanOrderStatusEnum = exports.CustomerSubscriptionPlanOrderStatusEnum || (exports.CustomerSubscriptionPlanOrderStatusEnum = {}));
314
+ var GiftCardTypeEnum;
315
+ (function (GiftCardTypeEnum) {
316
+ GiftCardTypeEnum["GIFT_CARD"] = "GIFT_CARD";
317
+ GiftCardTypeEnum["STORE_CREDIT"] = "STORE_CREDIT";
318
+ })(GiftCardTypeEnum = exports.GiftCardTypeEnum || (exports.GiftCardTypeEnum = {}));
314
319
  /** Url Slug Target Type Enum Codes */
315
320
  var HTMLMetaDataTargetTypeEnum;
316
321
  (function (HTMLMetaDataTargetTypeEnum) {
@@ -625,6 +630,7 @@ var PaymentGatewayCodeEnum;
625
630
  PaymentGatewayCodeEnum["PAY_PAL"] = "PAY_PAL";
626
631
  PaymentGatewayCodeEnum["PAY_RIFF"] = "PAY_RIFF";
627
632
  PaymentGatewayCodeEnum["SIPAY"] = "SIPAY";
633
+ PaymentGatewayCodeEnum["STORE_CREDIT"] = "STORE_CREDIT";
628
634
  PaymentGatewayCodeEnum["STRIPE"] = "STRIPE";
629
635
  PaymentGatewayCodeEnum["STRIPE_EU"] = "STRIPE_EU";
630
636
  PaymentGatewayCodeEnum["TAMI"] = "TAMI";
@@ -662,6 +668,7 @@ var PaymentMethodTypeEnum;
662
668
  PaymentMethodTypeEnum["OTHER"] = "OTHER";
663
669
  PaymentMethodTypeEnum["PAY_LATER"] = "PAY_LATER";
664
670
  PaymentMethodTypeEnum["SLICE_IT"] = "SLICE_IT";
671
+ PaymentMethodTypeEnum["STORE_CREDIT"] = "STORE_CREDIT";
665
672
  PaymentMethodTypeEnum["WALLET"] = "WALLET";
666
673
  })(PaymentMethodTypeEnum = exports.PaymentMethodTypeEnum || (exports.PaymentMethodTypeEnum = {}));
667
674
  /** Price List Currency Rate Type Enum */
@@ -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":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikas/api-client",
3
- "version": "1.0.79",
3
+ "version": "1.0.81",
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",