@ikas/api-client 1.0.54 → 1.0.55
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/dist/api/admin/generated/default-gqls.d.ts +4 -0
- package/dist/api/admin/generated/default-gqls.js +16 -12
- package/dist/api/admin/generated/default-gqls.js.map +1 -1
- package/dist/api/admin/generated/index.d.ts +169 -0
- package/dist/api/admin/generated/index.js +33 -1
- package/dist/api/admin/generated/index.js.map +1 -1
- package/dist/api/admin/generated/mutation.d.ts +3 -1
- package/dist/api/admin/generated/mutation.js +14 -0
- package/dist/api/admin/generated/mutation.js.map +1 -1
- package/dist/api/admin/generated/query.d.ts +3 -1
- package/dist/api/admin/generated/query.js +14 -0
- package/dist/api/admin/generated/query.js.map +1 -1
- package/package.json +1 -1
|
@@ -28,6 +28,7 @@ export declare const QueryDefaultGQLs: {
|
|
|
28
28
|
listOrder: string;
|
|
29
29
|
listOrderTag: string;
|
|
30
30
|
listOrderTransactions: string;
|
|
31
|
+
listPaymentGateway: string;
|
|
31
32
|
listPriceList: string;
|
|
32
33
|
listProduct: string;
|
|
33
34
|
listProductAttribute: string;
|
|
@@ -44,6 +45,7 @@ export declare const QueryDefaultGQLs: {
|
|
|
44
45
|
listStockLocation: string;
|
|
45
46
|
listStorefront: string;
|
|
46
47
|
listStorefrontJSScript: string;
|
|
48
|
+
listStorefrontPolicy: string;
|
|
47
49
|
listTaxSettings: string;
|
|
48
50
|
listTerminal: string;
|
|
49
51
|
listTown: string;
|
|
@@ -78,6 +80,7 @@ export declare const MutationDefaultGQLs: {
|
|
|
78
80
|
deleteProductUnitList: string;
|
|
79
81
|
deleteProductVolumeDiscountList: string;
|
|
80
82
|
deleteStorefrontJSScript: string;
|
|
83
|
+
deleteStorefrontPolicyList: string;
|
|
81
84
|
deleteTaxSettingsList: string;
|
|
82
85
|
deleteVariantTypeList: string;
|
|
83
86
|
deleteVendorList: string;
|
|
@@ -101,6 +104,7 @@ export declare const MutationDefaultGQLs: {
|
|
|
101
104
|
saveProductVolumeDiscount: string;
|
|
102
105
|
saveSalesChannel: string;
|
|
103
106
|
saveStorefrontJSScript: string;
|
|
107
|
+
saveStorefrontPolicy: string;
|
|
104
108
|
saveTaxSettings: string;
|
|
105
109
|
saveVariantPrices: string;
|
|
106
110
|
saveVariantType: string;
|
|
@@ -13,7 +13,7 @@ exports.QueryDefaultGQLs = {
|
|
|
13
13
|
"getSalesChannel": "query getSalesChannel{ getSalesChannel { createdAt deleted id name paymentGateways { id order } priceListId stockLocations { id order } type updatedAt } }",
|
|
14
14
|
"getTimelineEntry": "query getTimelineEntry{ getTimelineEntry }",
|
|
15
15
|
"getVideoUploadUrl": "query getVideoUploadUrl($videoId: String!){ getVideoUploadUrl(videoId: $videoId) { fields url } }",
|
|
16
|
-
"listAbandonedCheckouts": "query listAbandonedCheckouts($id: StringFilterInput, $input: ListAbandonedCartInput!, $lastActivityDate: DateFilterInput, $mailSendDate: DateFilterInput, $pagination: PaginationInput, $sort: String){ listAbandonedCheckouts(id: $id, input: $input, lastActivityDate: $lastActivityDate, mailSendDate: $mailSendDate, pagination: $pagination, sort: $sort) { count data { abandonedCheckoutFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId messageType recoverEmailStatus sendAfter smsTranslationId } adjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order transactionId type } availableShippingMethods { estimatedDeliveryTime { type value } price rateName shippingMethod shippingSettingsId shippingZoneRateId } billingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } cart { campaignOffers { appliedOrderLineId campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } createdAt createdBy currencyCode currencySymbol customerId deleted dueDate id itemCount items { bundleProductSettings { bundleLineId bundleLineQuantity name options { name productOptionId productOptionsSetId type values { name price value } } variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } order price quantity taxValue unitPrice variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } createdAt currencyCode currencySymbol deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice edited finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } order price quantity taxValue unitPrice variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } lastActivityDate merchantId priceListId salesChannelId status storefrontId storefrontRouting { domain dynamicCurrencySettings { roundingFormat targetCurrencyCode targetCurrencySymbol } id locale path priceListId } storefrontRoutingId storefrontThemeId taxLines { price rate } totalPrice updatedAt } cartId couponCode createdAt customer { accountStatus customerGroupIds email firstName id identityNumber lastName notificationsAccepted phone subscriptionStatus } deleted giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote id isGiftPackage merchantId note orderId orderNumber orderedAt recoverEmailStatus recoveryStatus shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price priceListId shippingSettingsId shippingZoneRateId taxValue title transactionId } shippingMethod shippingSettingsId shippingZoneRateId status stockLocationId totalFinalPrice updatedAt } hasNext limit page } }",
|
|
16
|
+
"listAbandonedCheckouts": "query listAbandonedCheckouts($id: StringFilterInput, $input: ListAbandonedCartInput!, $lastActivityDate: DateFilterInput, $mailSendDate: DateFilterInput, $pagination: PaginationInput, $sort: String){ listAbandonedCheckouts(id: $id, input: $input, lastActivityDate: $lastActivityDate, mailSendDate: $mailSendDate, pagination: $pagination, sort: $sort) { count data { abandonedCheckoutFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId messageType recoverEmailStatus sendAfter smsTranslationId } adjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order transactionId type } availableShippingMethods { estimatedDeliveryTime { type value } price rateName shippingMethod shippingSettingsId shippingZoneRateId } billingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } cart { campaignOffers { appliedOrderLineId campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } createdAt createdBy currencyCode currencySymbol customerId deleted dueDate id itemCount items { bundleProductSettings { bundleLineId bundleLineQuantity name options { name productOptionId productOptionsSetId type values { name price 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 { 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 deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice edited finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price priceType value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price 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 } }",
|
|
17
17
|
"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 } }",
|
|
18
18
|
"listCampaign": "query listCampaign($canCombineWithOtherCampaigns: BooleanFilterInput, $id: StringFilterInput, $includeDeleted: Boolean, $pagination: PaginationInput, $search: String, $sort: String, $type: CampaignTypeEnumFilterInput, $updatedAt: DateFilterInput){ listCampaign(canCombineWithOtherCampaigns: $canCombineWithOtherCampaigns, id: $id, includeDeleted: $includeDeleted, pagination: $pagination, search: $search, sort: $sort, type: $type, updatedAt: $updatedAt) { count data { applicableCustomerGroupIds applicableCustomerIds applicableCustomerSegmentIds applicablePrice applyCampaignToProductPrice buyXThenGetY { buyX { amount applyByQuantity filter { idList type } maxAmount } getY { amount automaticallyAddItemToCart discountRatio discountType filter { idList type } } maxUsagePerOrder } canCombineWithOtherCampaigns couponPrefix couponValidityPeriod createdAt createdFor currencyCodes dateRange { end start } deleted fixedDiscount { amount filters { idList type } isApplyByCartAmount lineItemQuantityRange { max min } priceRange { max min } shouldMatchAllConditions } hasCoupon id includeDiscountedProducts isFreeShipping onlyUseCustomer salesChannelIds tieredDiscount { filters { idList type } isApplyByCartAmount rules { amount lineItemQuantityRange { max min } priceRange { max min } } shouldMatchAllConditions } title translations { locale title } type updatedAt usageCount usageLimit usageLimitPerCustomer version } hasNext limit page } }",
|
|
19
19
|
"listCargoCompany": "query listCargoCompany($id: StringFilterInput, $includeDeleted: Boolean){ listCargoCompany(id: $id, includeDeleted: $includeDeleted) { id name } }",
|
|
@@ -28,9 +28,10 @@ exports.QueryDefaultGQLs = {
|
|
|
28
28
|
"listLanguage": "query listLanguage($id: StringFilterInput){ listLanguage(id: $id) { createdAt deleted id locale name updatedAt } }",
|
|
29
29
|
"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 } }",
|
|
30
30
|
"listMerchantSettings": "query listMerchantSettings($id: StringFilterInput, $merchantId: StringFilterInput){ listMerchantSettings(id: $id, merchantId: $merchantId) { accessPermission accessPermissionToDate address { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName identityNumber lastName postalCode state { code id name } taxNumber taxOffice title type vkn } billingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName identityNumber lastName postalCode state { code id name } taxNumber taxOffice title type vkn } createdAt currencyCode currencyFormats { currencyCode decimalSeparator omitZeroDecimal symbol symbolPosition thousandSeparator } currencySymbol defaultLocale deleted id logoId merchantName phone requireMFAForAllStaffs timezone updatedAt } }",
|
|
31
|
-
"listOrder": "query listOrder($branchId: StringFilterInput, $branchSessionId: StringFilterInput, $closedAt: DateFilterInput, $customerEmail: StringFilterInput, $customerId: StringFilterInput, $id: StringFilterInput, $invoicesStoreAppId: StringFilterInput, $orderNumber: StringFilterInput, $orderPackageStatus: OrderPackageStatusEnumInputFilter, $orderPaymentStatus: OrderPaymentStatusEnumInputFilter, $orderTagIds: StringFilterInput, $orderedAt: DateFilterInput, $pagination: PaginationInput, $paymentMethodType: OrderPaymentMethodEnumFilterInput, $salesChannelId: StringFilterInput, $search: String, $shippingMethod: OrderShippingMethodEnumFilterInput, $sort: String, $status: OrderStatusEnumInputFilter, $stockLocationId: StringFilterInput, $terminalId: StringFilterInput, $updatedAt: DateFilterInput){ listOrder(branchId: $branchId, branchSessionId: $branchSessionId, closedAt: $closedAt, customerEmail: $customerEmail, customerId: $customerId, id: $id, invoicesStoreAppId: $invoicesStoreAppId, orderNumber: $orderNumber, orderPackageStatus: $orderPackageStatus, orderPaymentStatus: $orderPaymentStatus, orderTagIds: $orderTagIds, orderedAt: $orderedAt, pagination: $pagination, paymentMethodType: $paymentMethodType, salesChannelId: $salesChannelId, search: $search, shippingMethod: $shippingMethod, sort: $sort, status: $status, stockLocationId: $stockLocationId, terminalId: $terminalId, updatedAt: $updatedAt) { count data { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId messageType recoverEmailStatus sendAfter smsTranslationId } archived attributes { orderAttributeId orderAttributeOptionId value } availableShippingMethods { estimatedDeliveryTime { type value } price rateName shippingMethod shippingSettingsId shippingZoneRateId } billingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } branch { id name } branchSession { id name } branchSessionId campaignOffers { appliedOrderLineId campaignOffer { availableSalesChannelIds createdAt currencyCodes deleted endDate followUpActionType id maxCount maximumRequiredCartAmount minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } triggers { filters { filterType valueList } shouldMatchAllConditions } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone preferredLanguage } customerGroups { id name } customerId customerOrderCount customerSegments { id name } deleted dueDate edited giftCardLines { amount code giftCardId id } giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate marketingCampaignId merchantId netTotalFinalPrice note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order transactionId type } orderLineItems { bundleProductSettings { bundleLineId bundleLineQuantity name options { name productOptionId productOptionsSetId type values { name price value } } variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } order price quantity taxValue unitPrice variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } createdAt currencyCode currencySymbol deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice edited finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } order price quantity taxValue unitPrice variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } orderNumber orderPackageSequence orderPackageStatus orderPackages { createdAt deleted errorMessage id note orderLineItemIds orderPackageFulfillStatus orderPackageNumber sourceId stockLocationId trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { isAlternativeGateway paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price priceListId shippingSettingsId shippingZoneRateId taxValue title transactionId } shippingMethod shippingSettingsId shippingZoneRateId sourceId staff { email firstName id lastName } status stockLocation { id name } stockLocationId storefront { id name } storefrontId storefrontRouting { domain dynamicCurrencySettings { roundingFormat targetCurrencyCode } id locale path priceListId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent workflowId workflowName workflowNodeId } hasNext limit page } }",
|
|
31
|
+
"listOrder": "query listOrder($branchId: StringFilterInput, $branchSessionId: StringFilterInput, $closedAt: DateFilterInput, $customerEmail: StringFilterInput, $customerId: StringFilterInput, $id: StringFilterInput, $invoicesStoreAppId: StringFilterInput, $orderNumber: StringFilterInput, $orderPackageStatus: OrderPackageStatusEnumInputFilter, $orderPaymentStatus: OrderPaymentStatusEnumInputFilter, $orderTagIds: StringFilterInput, $orderedAt: DateFilterInput, $pagination: PaginationInput, $paymentMethodType: OrderPaymentMethodEnumFilterInput, $salesChannelId: StringFilterInput, $search: String, $shippingMethod: OrderShippingMethodEnumFilterInput, $sort: String, $status: OrderStatusEnumInputFilter, $stockLocationId: StringFilterInput, $terminalId: StringFilterInput, $updatedAt: DateFilterInput){ listOrder(branchId: $branchId, branchSessionId: $branchSessionId, closedAt: $closedAt, customerEmail: $customerEmail, customerId: $customerId, id: $id, invoicesStoreAppId: $invoicesStoreAppId, orderNumber: $orderNumber, orderPackageStatus: $orderPackageStatus, orderPaymentStatus: $orderPaymentStatus, orderTagIds: $orderTagIds, orderedAt: $orderedAt, pagination: $pagination, paymentMethodType: $paymentMethodType, salesChannelId: $salesChannelId, search: $search, shippingMethod: $shippingMethod, sort: $sort, status: $status, stockLocationId: $stockLocationId, terminalId: $terminalId, updatedAt: $updatedAt) { count data { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId messageType recoverEmailStatus sendAfter smsTranslationId } archived attributes { orderAttributeId orderAttributeOptionId value } availableShippingMethods { estimatedDeliveryTime { type value } price rateName shippingMethod shippingSettingsId shippingZoneRateId } billingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } branch { id name } branchSession { id name } branchSessionId campaignOffers { appliedOrderLineId campaignOffer { availableSalesChannelIds createdAt currencyCodes deleted endDate followUpActionType id maxCount maximumRequiredCartAmount minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } triggers { filters { filterType valueList } shouldMatchAllConditions } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone preferredLanguage } customerGroups { id name } customerId customerOrderCount customerSegments { id name } deleted dueDate edited giftCardLines { amount code giftCardId id } giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate marketingCampaignId merchantId netTotalFinalPrice note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order transactionId type } orderLineItems { bundleProductSettings { bundleLineId bundleLineQuantity name options { name productOptionId productOptionsSetId type values { 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 { 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 deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice edited finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price priceType value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price 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 sourceId stockLocationId trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { isAlternativeGateway paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price priceListId shippingSettingsId shippingZoneRateId taxValue title transactionId } shippingMethod shippingSettingsId shippingZoneRateId sourceId staff { email firstName id lastName } status stockLocation { id name } stockLocationId storefront { id name } storefrontId storefrontRouting { domain dynamicCurrencySettings { roundingFormat targetCurrencyCode } id locale path priceListId salesChannelId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent workflowId workflowName workflowNodeId } hasNext limit page } }",
|
|
32
32
|
"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 } }",
|
|
33
33
|
"listOrderTransactions": "query listOrderTransactions($orderId: String!){ listOrderTransactions(orderId: $orderId) { amount authCode checkoutId createdAt currencyCode currencySymbol customerId deleted error { code declineCode message } gatewayReferenceId id orderId paymentGatewayCode paymentGatewayId paymentGatewayName paymentMethod paymentMethodDetail { bankName binNumber cardAssociation cardFamily cardType installment { installmentCount installmentPrice originalRate rate totalPrice } lastFourDigits paymentMethodName threeDSecure } processedAt refundReason status type updatedAt } }",
|
|
34
|
+
"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 } }",
|
|
34
35
|
"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 } }",
|
|
35
36
|
"listProduct": "query listProduct($attributeId: ProductAttributeFilterInput, $barcodeList: StringFilterInput, $brandId: StringFilterInput, $bundleProductsProductId: StringFilterInput, $categoryIds: CategoryFilterInput, $id: StringFilterInput, $includeDeleted: Boolean, $name: StringFilterInput, $pagination: PaginationInput, $salesChannelIds: StringFilterInput, $sku: StringFilterInput, $sort: String, $tagIds: StringFilterInput, $variantStockLocationId: StringFilterInput, $variantTypeId: StringFilterInput, $vendorId: StringFilterInput){ listProduct(attributeId: $attributeId, barcodeList: $barcodeList, brandId: $brandId, bundleProductsProductId: $bundleProductsProductId, categoryIds: $categoryIds, id: $id, includeDeleted: $includeDeleted, name: $name, pagination: $pagination, salesChannelIds: $salesChannelIds, sku: $sku, sort: $sort, tagIds: $tagIds, variantStockLocationId: $variantStockLocationId, variantTypeId: $variantTypeId, vendorId: $vendorId) { count data { attributes { imageIds productAttributeId productAttributeOptionId value } baseUnit { baseAmount type unitId } brand { createdAt deleted id name updatedAt } brandId categories { createdAt deleted id name parentId updatedAt } categoryIds createdAt deleted description dynamicPriceListIds googleTaxonomyId groupVariantsByVariantTypeId hiddenSalesChannelIds id maxQuantityPerCart metaData { canonicals createdAt deleted description disableIndex id metadataOverrides { description language pageTitle storefrontId storefrontRegionId } pageTitle redirectTo slug targetId targetType translations { description locale pageTitle slug } updatedAt } name productOptionSetId productVariantTypes { order variantTypeId variantValueIds } productVolumeDiscountId salesChannelIds salesChannels { id maxQuantityPerCart minQuantityPerCart productVolumeDiscountId quantitySettings status } shortDescription tagIds tags { createdAt deleted id name updatedAt } totalStock translations { description locale name } type updatedAt variants { attributes { imageIds productAttributeId productAttributeOptionId value } barcodeList bundleSettings { maxBundleQuantity minBundleQuantity products { addToBundleBasePrice discountRatio filteredVariantIds id maxQuantity minQuantity order productId quantity } } createdAt deleted fileId hsCode id images { fileName imageId isMain isVideo order } isActive prices { buyPrice currency currencyCode currencySymbol discountPrice priceListId sellPrice } sellIfOutOfStock sku stocks { createdAt deleted id productId stockCount stockLocationId updatedAt variantId } unit { amount type } updatedAt variantValueIds { variantTypeId variantValueId } weight } vendorId weight } hasNext limit page } }",
|
|
36
37
|
"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 } }",
|
|
@@ -47,6 +48,7 @@ exports.QueryDefaultGQLs = {
|
|
|
47
48
|
"listStockLocation": "query listStockLocation($id: StringFilterInput, $name: StringFilterInput, $updatedAt: DateFilterInput){ listStockLocation(id: $id, name: $name, updatedAt: $updatedAt) { address { address city { code id name } country { code id iso2 iso3 name } district { code id name } phone postalCode state { code id name } } createdAt deleted deliveryTime description id isRemindOutOfStockEnabled name outOfStockMailList type updatedAt } }",
|
|
48
49
|
"listStorefront": "query listStorefront($id: StringFilterInput){ listStorefront(id: $id) { createdAt deleted id name updatedAt } }",
|
|
49
50
|
"listStorefrontJSScript": "query listStorefrontJSScript($storefrontId: String){ listStorefrontJSScript(storefrontId: $storefrontId) { authorizedAppId contentType createdAt deleted fileName id isActive isHighPriority name order scriptContent storeAppId storefrontId updatedAt } }",
|
|
51
|
+
"listStorefrontPolicy": "query listStorefrontPolicy($id: StringFilterInput, $includeDeleted: Boolean, $language: StringFilterInput, $name: StringFilterInput, $updatedAt: DateFilterInput){ listStorefrontPolicy(id: $id, includeDeleted: $includeDeleted, language: $language, name: $name, updatedAt: $updatedAt) { createdAt currentVersionId deleted id locale name sendEmail slug storefrontId storefrontRoutings { storefrontId storefrontRoutingId } type updatedAt } }",
|
|
50
52
|
"listTaxSettings": "query listTaxSettings($countryId: StringFilterInput, $id: StringFilterInput, $includeDeleted: Boolean){ listTaxSettings(countryId: $countryId, id: $id, includeDeleted: $includeDeleted) { countryId createdAt deleted giftPackageTaxRates { stateId taxRate } id productOverrides { productTagIds stateId taxRate } rates { stateId taxRate } shippingTaxRates { stateId taxRate } taxRate updatedAt } }",
|
|
51
53
|
"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 } }",
|
|
52
54
|
"listTown": "query listTown($districtId: StringFilterInput!, $id: StringFilterInput, $search: String, $updatedAt: DateFilterInput){ listTown(districtId: $districtId, id: $id, search: $search, updatedAt: $updatedAt) { createdAt deleted districtId id name order updatedAt } }",
|
|
@@ -54,20 +56,20 @@ exports.QueryDefaultGQLs = {
|
|
|
54
56
|
"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 } }",
|
|
55
57
|
"listWebhook": "query listWebhook{ listWebhook { createdAt deleted endpoint id scope updatedAt } }",
|
|
56
58
|
"me": "query me{ me { addedDate email id name partnerId salesChannelId scope scopes storeAppId supportsMultipleInstallation } }",
|
|
57
|
-
"searchProducts": "query searchProducts($input: SearchInput!){ searchProducts(input: $input) { count limit page results { attributes { imageIds productAttribute { id name tableTemplate { columns { id name } rows { id name } } translations { description locale name options { id name } } type } productAttributeOption { id name } value } averageRating baseUnit { baseAmount type unit { id name translations { description locale name } } } brand { id imageId name slug translations { description locale name slug } } campaignOffers { availableSalesChannelIds id } campaigns { applicablePrice applyCampaignToProductPrice buyXThenGetY { buyX { amount applyByQuantity filter { idList type } } getY { amount automaticallyAddItemToCart discountRatio filter { idList type } } maxUsagePerOrder } currencyCodes dateRange { end start } fixedDiscount { amount filters { idList type } lineItemQuantityRange { max min } priceRange { max min } } id includeDiscountedProducts salesChannelIds tieredDiscount { filters { idList type } isApplyByCartAmount rules { amount lineItemQuantityRange { max min } priceRange { max min } } shouldMatchAllConditions } title type } categories { id name path { id name slug translations { description locale name slug } } slug translations { description locale name slug } } createdAt customerReviewSummaries { averageRating reviewCount stars { count star } storefrontId } deleted description dynamicPriceListIds groupVariantsByVariantTypeId hiddenSalesChannelIds id metaData { canonicals description disableIndex metadataOverrides { description language pageTitle storefrontId storefrontRegionId } pageTitle redirectTo slug translations { description locale pageTitle slug } } name productGroup { groupKey id name order { orderAttributeId value } translations { locale values { id name value } } values { id name value } } productOptionSetId productVariantTypes { order variantType { id name selectionType translations { locale name values { id name } } values { colorCode id name thumbnailImageId } } variantValueIds } productVolumeDiscountId reviewCount salesChannelIds salesChannels { id maxQuantityPerCart minQuantityPerCart productVolumeDiscountId quantitySettings status } shortDescription stars { count star } tags { id name translations { description locale name } } translations { description locale name } type updatedAt variants { attributes { imageIds productAttribute { id name tableTemplate { columns { id name } rows { id name } } translations { description locale name options { id name } } type } productAttributeOption { id name } value } barcodeList baseBundlePrices { buyPrice campaignPrice { campaignId campaignPrice } currency currencyCode currencySymbol discountPrice priceListId sellPrice unitPrice } bundleSettings { maxBundleQuantity minBundleQuantity products { addToBundleBasePrice discountRatio filteredVariantIds id maxQuantity minQuantity order productId quantity } } deleted id images { fileName id isMain isVideo order } isActive prices { buyPrice campaignPrice { campaignId campaignPrice } currency currencyCode currencySymbol discountPrice priceListId sellPrice unitPrice } sellIfOutOfStock sku stocks { stockCount stockLocationId } unit { amount type } variantValues { variantTypeId variantValueId } weight } weight } totalCount } }"
|
|
59
|
+
"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 } } id includeDiscountedProducts salesChannelIds tieredDiscount { filters { idList type } isApplyByCartAmount rules { amount lineItemQuantityRange { max min } priceRange { max min } } shouldMatchAllConditions } title type } categories { id name path { id name slug translations { description locale name slug } } slug translations { description locale name slug } } createdAt customerReviewSummaries { averageRating reviewCount stars { count star } storefrontId } deleted description dynamicPriceListIds groupVariantsByVariantTypeId hiddenSalesChannelIds id metaData { canonicals description disableIndex metadataOverrides { description language pageTitle storefrontId storefrontRegionId } pageTitle redirectTo slug translations { description locale pageTitle slug } } name productGroup { groupKey id name order { orderAttributeId value } translations { locale values { id name value } } values { id name value } } productOptionSetId productVariantTypes { order variantType { id name selectionType translations { locale name values { id name } } values { colorCode id name thumbnailImageId } } variantValueIds } productVolumeDiscountId reviewCount salesChannelIds salesChannels { id maxQuantityPerCart minQuantityPerCart productVolumeDiscountId quantitySettings status } shortDescription stars { count star } tags { id name translations { description locale name } } translations { description locale name } type updatedAt variants { attributes { imageIds productAttribute { id name tableTemplate { columns { id name } rows { id name } } translations { description locale name options { id name } } type } productAttributeOption { id name } value } barcodeList baseBundlePrices { buyPrice campaignPrice { campaignId campaignPrice } currency currencyCode currencySymbol discountPrice priceListId sellPrice unitPrice } bundleSettings { maxBundleQuantity minBundleQuantity products { addToBundleBasePrice discountRatio filteredVariantIds id maxQuantity minQuantity order productId quantity } } deleted id images { fileName id isMain isVideo order } isActive prices { buyPrice campaignPrice { campaignId campaignPrice } currency currencyCode currencySymbol discountPrice priceListId sellPrice unitPrice } sellIfOutOfStock sku stocks { stockCount stockLocationId } unit { amount type } variantValues { variantTypeId variantValueId } weight } weight } totalCount } }"
|
|
58
60
|
};
|
|
59
61
|
exports.MutationDefaultGQLs = {
|
|
60
62
|
"addCustomTimelineEntry": "mutation addCustomTimelineEntry($input: TimelineInput!){ addCustomTimelineEntry(input: $input) }",
|
|
61
|
-
"addOrderInvoice": "mutation addOrderInvoice($input: AddOrderInvoiceInput!){ addOrderInvoice(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId messageType recoverEmailStatus sendAfter smsTranslationId } archived attributes { orderAttributeId orderAttributeOptionId value } availableShippingMethods { estimatedDeliveryTime { type value } price rateName shippingMethod shippingSettingsId shippingZoneRateId } billingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } branch { id name } branchSession { id name } branchSessionId campaignOffers { appliedOrderLineId campaignOffer { availableSalesChannelIds createdAt currencyCodes deleted endDate followUpActionType id maxCount maximumRequiredCartAmount minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } triggers { filters { filterType valueList } shouldMatchAllConditions } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone preferredLanguage } customerGroups { id name } customerId customerOrderCount customerSegments { id name } deleted dueDate edited giftCardLines { amount code giftCardId id } giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate marketingCampaignId merchantId netTotalFinalPrice note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order transactionId type } orderLineItems { bundleProductSettings { bundleLineId bundleLineQuantity name options { name productOptionId productOptionsSetId type values { name price value } } variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } order price quantity taxValue unitPrice variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } createdAt currencyCode currencySymbol deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice edited finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } order price quantity taxValue unitPrice variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } orderNumber orderPackageSequence orderPackageStatus orderPackages { createdAt deleted errorMessage id note orderLineItemIds orderPackageFulfillStatus orderPackageNumber sourceId stockLocationId trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { isAlternativeGateway paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price priceListId shippingSettingsId shippingZoneRateId taxValue title transactionId } shippingMethod shippingSettingsId shippingZoneRateId sourceId staff { email firstName id lastName } status stockLocation { id name } stockLocationId storefront { id name } storefrontId storefrontRouting { domain dynamicCurrencySettings { roundingFormat targetCurrencyCode } id locale path priceListId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent workflowId workflowName workflowNodeId } }",
|
|
63
|
+
"addOrderInvoice": "mutation addOrderInvoice($input: AddOrderInvoiceInput!){ addOrderInvoice(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId messageType recoverEmailStatus sendAfter smsTranslationId } archived attributes { orderAttributeId orderAttributeOptionId value } availableShippingMethods { estimatedDeliveryTime { type value } price rateName shippingMethod shippingSettingsId shippingZoneRateId } billingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } branch { id name } branchSession { id name } branchSessionId campaignOffers { appliedOrderLineId campaignOffer { availableSalesChannelIds createdAt currencyCodes deleted endDate followUpActionType id maxCount maximumRequiredCartAmount minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } triggers { filters { filterType valueList } shouldMatchAllConditions } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone preferredLanguage } customerGroups { id name } customerId customerOrderCount customerSegments { id name } deleted dueDate edited giftCardLines { amount code giftCardId id } giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate marketingCampaignId merchantId netTotalFinalPrice note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order transactionId type } orderLineItems { bundleProductSettings { bundleLineId bundleLineQuantity name options { name productOptionId productOptionsSetId type values { 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 { 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 deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice edited finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price priceType value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price 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 sourceId stockLocationId trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { isAlternativeGateway paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price priceListId shippingSettingsId shippingZoneRateId taxValue title transactionId } shippingMethod shippingSettingsId shippingZoneRateId sourceId staff { email firstName id lastName } status stockLocation { id name } stockLocationId storefront { id name } storefrontId storefrontRouting { domain dynamicCurrencySettings { roundingFormat targetCurrencyCode } id locale path priceListId salesChannelId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent workflowId workflowName workflowNodeId } }",
|
|
62
64
|
"addOrderTag": "mutation addOrderTag($input: UpdateOrderTagInput!){ addOrderTag(input: $input) }",
|
|
63
65
|
"approvePendingOrderTransactions": "mutation approvePendingOrderTransactions($input: ApproveOrderTransactionsInput!){ approvePendingOrderTransactions(input: $input) }",
|
|
64
66
|
"bulkUpdateProducts": "mutation bulkUpdateProducts($input: [BulkUpdateProductsInput!]!){ bulkUpdateProducts(input: $input) }",
|
|
65
67
|
"campaignAddCoupons": "mutation campaignAddCoupons($input: AddCouponsInput!){ campaignAddCoupons(input: $input) { applicableCustomerId campaignId canCombineWithOtherCampaigns code createdAt dateRange { end start } deleted id updatedAt usageCount usageLimit usageLimitPerCustomer } }",
|
|
66
|
-
"cancelFulfillment": "mutation cancelFulfillment($input: CancelFulfillmentInput!){ cancelFulfillment(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId messageType recoverEmailStatus sendAfter smsTranslationId } archived attributes { orderAttributeId orderAttributeOptionId value } availableShippingMethods { estimatedDeliveryTime { type value } price rateName shippingMethod shippingSettingsId shippingZoneRateId } billingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } branch { id name } branchSession { id name } branchSessionId campaignOffers { appliedOrderLineId campaignOffer { availableSalesChannelIds createdAt currencyCodes deleted endDate followUpActionType id maxCount maximumRequiredCartAmount minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } triggers { filters { filterType valueList } shouldMatchAllConditions } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone preferredLanguage } customerGroups { id name } customerId customerOrderCount customerSegments { id name } deleted dueDate edited giftCardLines { amount code giftCardId id } giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate marketingCampaignId merchantId netTotalFinalPrice note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order transactionId type } orderLineItems { bundleProductSettings { bundleLineId bundleLineQuantity name options { name productOptionId productOptionsSetId type values { name price value } } variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } order price quantity taxValue unitPrice variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } createdAt currencyCode currencySymbol deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice edited finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } order price quantity taxValue unitPrice variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } orderNumber orderPackageSequence orderPackageStatus orderPackages { createdAt deleted errorMessage id note orderLineItemIds orderPackageFulfillStatus orderPackageNumber sourceId stockLocationId trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { isAlternativeGateway paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price priceListId shippingSettingsId shippingZoneRateId taxValue title transactionId } shippingMethod shippingSettingsId shippingZoneRateId sourceId staff { email firstName id lastName } status stockLocation { id name } stockLocationId storefront { id name } storefrontId storefrontRouting { domain dynamicCurrencySettings { roundingFormat targetCurrencyCode } id locale path priceListId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent workflowId workflowName workflowNodeId } }",
|
|
67
|
-
"cancelOrderLine": "mutation cancelOrderLine($input: CancelOrderLineInput!){ cancelOrderLine(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId messageType recoverEmailStatus sendAfter smsTranslationId } archived attributes { orderAttributeId orderAttributeOptionId value } availableShippingMethods { estimatedDeliveryTime { type value } price rateName shippingMethod shippingSettingsId shippingZoneRateId } billingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } branch { id name } branchSession { id name } branchSessionId campaignOffers { appliedOrderLineId campaignOffer { availableSalesChannelIds createdAt currencyCodes deleted endDate followUpActionType id maxCount maximumRequiredCartAmount minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } triggers { filters { filterType valueList } shouldMatchAllConditions } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone preferredLanguage } customerGroups { id name } customerId customerOrderCount customerSegments { id name } deleted dueDate edited giftCardLines { amount code giftCardId id } giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate marketingCampaignId merchantId netTotalFinalPrice note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order transactionId type } orderLineItems { bundleProductSettings { bundleLineId bundleLineQuantity name options { name productOptionId productOptionsSetId type values { name price value } } variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } order price quantity taxValue unitPrice variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } createdAt currencyCode currencySymbol deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice edited finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } order price quantity taxValue unitPrice variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } orderNumber orderPackageSequence orderPackageStatus orderPackages { createdAt deleted errorMessage id note orderLineItemIds orderPackageFulfillStatus orderPackageNumber sourceId stockLocationId trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { isAlternativeGateway paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price priceListId shippingSettingsId shippingZoneRateId taxValue title transactionId } shippingMethod shippingSettingsId shippingZoneRateId sourceId staff { email firstName id lastName } status stockLocation { id name } stockLocationId storefront { id name } storefrontId storefrontRouting { domain dynamicCurrencySettings { roundingFormat targetCurrencyCode } id locale path priceListId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent workflowId workflowName workflowNodeId } }",
|
|
68
|
+
"cancelFulfillment": "mutation cancelFulfillment($input: CancelFulfillmentInput!){ cancelFulfillment(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId messageType recoverEmailStatus sendAfter smsTranslationId } archived attributes { orderAttributeId orderAttributeOptionId value } availableShippingMethods { estimatedDeliveryTime { type value } price rateName shippingMethod shippingSettingsId shippingZoneRateId } billingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } branch { id name } branchSession { id name } branchSessionId campaignOffers { appliedOrderLineId campaignOffer { availableSalesChannelIds createdAt currencyCodes deleted endDate followUpActionType id maxCount maximumRequiredCartAmount minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } triggers { filters { filterType valueList } shouldMatchAllConditions } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone preferredLanguage } customerGroups { id name } customerId customerOrderCount customerSegments { id name } deleted dueDate edited giftCardLines { amount code giftCardId id } giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate marketingCampaignId merchantId netTotalFinalPrice note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order transactionId type } orderLineItems { bundleProductSettings { bundleLineId bundleLineQuantity name options { name productOptionId productOptionsSetId type values { 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 { 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 deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice edited finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price priceType value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price 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 sourceId stockLocationId trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { isAlternativeGateway paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price priceListId shippingSettingsId shippingZoneRateId taxValue title transactionId } shippingMethod shippingSettingsId shippingZoneRateId sourceId staff { email firstName id lastName } status stockLocation { id name } stockLocationId storefront { id name } storefrontId storefrontRouting { domain dynamicCurrencySettings { roundingFormat targetCurrencyCode } id locale path priceListId salesChannelId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent workflowId workflowName workflowNodeId } }",
|
|
69
|
+
"cancelOrderLine": "mutation cancelOrderLine($input: CancelOrderLineInput!){ cancelOrderLine(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId messageType recoverEmailStatus sendAfter smsTranslationId } archived attributes { orderAttributeId orderAttributeOptionId value } availableShippingMethods { estimatedDeliveryTime { type value } price rateName shippingMethod shippingSettingsId shippingZoneRateId } billingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } branch { id name } branchSession { id name } branchSessionId campaignOffers { appliedOrderLineId campaignOffer { availableSalesChannelIds createdAt currencyCodes deleted endDate followUpActionType id maxCount maximumRequiredCartAmount minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } triggers { filters { filterType valueList } shouldMatchAllConditions } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone preferredLanguage } customerGroups { id name } customerId customerOrderCount customerSegments { id name } deleted dueDate edited giftCardLines { amount code giftCardId id } giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate marketingCampaignId merchantId netTotalFinalPrice note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order transactionId type } orderLineItems { bundleProductSettings { bundleLineId bundleLineQuantity name options { name productOptionId productOptionsSetId type values { 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 { 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 deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice edited finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price priceType value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price 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 sourceId stockLocationId trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { isAlternativeGateway paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price priceListId shippingSettingsId shippingZoneRateId taxValue title transactionId } shippingMethod shippingSettingsId shippingZoneRateId sourceId staff { email firstName id lastName } status stockLocation { id name } stockLocationId storefront { id name } storefrontId storefrontRouting { domain dynamicCurrencySettings { roundingFormat targetCurrencyCode } id locale path priceListId salesChannelId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent workflowId workflowName workflowNodeId } }",
|
|
68
70
|
"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 } }",
|
|
69
71
|
"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 } }",
|
|
70
|
-
"createOrderWithTransactions": "mutation createOrderWithTransactions($input: CreateOrderWithTransactionsInput!){ createOrderWithTransactions(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId messageType recoverEmailStatus sendAfter smsTranslationId } archived attributes { orderAttributeId orderAttributeOptionId value } availableShippingMethods { estimatedDeliveryTime { type value } price rateName shippingMethod shippingSettingsId shippingZoneRateId } billingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } branch { id name } branchSession { id name } branchSessionId campaignOffers { appliedOrderLineId campaignOffer { availableSalesChannelIds createdAt currencyCodes deleted endDate followUpActionType id maxCount maximumRequiredCartAmount minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } triggers { filters { filterType valueList } shouldMatchAllConditions } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone preferredLanguage } customerGroups { id name } customerId customerOrderCount customerSegments { id name } deleted dueDate edited giftCardLines { amount code giftCardId id } giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate marketingCampaignId merchantId netTotalFinalPrice note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order transactionId type } orderLineItems { bundleProductSettings { bundleLineId bundleLineQuantity name options { name productOptionId productOptionsSetId type values { name price value } } variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } order price quantity taxValue unitPrice variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } createdAt currencyCode currencySymbol deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice edited finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } order price quantity taxValue unitPrice variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } orderNumber orderPackageSequence orderPackageStatus orderPackages { createdAt deleted errorMessage id note orderLineItemIds orderPackageFulfillStatus orderPackageNumber sourceId stockLocationId trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { isAlternativeGateway paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price priceListId shippingSettingsId shippingZoneRateId taxValue title transactionId } shippingMethod shippingSettingsId shippingZoneRateId sourceId staff { email firstName id lastName } status stockLocation { id name } stockLocationId storefront { id name } storefrontId storefrontRouting { domain dynamicCurrencySettings { roundingFormat targetCurrencyCode } id locale path priceListId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent workflowId workflowName workflowNodeId } }",
|
|
72
|
+
"createOrderWithTransactions": "mutation createOrderWithTransactions($input: CreateOrderWithTransactionsInput!){ createOrderWithTransactions(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId messageType recoverEmailStatus sendAfter smsTranslationId } archived attributes { orderAttributeId orderAttributeOptionId value } availableShippingMethods { estimatedDeliveryTime { type value } price rateName shippingMethod shippingSettingsId shippingZoneRateId } billingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } branch { id name } branchSession { id name } branchSessionId campaignOffers { appliedOrderLineId campaignOffer { availableSalesChannelIds createdAt currencyCodes deleted endDate followUpActionType id maxCount maximumRequiredCartAmount minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } triggers { filters { filterType valueList } shouldMatchAllConditions } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone preferredLanguage } customerGroups { id name } customerId customerOrderCount customerSegments { id name } deleted dueDate edited giftCardLines { amount code giftCardId id } giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate marketingCampaignId merchantId netTotalFinalPrice note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order transactionId type } orderLineItems { bundleProductSettings { bundleLineId bundleLineQuantity name options { name productOptionId productOptionsSetId type values { 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 { 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 deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice edited finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price priceType value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price 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 sourceId stockLocationId trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { isAlternativeGateway paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price priceListId shippingSettingsId shippingZoneRateId taxValue title transactionId } shippingMethod shippingSettingsId shippingZoneRateId sourceId staff { email firstName id lastName } status stockLocation { id name } stockLocationId storefront { id name } storefrontId storefrontRouting { domain dynamicCurrencySettings { roundingFormat targetCurrencyCode } id locale path priceListId salesChannelId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent workflowId workflowName workflowNodeId } }",
|
|
71
73
|
"deleteCampaignList": "mutation deleteCampaignList($idList: [String!]!){ deleteCampaignList(idList: $idList) }",
|
|
72
74
|
"deleteCategoryList": "mutation deleteCategoryList($idList: [String!]!){ deleteCategoryList(idList: $idList) }",
|
|
73
75
|
"deleteCouponList": "mutation deleteCouponList($idList: [String!]!){ deleteCouponList(idList: $idList) }",
|
|
@@ -81,14 +83,15 @@ exports.MutationDefaultGQLs = {
|
|
|
81
83
|
"deleteProductUnitList": "mutation deleteProductUnitList($idList: [String!]!){ deleteProductUnitList(idList: $idList) }",
|
|
82
84
|
"deleteProductVolumeDiscountList": "mutation deleteProductVolumeDiscountList($idList: [String!]!){ deleteProductVolumeDiscountList(idList: $idList) }",
|
|
83
85
|
"deleteStorefrontJSScript": "mutation deleteStorefrontJSScript($storefrontIdList: [String!]!){ deleteStorefrontJSScript(storefrontIdList: $storefrontIdList) }",
|
|
86
|
+
"deleteStorefrontPolicyList": "mutation deleteStorefrontPolicyList($idList: [String!]!){ deleteStorefrontPolicyList(idList: $idList) }",
|
|
84
87
|
"deleteTaxSettingsList": "mutation deleteTaxSettingsList($idList: [String!]!){ deleteTaxSettingsList(idList: $idList) }",
|
|
85
88
|
"deleteVariantTypeList": "mutation deleteVariantTypeList($idList: [String!]!){ deleteVariantTypeList(idList: $idList) }",
|
|
86
89
|
"deleteVendorList": "mutation deleteVendorList($idList: [String!]!){ deleteVendorList(idList: $idList) }",
|
|
87
90
|
"deleteWebhook": "mutation deleteWebhook($scopes: [String!]!){ deleteWebhook(scopes: $scopes) }",
|
|
88
|
-
"fulfillOrder": "mutation fulfillOrder($input: FulFillOrderInput!){ fulfillOrder(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId messageType recoverEmailStatus sendAfter smsTranslationId } archived attributes { orderAttributeId orderAttributeOptionId value } availableShippingMethods { estimatedDeliveryTime { type value } price rateName shippingMethod shippingSettingsId shippingZoneRateId } billingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } branch { id name } branchSession { id name } branchSessionId campaignOffers { appliedOrderLineId campaignOffer { availableSalesChannelIds createdAt currencyCodes deleted endDate followUpActionType id maxCount maximumRequiredCartAmount minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } triggers { filters { filterType valueList } shouldMatchAllConditions } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone preferredLanguage } customerGroups { id name } customerId customerOrderCount customerSegments { id name } deleted dueDate edited giftCardLines { amount code giftCardId id } giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate marketingCampaignId merchantId netTotalFinalPrice note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order transactionId type } orderLineItems { bundleProductSettings { bundleLineId bundleLineQuantity name options { name productOptionId productOptionsSetId type values { name price value } } variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } order price quantity taxValue unitPrice variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } createdAt currencyCode currencySymbol deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice edited finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } order price quantity taxValue unitPrice variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } orderNumber orderPackageSequence orderPackageStatus orderPackages { createdAt deleted errorMessage id note orderLineItemIds orderPackageFulfillStatus orderPackageNumber sourceId stockLocationId trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { isAlternativeGateway paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price priceListId shippingSettingsId shippingZoneRateId taxValue title transactionId } shippingMethod shippingSettingsId shippingZoneRateId sourceId staff { email firstName id lastName } status stockLocation { id name } stockLocationId storefront { id name } storefrontId storefrontRouting { domain dynamicCurrencySettings { roundingFormat targetCurrencyCode } id locale path priceListId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent workflowId workflowName workflowNodeId } }",
|
|
91
|
+
"fulfillOrder": "mutation fulfillOrder($input: FulFillOrderInput!){ fulfillOrder(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId messageType recoverEmailStatus sendAfter smsTranslationId } archived attributes { orderAttributeId orderAttributeOptionId value } availableShippingMethods { estimatedDeliveryTime { type value } price rateName shippingMethod shippingSettingsId shippingZoneRateId } billingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } branch { id name } branchSession { id name } branchSessionId campaignOffers { appliedOrderLineId campaignOffer { availableSalesChannelIds createdAt currencyCodes deleted endDate followUpActionType id maxCount maximumRequiredCartAmount minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } triggers { filters { filterType valueList } shouldMatchAllConditions } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone preferredLanguage } customerGroups { id name } customerId customerOrderCount customerSegments { id name } deleted dueDate edited giftCardLines { amount code giftCardId id } giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate marketingCampaignId merchantId netTotalFinalPrice note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order transactionId type } orderLineItems { bundleProductSettings { bundleLineId bundleLineQuantity name options { name productOptionId productOptionsSetId type values { 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 { 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 deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice edited finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price priceType value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price 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 sourceId stockLocationId trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { isAlternativeGateway paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price priceListId shippingSettingsId shippingZoneRateId taxValue title transactionId } shippingMethod shippingSettingsId shippingZoneRateId sourceId staff { email firstName id lastName } status stockLocation { id name } stockLocationId storefront { id name } storefrontId storefrontRouting { domain dynamicCurrencySettings { roundingFormat targetCurrencyCode } id locale path priceListId salesChannelId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent workflowId workflowName workflowNodeId } }",
|
|
89
92
|
"getAppDemoDay": "mutation getAppDemoDay($input: CreateMerchantAppPaymentWithSubscriptionInput!){ getAppDemoDay(input: $input) }",
|
|
90
93
|
"getOrderInvoicePdfUrl": "mutation getOrderInvoicePdfUrl($input: GetOrderInvoicePdfUrlInput!){ getOrderInvoicePdfUrl(input: $input) }",
|
|
91
|
-
"refundOrderLine": "mutation refundOrderLine($input: OrderRefundInput!){ refundOrderLine(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId messageType recoverEmailStatus sendAfter smsTranslationId } archived attributes { orderAttributeId orderAttributeOptionId value } availableShippingMethods { estimatedDeliveryTime { type value } price rateName shippingMethod shippingSettingsId shippingZoneRateId } billingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } branch { id name } branchSession { id name } branchSessionId campaignOffers { appliedOrderLineId campaignOffer { availableSalesChannelIds createdAt currencyCodes deleted endDate followUpActionType id maxCount maximumRequiredCartAmount minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } triggers { filters { filterType valueList } shouldMatchAllConditions } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone preferredLanguage } customerGroups { id name } customerId customerOrderCount customerSegments { id name } deleted dueDate edited giftCardLines { amount code giftCardId id } giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate marketingCampaignId merchantId netTotalFinalPrice note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order transactionId type } orderLineItems { bundleProductSettings { bundleLineId bundleLineQuantity name options { name productOptionId productOptionsSetId type values { name price value } } variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } order price quantity taxValue unitPrice variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } createdAt currencyCode currencySymbol deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice edited finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } order price quantity taxValue unitPrice variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } orderNumber orderPackageSequence orderPackageStatus orderPackages { createdAt deleted errorMessage id note orderLineItemIds orderPackageFulfillStatus orderPackageNumber sourceId stockLocationId trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { isAlternativeGateway paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price priceListId shippingSettingsId shippingZoneRateId taxValue title transactionId } shippingMethod shippingSettingsId shippingZoneRateId sourceId staff { email firstName id lastName } status stockLocation { id name } stockLocationId storefront { id name } storefrontId storefrontRouting { domain dynamicCurrencySettings { roundingFormat targetCurrencyCode } id locale path priceListId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent workflowId workflowName workflowNodeId } }",
|
|
94
|
+
"refundOrderLine": "mutation refundOrderLine($input: OrderRefundInput!){ refundOrderLine(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId messageType recoverEmailStatus sendAfter smsTranslationId } archived attributes { orderAttributeId orderAttributeOptionId value } availableShippingMethods { estimatedDeliveryTime { type value } price rateName shippingMethod shippingSettingsId shippingZoneRateId } billingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } branch { id name } branchSession { id name } branchSessionId campaignOffers { appliedOrderLineId campaignOffer { availableSalesChannelIds createdAt currencyCodes deleted endDate followUpActionType id maxCount maximumRequiredCartAmount minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } triggers { filters { filterType valueList } shouldMatchAllConditions } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone preferredLanguage } customerGroups { id name } customerId customerOrderCount customerSegments { id name } deleted dueDate edited giftCardLines { amount code giftCardId id } giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate marketingCampaignId merchantId netTotalFinalPrice note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order transactionId type } orderLineItems { bundleProductSettings { bundleLineId bundleLineQuantity name options { name productOptionId productOptionsSetId type values { 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 { 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 deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice edited finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price priceType value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price 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 sourceId stockLocationId trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { isAlternativeGateway paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price priceListId shippingSettingsId shippingZoneRateId taxValue title transactionId } shippingMethod shippingSettingsId shippingZoneRateId sourceId staff { email firstName id lastName } status stockLocation { id name } stockLocationId storefront { id name } storefrontId storefrontRouting { domain dynamicCurrencySettings { roundingFormat targetCurrencyCode } id locale path priceListId salesChannelId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent workflowId workflowName workflowNodeId } }",
|
|
92
95
|
"removeOrderTag": "mutation removeOrderTag($input: UpdateOrderTagInput!){ removeOrderTag(input: $input) }",
|
|
93
96
|
"saveCampaign": "mutation saveCampaign($input: CampaignInput!){ saveCampaign(input: $input) { applicableCustomerGroupIds applicableCustomerIds applicableCustomerSegmentIds applicablePrice applyCampaignToProductPrice buyXThenGetY { buyX { amount applyByQuantity filter { idList type } maxAmount } getY { amount automaticallyAddItemToCart discountRatio discountType filter { idList type } } maxUsagePerOrder } canCombineWithOtherCampaigns couponPrefix couponValidityPeriod createdAt createdFor currencyCodes dateRange { end start } deleted fixedDiscount { amount filters { idList type } isApplyByCartAmount lineItemQuantityRange { max min } priceRange { max min } shouldMatchAllConditions } hasCoupon id includeDiscountedProducts isFreeShipping onlyUseCustomer salesChannelIds tieredDiscount { filters { idList type } isApplyByCartAmount rules { amount lineItemQuantityRange { max min } priceRange { max min } } shouldMatchAllConditions } title translations { locale title } type updatedAt usageCount usageLimit usageLimitPerCustomer version } }",
|
|
94
97
|
"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 } }",
|
|
@@ -104,15 +107,16 @@ exports.MutationDefaultGQLs = {
|
|
|
104
107
|
"saveProductVolumeDiscount": "mutation saveProductVolumeDiscount($input: ProductVolumeDiscountInput!){ saveProductVolumeDiscount(input: $input) { createdAt deleted id name rules { discountRatio lineItemQuantityRange { max min } } scope updatedAt } }",
|
|
105
108
|
"saveSalesChannel": "mutation saveSalesChannel($input: SalesChannelInput!){ saveSalesChannel(input: $input) { createdAt deleted id name paymentGateways { id order } priceListId stockLocations { id order } type updatedAt } }",
|
|
106
109
|
"saveStorefrontJSScript": "mutation saveStorefrontJSScript($input: StorefrontJSScriptInput!){ saveStorefrontJSScript(input: $input) { authorizedAppId contentType createdAt deleted fileName id isActive isHighPriority name order scriptContent storeAppId storefrontId updatedAt } }",
|
|
110
|
+
"saveStorefrontPolicy": "mutation saveStorefrontPolicy($input: StorefrontPolicyInput!){ saveStorefrontPolicy(input: $input) { createdAt currentVersionId deleted id locale name sendEmail slug storefrontId storefrontRoutings { storefrontId storefrontRoutingId } type updatedAt } }",
|
|
107
111
|
"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 } }",
|
|
108
112
|
"saveVariantPrices": "mutation saveVariantPrices($input: SaveVariantPricesInput!){ saveVariantPrices(input: $input) }",
|
|
109
113
|
"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 } } }",
|
|
110
114
|
"saveVendor": "mutation saveVendor($input: VendorInput!){ saveVendor(input: $input) { address company createdAt deleted email id name phone staffName status taxNumber taxOffice updatedAt } }",
|
|
111
115
|
"saveWebhook": "mutation saveWebhook($input: WebhookInput!){ saveWebhook(input: $input) { createdAt deleted endpoint id scope updatedAt } }",
|
|
112
116
|
"updateCustomerB2BStatus": "mutation updateCustomerB2BStatus($b2bStatus: CustomerB2BStatusEnum!, $customerId: String!){ updateCustomerB2BStatus(b2bStatus: $b2bStatus, customerId: $customerId) }",
|
|
113
|
-
"updateOrderAddresses": "mutation updateOrderAddresses($input: UpdateOrderAddressesInput!){ updateOrderAddresses(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId messageType recoverEmailStatus sendAfter smsTranslationId } archived attributes { orderAttributeId orderAttributeOptionId value } availableShippingMethods { estimatedDeliveryTime { type value } price rateName shippingMethod shippingSettingsId shippingZoneRateId } billingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } branch { id name } branchSession { id name } branchSessionId campaignOffers { appliedOrderLineId campaignOffer { availableSalesChannelIds createdAt currencyCodes deleted endDate followUpActionType id maxCount maximumRequiredCartAmount minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } triggers { filters { filterType valueList } shouldMatchAllConditions } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone preferredLanguage } customerGroups { id name } customerId customerOrderCount customerSegments { id name } deleted dueDate edited giftCardLines { amount code giftCardId id } giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate marketingCampaignId merchantId netTotalFinalPrice note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order transactionId type } orderLineItems { bundleProductSettings { bundleLineId bundleLineQuantity name options { name productOptionId productOptionsSetId type values { name price value } } variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } order price quantity taxValue unitPrice variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } createdAt currencyCode currencySymbol deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice edited finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } order price quantity taxValue unitPrice variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } orderNumber orderPackageSequence orderPackageStatus orderPackages { createdAt deleted errorMessage id note orderLineItemIds orderPackageFulfillStatus orderPackageNumber sourceId stockLocationId trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { isAlternativeGateway paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price priceListId shippingSettingsId shippingZoneRateId taxValue title transactionId } shippingMethod shippingSettingsId shippingZoneRateId sourceId staff { email firstName id lastName } status stockLocation { id name } stockLocationId storefront { id name } storefrontId storefrontRouting { domain dynamicCurrencySettings { roundingFormat targetCurrencyCode } id locale path priceListId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent workflowId workflowName workflowNodeId } }",
|
|
114
|
-
"updateOrderLine": "mutation updateOrderLine($input: UpdateOrderInput!){ updateOrderLine(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId messageType recoverEmailStatus sendAfter smsTranslationId } archived attributes { orderAttributeId orderAttributeOptionId value } availableShippingMethods { estimatedDeliveryTime { type value } price rateName shippingMethod shippingSettingsId shippingZoneRateId } billingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } branch { id name } branchSession { id name } branchSessionId campaignOffers { appliedOrderLineId campaignOffer { availableSalesChannelIds createdAt currencyCodes deleted endDate followUpActionType id maxCount maximumRequiredCartAmount minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } triggers { filters { filterType valueList } shouldMatchAllConditions } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone preferredLanguage } customerGroups { id name } customerId customerOrderCount customerSegments { id name } deleted dueDate edited giftCardLines { amount code giftCardId id } giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate marketingCampaignId merchantId netTotalFinalPrice note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order transactionId type } orderLineItems { bundleProductSettings { bundleLineId bundleLineQuantity name options { name productOptionId productOptionsSetId type values { name price value } } variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } order price quantity taxValue unitPrice variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } createdAt currencyCode currencySymbol deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice edited finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } order price quantity taxValue unitPrice variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } orderNumber orderPackageSequence orderPackageStatus orderPackages { createdAt deleted errorMessage id note orderLineItemIds orderPackageFulfillStatus orderPackageNumber sourceId stockLocationId trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { isAlternativeGateway paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price priceListId shippingSettingsId shippingZoneRateId taxValue title transactionId } shippingMethod shippingSettingsId shippingZoneRateId sourceId staff { email firstName id lastName } status stockLocation { id name } stockLocationId storefront { id name } storefrontId storefrontRouting { domain dynamicCurrencySettings { roundingFormat targetCurrencyCode } id locale path priceListId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent workflowId workflowName workflowNodeId } }",
|
|
115
|
-
"updateOrderPackageStatus": "mutation updateOrderPackageStatus($input: UpdateOrderPackageStatusInput!){ updateOrderPackageStatus(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId messageType recoverEmailStatus sendAfter smsTranslationId } archived attributes { orderAttributeId orderAttributeOptionId value } availableShippingMethods { estimatedDeliveryTime { type value } price rateName shippingMethod shippingSettingsId shippingZoneRateId } billingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } branch { id name } branchSession { id name } branchSessionId campaignOffers { appliedOrderLineId campaignOffer { availableSalesChannelIds createdAt currencyCodes deleted endDate followUpActionType id maxCount maximumRequiredCartAmount minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } triggers { filters { filterType valueList } shouldMatchAllConditions } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone preferredLanguage } customerGroups { id name } customerId customerOrderCount customerSegments { id name } deleted dueDate edited giftCardLines { amount code giftCardId id } giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate marketingCampaignId merchantId netTotalFinalPrice note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order transactionId type } orderLineItems { bundleProductSettings { bundleLineId bundleLineQuantity name options { name productOptionId productOptionsSetId type values { name price value } } variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } order price quantity taxValue unitPrice variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } createdAt currencyCode currencySymbol deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice edited finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } order price quantity taxValue unitPrice variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } fileId hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId productVolumeDiscountId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } orderNumber orderPackageSequence orderPackageStatus orderPackages { createdAt deleted errorMessage id note orderLineItemIds orderPackageFulfillStatus orderPackageNumber sourceId stockLocationId trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { isAlternativeGateway paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price priceListId shippingSettingsId shippingZoneRateId taxValue title transactionId } shippingMethod shippingSettingsId shippingZoneRateId sourceId staff { email firstName id lastName } status stockLocation { id name } stockLocationId storefront { id name } storefrontId storefrontRouting { domain dynamicCurrencySettings { roundingFormat targetCurrencyCode } id locale path priceListId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent workflowId workflowName workflowNodeId } }",
|
|
117
|
+
"updateOrderAddresses": "mutation updateOrderAddresses($input: UpdateOrderAddressesInput!){ updateOrderAddresses(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId messageType recoverEmailStatus sendAfter smsTranslationId } archived attributes { orderAttributeId orderAttributeOptionId value } availableShippingMethods { estimatedDeliveryTime { type value } price rateName shippingMethod shippingSettingsId shippingZoneRateId } billingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } branch { id name } branchSession { id name } branchSessionId campaignOffers { appliedOrderLineId campaignOffer { availableSalesChannelIds createdAt currencyCodes deleted endDate followUpActionType id maxCount maximumRequiredCartAmount minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } triggers { filters { filterType valueList } shouldMatchAllConditions } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone preferredLanguage } customerGroups { id name } customerId customerOrderCount customerSegments { id name } deleted dueDate edited giftCardLines { amount code giftCardId id } giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate marketingCampaignId merchantId netTotalFinalPrice note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order transactionId type } orderLineItems { bundleProductSettings { bundleLineId bundleLineQuantity name options { name productOptionId productOptionsSetId type values { 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 { 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 deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice edited finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price priceType value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price 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 sourceId stockLocationId trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { isAlternativeGateway paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price priceListId shippingSettingsId shippingZoneRateId taxValue title transactionId } shippingMethod shippingSettingsId shippingZoneRateId sourceId staff { email firstName id lastName } status stockLocation { id name } stockLocationId storefront { id name } storefrontId storefrontRouting { domain dynamicCurrencySettings { roundingFormat targetCurrencyCode } id locale path priceListId salesChannelId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent workflowId workflowName workflowNodeId } }",
|
|
118
|
+
"updateOrderLine": "mutation updateOrderLine($input: UpdateOrderInput!){ updateOrderLine(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId messageType recoverEmailStatus sendAfter smsTranslationId } archived attributes { orderAttributeId orderAttributeOptionId value } availableShippingMethods { estimatedDeliveryTime { type value } price rateName shippingMethod shippingSettingsId shippingZoneRateId } billingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } branch { id name } branchSession { id name } branchSessionId campaignOffers { appliedOrderLineId campaignOffer { availableSalesChannelIds createdAt currencyCodes deleted endDate followUpActionType id maxCount maximumRequiredCartAmount minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } triggers { filters { filterType valueList } shouldMatchAllConditions } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone preferredLanguage } customerGroups { id name } customerId customerOrderCount customerSegments { id name } deleted dueDate edited giftCardLines { amount code giftCardId id } giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate marketingCampaignId merchantId netTotalFinalPrice note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order transactionId type } orderLineItems { bundleProductSettings { bundleLineId bundleLineQuantity name options { name productOptionId productOptionsSetId type values { 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 { 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 deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice edited finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price priceType value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price 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 sourceId stockLocationId trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { isAlternativeGateway paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price priceListId shippingSettingsId shippingZoneRateId taxValue title transactionId } shippingMethod shippingSettingsId shippingZoneRateId sourceId staff { email firstName id lastName } status stockLocation { id name } stockLocationId storefront { id name } storefrontId storefrontRouting { domain dynamicCurrencySettings { roundingFormat targetCurrencyCode } id locale path priceListId salesChannelId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent workflowId workflowName workflowNodeId } }",
|
|
119
|
+
"updateOrderPackageStatus": "mutation updateOrderPackageStatus($input: UpdateOrderPackageStatusInput!){ updateOrderPackageStatus(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId messageType recoverEmailStatus sendAfter smsTranslationId } archived attributes { orderAttributeId orderAttributeOptionId value } availableShippingMethods { estimatedDeliveryTime { type value } price rateName shippingMethod shippingSettingsId shippingZoneRateId } billingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } branch { id name } branchSession { id name } branchSessionId campaignOffers { appliedOrderLineId campaignOffer { availableSalesChannelIds createdAt currencyCodes deleted endDate followUpActionType id maxCount maximumRequiredCartAmount minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } triggers { filters { filterType valueList } shouldMatchAllConditions } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone preferredLanguage } customerGroups { id name } customerId customerOrderCount customerSegments { id name } deleted dueDate edited giftCardLines { amount code giftCardId id } giftPackageLines { isRefunded price priceListId taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount lastActivityDate marketingCampaignId merchantId netTotalFinalPrice note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order transactionId type } orderLineItems { bundleProductSettings { bundleLineId bundleLineQuantity name options { name productOptionId productOptionsSetId type values { 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 { 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 deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity productVolumeDiscountId reason } discountPrice edited finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price priceType value } } originalOrderLineItemId price quantity sourceId status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { addToBundleBasePrice deleted discountPrice discountRatio finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price 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 sourceId stockLocationId trackingInfo { barcode cargoCompany cargoCompanyId isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { isAlternativeGateway paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price priceListId shippingSettingsId shippingZoneRateId taxValue title transactionId } shippingMethod shippingSettingsId shippingZoneRateId sourceId staff { email firstName id lastName } status stockLocation { id name } stockLocationId storefront { id name } storefrontId storefrontRouting { domain dynamicCurrencySettings { roundingFormat targetCurrencyCode } id locale path priceListId salesChannelId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent workflowId workflowName workflowNodeId } }",
|
|
116
120
|
"updateProductSalesChannelStatus": "mutation updateProductSalesChannelStatus($input: [UpdateProductSalesChannelStatusInput!]!, $salesChannelId: String){ updateProductSalesChannelStatus(input: $input, salesChannelId: $salesChannelId) }",
|
|
117
121
|
"updateSubscriptionStatus": "mutation updateSubscriptionStatus($customerId: String!, $subscriptionStatus: CustomerEmailSubscriptionStatusesEnum!){ updateSubscriptionStatus(customerId: $customerId, subscriptionStatus: $subscriptionStatus) }"
|
|
118
122
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"default-gqls.js","sourceRoot":"","sources":["../../../../src/api/admin/generated/default-gqls.ts"],"names":[],"mappings":";;;AAAa,QAAA,gBAAgB,GAAG;IAC9B,kBAAkB,EAAE,gKAAgK;IACpL,sBAAsB,EAAE,wJAAwJ;IAChL,mBAAmB,EAAE,6HAA6H;IAClJ,kBAAkB,EAAE,8LAA8L;IAClN,sBAAsB,EAAE,qFAAqF;IAC7G,sBAAsB,EAAE,4EAA4E;IACpG,aAAa,EAAE,8VAA8V;IAC7W,oBAAoB,EAAE,+fAA+f;IACrhB,iBAAiB,EAAE,4JAA4J;IAC/K,kBAAkB,EAAE,6CAA6C;IACjE,mBAAmB,EAAE,mGAAmG;IACxH,wBAAwB,EAAE,
|
|
1
|
+
{"version":3,"file":"default-gqls.js","sourceRoot":"","sources":["../../../../src/api/admin/generated/default-gqls.ts"],"names":[],"mappings":"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"}
|
|
@@ -69,6 +69,13 @@ export declare type AddOrderInvoiceInput = {
|
|
|
69
69
|
/** It is the type enum of the invoice. */
|
|
70
70
|
type: InvoiceTypeEnum;
|
|
71
71
|
};
|
|
72
|
+
export declare type AdditionalPrice = {
|
|
73
|
+
__typename?: 'AdditionalPrice';
|
|
74
|
+
amount: Scalars['Float'];
|
|
75
|
+
amountType: PaymentGatewayTransactionFeeTypeEnum;
|
|
76
|
+
name: Scalars['String'];
|
|
77
|
+
type: PaymentGatewayAdditionalPriceTypeEnum;
|
|
78
|
+
};
|
|
72
79
|
/** Scope Enum for Apps */
|
|
73
80
|
export declare enum AppScopeEnum {
|
|
74
81
|
READ_CAMPAIGNS = "READ_CAMPAIGNS",
|
|
@@ -1227,6 +1234,8 @@ export declare type CreateOrderInput = {
|
|
|
1227
1234
|
shippingMethod?: InputMaybe<OrderShippingMethodEnum>;
|
|
1228
1235
|
/** It is the source id of the order. If the order came from the marketplace, it shows the order number in the marketplace. */
|
|
1229
1236
|
sourceId?: InputMaybe<Scalars['String']>;
|
|
1237
|
+
/** It is the staff information of the order. */
|
|
1238
|
+
staff?: InputMaybe<OrderStaffInput>;
|
|
1230
1239
|
/** It is the terminal session id of the order. If the order is placed via ikasPos, this field can be sent as filled. */
|
|
1231
1240
|
terminalId?: InputMaybe<Scalars['String']>;
|
|
1232
1241
|
updatedAt?: InputMaybe<Scalars['Timestamp']>;
|
|
@@ -2209,6 +2218,8 @@ export declare type Mutation = {
|
|
|
2209
2218
|
deleteProductVolumeDiscountList: Scalars['Boolean'];
|
|
2210
2219
|
/** Using this api, you can delete javascript script from a the storefront. */
|
|
2211
2220
|
deleteStorefrontJSScript: Scalars['Boolean'];
|
|
2221
|
+
/** Using this API, you can delete a policy from the storefront. */
|
|
2222
|
+
deleteStorefrontPolicyList: Scalars['Boolean'];
|
|
2212
2223
|
deleteTaxSettingsList: Scalars['Boolean'];
|
|
2213
2224
|
/** Using this api, you can delete the variant types of products. */
|
|
2214
2225
|
deleteVariantTypeList: Scalars['Boolean'];
|
|
@@ -2248,6 +2259,8 @@ export declare type Mutation = {
|
|
|
2248
2259
|
saveSalesChannel?: Maybe<SalesChannel>;
|
|
2249
2260
|
/** Using this api, you can save javascript script to a the storefront. */
|
|
2250
2261
|
saveStorefrontJSScript: StorefrontJSScript;
|
|
2262
|
+
/** Using this API, you can save a policy to the storefront. */
|
|
2263
|
+
saveStorefrontPolicy: StorefrontPolicy;
|
|
2251
2264
|
saveTaxSettings: TaxSettings;
|
|
2252
2265
|
/** Response indicating the status of operation. */
|
|
2253
2266
|
saveVariantPrices: Scalars['Boolean'];
|
|
@@ -2340,6 +2353,9 @@ export declare type MutationdeleteProductVolumeDiscountListArgs = {
|
|
|
2340
2353
|
export declare type MutationdeleteStorefrontJSScriptArgs = {
|
|
2341
2354
|
storefrontIdList: Array<Scalars['String']>;
|
|
2342
2355
|
};
|
|
2356
|
+
export declare type MutationdeleteStorefrontPolicyListArgs = {
|
|
2357
|
+
idList: Array<Scalars['String']>;
|
|
2358
|
+
};
|
|
2343
2359
|
export declare type MutationdeleteTaxSettingsListArgs = {
|
|
2344
2360
|
idList: Array<Scalars['String']>;
|
|
2345
2361
|
};
|
|
@@ -2409,6 +2425,9 @@ export declare type MutationsaveSalesChannelArgs = {
|
|
|
2409
2425
|
export declare type MutationsaveStorefrontJSScriptArgs = {
|
|
2410
2426
|
input: StorefrontJSScriptInput;
|
|
2411
2427
|
};
|
|
2428
|
+
export declare type MutationsaveStorefrontPolicyArgs = {
|
|
2429
|
+
input: StorefrontPolicyInput;
|
|
2430
|
+
};
|
|
2412
2431
|
export declare type MutationsaveTaxSettingsArgs = {
|
|
2413
2432
|
input: TaxSettingsInput;
|
|
2414
2433
|
};
|
|
@@ -3068,6 +3087,7 @@ export declare type OrderLineOptionValue = {
|
|
|
3068
3087
|
__typename?: 'OrderLineOptionValue';
|
|
3069
3088
|
name?: Maybe<Scalars['String']>;
|
|
3070
3089
|
price?: Maybe<Scalars['Float']>;
|
|
3090
|
+
priceType?: Maybe<ProductOptionPriceTypeEnum>;
|
|
3071
3091
|
value: Scalars['String'];
|
|
3072
3092
|
};
|
|
3073
3093
|
export declare type OrderLineOptionValueInput = {
|
|
@@ -3505,6 +3525,16 @@ export declare type OrderStaff = {
|
|
|
3505
3525
|
/** It is the last name of the staff who created the order. */
|
|
3506
3526
|
lastName: Scalars['String'];
|
|
3507
3527
|
};
|
|
3528
|
+
export declare type OrderStaffInput = {
|
|
3529
|
+
/** It is the email of the staff who created the order. */
|
|
3530
|
+
email: Scalars['String'];
|
|
3531
|
+
/** It is the first name of the staff who created the order. */
|
|
3532
|
+
firstName: Scalars['String'];
|
|
3533
|
+
/** It is the first name of the staff who created the order. */
|
|
3534
|
+
id: Scalars['String'];
|
|
3535
|
+
/** It is the last name of the staff who created the order. */
|
|
3536
|
+
lastName: Scalars['String'];
|
|
3537
|
+
};
|
|
3508
3538
|
export declare enum OrderStatusEnum {
|
|
3509
3539
|
CANCELLED = "CANCELLED",
|
|
3510
3540
|
CREATED = "CREATED",
|
|
@@ -3553,6 +3583,7 @@ export declare type OrderStorefrontRouting = {
|
|
|
3553
3583
|
path?: Maybe<Scalars['String']>;
|
|
3554
3584
|
/** It is the price list id that associated on the storefront routing. */
|
|
3555
3585
|
priceListId?: Maybe<Scalars['String']>;
|
|
3586
|
+
salesChannelId?: Maybe<Scalars['String']>;
|
|
3556
3587
|
};
|
|
3557
3588
|
export declare type OrderStorefrontRoutingDynamicCurrencySettings = {
|
|
3558
3589
|
__typename?: 'OrderStorefrontRoutingDynamicCurrencySettings';
|
|
@@ -3616,6 +3647,76 @@ export declare type PaginationInput = {
|
|
|
3616
3647
|
*/
|
|
3617
3648
|
page?: InputMaybe<Scalars['Int']>;
|
|
3618
3649
|
};
|
|
3650
|
+
export declare type PaymentGateway = {
|
|
3651
|
+
__typename?: 'PaymentGateway';
|
|
3652
|
+
additionalPrices?: Maybe<Array<AdditionalPrice>>;
|
|
3653
|
+
availableCountries?: Maybe<Array<Scalars['String']>>;
|
|
3654
|
+
code: Scalars['String'];
|
|
3655
|
+
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
3656
|
+
deleted: Scalars['Boolean'];
|
|
3657
|
+
description?: Maybe<Scalars['String']>;
|
|
3658
|
+
group?: Maybe<PaymentGatewayGroup>;
|
|
3659
|
+
id: Scalars['ID'];
|
|
3660
|
+
isPassive?: Maybe<Scalars['Boolean']>;
|
|
3661
|
+
logoUrl?: Maybe<Scalars['String']>;
|
|
3662
|
+
masterPassClientId?: Maybe<Scalars['String']>;
|
|
3663
|
+
name: Scalars['String'];
|
|
3664
|
+
paymentGatewayProviderId?: Maybe<Scalars['String']>;
|
|
3665
|
+
paymentMethodType: PaymentMethodTypeEnum;
|
|
3666
|
+
paymentMethods: Array<PaymentGatewayPaymentMethod>;
|
|
3667
|
+
settings?: Maybe<Array<PaymentGatewaySettings>>;
|
|
3668
|
+
supportedCurrencies?: Maybe<Array<Scalars['String']>>;
|
|
3669
|
+
testMode: Scalars['Boolean'];
|
|
3670
|
+
translations?: Maybe<Array<PaymentGatewayTranslation>>;
|
|
3671
|
+
type: PaymentGatewayTypeEnum;
|
|
3672
|
+
updatedAt?: Maybe<Scalars['Timestamp']>;
|
|
3673
|
+
};
|
|
3674
|
+
export declare enum PaymentGatewayAdditionalPriceTypeEnum {
|
|
3675
|
+
DECREMENT = "DECREMENT",
|
|
3676
|
+
INCREMENT = "INCREMENT"
|
|
3677
|
+
}
|
|
3678
|
+
export declare type PaymentGatewayGroup = {
|
|
3679
|
+
__typename?: 'PaymentGatewayGroup';
|
|
3680
|
+
key: Scalars['String'];
|
|
3681
|
+
order: Scalars['Float'];
|
|
3682
|
+
};
|
|
3683
|
+
export declare type PaymentGatewayPaymentMethod = {
|
|
3684
|
+
__typename?: 'PaymentGatewayPaymentMethod';
|
|
3685
|
+
allowed?: Maybe<Scalars['Boolean']>;
|
|
3686
|
+
enabled?: Maybe<Scalars['Boolean']>;
|
|
3687
|
+
externalId?: Maybe<Scalars['String']>;
|
|
3688
|
+
externalStoreIds?: Maybe<Array<Scalars['String']>>;
|
|
3689
|
+
logoUrl?: Maybe<Scalars['String']>;
|
|
3690
|
+
name: Scalars['String'];
|
|
3691
|
+
};
|
|
3692
|
+
export declare type PaymentGatewaySettings = {
|
|
3693
|
+
__typename?: 'PaymentGatewaySettings';
|
|
3694
|
+
label: Scalars['String'];
|
|
3695
|
+
order: Scalars['Float'];
|
|
3696
|
+
type: PaymentGatewaySettingsTypeEnum;
|
|
3697
|
+
value?: Maybe<Scalars['String']>;
|
|
3698
|
+
};
|
|
3699
|
+
export declare enum PaymentGatewaySettingsTypeEnum {
|
|
3700
|
+
BOOLEAN = "BOOLEAN",
|
|
3701
|
+
NUMBER = "NUMBER",
|
|
3702
|
+
PASSWORD = "PASSWORD",
|
|
3703
|
+
TEXT = "TEXT"
|
|
3704
|
+
}
|
|
3705
|
+
export declare enum PaymentGatewayTransactionFeeTypeEnum {
|
|
3706
|
+
AMOUNT = "AMOUNT",
|
|
3707
|
+
RATIO = "RATIO"
|
|
3708
|
+
}
|
|
3709
|
+
export declare type PaymentGatewayTranslation = {
|
|
3710
|
+
__typename?: 'PaymentGatewayTranslation';
|
|
3711
|
+
description?: Maybe<Scalars['String']>;
|
|
3712
|
+
locale?: Maybe<Scalars['String']>;
|
|
3713
|
+
name?: Maybe<Scalars['String']>;
|
|
3714
|
+
};
|
|
3715
|
+
export declare enum PaymentGatewayTypeEnum {
|
|
3716
|
+
EXTERNAL = "EXTERNAL",
|
|
3717
|
+
INTERNAL = "INTERNAL",
|
|
3718
|
+
THIRD_PARTY = "THIRD_PARTY"
|
|
3719
|
+
}
|
|
3619
3720
|
export declare enum PaymentMethodTypeEnum {
|
|
3620
3721
|
APP_PAYMENT = "APP_PAYMENT",
|
|
3621
3722
|
BANK_REDIRECT = "BANK_REDIRECT",
|
|
@@ -4539,6 +4640,7 @@ export declare type Query = {
|
|
|
4539
4640
|
listOrder: OrderPaginationResponse;
|
|
4540
4641
|
listOrderTag: Array<OrderTag>;
|
|
4541
4642
|
listOrderTransactions: Array<PublicTransaction>;
|
|
4643
|
+
listPaymentGateway: Array<PaymentGateway>;
|
|
4542
4644
|
listPriceList: Array<PriceList>;
|
|
4543
4645
|
/**
|
|
4544
4646
|
* Use this query to list products.
|
|
@@ -4568,6 +4670,11 @@ export declare type Query = {
|
|
|
4568
4670
|
listStorefront: Array<Storefront>;
|
|
4569
4671
|
/** Use this query to list storefront javascript scripts by supplying the `storefrontId` input. */
|
|
4570
4672
|
listStorefrontJSScript: Array<StorefrontJSScript>;
|
|
4673
|
+
/**
|
|
4674
|
+
* Use this query to list storefront policies by supplying the `StorefrontPolicyArgs` input.
|
|
4675
|
+
* Search applies to following fields: `name` `slug`
|
|
4676
|
+
*/
|
|
4677
|
+
listStorefrontPolicy: Array<StorefrontPolicy>;
|
|
4571
4678
|
listTaxSettings: Array<TaxSettings>;
|
|
4572
4679
|
listTerminal: Array<Terminal>;
|
|
4573
4680
|
listTown: Array<Town>;
|
|
@@ -4719,6 +4826,14 @@ export declare type QuerylistOrderTagArgs = {
|
|
|
4719
4826
|
export declare type QuerylistOrderTransactionsArgs = {
|
|
4720
4827
|
orderId: Scalars['String'];
|
|
4721
4828
|
};
|
|
4829
|
+
export declare type QuerylistPaymentGatewayArgs = {
|
|
4830
|
+
cartId?: InputMaybe<Scalars['String']>;
|
|
4831
|
+
id?: InputMaybe<StringFilterInput>;
|
|
4832
|
+
includeDeleted?: InputMaybe<Scalars['Boolean']>;
|
|
4833
|
+
locale?: InputMaybe<Scalars['String']>;
|
|
4834
|
+
pagination?: InputMaybe<PaginationInput>;
|
|
4835
|
+
transactionAmount?: InputMaybe<Scalars['Float']>;
|
|
4836
|
+
};
|
|
4722
4837
|
export declare type QuerylistPriceListArgs = {
|
|
4723
4838
|
id?: InputMaybe<StringFilterInput>;
|
|
4724
4839
|
};
|
|
@@ -4804,6 +4919,13 @@ export declare type QuerylistStorefrontArgs = {
|
|
|
4804
4919
|
export declare type QuerylistStorefrontJSScriptArgs = {
|
|
4805
4920
|
storefrontId?: InputMaybe<Scalars['String']>;
|
|
4806
4921
|
};
|
|
4922
|
+
export declare type QuerylistStorefrontPolicyArgs = {
|
|
4923
|
+
id?: InputMaybe<StringFilterInput>;
|
|
4924
|
+
includeDeleted?: InputMaybe<Scalars['Boolean']>;
|
|
4925
|
+
language?: InputMaybe<StringFilterInput>;
|
|
4926
|
+
name?: InputMaybe<StringFilterInput>;
|
|
4927
|
+
updatedAt?: InputMaybe<DateFilterInput>;
|
|
4928
|
+
};
|
|
4807
4929
|
export declare type QuerylistTaxSettingsArgs = {
|
|
4808
4930
|
countryId?: InputMaybe<StringFilterInput>;
|
|
4809
4931
|
id?: InputMaybe<StringFilterInput>;
|
|
@@ -5115,6 +5237,7 @@ export declare type SearchProductCampaignMinMaxRangeField = {
|
|
|
5115
5237
|
export declare type SearchProductCampaignOffer = {
|
|
5116
5238
|
__typename?: 'SearchProductCampaignOffer';
|
|
5117
5239
|
availableSalesChannelIds?: Maybe<Array<Scalars['String']>>;
|
|
5240
|
+
currencyCodes?: Maybe<Array<Scalars['String']>>;
|
|
5118
5241
|
id: Scalars['String'];
|
|
5119
5242
|
};
|
|
5120
5243
|
export declare type SearchProductCampaignPrice = {
|
|
@@ -5545,6 +5668,52 @@ export declare type StorefrontJSScriptInput = {
|
|
|
5545
5668
|
scriptContent: Scalars['String'];
|
|
5546
5669
|
storefrontId: Scalars['String'];
|
|
5547
5670
|
};
|
|
5671
|
+
export declare type StorefrontPolicy = {
|
|
5672
|
+
__typename?: 'StorefrontPolicy';
|
|
5673
|
+
createdAt?: Maybe<Scalars['Timestamp']>;
|
|
5674
|
+
currentVersionId: Scalars['String'];
|
|
5675
|
+
deleted: Scalars['Boolean'];
|
|
5676
|
+
id: Scalars['ID'];
|
|
5677
|
+
locale: Scalars['String'];
|
|
5678
|
+
name: Scalars['String'];
|
|
5679
|
+
sendEmail: Scalars['Boolean'];
|
|
5680
|
+
slug: Scalars['String'];
|
|
5681
|
+
storefrontId: Scalars['String'];
|
|
5682
|
+
storefrontRoutings: Array<StorefrontPolicyRouting>;
|
|
5683
|
+
type: StorefrontPolicyTypeEnum;
|
|
5684
|
+
updatedAt?: Maybe<Scalars['Timestamp']>;
|
|
5685
|
+
};
|
|
5686
|
+
export declare type StorefrontPolicyInput = {
|
|
5687
|
+
content: Scalars['String'];
|
|
5688
|
+
createdAt?: InputMaybe<Scalars['Timestamp']>;
|
|
5689
|
+
deleted?: InputMaybe<Scalars['Boolean']>;
|
|
5690
|
+
id?: InputMaybe<Scalars['ID']>;
|
|
5691
|
+
locale: Scalars['String'];
|
|
5692
|
+
name: Scalars['String'];
|
|
5693
|
+
sendEmail: Scalars['Boolean'];
|
|
5694
|
+
slug: Scalars['String'];
|
|
5695
|
+
storefrontId: Scalars['String'];
|
|
5696
|
+
storefrontRoutings: Array<StorefrontPolicyRoutingInput>;
|
|
5697
|
+
type: StorefrontPolicyTypeEnum;
|
|
5698
|
+
updatedAt?: InputMaybe<Scalars['Timestamp']>;
|
|
5699
|
+
};
|
|
5700
|
+
export declare type StorefrontPolicyRouting = {
|
|
5701
|
+
__typename?: 'StorefrontPolicyRouting';
|
|
5702
|
+
storefrontId: Scalars['String'];
|
|
5703
|
+
storefrontRoutingId: Scalars['String'];
|
|
5704
|
+
};
|
|
5705
|
+
export declare type StorefrontPolicyRoutingInput = {
|
|
5706
|
+
storefrontId: Scalars['String'];
|
|
5707
|
+
storefrontRoutingId: Scalars['String'];
|
|
5708
|
+
};
|
|
5709
|
+
export declare enum StorefrontPolicyTypeEnum {
|
|
5710
|
+
IMPRINT = "IMPRINT",
|
|
5711
|
+
OTHER = "OTHER",
|
|
5712
|
+
PRIVACY_POLICY = "PRIVACY_POLICY",
|
|
5713
|
+
RETURN_POLICY = "RETURN_POLICY",
|
|
5714
|
+
SHIPPING_POLICY = "SHIPPING_POLICY",
|
|
5715
|
+
TERMS_OF_SERVICE = "TERMS_OF_SERVICE"
|
|
5716
|
+
}
|
|
5548
5717
|
export declare type StringFilterInput = {
|
|
5549
5718
|
/** `equal`. The filter used for equality. */
|
|
5550
5719
|
eq?: InputMaybe<Scalars['String']>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.OrderAmountTypeEnum = exports.OrderAdjustmentEnum = exports.MerchantSubscriptionStatusEnum = exports.MerchantSettingsAddressTypeEnum = exports.MerchantRegionEnum = exports.MerchantAppPaymentTypeEnum = exports.MerchantAppPaymentStatusEnum = exports.LocalDeliverySettingsDeliveryTimeType = exports.LocalDeliverySettingsDayTypes = exports.InvoiceTypeEnum = exports.ImportTypeEnum = exports.ImportStatusEnum = exports.HTMLMetaDataTargetTypeEnum = exports.CustomerRegistrationSourceEnum = exports.CustomerPriceListRuleValueTypeEnum = exports.CustomerPriceListRuleFilterTypeEnum = exports.CustomerGenderTypeEnum = exports.CustomerEmailSubscriptionStatusesEnum = exports.CustomerB2BStatusEnum = exports.CustomerAttributeTypeEnum = exports.CustomerAttributeRegisterPageRequirementEnum = exports.CustomerAttributePermissionEnum = exports.CustomerAccountStatusEnum = exports.CurrencyFormatSymbolPosition = exports.CheckoutStatusEnum = exports.CheckoutRecoveryStatusEnum = exports.CheckoutRecoveryEmailStatusEnum = exports.CategoryProductsOrderTypeEnum = exports.CategoryConditionTypeEnum = exports.CategoryConditionMethodEnum = exports.CartV2StatusEnum = exports.CartStatusEnum = exports.CartCreatedByEnum = exports.CartCampaignOfferStatus = exports.CampaignTypeEnum = exports.CampaignOfferTypeEnum = exports.CampaignOfferTriggerFilterTypeEnum = exports.CampaignOfferTargetPageTypeEnum = exports.CampaignOfferProductShowCriteriaEnum = exports.CampaignOfferProductApplicablePriceEnum = exports.CampaignOfferFollowUpActionTypeEnum = exports.CampaignGetYDiscountTypeEnum = exports.CampaignFilterTypeEnum = exports.CampaignCreatedForEnum = exports.CampaignApplicablePriceEnum = exports.BranchSettingsRequirementEnum = exports.BranchSettingsGridLayoutEnum = exports.BranchFavoriteTypeEnum = exports.AppScopeEnum = exports.AbandonedCartSettingsNotificationTypeEnum = void 0;
|
|
4
|
-
exports.VendorStatusEnum = exports.VariantSelectionTypeEnum = exports.UserAgentDeviceType = exports.TransactionTypeEnum = exports.TransactionStatusEnum = exports.TransactionCardTypeEnum = exports.TransactionCardAssociationEnum = exports.SubscriptionPriceCurrencyEnum = exports.SubscriptionPeriodEnum = exports.SubscriptionCodeEnum = exports.StorefrontJSScriptContentTypeEnum = exports.StockLocationTypeEnum = exports.StockLocationDeliveryTimeEnum = exports.SourceTypeEnum = exports.ShippingZoneRateConditionType = exports.ShippingSettingsType = exports.SalesChannelTypeEnum = exports.SalesChannelStatusEnum = exports.SFAnalyticsTrafficSourceEnum = exports.ProductVolumeDiscountScopeEnum = exports.ProductUnitTypeEnum = exports.ProductTypeEnum = exports.ProductOptionTypeEnum = exports.ProductOptionSelectTypeEnum = exports.ProductOptionPriceTypeEnum = exports.ProductAttributeTypeEnum = exports.PriceListTypeEnum = exports.PriceListRulesOperationTypeEnum = exports.PriceListRulesAmountTypeEnum = exports.PriceListCurrencyRateTypeEnum = exports.PaymentMethodTypeEnum = exports.OrderStatusEnum = exports.OrderShippingMethodEnum = exports.OrderPaymentStatusEnum = exports.OrderPackageStatusEnum = exports.OrderPackageFulfillStatusEnum = exports.OrderLineItemStatusEnum = exports.OrderCancelledReasonEnum = void 0;
|
|
4
|
+
exports.VendorStatusEnum = exports.VariantSelectionTypeEnum = exports.UserAgentDeviceType = exports.TransactionTypeEnum = exports.TransactionStatusEnum = exports.TransactionCardTypeEnum = exports.TransactionCardAssociationEnum = exports.SubscriptionPriceCurrencyEnum = exports.SubscriptionPeriodEnum = exports.SubscriptionCodeEnum = exports.StorefrontPolicyTypeEnum = exports.StorefrontJSScriptContentTypeEnum = exports.StockLocationTypeEnum = exports.StockLocationDeliveryTimeEnum = exports.SourceTypeEnum = exports.ShippingZoneRateConditionType = exports.ShippingSettingsType = exports.SalesChannelTypeEnum = exports.SalesChannelStatusEnum = exports.SFAnalyticsTrafficSourceEnum = exports.ProductVolumeDiscountScopeEnum = exports.ProductUnitTypeEnum = exports.ProductTypeEnum = exports.ProductOptionTypeEnum = exports.ProductOptionSelectTypeEnum = exports.ProductOptionPriceTypeEnum = exports.ProductAttributeTypeEnum = exports.PriceListTypeEnum = exports.PriceListRulesOperationTypeEnum = exports.PriceListRulesAmountTypeEnum = exports.PriceListCurrencyRateTypeEnum = exports.PaymentMethodTypeEnum = exports.PaymentGatewayTypeEnum = exports.PaymentGatewayTransactionFeeTypeEnum = exports.PaymentGatewaySettingsTypeEnum = exports.PaymentGatewayAdditionalPriceTypeEnum = exports.OrderStatusEnum = exports.OrderShippingMethodEnum = exports.OrderPaymentStatusEnum = exports.OrderPackageStatusEnum = exports.OrderPackageFulfillStatusEnum = exports.OrderLineItemStatusEnum = exports.OrderCancelledReasonEnum = void 0;
|
|
5
5
|
var AbandonedCartSettingsNotificationTypeEnum;
|
|
6
6
|
(function (AbandonedCartSettingsNotificationTypeEnum) {
|
|
7
7
|
AbandonedCartSettingsNotificationTypeEnum["EMAIL"] = "EMAIL";
|
|
@@ -464,6 +464,29 @@ var OrderStatusEnum;
|
|
|
464
464
|
OrderStatusEnum["REFUND_REQUESTED"] = "REFUND_REQUESTED";
|
|
465
465
|
OrderStatusEnum["WAITING_UPSELL_ACTION"] = "WAITING_UPSELL_ACTION";
|
|
466
466
|
})(OrderStatusEnum = exports.OrderStatusEnum || (exports.OrderStatusEnum = {}));
|
|
467
|
+
var PaymentGatewayAdditionalPriceTypeEnum;
|
|
468
|
+
(function (PaymentGatewayAdditionalPriceTypeEnum) {
|
|
469
|
+
PaymentGatewayAdditionalPriceTypeEnum["DECREMENT"] = "DECREMENT";
|
|
470
|
+
PaymentGatewayAdditionalPriceTypeEnum["INCREMENT"] = "INCREMENT";
|
|
471
|
+
})(PaymentGatewayAdditionalPriceTypeEnum = exports.PaymentGatewayAdditionalPriceTypeEnum || (exports.PaymentGatewayAdditionalPriceTypeEnum = {}));
|
|
472
|
+
var PaymentGatewaySettingsTypeEnum;
|
|
473
|
+
(function (PaymentGatewaySettingsTypeEnum) {
|
|
474
|
+
PaymentGatewaySettingsTypeEnum["BOOLEAN"] = "BOOLEAN";
|
|
475
|
+
PaymentGatewaySettingsTypeEnum["NUMBER"] = "NUMBER";
|
|
476
|
+
PaymentGatewaySettingsTypeEnum["PASSWORD"] = "PASSWORD";
|
|
477
|
+
PaymentGatewaySettingsTypeEnum["TEXT"] = "TEXT";
|
|
478
|
+
})(PaymentGatewaySettingsTypeEnum = exports.PaymentGatewaySettingsTypeEnum || (exports.PaymentGatewaySettingsTypeEnum = {}));
|
|
479
|
+
var PaymentGatewayTransactionFeeTypeEnum;
|
|
480
|
+
(function (PaymentGatewayTransactionFeeTypeEnum) {
|
|
481
|
+
PaymentGatewayTransactionFeeTypeEnum["AMOUNT"] = "AMOUNT";
|
|
482
|
+
PaymentGatewayTransactionFeeTypeEnum["RATIO"] = "RATIO";
|
|
483
|
+
})(PaymentGatewayTransactionFeeTypeEnum = exports.PaymentGatewayTransactionFeeTypeEnum || (exports.PaymentGatewayTransactionFeeTypeEnum = {}));
|
|
484
|
+
var PaymentGatewayTypeEnum;
|
|
485
|
+
(function (PaymentGatewayTypeEnum) {
|
|
486
|
+
PaymentGatewayTypeEnum["EXTERNAL"] = "EXTERNAL";
|
|
487
|
+
PaymentGatewayTypeEnum["INTERNAL"] = "INTERNAL";
|
|
488
|
+
PaymentGatewayTypeEnum["THIRD_PARTY"] = "THIRD_PARTY";
|
|
489
|
+
})(PaymentGatewayTypeEnum = exports.PaymentGatewayTypeEnum || (exports.PaymentGatewayTypeEnum = {}));
|
|
467
490
|
var PaymentMethodTypeEnum;
|
|
468
491
|
(function (PaymentMethodTypeEnum) {
|
|
469
492
|
PaymentMethodTypeEnum["APP_PAYMENT"] = "APP_PAYMENT";
|
|
@@ -655,6 +678,15 @@ var StorefrontJSScriptContentTypeEnum;
|
|
|
655
678
|
StorefrontJSScriptContentTypeEnum["FILE"] = "FILE";
|
|
656
679
|
StorefrontJSScriptContentTypeEnum["SCRIPT"] = "SCRIPT";
|
|
657
680
|
})(StorefrontJSScriptContentTypeEnum = exports.StorefrontJSScriptContentTypeEnum || (exports.StorefrontJSScriptContentTypeEnum = {}));
|
|
681
|
+
var StorefrontPolicyTypeEnum;
|
|
682
|
+
(function (StorefrontPolicyTypeEnum) {
|
|
683
|
+
StorefrontPolicyTypeEnum["IMPRINT"] = "IMPRINT";
|
|
684
|
+
StorefrontPolicyTypeEnum["OTHER"] = "OTHER";
|
|
685
|
+
StorefrontPolicyTypeEnum["PRIVACY_POLICY"] = "PRIVACY_POLICY";
|
|
686
|
+
StorefrontPolicyTypeEnum["RETURN_POLICY"] = "RETURN_POLICY";
|
|
687
|
+
StorefrontPolicyTypeEnum["SHIPPING_POLICY"] = "SHIPPING_POLICY";
|
|
688
|
+
StorefrontPolicyTypeEnum["TERMS_OF_SERVICE"] = "TERMS_OF_SERVICE";
|
|
689
|
+
})(StorefrontPolicyTypeEnum = exports.StorefrontPolicyTypeEnum || (exports.StorefrontPolicyTypeEnum = {}));
|
|
658
690
|
var SubscriptionCodeEnum;
|
|
659
691
|
(function (SubscriptionCodeEnum) {
|
|
660
692
|
SubscriptionCodeEnum["CUSTOM"] = "CUSTOM";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/api/admin/generated/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/api/admin/generated/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ikasAdminGraphQLAPIClient } from '../admin-client';
|
|
2
|
-
import { Mutation, MutationaddCustomTimelineEntryArgs, MutationaddOrderInvoiceArgs, MutationaddOrderTagArgs, MutationapprovePendingOrderTransactionsArgs, MutationbulkUpdateProductsArgs, MutationcampaignAddCouponsArgs, MutationcancelFulfillmentArgs, MutationcancelOrderLineArgs, MutationcreateMerchantAppPaymentArgs, MutationcreateMerchantAppPaymentWithSubscriptionArgs, MutationcreateOrderWithTransactionsArgs, MutationdeleteCampaignListArgs, MutationdeleteCategoryListArgs, MutationdeleteCouponListArgs, MutationdeleteGlobalTaxSettingsListArgs, MutationdeleteOrderTagListArgs, MutationdeleteProductAttributeListArgs, MutationdeleteProductBrandListArgs, MutationdeleteProductListArgs, MutationdeleteProductOrderListArgs, MutationdeleteProductTagListArgs, MutationdeleteProductUnitListArgs, MutationdeleteProductVolumeDiscountListArgs, MutationdeleteStorefrontJSScriptArgs, MutationdeleteTaxSettingsListArgs, MutationdeleteVariantTypeListArgs, MutationdeleteVendorListArgs, MutationdeleteWebhookArgs, MutationfulfillOrderArgs, MutationgetAppDemoDayArgs, MutationgetOrderInvoicePdfUrlArgs, MutationrefundOrderLineArgs, MutationremoveOrderTagArgs, MutationsaveCampaignArgs, MutationsaveCategoryArgs, MutationsaveGlobalTaxSettingsArgs, MutationsaveOrderTagArgs, MutationsaveProductArgs, MutationsaveProductAttributeArgs, MutationsaveProductBrandArgs, MutationsaveProductOrderArgs, MutationsaveProductStockLocationsArgs, MutationsaveProductTagArgs, MutationsaveProductUnitArgs, MutationsaveProductVolumeDiscountArgs, MutationsaveSalesChannelArgs, MutationsaveStorefrontJSScriptArgs, MutationsaveTaxSettingsArgs, MutationsaveVariantPricesArgs, MutationsaveVariantTypeArgs, MutationsaveVendorArgs, MutationsaveWebhookArgs, MutationupdateCustomerB2BStatusArgs, MutationupdateOrderAddressesArgs, MutationupdateOrderLineArgs, MutationupdateOrderPackageStatusArgs, MutationupdateProductSalesChannelStatusArgs, MutationupdateSubscriptionStatusArgs } from './';
|
|
2
|
+
import { Mutation, MutationaddCustomTimelineEntryArgs, MutationaddOrderInvoiceArgs, MutationaddOrderTagArgs, MutationapprovePendingOrderTransactionsArgs, MutationbulkUpdateProductsArgs, MutationcampaignAddCouponsArgs, MutationcancelFulfillmentArgs, MutationcancelOrderLineArgs, MutationcreateMerchantAppPaymentArgs, MutationcreateMerchantAppPaymentWithSubscriptionArgs, MutationcreateOrderWithTransactionsArgs, MutationdeleteCampaignListArgs, MutationdeleteCategoryListArgs, MutationdeleteCouponListArgs, MutationdeleteGlobalTaxSettingsListArgs, MutationdeleteOrderTagListArgs, MutationdeleteProductAttributeListArgs, MutationdeleteProductBrandListArgs, MutationdeleteProductListArgs, MutationdeleteProductOrderListArgs, MutationdeleteProductTagListArgs, MutationdeleteProductUnitListArgs, MutationdeleteProductVolumeDiscountListArgs, MutationdeleteStorefrontJSScriptArgs, MutationdeleteStorefrontPolicyListArgs, MutationdeleteTaxSettingsListArgs, MutationdeleteVariantTypeListArgs, MutationdeleteVendorListArgs, MutationdeleteWebhookArgs, MutationfulfillOrderArgs, MutationgetAppDemoDayArgs, MutationgetOrderInvoicePdfUrlArgs, MutationrefundOrderLineArgs, MutationremoveOrderTagArgs, MutationsaveCampaignArgs, MutationsaveCategoryArgs, MutationsaveGlobalTaxSettingsArgs, MutationsaveOrderTagArgs, MutationsaveProductArgs, MutationsaveProductAttributeArgs, MutationsaveProductBrandArgs, MutationsaveProductOrderArgs, MutationsaveProductStockLocationsArgs, MutationsaveProductTagArgs, MutationsaveProductUnitArgs, MutationsaveProductVolumeDiscountArgs, MutationsaveSalesChannelArgs, MutationsaveStorefrontJSScriptArgs, MutationsaveStorefrontPolicyArgs, MutationsaveTaxSettingsArgs, MutationsaveVariantPricesArgs, MutationsaveVariantTypeArgs, MutationsaveVendorArgs, MutationsaveWebhookArgs, MutationupdateCustomerB2BStatusArgs, MutationupdateOrderAddressesArgs, MutationupdateOrderLineArgs, MutationupdateOrderPackageStatusArgs, MutationupdateProductSalesChannelStatusArgs, MutationupdateSubscriptionStatusArgs } from './';
|
|
3
3
|
import { APIResult, MutationOptions } from '../../base';
|
|
4
4
|
declare type Mutations = {
|
|
5
5
|
[p in keyof Omit<Mutation, '__typename'>]: (options: MutationOptions<any>) => Promise<APIResult<Partial<Mutation[p]>>>;
|
|
@@ -31,6 +31,7 @@ export declare class AdminMutation implements Mutations {
|
|
|
31
31
|
deleteProductUnitList(options: MutationOptions<MutationdeleteProductUnitListArgs>): Promise<APIResult<Partial<Mutation['deleteProductUnitList']>>>;
|
|
32
32
|
deleteProductVolumeDiscountList(options: MutationOptions<MutationdeleteProductVolumeDiscountListArgs>): Promise<APIResult<Partial<Mutation['deleteProductVolumeDiscountList']>>>;
|
|
33
33
|
deleteStorefrontJSScript(options: MutationOptions<MutationdeleteStorefrontJSScriptArgs>): Promise<APIResult<Partial<Mutation['deleteStorefrontJSScript']>>>;
|
|
34
|
+
deleteStorefrontPolicyList(options: MutationOptions<MutationdeleteStorefrontPolicyListArgs>): Promise<APIResult<Partial<Mutation['deleteStorefrontPolicyList']>>>;
|
|
34
35
|
deleteTaxSettingsList(options: MutationOptions<MutationdeleteTaxSettingsListArgs>): Promise<APIResult<Partial<Mutation['deleteTaxSettingsList']>>>;
|
|
35
36
|
deleteVariantTypeList(options: MutationOptions<MutationdeleteVariantTypeListArgs>): Promise<APIResult<Partial<Mutation['deleteVariantTypeList']>>>;
|
|
36
37
|
deleteVendorList(options: MutationOptions<MutationdeleteVendorListArgs>): Promise<APIResult<Partial<Mutation['deleteVendorList']>>>;
|
|
@@ -54,6 +55,7 @@ export declare class AdminMutation implements Mutations {
|
|
|
54
55
|
saveProductVolumeDiscount(options: MutationOptions<MutationsaveProductVolumeDiscountArgs>): Promise<APIResult<Partial<Mutation['saveProductVolumeDiscount']>>>;
|
|
55
56
|
saveSalesChannel(options: MutationOptions<MutationsaveSalesChannelArgs>): Promise<APIResult<Partial<Mutation['saveSalesChannel']>>>;
|
|
56
57
|
saveStorefrontJSScript(options: MutationOptions<MutationsaveStorefrontJSScriptArgs>): Promise<APIResult<Partial<Mutation['saveStorefrontJSScript']>>>;
|
|
58
|
+
saveStorefrontPolicy(options: MutationOptions<MutationsaveStorefrontPolicyArgs>): Promise<APIResult<Partial<Mutation['saveStorefrontPolicy']>>>;
|
|
57
59
|
saveTaxSettings(options: MutationOptions<MutationsaveTaxSettingsArgs>): Promise<APIResult<Partial<Mutation['saveTaxSettings']>>>;
|
|
58
60
|
saveVariantPrices(options: MutationOptions<MutationsaveVariantPricesArgs>): Promise<APIResult<Partial<Mutation['saveVariantPrices']>>>;
|
|
59
61
|
saveVariantType(options: MutationOptions<MutationsaveVariantTypeArgs>): Promise<APIResult<Partial<Mutation['saveVariantType']>>>;
|
|
@@ -220,6 +220,13 @@ var AdminMutation = /** @class */ (function () {
|
|
|
220
220
|
});
|
|
221
221
|
});
|
|
222
222
|
};
|
|
223
|
+
AdminMutation.prototype.deleteStorefrontPolicyList = function (options) {
|
|
224
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
225
|
+
return __generator(this, function (_a) {
|
|
226
|
+
return [2 /*return*/, this.client.mutate(__assign(__assign({}, options), { operationName: 'deleteStorefrontPolicyList' }))];
|
|
227
|
+
});
|
|
228
|
+
});
|
|
229
|
+
};
|
|
223
230
|
AdminMutation.prototype.deleteTaxSettingsList = function (options) {
|
|
224
231
|
return __awaiter(this, void 0, void 0, function () {
|
|
225
232
|
return __generator(this, function (_a) {
|
|
@@ -381,6 +388,13 @@ var AdminMutation = /** @class */ (function () {
|
|
|
381
388
|
});
|
|
382
389
|
});
|
|
383
390
|
};
|
|
391
|
+
AdminMutation.prototype.saveStorefrontPolicy = function (options) {
|
|
392
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
393
|
+
return __generator(this, function (_a) {
|
|
394
|
+
return [2 /*return*/, this.client.mutate(__assign(__assign({}, options), { operationName: 'saveStorefrontPolicy' }))];
|
|
395
|
+
});
|
|
396
|
+
});
|
|
397
|
+
};
|
|
384
398
|
AdminMutation.prototype.saveTaxSettings = function (options) {
|
|
385
399
|
return __awaiter(this, void 0, void 0, function () {
|
|
386
400
|
return __generator(this, function (_a) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mutation.js","sourceRoot":"","sources":["../../../../src/api/admin/generated/mutation.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"mutation.js","sourceRoot":"","sources":["../../../../src/api/admin/generated/mutation.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ikasAdminGraphQLAPIClient } from '../admin-client';
|
|
2
|
-
import { Query, QuerygetImageUploadUrlArgs, QuerygetImportJobDataArgs, QuerygetVideoUploadUrlArgs, QuerylistAbandonedCheckoutsArgs, QuerylistBranchArgs, QuerylistCampaignArgs, QuerylistCargoCompanyArgs, QuerylistCategoryArgs, QuerylistCityArgs, QuerylistCountryArgs, QuerylistCouponArgs, QuerylistCustomerArgs, QuerylistCustomerAttributeArgs, QuerylistDistrictArgs, QuerylistGlobalTaxSettingsArgs, QuerylistLanguageArgs, QuerylistMerchantAppPaymentArgs, QuerylistMerchantSettingsArgs, QuerylistOrderArgs, QuerylistOrderTagArgs, QuerylistOrderTransactionsArgs, QuerylistPriceListArgs, QuerylistProductArgs, QuerylistProductAttributeArgs, QuerylistProductBrandArgs, QuerylistProductOptionSetArgs, QuerylistProductOrderArgs, QuerylistProductStockLocationArgs, QuerylistProductTagArgs, QuerylistProductUnitArgs, QuerylistProductVolumeDiscountArgs, QuerylistSalesChannelArgs, QuerylistStateArgs, QuerylistStockLocationArgs, QuerylistStorefrontArgs, QuerylistStorefrontJSScriptArgs, QuerylistTaxSettingsArgs, QuerylistTerminalArgs, QuerylistTownArgs, QuerylistVariantTypeArgs, QuerylistVendorArgs, QuerysearchProductsArgs } from './';
|
|
2
|
+
import { Query, QuerygetImageUploadUrlArgs, QuerygetImportJobDataArgs, QuerygetVideoUploadUrlArgs, QuerylistAbandonedCheckoutsArgs, QuerylistBranchArgs, QuerylistCampaignArgs, QuerylistCargoCompanyArgs, QuerylistCategoryArgs, QuerylistCityArgs, QuerylistCountryArgs, QuerylistCouponArgs, QuerylistCustomerArgs, QuerylistCustomerAttributeArgs, QuerylistDistrictArgs, QuerylistGlobalTaxSettingsArgs, QuerylistLanguageArgs, QuerylistMerchantAppPaymentArgs, QuerylistMerchantSettingsArgs, QuerylistOrderArgs, QuerylistOrderTagArgs, QuerylistOrderTransactionsArgs, QuerylistPaymentGatewayArgs, QuerylistPriceListArgs, QuerylistProductArgs, QuerylistProductAttributeArgs, QuerylistProductBrandArgs, QuerylistProductOptionSetArgs, QuerylistProductOrderArgs, QuerylistProductStockLocationArgs, QuerylistProductTagArgs, QuerylistProductUnitArgs, QuerylistProductVolumeDiscountArgs, QuerylistSalesChannelArgs, QuerylistStateArgs, QuerylistStockLocationArgs, QuerylistStorefrontArgs, QuerylistStorefrontJSScriptArgs, QuerylistStorefrontPolicyArgs, QuerylistTaxSettingsArgs, QuerylistTerminalArgs, QuerylistTownArgs, QuerylistVariantTypeArgs, QuerylistVendorArgs, QuerysearchProductsArgs } from './';
|
|
3
3
|
import { APIResult, QueryOptions } from '../../base';
|
|
4
4
|
declare type Queries = {
|
|
5
5
|
[p in keyof Omit<Query, '__typename'>]: (options: QueryOptions<any>) => Promise<APIResult<Partial<Query[p]>>>;
|
|
@@ -36,6 +36,7 @@ export declare class AdminQuery implements Queries {
|
|
|
36
36
|
listOrder(options: QueryOptions<QuerylistOrderArgs>): Promise<APIResult<Partial<Query['listOrder']>>>;
|
|
37
37
|
listOrderTag(options: QueryOptions<QuerylistOrderTagArgs>): Promise<APIResult<Partial<Query['listOrderTag']>>>;
|
|
38
38
|
listOrderTransactions(options: QueryOptions<QuerylistOrderTransactionsArgs>): Promise<APIResult<Partial<Query['listOrderTransactions']>>>;
|
|
39
|
+
listPaymentGateway(options: QueryOptions<QuerylistPaymentGatewayArgs>): Promise<APIResult<Partial<Query['listPaymentGateway']>>>;
|
|
39
40
|
listPriceList(options: QueryOptions<QuerylistPriceListArgs>): Promise<APIResult<Partial<Query['listPriceList']>>>;
|
|
40
41
|
listProduct(options: QueryOptions<QuerylistProductArgs>): Promise<APIResult<Partial<Query['listProduct']>>>;
|
|
41
42
|
listProductAttribute(options: QueryOptions<QuerylistProductAttributeArgs>): Promise<APIResult<Partial<Query['listProductAttribute']>>>;
|
|
@@ -52,6 +53,7 @@ export declare class AdminQuery implements Queries {
|
|
|
52
53
|
listStockLocation(options: QueryOptions<QuerylistStockLocationArgs>): Promise<APIResult<Partial<Query['listStockLocation']>>>;
|
|
53
54
|
listStorefront(options: QueryOptions<QuerylistStorefrontArgs>): Promise<APIResult<Partial<Query['listStorefront']>>>;
|
|
54
55
|
listStorefrontJSScript(options: QueryOptions<QuerylistStorefrontJSScriptArgs>): Promise<APIResult<Partial<Query['listStorefrontJSScript']>>>;
|
|
56
|
+
listStorefrontPolicy(options: QueryOptions<QuerylistStorefrontPolicyArgs>): Promise<APIResult<Partial<Query['listStorefrontPolicy']>>>;
|
|
55
57
|
listTaxSettings(options: QueryOptions<QuerylistTaxSettingsArgs>): Promise<APIResult<Partial<Query['listTaxSettings']>>>;
|
|
56
58
|
listTerminal(options: QueryOptions<QuerylistTerminalArgs>): Promise<APIResult<Partial<Query['listTerminal']>>>;
|
|
57
59
|
listTown(options: QueryOptions<QuerylistTownArgs>): Promise<APIResult<Partial<Query['listTown']>>>;
|
|
@@ -255,6 +255,13 @@ var AdminQuery = /** @class */ (function () {
|
|
|
255
255
|
});
|
|
256
256
|
});
|
|
257
257
|
};
|
|
258
|
+
AdminQuery.prototype.listPaymentGateway = function (options) {
|
|
259
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
260
|
+
return __generator(this, function (_a) {
|
|
261
|
+
return [2 /*return*/, this.client.query(__assign(__assign({}, options), { operationName: 'listPaymentGateway' }))];
|
|
262
|
+
});
|
|
263
|
+
});
|
|
264
|
+
};
|
|
258
265
|
AdminQuery.prototype.listPriceList = function (options) {
|
|
259
266
|
return __awaiter(this, void 0, void 0, function () {
|
|
260
267
|
return __generator(this, function (_a) {
|
|
@@ -367,6 +374,13 @@ var AdminQuery = /** @class */ (function () {
|
|
|
367
374
|
});
|
|
368
375
|
});
|
|
369
376
|
};
|
|
377
|
+
AdminQuery.prototype.listStorefrontPolicy = function (options) {
|
|
378
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
379
|
+
return __generator(this, function (_a) {
|
|
380
|
+
return [2 /*return*/, this.client.query(__assign(__assign({}, options), { operationName: 'listStorefrontPolicy' }))];
|
|
381
|
+
});
|
|
382
|
+
});
|
|
383
|
+
};
|
|
370
384
|
AdminQuery.prototype.listTaxSettings = function (options) {
|
|
371
385
|
return __awaiter(this, void 0, void 0, function () {
|
|
372
386
|
return __generator(this, function (_a) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"query.js","sourceRoot":"","sources":["../../../../src/api/admin/generated/query.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"query.js","sourceRoot":"","sources":["../../../../src/api/admin/generated/query.ts"],"names":[],"mappings":"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"}
|