@ikas/api-client 1.0.93 → 1.0.94
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.
- package/package.json +1 -8
- package/dist/api/admin/admin-client.d.ts +0 -10
- package/dist/api/admin/admin-client.js +0 -20
- package/dist/api/admin/admin-client.js.map +0 -1
- package/dist/api/admin/generated/default-gqls.d.ts +0 -136
- package/dist/api/admin/generated/default-gqls.js +0 -140
- package/dist/api/admin/generated/default-gqls.js.map +0 -1
- package/dist/api/admin/generated/index.d.ts +0 -7427
- package/dist/api/admin/generated/index.js +0 -1046
- package/dist/api/admin/generated/index.js.map +0 -1
- package/dist/api/admin/generated/mutation.d.ts +0 -80
- package/dist/api/admin/generated/mutation.js +0 -218
- package/dist/api/admin/generated/mutation.js.map +0 -1
- package/dist/api/admin/generated/query.d.ts +0 -74
- package/dist/api/admin/generated/query.js +0 -200
- package/dist/api/admin/generated/query.js.map +0 -1
- package/dist/api/admin/index.d.ts +0 -2
- package/dist/api/admin/index.js +0 -19
- package/dist/api/admin/index.js.map +0 -1
- package/dist/api/admin/rest.d.ts +0 -33
- package/dist/api/admin/rest.js +0 -35
- package/dist/api/admin/rest.js.map +0 -1
- package/dist/api/base.d.ts +0 -52
- package/dist/api/base.js +0 -113
- package/dist/api/base.js.map +0 -1
- package/dist/api/index.d.ts +0 -3
- package/dist/api/index.js +0 -20
- package/dist/api/index.js.map +0 -1
- package/dist/api/oauth/index.d.ts +0 -12
- package/dist/api/oauth/index.js +0 -62
- package/dist/api/oauth/index.js.map +0 -1
- package/dist/api/oauth/models.d.ts +0 -52
- package/dist/api/oauth/models.js +0 -23
- package/dist/api/oauth/models.js.map +0 -1
- package/dist/globals/constants.d.ts +0 -22
- package/dist/globals/constants.js +0 -27
- package/dist/globals/constants.js.map +0 -1
- package/dist/globals/index.d.ts +0 -1
- package/dist/globals/index.js +0 -18
- package/dist/globals/index.js.map +0 -1
- package/dist/helpers/auth-helpers.d.ts +0 -2
- package/dist/helpers/auth-helpers.js +0 -20
- package/dist/helpers/auth-helpers.js.map +0 -1
- package/dist/helpers/index.d.ts +0 -2
- package/dist/helpers/index.js +0 -19
- package/dist/helpers/index.js.map +0 -1
- package/dist/helpers/webhook-helpers.d.ts +0 -4
- package/dist/helpers/webhook-helpers.js +0 -35
- package/dist/helpers/webhook-helpers.js.map +0 -1
- package/dist/index.d.ts +0 -20
- package/dist/index.js +0 -38
- package/dist/index.js.map +0 -1
- package/dist/models/base.d.ts +0 -7
- package/dist/models/base.js +0 -3
- package/dist/models/base.js.map +0 -1
- package/dist/models/index.d.ts +0 -1
- package/dist/models/index.js +0 -18
- package/dist/models/index.js.map +0 -1
- package/dist/models/webhook/index.d.ts +0 -1
- package/dist/models/webhook/index.js +0 -18
- package/dist/models/webhook/index.js.map +0 -1
- package/dist/models/webhook/models.d.ts +0 -71
- package/dist/models/webhook/models.js +0 -21
- package/dist/models/webhook/models.js.map +0 -1
|
@@ -1,140 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.MutationDefaultGQLs = exports.QueryDefaultGQLs = void 0;
|
|
4
|
-
exports.QueryDefaultGQLs = {
|
|
5
|
-
"getAuthorizedApp": "query getAuthorizedApp{ getAuthorizedApp { addedDate createdAt deleted id partnerId salesChannelId scope storeAppId supportsMultipleInstallation updatedAt } }",
|
|
6
|
-
"getAvailableSubscriptions": "query getAvailableSubscriptions{ getAvailableSubscriptions { currencyCode id key name prices { period price } trialConfig { days } } }",
|
|
7
|
-
"getGlobalTaxSettings": "query getGlobalTaxSettings{ getGlobalTaxSettings { createdAt deleted id isTaxExcludedOnPrices isTaxExcludedOnShippingPrices storefrontId updatedAt } }",
|
|
8
|
-
"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 } } paymentGateway { id isPassive } payoutBalance totalBalance wallet { createdAt deleted hasCommissionFree hasTaxExemption hasVatExemption id lastPayoutDate minimumBalance nextEstimatedPayoutDate paymentGatewayId paymentLimits { amount currencyCode } paymentStatus payoutStatus payoutTerm refillBalance topUpSettings { alternativeSavedCardId amount savedCardId status } updatedAt } } }",
|
|
9
|
-
"getImageUploadUrl": "query getImageUploadUrl($imageDir: String, $imageId: String!){ getImageUploadUrl(imageDir: $imageDir, imageId: $imageId) }",
|
|
10
|
-
"getImportJobData": "query getImportJobData($importJobId: String!, $importType: ImportTypeEnum!){ getImportJobData(importJobId: $importJobId, importType: $importType) { data errorMessage importJobId status } }",
|
|
11
|
-
"getImportJobDataList": "query getImportJobDataList{ getImportJobDataList { data { fileURL importJobId } } }",
|
|
12
|
-
"getLastImportJobData": "query getLastImportJobData{ getLastImportJobData { fileURL importJobId } }",
|
|
13
|
-
"getMerchant": "query getMerchant{ getMerchant { address { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName identityNumber lastName postalCode state { code id name } taxNumber taxOffice title type verified verifiedAt 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 verified verifiedAt vkn } email firstName id lastName merchantName merchantSequence phoneNumber region storeName } }",
|
|
14
|
-
"getMerchantLicence": "query getMerchantLicence{ getMerchantLicence { activeSubscriptionCode appSubscriptions { addedDate appPaymentKey authorizedAppId createdAt currency currencyCode currencySymbol deleted id lastPaymentDate lastPaymentDiscountRatio lastPaymentPeriod lastPaymentPeriodInDays lastPaymentPrice lastPaymentPriceWithTax merchantAppPaymentId name status storeAppId storeAppListingSubscriptionId storeAppListingSubscriptionKey updatedAt } createdAt deleted developmentStore fromDate id partnerId period region toDate updatedAt } }",
|
|
15
|
-
"getSalesChannel": "query getSalesChannel{ getSalesChannel { createdAt deleted id name paymentGateways { id order } priceListId stockLocations { id order } type updatedAt } }",
|
|
16
|
-
"getTimelineEntry": "query getTimelineEntry{ getTimelineEntry }",
|
|
17
|
-
"getVideoUploadUrl": "query getVideoUploadUrl($videoId: String!){ getVideoUploadUrl(videoId: $videoId) { fields url } }",
|
|
18
|
-
"listAbandonedCheckouts": "query listAbandonedCheckouts($customerId: StringFilterInput, $id: StringFilterInput, $input: ListAbandonedCartInput!, $lastActivityDate: DateFilterInput, $mailSendDate: DateFilterInput, $pagination: PaginationInput, $sort: String){ listAbandonedCheckouts(customerId: $customerId, id: $id, input: $input, lastActivityDate: $lastActivityDate, mailSendDate: $mailSendDate, pagination: $pagination, sort: $sort) { count data { abandonedCheckoutFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTemplateId mailTranslationId messageType recoverEmailStatus sendAfter smsTranslationId } adjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId createdFor name order transactionId type usedLoyaltyPoints } availableShippingMethods { estimatedDeliveryTime { type value } price rateName shippingMethod shippingSettingsId shippingZoneRateId } billingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } cart { campaignOffers { appliedOrderLineId campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } createdAt createdBy currencyCode currencySymbol customerId deleted dueDate id itemCount items { bundleProductSettings { bundleLineId bundleLineQuantity name options { name productOptionId productOptionsSetId type values { 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 } } lastActivityDate merchantId priceListId salesChannelId status storefrontId storefrontRouting { domain dynamicCurrencySettings { roundingFormat targetCurrencyCode targetCurrencySymbol } id locale path priceListId } storefrontRoutingId storefrontThemeId taxLines { price rate } totalPrice updatedAt } cartId couponCode createdAt customer { accountStatus customerGroupIds email firstName id identityNumber lastName notificationsAccepted phone subscriptionStatus } deleted giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote id isGiftPackage merchantId note orderId orderNumber orderedAt recoverEmailStatus recoveryStatus shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price priceListId shippingSettingsId shippingZoneRateId taxValue title transactionId } shippingMethod shippingSettingsId shippingZoneRateId status stockLocationId totalFinalPrice updatedAt } hasNext limit page } }",
|
|
19
|
-
"listBranch": "query listBranch($id: StringFilterInput, $includeDeleted: Boolean, $name: StringFilterInput, $salesChannelId: StringFilterInput, $updatedAt: DateFilterInput){ listBranch(id: $id, includeDeleted: $includeDeleted, name: $name, salesChannelId: $salesChannelId, updatedAt: $updatedAt) { address { address city { code id name } country { code id name } district { code id name } phone postalCode state { code id name } } createdAt deleted favoriteItems { order targetId targetParentId type } id name salesChannelId settings { customerRequirement gridLayout hideOutOfStockProducts lockTime pinRequirement sellOutOfStockProducts } updatedAt } }",
|
|
20
|
-
"listCampaign": "query listCampaign($canCombineWithOtherCampaigns: BooleanFilterInput, $dateRangeIsActive: CampaignDateRangeIsActiveFilterInput, $hasCoupon: BooleanFilterInput, $id: StringFilterInput, $includeDeleted: Boolean, $pagination: PaginationInput, $search: String, $sort: String, $type: CampaignTypeEnumFilterInput, $updatedAt: DateFilterInput){ listCampaign(canCombineWithOtherCampaigns: $canCombineWithOtherCampaigns, dateRangeIsActive: $dateRangeIsActive, hasCoupon: $hasCoupon, id: $id, includeDeleted: $includeDeleted, pagination: $pagination, search: $search, sort: $sort, type: $type, updatedAt: $updatedAt) { count data { applicableCustomerGroupIds applicableCustomerIds applicableCustomerSegmentIds applicablePrice applyCampaignToProductPrice buyXThenGetY { buyX { amount applyByQuantity filter { idList type } maxAmount } getY { amount automaticallyAddItemToCart discountRatio discountType filter { idList type } } maxUsagePerOrder } canCombineWithOtherCampaigns couponAutoAddProduct { discountRatio filter { idList type } quantity } 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 } hasNext limit page } }",
|
|
21
|
-
"listCargoCompany": "query listCargoCompany($id: StringFilterInput, $includeDeleted: Boolean){ listCargoCompany(id: $id, includeDeleted: $includeDeleted) { id name } }",
|
|
22
|
-
"listCategory": "query listCategory($categoryPath: CategoryPathFilterInput, $id: StringFilterInput, $search: String, $updatedAt: DateFilterInput){ listCategory(categoryPath: $categoryPath, id: $id, search: $search, updatedAt: $updatedAt) { categoryPath categoryPathItems { createdAt deleted description id imageId isAutomated metaData { canonicals createdAt deleted description disableIndex id metadataOverrides { description language pageTitle storefrontId storefrontRegionId } pageTitle redirectTo slug targetId targetType translations { description locale pageTitle slug } updatedAt } name translations { description locale name } updatedAt } conditions { conditionType method valueList } createdAt deleted description id imageId isAutomated metaData { canonicals createdAt deleted description disableIndex id metadataOverrides { description language pageTitle storefrontId storefrontRegionId } pageTitle redirectTo slug targetId targetType translations { description locale pageTitle slug } updatedAt } name orderType parentId salesChannelIds salesChannels { id status } shouldMatchAllConditions translations { description locale name } updatedAt } }",
|
|
23
|
-
"listCity": "query listCity($countryId: StringFilterInput, $id: StringFilterInput, $includeDeleted: Boolean, $search: String, $stateId: StringFilterInput!, $updatedAt: DateFilterInput){ listCity(countryId: $countryId, id: $id, includeDeleted: $includeDeleted, search: $search, stateId: $stateId, updatedAt: $updatedAt) { cityCode countryId createdAt deleted id latitude longitude name order stateId updatedAt } }",
|
|
24
|
-
"listCountry": "query listCountry($id: StringFilterInput, $includeDeleted: Boolean, $iso2: StringFilterInput, $iso3: StringFilterInput, $locale: String, $search: String, $updatedAt: DateFilterInput){ listCountry(id: $id, includeDeleted: $includeDeleted, iso2: $iso2, iso3: $iso3, locale: $locale, search: $search, updatedAt: $updatedAt) { capital createdAt currency currencyCode currencySymbol deleted emoji emojiString id iso2 iso3 locationTranslations { de en fr tr } name native phoneCode region subregion updatedAt } }",
|
|
25
|
-
"listCoupon": "query listCoupon($campaignId: StringFilterInput, $id: StringFilterInput, $includeDeleted: Boolean, $pagination: PaginationInput, $search: String){ listCoupon(campaignId: $campaignId, id: $id, includeDeleted: $includeDeleted, pagination: $pagination, search: $search) { count data { applicableCustomerId campaignId canCombineWithOtherCampaigns code createdAt dateRange { end start } deleted id updatedAt usageCount usageLimit usageLimitPerCustomer } hasNext limit page } }",
|
|
26
|
-
"listCurrency": "query listCurrency($code: StringFilterInput){ listCurrency(code: $code) { code createdAt decimalDigits deleted id isoNum name namePlural order rounding symbol symbolNative updatedAt } }",
|
|
27
|
-
"listCustomer": "query listCustomer($email: StringFilterInput, $id: StringFilterInput, $merchantId: StringFilterInput, $pagination: PaginationInput, $phone: StringFilterInput, $search: String, $sort: String, $updatedAt: DateFilterInput){ listCustomer(email: $email, id: $id, merchantId: $merchantId, pagination: $pagination, phone: $phone, search: $search, sort: $sort, updatedAt: $updatedAt) { count data { accountStatus accountStatusUpdatedAt addresses { addressLine1 addressLine2 attributes { customerAttributeId customerAttributeOptionId value } city { code id name } company country { code id iso2 iso3 name } createdAt deleted district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice title updatedAt } attributes { customerAttributeId customerAttributeOptionId value } b2bStatus birthDate createdAt customerGroupIds customerSegmentIds customerSequence deleted email emailVerifiedDate firstName firstOrderDate fullName gender id ip isEmailVerified isPhoneVerified lastName lastOrderDate lastPriceListId lastStorefrontRoutingId note orderCount passwordUpdateDate phone phoneSubscriptionStatus phoneSubscriptionStatusUpdatedAt phoneVerifiedDate preferredLanguage priceListId priceListRules { discountRate filters { type valueList } priceListId shouldMatchAllFilters value valueType } registrationSource smsSubscriptionStatus smsSubscriptionStatusUpdatedAt subscriptionStatus subscriptionStatusUpdatedAt tagIds totalOrderPrice updatedAt userAgent } hasNext limit page } }",
|
|
28
|
-
"listCustomerAttribute": "query listCustomerAttribute($includeDeleted: Boolean){ listCustomerAttribute(includeDeleted: $includeDeleted) { createdAt deleted description id name options { createdAt deleted id name order updatedAt } order routings { storefrontRoutingId } salesChannels { permission registerPageRequirement salesChannelId storefrontId } translations { description locale name options { id name } } type updatedAt } }",
|
|
29
|
-
"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 } }",
|
|
30
|
-
"listCustomerTag": "query listCustomerTag($id: StringFilterInput, $includeDeleted: Boolean, $name: StringFilterInput, $updatedAt: DateFilterInput){ listCustomerTag(id: $id, includeDeleted: $includeDeleted, name: $name, updatedAt: $updatedAt) { createdAt deleted id name updatedAt } }",
|
|
31
|
-
"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 } }",
|
|
32
|
-
"listGlobalTaxSettings": "query listGlobalTaxSettings($id: StringFilterInput, $includeDeleted: Boolean, $storefrontId: StringFilterInput){ listGlobalTaxSettings(id: $id, includeDeleted: $includeDeleted, storefrontId: $storefrontId) { createdAt deleted id isTaxExcludedOnPrices isTaxExcludedOnShippingPrices storefrontId updatedAt } }",
|
|
33
|
-
"listIkasWallet": "query listIkasWallet($id: StringFilterInput){ listIkasWallet(id: $id) { createdAt deleted hasCommissionFree hasTaxExemption hasVatExemption id lastPayoutDate minimumBalance nextEstimatedPayoutDate paymentGatewayId paymentLimits { amount currencyCode } paymentStatus payoutStatus payoutTerm refillBalance topUpSettings { alternativeSavedCardId amount savedCardId status } updatedAt } }",
|
|
34
|
-
"listIkasWalletTransaction": "query listIkasWalletTransaction($pagination: PaginationInput, $status: IkasWalletTransactionStatusEnumFilter, $transactionId: StringFilterInput){ listIkasWalletTransaction(pagination: $pagination, status: $status, transactionId: $transactionId) { count data { amount amountWithoutTax campaignSnapshot { amount id isCustomAmount name type } 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 isTaxFree rate } } hasNext limit page } }",
|
|
35
|
-
"listLanguage": "query listLanguage($id: StringFilterInput){ listLanguage(id: $id) { createdAt deleted id isFree locale name updatedAt } }",
|
|
36
|
-
"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 } }",
|
|
37
|
-
"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 verified verifiedAt 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 verified verifiedAt vkn } createdAt currencyCode currencyFormats { currencyCode decimalSeparator omitZeroDecimal symbol symbolPosition thousandSeparator } currencySymbol defaultLocale deleted id logoId merchantName phone requireMFAForAllStaffs timezone updatedAt } }",
|
|
38
|
-
"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 createdWithPayWithIkas 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 loyaltyProgramSpendingMethodType loyaltySpendingMethodId } marketingCampaignId merchantId netTotalFinalPrice note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId createdFor name order transactionId type usedLoyaltyPoints } 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 timezone totalFinalPrice totalPrice updatedAt userAgent workflowId workflowName workflowNodeId } hasNext limit page } }",
|
|
39
|
-
"listOrderSession": "query listOrderSession($includeDeleted: Boolean, $orderId: StringFilterInput!){ listOrderSession(includeDeleted: $includeDeleted, orderId: $orderId) { countryCode createdAt deleted durationMS end host id ip journeyId orderId referer salesChannelId start storefrontId trafficSource { source type } types updatedAt url userAgent { deviceType name os } utm { campaign content medium source term } visitorId } }",
|
|
40
|
-
"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 } }",
|
|
41
|
-
"listOrderTransactions": "query listOrderTransactions($includeAll: Boolean, $orderId: String!){ listOrderTransactions(includeAll: $includeAll, 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 } }",
|
|
42
|
-
"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 } }",
|
|
43
|
-
"listPriceList": "query listPriceList($id: StringFilterInput){ listPriceList(id: $id) { addProductsAutomatically createdAt currency currencyCode currencySymbol deleted id name ruleList { basePriceListId currencyRateSettings { amount type } currencySettings { roundingFormat } rules { amount amountType operationType } } type updatedAt } }",
|
|
44
|
-
"listProduct": "query listProduct($attributeId: ProductAttributeFilterInput, $barcodeList: StringFilterInput, $brandId: StringFilterInput, $bundleProductsProductId: StringFilterInput, $categoryIds: CategoryFilterInput, $id: StringFilterInput, $includeDeleted: Boolean, $name: StringFilterInput, $pagination: PaginationInput, $salesChannelIds: SalesChannelFilterInput, $search: String, $sku: StringFilterInput, $sort: String, $tagIds: StringFilterInput, $variantStockLocationId: StringFilterInput, $variantTypeId: StringFilterInput, $vendorId: StringFilterInput){ listProduct(attributeId: $attributeId, barcodeList: $barcodeList, brandId: $brandId, bundleProductsProductId: $bundleProductsProductId, categoryIds: $categoryIds, id: $id, includeDeleted: $includeDeleted, name: $name, pagination: $pagination, salesChannelIds: $salesChannelIds, search: $search, sku: $sku, sort: $sort, tagIds: $tagIds, variantStockLocationId: $variantStockLocationId, variantTypeId: $variantTypeId, vendorId: $vendorId) { count data { attributes { imageIds productAttributeId productAttributeOptionId value } baseUnit { baseAmount type unitId } brand { createdAt deleted id name updatedAt } brandId categories { createdAt deleted id name parentId updatedAt } categoryIds createdAt deleted description dynamicPriceListIds googleTaxonomyId groupVariantsByVariantTypeId hiddenSalesChannelIds id maxQuantityPerCart metaData { canonicals createdAt deleted description disableIndex id metadataOverrides { description language pageTitle storefrontId storefrontRegionId } pageTitle redirectTo slug targetId targetType translations { description locale pageTitle slug } updatedAt } name productOptionSetId productVariantTypes { order variantTypeId variantValueIds } productVolumeDiscountId releaseDate salesChannelIds salesChannels { id maxQuantityPerCart minQuantityPerCart productVolumeDiscountId quantitySettings status } shortDescription subscriptionPlanId tagIds tags { createdAt deleted id name updatedAt } totalStock translations { description locale name } type updatedAt variants { attributes { imageIds productAttributeId productAttributeOptionId value } barcodeList bundleSettings { maxBundleQuantity minBundleQuantity products { addToBundleBasePrice discountRatio filteredVariantIds id maxQuantity minQuantity order productId quantity } } createdAt deleted fileId hsCode id images { fileName imageId isMain isVideo order } isActive prices { buyPrice currency currencyCode currencySymbol discountPrice priceListId sellPrice } sellIfOutOfStock sku stocks { createdAt deleted id productId stockCount stockLocationId updatedAt variantId } subscriptionPlanId unit { amount type } updatedAt variantValueIds { variantTypeId variantValueId } weight } vendorId weight } hasNext limit page } }",
|
|
45
|
-
"listProductAttribute": "query listProductAttribute($id: StringFilterInput, $name: StringFilterInput, $updatedAt: DateFilterInput){ listProductAttribute(id: $id, name: $name, updatedAt: $updatedAt) { createdAt deleted description id name options { colorCode createdAt deleted id name thumbnailImageId updatedAt } tableTemplate { columns { id name } rows { id name } } translations { description locale name options { id name } } type updatedAt } }",
|
|
46
|
-
"listProductBrand": "query listProductBrand($id: StringFilterInput, $search: String, $updatedAt: DateFilterInput){ listProductBrand(id: $id, search: $search, updatedAt: $updatedAt) { createdAt deleted description id imageId metaData { canonicals createdAt deleted description disableIndex id metadataOverrides { description language pageTitle storefrontId storefrontRegionId } pageTitle redirectTo slug targetId targetType translations { description locale pageTitle slug } updatedAt } name orderType salesChannelIds translations { description locale name } updatedAt } }",
|
|
47
|
-
"listProductOptionSet": "query listProductOptionSet($id: StringFilterInput, $search: String, $updatedAt: DateFilterInput){ listProductOptionSet(id: $id, search: $search, updatedAt: $updatedAt) { createdAt deleted id name options { applyAfterCampaign createdAt dateSettings { max maxRelativeNextDate min minRelativeNextDate } deleted fileSettings { allowedExtensions maxQuantity minQuantity } id isOptional name optionalText order otherPrices { currencyCode currencySymbol price priceListId priceType } price priceType requiredOptionId requiredOptionValueIds selectSettings { maxSelect minSelect type values { colorCode createdAt deleted id order otherPrices { currencyCode currencySymbol price priceListId priceType } price priceType thumbnailImageId updatedAt value } } textSettings { max min } type updatedAt } translations { locale options { id name optionalText values { id value } } } updatedAt } }",
|
|
48
|
-
"listProductOrder": "query listProductOrder($brandIds: StringFilterInput, $categoryIds: StringFilterInput, $id: StringFilterInput, $includeDeleted: Boolean, $updatedAt: DateFilterInput){ listProductOrder(brandIds: $brandIds, categoryIds: $categoryIds, id: $id, includeDeleted: $includeDeleted, updatedAt: $updatedAt) { brandIds categoryIds createdAt deleted id products { order productId } updatedAt } }",
|
|
49
|
-
"listProductStockLocation": "query listProductStockLocation($id: StringFilterInput, $pagination: PaginationInput, $productId: StringFilterInput, $sort: String, $stockLocationId: StringFilterInput, $updatedAt: DateFilterInput, $variantId: StringFilterInput){ listProductStockLocation(id: $id, pagination: $pagination, productId: $productId, sort: $sort, stockLocationId: $stockLocationId, updatedAt: $updatedAt, variantId: $variantId) { count data { createdAt deleted id productId stockCount stockLocationId updatedAt variantId } hasNext limit page } }",
|
|
50
|
-
"listProductTag": "query listProductTag($id: StringFilterInput, $name: StringFilterInput, $search: String, $updatedAt: DateFilterInput){ listProductTag(id: $id, name: $name, search: $search, updatedAt: $updatedAt) { createdAt deleted id name translations { description locale name } updatedAt } }",
|
|
51
|
-
"listProductUnit": "query listProductUnit($id: StringFilterInput){ listProductUnit(id: $id) { createdAt deleted id name translations { description locale name } updatedAt } }",
|
|
52
|
-
"listProductVolumeDiscount": "query listProductVolumeDiscount($id: StringFilterInput){ listProductVolumeDiscount(id: $id) { createdAt deleted id name rules { discountRatio lineItemQuantityRange { max min } } scope updatedAt } }",
|
|
53
|
-
"listSalesChannel": "query listSalesChannel($id: StringFilterInput){ listSalesChannel(id: $id) { createdAt deleted id name paymentGateways { id order } priceListId stockLocations { id order } type updatedAt } }",
|
|
54
|
-
"listShippingSettings": "query listShippingSettings($includeDeleted: Boolean){ listShippingSettings(includeDeleted: $includeDeleted) { createdAt deleted id isPassive localDeliverySettings { activeDays { activeLocalDeliveryHours { endTime startTime } day estimatedDeliveryTime { type value } } activeLocalDeliveryHours { endTime startTime } timezone } order salesChannelId shippingZones { countryId postalCodes states { cities { districts { id regions { createdAt deleted id name updatedAt } } id } id postalCodes } } stockLocations { order stockLocationId } translations { locale zoneRate { id rateName } } type updatedAt zoneName zoneRate { condition { maxAmount minAmount type } createdAt currency currencyCode currencySymbol deleted id price priceListId rateName updatedAt } } }",
|
|
55
|
-
"listState": "query listState($countryId: StringFilterInput!, $id: StringFilterInput, $includeDeleted: Boolean, $locale: String, $search: String, $updatedAt: DateFilterInput){ listState(countryId: $countryId, id: $id, includeDeleted: $includeDeleted, locale: $locale, search: $search, updatedAt: $updatedAt) { countryId createdAt deleted id locationTranslations { de en fr tr } name native stateCode updatedAt } }",
|
|
56
|
-
"listStockLocation": "query listStockLocation($id: StringFilterInput, $name: StringFilterInput, $updatedAt: DateFilterInput){ listStockLocation(id: $id, name: $name, updatedAt: $updatedAt) { address { address city { code id name } country { code id iso2 iso3 name } district { code id name } phone postalCode state { code id name } } createdAt deleted deliveryTime description id isRemindOutOfStockEnabled name outOfStockMailList translations { description locale } type updatedAt } }",
|
|
57
|
-
"listStorefront": "query listStorefront($id: StringFilterInput, $salesChannelId: StringFilterInput){ listStorefront(id: $id, salesChannelId: $salesChannelId) { analytics4Id analytics4Secret analytics4Verified b2bSettings { allowOnlyApprovedCustomersToLogin showPrices showProducts } createdAt deleted domains { createdAt deleted id isDefault merchantDomainId name redirectDomainName updatedAt } emailSettingsId fbAccessToken fbcVerified fbpId gtmId id indexPageSeoSettings { canonicals createdAt deleted description disableIndex favIcon id locale pageTitle slug updatedAt } localizations { createdAt deleted id isDefault locale name updatedAt } mainStorefrontThemeId marketingCatalogSettings { applyCampaignsToMarketingCatalog googleConfigurations { barcodeDisplayType } } metaTemplates { descriptionTemplate locale pageType titleTemplate } name pickUpStockLocationIds robotsTxt routings { countryCodes createdAt currencyCode currencySymbol deleted domain dynamicCurrencySettings { roundingFormat targetCurrencyCode targetCurrencySymbol } id locale path priceListId updatedAt } salesChannelId socialLoginSettings { apiKey apiSecret bundleId keyId provider teamId } status themes { createdAt deleted domainPrefix id isMainTheme name status themeId themeVersionId type updatedAt } tiktokPixelId token type universalAnalyticsId updatedAt } }",
|
|
58
|
-
"listStorefrontJSScript": "query listStorefrontJSScript($storefrontId: String){ listStorefrontJSScript(storefrontId: $storefrontId) { authorizedAppId contentType createdAt deleted fileName id isActive isHighPriority name order scriptContent storeAppId storefrontId updatedAt } }",
|
|
59
|
-
"listStorefrontPolicy": "query listStorefrontPolicy($id: StringFilterInput, $includeDeleted: Boolean, $language: StringFilterInput, $name: StringFilterInput, $pagination: PaginationInput, $search: String, $updatedAt: DateFilterInput){ listStorefrontPolicy(id: $id, includeDeleted: $includeDeleted, language: $language, name: $name, pagination: $pagination, search: $search, updatedAt: $updatedAt) { createdAt currentVersionId deleted id locale name sendEmail slug storefrontId storefrontRoutings { storefrontId storefrontRoutingId } type updatedAt } }",
|
|
60
|
-
"listTaxSettings": "query listTaxSettings($countryId: StringFilterInput, $id: StringFilterInput, $includeDeleted: Boolean){ listTaxSettings(countryId: $countryId, id: $id, includeDeleted: $includeDeleted) { countryId createdAt deleted giftPackageTaxRates { stateId taxRate } id productOverrides { productTagIds stateId taxRate } rates { stateId taxRate } shippingTaxRates { stateId taxRate } taxRate updatedAt } }",
|
|
61
|
-
"listTerminal": "query listTerminal($branchId: StringFilterInput, $id: StringFilterInput, $includeDeleted: Boolean, $updatedAt: DateFilterInput){ listTerminal(branchId: $branchId, id: $id, includeDeleted: $includeDeleted, updatedAt: $updatedAt) { branchId createdAt deleted id name updatedAt } }",
|
|
62
|
-
"listTown": "query listTown($districtId: StringFilterInput!, $id: StringFilterInput, $includeDeleted: Boolean, $search: String, $updatedAt: DateFilterInput){ listTown(districtId: $districtId, id: $id, includeDeleted: $includeDeleted, search: $search, updatedAt: $updatedAt) { createdAt deleted districtId id name order updatedAt } }",
|
|
63
|
-
"listVariantType": "query listVariantType($id: StringFilterInput, $name: StringFilterInput, $updatedAt: DateFilterInput){ listVariantType(id: $id, name: $name, updatedAt: $updatedAt) { createdAt deleted id name selectionType translations { locale name values { id name } } updatedAt values { colorCode createdAt deleted id name thumbnailImageId updatedAt } } }",
|
|
64
|
-
"listVendor": "query listVendor($id: StringFilterInput, $includeDeleted: Boolean, $merchantId: StringFilterInput, $name: StringFilterInput, $updatedAt: DateFilterInput){ listVendor(id: $id, includeDeleted: $includeDeleted, merchantId: $merchantId, name: $name, updatedAt: $updatedAt) { address company createdAt deleted email id name phone staffName status taxNumber taxOffice updatedAt } }",
|
|
65
|
-
"listWebhook": "query listWebhook{ listWebhook { createdAt deleted endpoint id scope updatedAt } }",
|
|
66
|
-
"me": "query me{ me { addedDate email id name partnerId salesChannelId scope scopes storeAppId supportsMultipleInstallation } }",
|
|
67
|
-
"searchProducts": "query searchProducts($input: SearchInput!){ searchProducts(input: $input) { count limit page results { attributes { imageIds productAttribute { id name tableTemplate { columns { id name } rows { id name } } translations { description locale name options { id name } } type } productAttributeOption { id name } value } averageRating baseUnit { baseAmount type unit { id name translations { description locale name } } } brand { id imageId name slug translations { description locale name slug } } campaignOffers { availableSalesChannelIds currencyCodes id } campaigns { applicablePrice applyCampaignToProductPrice buyXThenGetY { buyX { amount applyByQuantity filter { idList type } } getY { amount automaticallyAddItemToCart discountRatio filter { idList type } } maxUsagePerOrder } currencyCodes dateRange { end start } fixedDiscount { amount filters { idList type } lineItemQuantityRange { max min } priceRange { max min } shouldMatchAllConditions } id includeDiscountedProducts salesChannelIds tieredDiscount { filters { idList type } isApplyByCartAmount rules { amount lineItemQuantityRange { max min } priceRange { max min } } shouldMatchAllConditions } title type } categories { id name path { id name slug translations { description locale name slug } } slug translations { description locale name slug } } createdAt customerReviewSummaries { averageRating reviewCount stars { count star } storefrontId } deleted description dynamicPriceListIds groupVariantsByVariantTypeId hiddenSalesChannelIds id metaData { canonicals description disableIndex metadataOverrides { description language pageTitle storefrontId storefrontRegionId } pageTitle redirectTo slug translations { description locale pageTitle slug } } name productGroup { groupKey id name order { orderAttributeId value } translations { locale values { id name value } } values { id name value } } productOptionSetId productVariantTypes { order variantType { id name selectionType translations { locale name values { id name } } values { colorCode id name thumbnailImageId } } variantValueIds } productVolumeDiscountId reviewCount salesChannelIds salesChannels { id maxQuantityPerCart minQuantityPerCart productVolumeDiscountId quantitySettings status } shortDescription stars { count star } tags { id name translations { description locale name } } translations { description locale name } type updatedAt variants { attributes { imageIds productAttribute { id name tableTemplate { columns { id name } rows { id name } } translations { description locale name options { id name } } type } productAttributeOption { id name } value } barcodeList baseBundlePrices { buyPrice campaignPrice { campaignId campaignPrice } currency currencyCode currencySymbol discountPrice priceListId sellPrice unitPrice } bundleSettings { maxBundleQuantity minBundleQuantity products { addToBundleBasePrice discountRatio filteredVariantIds id maxQuantity minQuantity order productId quantity } } deleted id images { fileName id isMain isVideo order } isActive prices { buyPrice campaignPrice { campaignId campaignPrice } currency currencyCode currencySymbol discountPrice priceListId sellPrice unitPrice } sellIfOutOfStock sku stocks { stockCount stockLocationId } subscriptionPlan { name periods { cutOffDay discount { amount type } durationUnit durationValue id maxOrders paymentType scheduledOrderDay status title } status subscriptionPlanId translations { description locale title } } unit { amount type } variantValues { variantTypeId variantValueId } weight } weight } totalCount } }"
|
|
68
|
-
};
|
|
69
|
-
exports.MutationDefaultGQLs = {
|
|
70
|
-
"addCustomTimelineEntry": "mutation addCustomTimelineEntry($input: TimelineInput!){ addCustomTimelineEntry(input: $input) }",
|
|
71
|
-
"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 createdWithPayWithIkas 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 loyaltyProgramSpendingMethodType loyaltySpendingMethodId } marketingCampaignId merchantId netTotalFinalPrice note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId createdFor name order transactionId type usedLoyaltyPoints } 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 timezone totalFinalPrice totalPrice updatedAt userAgent workflowId workflowName workflowNodeId } }",
|
|
72
|
-
"addOrderTag": "mutation addOrderTag($input: UpdateOrderTagInput!){ addOrderTag(input: $input) }",
|
|
73
|
-
"approvePendingOrderTransactions": "mutation approvePendingOrderTransactions($input: ApproveOrderTransactionsInput!){ approvePendingOrderTransactions(input: $input) }",
|
|
74
|
-
"bulkUpdateProducts": "mutation bulkUpdateProducts($input: [BulkUpdateProductsInput!]!){ bulkUpdateProducts(input: $input) }",
|
|
75
|
-
"campaignAddCoupons": "mutation campaignAddCoupons($input: AddCouponsInput!){ campaignAddCoupons(input: $input) { applicableCustomerId campaignId canCombineWithOtherCampaigns code createdAt dateRange { end start } deleted id updatedAt usageCount usageLimit usageLimitPerCustomer } }",
|
|
76
|
-
"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 createdWithPayWithIkas 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 loyaltyProgramSpendingMethodType loyaltySpendingMethodId } marketingCampaignId merchantId netTotalFinalPrice note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId createdFor name order transactionId type usedLoyaltyPoints } 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 timezone totalFinalPrice totalPrice updatedAt userAgent workflowId workflowName workflowNodeId } }",
|
|
77
|
-
"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 createdWithPayWithIkas 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 loyaltyProgramSpendingMethodType loyaltySpendingMethodId } marketingCampaignId merchantId netTotalFinalPrice note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId createdFor name order transactionId type usedLoyaltyPoints } 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 timezone totalFinalPrice totalPrice updatedAt userAgent workflowId workflowName workflowNodeId } }",
|
|
78
|
-
"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 createdWithPayWithIkas 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 loyaltyProgramSpendingMethodType loyaltySpendingMethodId } marketingCampaignId merchantId netTotalFinalPrice note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId createdFor name order transactionId type usedLoyaltyPoints } 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 timezone totalFinalPrice totalPrice updatedAt userAgent workflowId workflowName workflowNodeId } }",
|
|
79
|
-
"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 } }",
|
|
80
|
-
"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 } }",
|
|
81
|
-
"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 createdWithPayWithIkas 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 loyaltyProgramSpendingMethodType loyaltySpendingMethodId } marketingCampaignId merchantId netTotalFinalPrice note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId createdFor name order transactionId type usedLoyaltyPoints } 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 timezone totalFinalPrice totalPrice updatedAt userAgent workflowId workflowName workflowNodeId } }",
|
|
82
|
-
"createWalletTransaction": "mutation createWalletTransaction($input: CreateWalletTransactionInput!){ createWalletTransaction(input: $input) { amount amountWithoutTax campaignSnapshot { amount id isCustomAmount name type } 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 isTaxFree rate } } }",
|
|
83
|
-
"deleteCampaignList": "mutation deleteCampaignList($idList: [String!]!){ deleteCampaignList(idList: $idList) }",
|
|
84
|
-
"deleteCategoryList": "mutation deleteCategoryList($idList: [String!]!){ deleteCategoryList(idList: $idList) }",
|
|
85
|
-
"deleteCouponList": "mutation deleteCouponList($idList: [String!]!){ deleteCouponList(idList: $idList) }",
|
|
86
|
-
"deleteCustomerGroupList": "mutation deleteCustomerGroupList($idList: [String!]!){ deleteCustomerGroupList(idList: $idList) }",
|
|
87
|
-
"deleteCustomerList": "mutation deleteCustomerList($idList: [String!]!){ deleteCustomerList(idList: $idList) }",
|
|
88
|
-
"deleteCustomerTagList": "mutation deleteCustomerTagList($idList: [String!]!){ deleteCustomerTagList(idList: $idList) }",
|
|
89
|
-
"deleteGlobalTaxSettingsList": "mutation deleteGlobalTaxSettingsList($idList: [String!]!){ deleteGlobalTaxSettingsList(idList: $idList) }",
|
|
90
|
-
"deleteOrderTagList": "mutation deleteOrderTagList($idList: [String!]!){ deleteOrderTagList(idList: $idList) }",
|
|
91
|
-
"deleteProductAttributeList": "mutation deleteProductAttributeList($idList: [String!]!){ deleteProductAttributeList(idList: $idList) }",
|
|
92
|
-
"deleteProductBrandList": "mutation deleteProductBrandList($idList: [String!]!){ deleteProductBrandList(idList: $idList) }",
|
|
93
|
-
"deleteProductList": "mutation deleteProductList($idList: [String!]!){ deleteProductList(idList: $idList) }",
|
|
94
|
-
"deleteProductOrderList": "mutation deleteProductOrderList($idList: [String!]!){ deleteProductOrderList(idList: $idList) }",
|
|
95
|
-
"deleteProductTagList": "mutation deleteProductTagList($idList: [String!]!){ deleteProductTagList(idList: $idList) }",
|
|
96
|
-
"deleteProductUnitList": "mutation deleteProductUnitList($idList: [String!]!){ deleteProductUnitList(idList: $idList) }",
|
|
97
|
-
"deleteProductVolumeDiscountList": "mutation deleteProductVolumeDiscountList($idList: [String!]!){ deleteProductVolumeDiscountList(idList: $idList) }",
|
|
98
|
-
"deleteStorefrontJSScript": "mutation deleteStorefrontJSScript($storefrontIdList: [String!]!){ deleteStorefrontJSScript(storefrontIdList: $storefrontIdList) }",
|
|
99
|
-
"deleteStorefrontPolicyList": "mutation deleteStorefrontPolicyList($idList: [String!]!){ deleteStorefrontPolicyList(idList: $idList) }",
|
|
100
|
-
"deleteTaxSettingsList": "mutation deleteTaxSettingsList($idList: [String!]!){ deleteTaxSettingsList(idList: $idList) }",
|
|
101
|
-
"deleteVariantTypeList": "mutation deleteVariantTypeList($idList: [String!]!){ deleteVariantTypeList(idList: $idList) }",
|
|
102
|
-
"deleteVendorList": "mutation deleteVendorList($idList: [String!]!){ deleteVendorList(idList: $idList) }",
|
|
103
|
-
"deleteWebhook": "mutation deleteWebhook($scopes: [String!]!){ deleteWebhook(scopes: $scopes) }",
|
|
104
|
-
"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 createdWithPayWithIkas 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 loyaltyProgramSpendingMethodType loyaltySpendingMethodId } marketingCampaignId merchantId netTotalFinalPrice note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId createdFor name order transactionId type usedLoyaltyPoints } 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 timezone totalFinalPrice totalPrice updatedAt userAgent workflowId workflowName workflowNodeId } }",
|
|
105
|
-
"generateOrderPaymentLink": "mutation generateOrderPaymentLink($input: GenerateOrderPaymentLinkInput!){ generateOrderPaymentLink(input: $input) }",
|
|
106
|
-
"getAppDemoDay": "mutation getAppDemoDay($input: CreateMerchantAppPaymentWithSubscriptionInput!){ getAppDemoDay(input: $input) }",
|
|
107
|
-
"getOrderInvoicePdfUrl": "mutation getOrderInvoicePdfUrl($input: GetOrderInvoicePdfUrlInput!){ getOrderInvoicePdfUrl(input: $input) }",
|
|
108
|
-
"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 createdWithPayWithIkas 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 loyaltyProgramSpendingMethodType loyaltySpendingMethodId } marketingCampaignId merchantId netTotalFinalPrice note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId createdFor name order transactionId type usedLoyaltyPoints } 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 timezone totalFinalPrice totalPrice updatedAt userAgent workflowId workflowName workflowNodeId } }",
|
|
109
|
-
"removeOrderTag": "mutation removeOrderTag($input: UpdateOrderTagInput!){ removeOrderTag(input: $input) }",
|
|
110
|
-
"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 couponAutoAddProduct { discountRatio filter { idList type } quantity } 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 } }",
|
|
111
|
-
"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 } }",
|
|
112
|
-
"saveCustomer": "mutation saveCustomer($input: CustomerInput!){ saveCustomer(input: $input) { accountStatus accountStatusUpdatedAt addresses { addressLine1 addressLine2 attributes { customerAttributeId customerAttributeOptionId value } city { code id name } company country { code id iso2 iso3 name } createdAt deleted district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice title updatedAt } attributes { customerAttributeId customerAttributeOptionId value } b2bStatus birthDate createdAt customerGroupIds customerSegmentIds customerSequence deleted email emailVerifiedDate firstName firstOrderDate fullName gender id ip isEmailVerified isPhoneVerified lastName lastOrderDate lastPriceListId lastStorefrontRoutingId note orderCount passwordUpdateDate phone phoneSubscriptionStatus phoneSubscriptionStatusUpdatedAt phoneVerifiedDate preferredLanguage priceListId priceListRules { discountRate filters { type valueList } priceListId shouldMatchAllFilters value valueType } registrationSource smsSubscriptionStatus smsSubscriptionStatusUpdatedAt subscriptionStatus subscriptionStatusUpdatedAt tagIds totalOrderPrice updatedAt userAgent } }",
|
|
113
|
-
"saveCustomerGroup": "mutation saveCustomerGroup($input: CustomerGroupInput!){ saveCustomerGroup(input: $input) { conditions { conditionType method valueList } createdAt deleted id isAutomated name priceListId priceListRules { discountRate filters { type valueList } priceListId shouldMatchAllFilters value valueType } shouldMatchAllConditions updatedAt } }",
|
|
114
|
-
"saveCustomerTag": "mutation saveCustomerTag($input: CustomerTagInput!){ saveCustomerTag(input: $input) { createdAt deleted id name updatedAt } }",
|
|
115
|
-
"saveGlobalTaxSettings": "mutation saveGlobalTaxSettings($input: GlobalTaxSettingsInput!){ saveGlobalTaxSettings(input: $input) { createdAt deleted id isTaxExcludedOnPrices isTaxExcludedOnShippingPrices storefrontId updatedAt } }",
|
|
116
|
-
"saveOrderTag": "mutation saveOrderTag($input: OrderTagInput!){ saveOrderTag(input: $input) { createdAt deleted id name updatedAt } }",
|
|
117
|
-
"saveProduct": "mutation saveProduct($input: ProductInput!){ saveProduct(input: $input) { attributes { imageIds productAttributeId productAttributeOptionId value } baseUnit { baseAmount type unitId } brand { createdAt deleted id name updatedAt } brandId categories { createdAt deleted id name parentId updatedAt } categoryIds createdAt deleted description dynamicPriceListIds googleTaxonomyId groupVariantsByVariantTypeId hiddenSalesChannelIds id maxQuantityPerCart metaData { canonicals createdAt deleted description disableIndex id metadataOverrides { description language pageTitle storefrontId storefrontRegionId } pageTitle redirectTo slug targetId targetType translations { description locale pageTitle slug } updatedAt } name productOptionSetId productVariantTypes { order variantTypeId variantValueIds } productVolumeDiscountId releaseDate salesChannelIds salesChannels { id maxQuantityPerCart minQuantityPerCart productVolumeDiscountId quantitySettings status } shortDescription subscriptionPlanId tagIds tags { createdAt deleted id name updatedAt } totalStock translations { description locale name } type updatedAt variants { attributes { imageIds productAttributeId productAttributeOptionId value } barcodeList bundleSettings { maxBundleQuantity minBundleQuantity products { addToBundleBasePrice discountRatio filteredVariantIds id maxQuantity minQuantity order productId quantity } } createdAt deleted fileId hsCode id images { fileName imageId isMain isVideo order } isActive prices { buyPrice currency currencyCode currencySymbol discountPrice priceListId sellPrice } sellIfOutOfStock sku stocks { createdAt deleted id productId stockCount stockLocationId updatedAt variantId } subscriptionPlanId unit { amount type } updatedAt variantValueIds { variantTypeId variantValueId } weight } vendorId weight } }",
|
|
118
|
-
"saveProductAttribute": "mutation saveProductAttribute($input: ProductAttributeInput!){ saveProductAttribute(input: $input) { createdAt deleted description id name options { colorCode createdAt deleted id name thumbnailImageId updatedAt } tableTemplate { columns { id name } rows { id name } } translations { description locale name options { id name } } type updatedAt } }",
|
|
119
|
-
"saveProductBrand": "mutation saveProductBrand($input: ProductBrandInput!){ saveProductBrand(input: $input) { createdAt deleted description id imageId metaData { canonicals createdAt deleted description disableIndex id metadataOverrides { description language pageTitle storefrontId storefrontRegionId } pageTitle redirectTo slug targetId targetType translations { description locale pageTitle slug } updatedAt } name orderType salesChannelIds translations { description locale name } updatedAt } }",
|
|
120
|
-
"saveProductOrder": "mutation saveProductOrder($input: ProductOrderInput!){ saveProductOrder(input: $input) { brandIds categoryIds createdAt deleted id products { order productId } updatedAt } }",
|
|
121
|
-
"saveProductStockLocations": "mutation saveProductStockLocations($input: SaveStockLocationsInput!){ saveProductStockLocations(input: $input) }",
|
|
122
|
-
"saveProductTag": "mutation saveProductTag($input: ProductTagInput!){ saveProductTag(input: $input) { createdAt deleted id name translations { description locale name } updatedAt } }",
|
|
123
|
-
"saveProductUnit": "mutation saveProductUnit($input: ProductUnitInput!){ saveProductUnit(input: $input) { createdAt deleted id name translations { description locale name } updatedAt } }",
|
|
124
|
-
"saveProductVolumeDiscount": "mutation saveProductVolumeDiscount($input: ProductVolumeDiscountInput!){ saveProductVolumeDiscount(input: $input) { createdAt deleted id name rules { discountRatio lineItemQuantityRange { max min } } scope updatedAt } }",
|
|
125
|
-
"saveSalesChannel": "mutation saveSalesChannel($input: SalesChannelInput!){ saveSalesChannel(input: $input) { createdAt deleted id name paymentGateways { id order } priceListId stockLocations { id order } type updatedAt } }",
|
|
126
|
-
"saveStorefrontJSScript": "mutation saveStorefrontJSScript($input: StorefrontJSScriptInput!){ saveStorefrontJSScript(input: $input) { authorizedAppId contentType createdAt deleted fileName id isActive isHighPriority name order scriptContent storeAppId storefrontId updatedAt } }",
|
|
127
|
-
"saveStorefrontPolicy": "mutation saveStorefrontPolicy($input: StorefrontPolicyInput!){ saveStorefrontPolicy(input: $input) { createdAt currentVersionId deleted id locale name sendEmail slug storefrontId storefrontRoutings { storefrontId storefrontRoutingId } type updatedAt } }",
|
|
128
|
-
"saveTaxSettings": "mutation saveTaxSettings($input: TaxSettingsInput!){ saveTaxSettings(input: $input) { countryId createdAt deleted giftPackageTaxRates { stateId taxRate } id productOverrides { productTagIds stateId taxRate } rates { stateId taxRate } shippingTaxRates { stateId taxRate } taxRate updatedAt } }",
|
|
129
|
-
"saveVariantPrices": "mutation saveVariantPrices($input: SaveVariantPricesInput!){ saveVariantPrices(input: $input) }",
|
|
130
|
-
"saveVariantType": "mutation saveVariantType($input: VariantTypeInput!){ saveVariantType(input: $input) { createdAt deleted id name selectionType translations { locale name values { id name } } updatedAt values { colorCode createdAt deleted id name thumbnailImageId updatedAt } } }",
|
|
131
|
-
"saveVendor": "mutation saveVendor($input: VendorInput!){ saveVendor(input: $input) { address company createdAt deleted email id name phone staffName status taxNumber taxOffice updatedAt } }",
|
|
132
|
-
"saveWebhook": "mutation saveWebhook($input: WebhookInput!){ saveWebhook(input: $input) { createdAt deleted endpoint id scope updatedAt } }",
|
|
133
|
-
"updateCustomerB2BStatus": "mutation updateCustomerB2BStatus($b2bStatus: CustomerB2BStatusEnum!, $customerId: String!){ updateCustomerB2BStatus(b2bStatus: $b2bStatus, customerId: $customerId) }",
|
|
134
|
-
"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 createdWithPayWithIkas 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 loyaltyProgramSpendingMethodType loyaltySpendingMethodId } marketingCampaignId merchantId netTotalFinalPrice note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId createdFor name order transactionId type usedLoyaltyPoints } 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 timezone totalFinalPrice totalPrice updatedAt userAgent workflowId workflowName workflowNodeId } }",
|
|
135
|
-
"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 createdWithPayWithIkas 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 loyaltyProgramSpendingMethodType loyaltySpendingMethodId } marketingCampaignId merchantId netTotalFinalPrice note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId createdFor name order transactionId type usedLoyaltyPoints } 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 timezone totalFinalPrice totalPrice updatedAt userAgent workflowId workflowName workflowNodeId } }",
|
|
136
|
-
"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 createdWithPayWithIkas 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 loyaltyProgramSpendingMethodType loyaltySpendingMethodId } marketingCampaignId merchantId netTotalFinalPrice note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId createdFor name order transactionId type usedLoyaltyPoints } 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 timezone totalFinalPrice totalPrice updatedAt userAgent workflowId workflowName workflowNodeId } }",
|
|
137
|
-
"updateProductSalesChannelStatus": "mutation updateProductSalesChannelStatus($input: [UpdateProductSalesChannelStatusInput!]!, $salesChannelId: String){ updateProductSalesChannelStatus(input: $input, salesChannelId: $salesChannelId) }",
|
|
138
|
-
"updateSubscriptionStatus": "mutation updateSubscriptionStatus($customerId: String!, $subscriptionStatus: CustomerEmailSubscriptionStatusesEnum!){ updateSubscriptionStatus(customerId: $customerId, subscriptionStatus: $subscriptionStatus) }"
|
|
139
|
-
};
|
|
140
|
-
//# sourceMappingURL=default-gqls.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"default-gqls.js","sourceRoot":"","sources":["../../../../src/api/admin/generated/default-gqls.ts"],"names":[],"mappings":";;;AAAa,QAAA,gBAAgB,GAAG;IAC9B,kBAAkB,EAAE,gKAAgK;IACpL,2BAA2B,EAAE,wIAAwI;IACrK,sBAAsB,EAAE,wJAAwJ;IAChL,0BAA0B,EAAE,utBAAutB;IACnvB,mBAAmB,EAAE,6HAA6H;IAClJ,kBAAkB,EAAE,8LAA8L;IAClN,sBAAsB,EAAE,qFAAqF;IAC7G,sBAAsB,EAAE,4EAA4E;IACpG,aAAa,EAAE,4nBAA4nB;IAC3oB,oBAAoB,EAAE,ygBAAygB;IAC/hB,iBAAiB,EAAE,4JAA4J;IAC/K,kBAAkB,EAAE,6CAA6C;IACjE,mBAAmB,EAAE,mGAAmG;IACxH,wBAAwB,EAAE,oxLAAoxL;IAC9yL,YAAY,EAAE,+nBAA+nB;IAC7oB,cAAc,EAAE,ioDAAioD;IACjpD,kBAAkB,EAAE,oJAAoJ;IACxK,cAAc,EAAE,mnCAAmnC;IACnoC,UAAU,EAAE,iZAAiZ;IAC7Z,aAAa,EAAE,4fAA4f;IAC3gB,YAAY,EAAE,ydAAyd;IACve,cAAc,EAAE,2LAA2L;IAC3M,cAAc,EAAE,6iDAA6iD;IAC7jD,uBAAuB,EAAE,qZAAqZ;IAC9a,mBAAmB,EAAE,ydAAyd;IAC9e,iBAAiB,EAAE,yQAAyQ;IAC5R,cAAc,EAAE,ocAAoc;IACpd,uBAAuB,EAAE,qTAAqT;IAC9U,gBAAgB,EAAE,kYAAkY;IACpZ,2BAA2B,EAAE,ovCAAovC;IACjxC,cAAc,EAAE,2HAA2H;IAC3I,wBAAwB,EAAE,mYAAmY;IAC7Z,sBAAsB,EAAE,s6BAAs6B;IAC97B,WAAW,EAAE,yhSAAyhS;IACtiS,kBAAkB,EAAE,yZAAyZ;IAC7a,cAAc,EAAE,qSAAqS;IACrT,uBAAuB,EAAE,gtBAAgtB;IACzuB,oBAAoB,EAAE,quBAAquB;IAC3vB,eAAe,EAAE,kUAAkU;IACnV,aAAa,EAAE,gsFAAgsF;IAC/sF,sBAAsB,EAAE,waAAwa;IAChc,kBAAkB,EAAE,wiBAAwiB;IAC5jB,sBAAsB,EAAE,g3BAAg3B;IACx4B,kBAAkB,EAAE,gYAAgY;IACpZ,0BAA0B,EAAE,4gBAA4gB;IACxiB,gBAAgB,EAAE,uRAAuR;IACzS,iBAAiB,EAAE,4JAA4J;IAC/K,2BAA2B,EAAE,uMAAuM;IACpO,kBAAkB,EAAE,+LAA+L;IACnN,sBAAsB,EAAE,svBAAsvB;IAC9wB,WAAW,EAAE,iZAAiZ;IAC9Z,mBAAmB,EAAE,gdAAgd;IACre,gBAAgB,EAAE,yyCAAyyC;IAC3zC,wBAAwB,EAAE,6PAA6P;IACvR,sBAAsB,EAAE,ghBAAghB;IACxiB,iBAAiB,EAAE,2YAA2Y;IAC9Z,cAAc,EAAE,wRAAwR;IACxS,UAAU,EAAE,iUAAiU;IAC7U,iBAAiB,EAAE,sVAAsV;IACzW,YAAY,EAAE,yXAAyX;IACvY,aAAa,EAAE,oFAAoF;IACnG,IAAI,EAAE,0HAA0H;IAChI,gBAAgB,EAAE,68GAA68G;CACh+G,CAAA;AAEY,QAAA,mBAAmB,GAAG;IACjC,wBAAwB,EAAE,mGAAmG;IAC7H,iBAAiB,EAAE,iqPAAiqP;IACprP,aAAa,EAAE,mFAAmF;IAClG,iCAAiC,EAAE,qIAAqI;IACxK,oBAAoB,EAAE,wGAAwG;IAC9H,oBAAoB,EAAE,qQAAqQ;IAC3R,mBAAmB,EAAE,uqPAAuqP;IAC5rP,iBAAiB,EAAE,iqPAAiqP;IACprP,qBAAqB,EAAE,6qPAA6qP;IACpsP,0BAA0B,EAAE,iUAAiU;IAC7V,0CAA0C,EAAE,uXAAuX;IACna,6BAA6B,EAAE,qsPAAqsP;IACpuP,yBAAyB,EAAE,6kCAA6kC;IACxmC,oBAAoB,EAAE,0FAA0F;IAChH,oBAAoB,EAAE,0FAA0F;IAChH,kBAAkB,EAAE,sFAAsF;IAC1G,yBAAyB,EAAE,oGAAoG;IAC/H,oBAAoB,EAAE,0FAA0F;IAChH,uBAAuB,EAAE,gGAAgG;IACzH,6BAA6B,EAAE,4GAA4G;IAC3I,oBAAoB,EAAE,0FAA0F;IAChH,4BAA4B,EAAE,0GAA0G;IACxI,wBAAwB,EAAE,kGAAkG;IAC5H,mBAAmB,EAAE,wFAAwF;IAC7G,wBAAwB,EAAE,kGAAkG;IAC5H,sBAAsB,EAAE,8FAA8F;IACtH,uBAAuB,EAAE,gGAAgG;IACzH,iCAAiC,EAAE,oHAAoH;IACvJ,0BAA0B,EAAE,oIAAoI;IAChK,4BAA4B,EAAE,0GAA0G;IACxI,uBAAuB,EAAE,gGAAgG;IACzH,uBAAuB,EAAE,gGAAgG;IACzH,kBAAkB,EAAE,sFAAsF;IAC1G,eAAe,EAAE,gFAAgF;IACjG,cAAc,EAAE,wpPAAwpP;IACxqP,0BAA0B,EAAE,uHAAuH;IACnJ,eAAe,EAAE,iHAAiH;IAClI,uBAAuB,EAAE,8GAA8G;IACvI,iBAAiB,EAAE,6pPAA6pP;IAChrP,gBAAgB,EAAE,yFAAyF;IAC3G,cAAc,EAAE,2kCAA2kC;IAC3lC,cAAc,EAAE,i+BAAi+B;IACj/B,cAAc,EAAE,8tCAA8tC;IAC9uC,mBAAmB,EAAE,iVAAiV;IACtW,iBAAiB,EAAE,+HAA+H;IAClJ,uBAAuB,EAAE,6MAA6M;IACtO,cAAc,EAAE,sHAAsH;IACtI,aAAa,EAAE,8wDAA8wD;IAC7xD,sBAAsB,EAAE,8VAA8V;IACtX,kBAAkB,EAAE,+dAA+d;IACnf,kBAAkB,EAAE,+KAA+K;IACnM,2BAA2B,EAAE,mHAAmH;IAChJ,gBAAgB,EAAE,qKAAqK;IACvL,iBAAiB,EAAE,wKAAwK;IAC3L,2BAA2B,EAAE,6NAA6N;IAC1P,kBAAkB,EAAE,4MAA4M;IAChO,wBAAwB,EAAE,6PAA6P;IACvR,sBAAsB,EAAE,+PAA+P;IACvR,iBAAiB,EAAE,sSAAsS;IACzT,mBAAmB,EAAE,kGAAkG;IACvH,iBAAiB,EAAE,uQAAuQ;IAC1R,YAAY,EAAE,iLAAiL;IAC/L,aAAa,EAAE,6HAA6H;IAC5I,yBAAyB,EAAE,wKAAwK;IACnM,sBAAsB,EAAE,grPAAgrP;IACxsP,iBAAiB,EAAE,6pPAA6pP;IAChrP,0BAA0B,EAAE,4rPAA4rP;IACxtP,iCAAiC,EAAE,yMAAyM;IAC5O,0BAA0B,EAAE,qNAAqN;CAClP,CAAA"}
|