@ikas/api-client 1.0.22 → 1.0.25

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.
@@ -12,7 +12,9 @@ export declare const QueryDefaultGQLs: {
12
12
  listCategory: string;
13
13
  listCity: string;
14
14
  listCountry: string;
15
+ listCoupon: string;
15
16
  listCustomer: string;
17
+ listCustomerAttribute: string;
16
18
  listDistrict: string;
17
19
  listLanguage: string;
18
20
  listMerchantAppPayment: string;
@@ -56,6 +58,7 @@ export declare const MutationDefaultGQLs: {
56
58
  createOrderWithTransactions: string;
57
59
  deleteCampaignList: string;
58
60
  deleteCategoryList: string;
61
+ deleteCouponList: string;
59
62
  deleteOrderTagList: string;
60
63
  deleteProductAttributeList: string;
61
64
  deleteProductBrandList: string;
@@ -11,19 +11,21 @@ exports.QueryDefaultGQLs = {
11
11
  "getSalesChannel": "query getSalesChannel{ getSalesChannel { createdAt deleted id name paymentGateways { id order } priceListId stockLocations { id order } type updatedAt } }",
12
12
  "getVideoUploadUrl": "query getVideoUploadUrl($videoId: String!){ getVideoUploadUrl(videoId: $videoId) { fields url } }",
13
13
  "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 } }",
14
- "listCampaign": "query listCampaign($id: StringFilterInput, $includeDeleted: Boolean, $pagination: PaginationInput, $search: String, $updatedAt: DateFilterInput){ listCampaign(id: $id, includeDeleted: $includeDeleted, pagination: $pagination, search: $search, updatedAt: $updatedAt) { count data { applicableCustomerGroupIds applicableCustomerIds applicablePrice buyXThenGetY { buyX { amount applyByQuantity filter { idList type } } getY { amount automaticallyAddItemToCart discountRatio filter { idList type } } maxUsagePerOrder } canCombineWithOtherCampaigns createdAt createdFor currencyCodes dateRange { end start } deleted fixedDiscount { amount filters { idList type } lineItemQuantityRange { max min } priceRange { max min } } hasCoupon id includeDiscountedProducts onlyUseCustomer salesChannelIds title type updatedAt usageCount usageLimit usageLimitPerCustomer } hasNext limit page } }",
14
+ "listCampaign": "query listCampaign($id: StringFilterInput, $includeDeleted: Boolean, $pagination: PaginationInput, $search: String, $updatedAt: DateFilterInput){ listCampaign(id: $id, includeDeleted: $includeDeleted, pagination: $pagination, search: $search, updatedAt: $updatedAt) { count data { applicableCustomerGroupIds applicableCustomerIds applicablePrice buyXThenGetY { buyX { amount applyByQuantity filter { idList type } } getY { amount automaticallyAddItemToCart discountRatio filter { idList type } } maxUsagePerOrder } canCombineWithOtherCampaigns createdAt createdFor currencyCodes dateRange { end start } deleted fixedDiscount { amount filters { idList type } lineItemQuantityRange { max min } priceRange { max min } } hasCoupon id includeDiscountedProducts isFreeShipping onlyUseCustomer salesChannelIds title type updatedAt usageCount usageLimit usageLimitPerCustomer } hasNext limit page } }",
15
15
  "listCategory": "query listCategory($categoryPath: CategoryPathFilterInput, $id: StringFilterInput, $name: StringFilterInput, $search: String, $updatedAt: DateFilterInput){ listCategory(categoryPath: $categoryPath, id: $id, name: $name, search: $search, updatedAt: $updatedAt) { categoryPath categoryPathItems { createdAt deleted description id imageId isAutomated metaData { canonicals createdAt deleted description disableIndex id metadataOverrides { description language pageTitle storefrontId storefrontRegionId } pageTitle redirectTo slug targetId targetType translations { description locale pageTitle } updatedAt } name translations { description locale name } updatedAt } conditions { conditionType 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 } updatedAt } name orderType parentId salesChannelIds shouldMatchAllConditions translations { description locale name } updatedAt } }",
16
16
  "listCity": "query listCity($countryId: StringFilterInput, $id: StringFilterInput, $search: String, $stateId: StringFilterInput!, $updatedAt: DateFilterInput){ listCity(countryId: $countryId, id: $id, search: $search, stateId: $stateId, updatedAt: $updatedAt) { cityCode countryId createdAt deleted id latitude longitude name order stateId updatedAt } }",
17
17
  "listCountry": "query listCountry($id: StringFilterInput, $iso2: StringFilterInput, $iso3: StringFilterInput, $search: String, $updatedAt: DateFilterInput){ listCountry(id: $id, iso2: $iso2, iso3: $iso3, search: $search, updatedAt: $updatedAt) { capital createdAt currency currencyCode currencySymbol deleted emoji emojiString id iso2 iso3 locationTranslations { de en fr tr } name native phoneCode region subregion updatedAt } }",
18
+ "listCoupon": "query listCoupon($campaignId: StringFilterInput, $id: StringFilterInput, $includeDeleted: Boolean, $pagination: PaginationInput, $search: String){ listCoupon(campaignId: $campaignId, id: $id, includeDeleted: $includeDeleted, pagination: $pagination, search: $search) { count data { campaignId canCombineWithOtherCampaigns code createdAt deleted id updatedAt usageCount usageLimit usageLimitPerCustomer } hasNext limit page } }",
18
19
  "listCustomer": "query listCustomer($email: StringFilterInput, $id: StringFilterInput, $merchantId: StringFilterInput, $pagination: PaginationInput, $phone: StringFilterInput, $search: String, $sort: String, $updatedAt: DateFilterInput){ listCustomer(email: $email, id: $id, merchantId: $merchantId, pagination: $pagination, phone: $phone, search: $search, sort: $sort, updatedAt: $updatedAt) { count data { accountStatus accountStatusUpdatedAt addresses { addressLine1 addressLine2 attributes { customerAttributeId customerAttributeOptionId value } city { code id name } company country { code id iso2 iso3 name } createdAt deleted district { code id name } firstName id identityNumber isDefault lastName phone postalCode state { code id name } taxNumber taxOffice title updatedAt } attributes { customerAttributeId customerAttributeOptionId value } createdAt customerGroupIds customerSequence deleted email emailVerifiedDate firstName fullName id isEmailVerified isPhoneVerified lastName note orderCount passwordUpdateDate phone phoneVerifiedDate preferredLanguage registrationSource subscriptionStatus subscriptionStatusUpdatedAt tagIds updatedAt } hasNext limit page } }",
20
+ "listCustomerAttribute": "query listCustomerAttribute($includeDeleted: Boolean){ listCustomerAttribute(includeDeleted: $includeDeleted) { createdAt deleted description id name options { createdAt deleted id name order updatedAt } order salesChannels { permission registerPageRequirement salesChannelId storefrontId } translations { description locale name options { id name } } type updatedAt } }",
19
21
  "listDistrict": "query listDistrict($cityId: StringFilterInput!, $countryId: StringFilterInput, $id: StringFilterInput, $search: String, $stateId: StringFilterInput, $updatedAt: DateFilterInput){ listDistrict(cityId: $cityId, countryId: $countryId, id: $id, search: $search, stateId: $stateId, updatedAt: $updatedAt) { cityId countryId createdAt deleted id latitude longitude name order stateId updatedAt } }",
20
22
  "listLanguage": "query listLanguage($id: StringFilterInput){ listLanguage(id: $id) { createdAt deleted id locale name updatedAt } }",
21
23
  "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 } }",
22
- "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 { campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId recoverEmailStatus sendAfter } availableShippingMethods { 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 deleted endDate followUpActionType id minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone } customerId customerOrderCount deleted dueDate giftPackageLines { price taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount merchantId note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order type } orderLineItems { createdAt currencyCode currencySymbol deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity reason } discountPrice finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } originalOrderLineItemId price quantity status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { deleted discountPrice discountRatio finalPrice order price quantity taxValue variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId sku slug tagIds taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId sku slug tagIds taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } orderNumber orderPackageSequence orderPackageStatus orderPackages { createdAt deleted errorMessage id note orderLineItemIds orderPackageFulfillStatus orderPackageNumber stockLocationId trackingInfo { barcode cargoCompany isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price shippingSettingsId shippingZoneRateId taxValue title } shippingMethod shippingSettingsId shippingZoneRateId staff { email firstName lastName } status stockLocation { id name } stockLocationId storefront { id name } storefrontId storefrontRouting { domain dynamicCurrencySettings { roundingFormat targetCurrencyCode } id locale path priceListId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent } hasNext limit page } }",
24
+ "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 } availableShippingMethods { 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 minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone } customerId customerOrderCount deleted dueDate giftPackageLines { price taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount merchantId note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order type } orderLineItems { createdAt currencyCode currencySymbol deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity reason } discountPrice finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } originalOrderLineItemId price quantity status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { deleted discountPrice discountRatio finalPrice order price quantity taxValue variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId 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 stockLocationId trackingInfo { barcode cargoCompany isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price shippingSettingsId shippingZoneRateId taxValue title } shippingMethod shippingSettingsId shippingZoneRateId staff { email firstName lastName } status stockLocation { id name } stockLocationId storefront { id name } storefrontId storefrontRouting { domain dynamicCurrencySettings { roundingFormat targetCurrencyCode } id locale path priceListId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent } hasNext limit page } }",
23
25
  "listOrderTag": "query listOrderTag($id: StringFilterInput, $includeDeleted: Boolean, $name: StringFilterInput, $search: String, $updatedAt: DateFilterInput){ listOrderTag(id: $id, includeDeleted: $includeDeleted, name: $name, search: $search, updatedAt: $updatedAt) { createdAt deleted id merchantId name updatedAt } }",
24
26
  "listOrderTransactions": "query listOrderTransactions($orderId: String!){ listOrderTransactions(orderId: $orderId) { amount authCode checkoutId createdAt currencyCode currencySymbol customerId deleted error { code declineCode message } id orderId paymentGatewayCode paymentGatewayId paymentGatewayName paymentMethod paymentMethodDetail { bankName binNumber cardAssociation cardFamily cardType installment { installmentCount installmentPrice originalRate rate totalPrice } lastFourDigits paymentMethodName threeDSecure } processedAt refundReason status type updatedAt } }",
25
27
  "listPriceList": "query listPriceList($id: StringFilterInput){ listPriceList(id: $id) { createdAt currency currencyCode currencySymbol deleted id name updatedAt } }",
26
- "listProduct": "query listProduct($barcodeList: StringFilterInput, $brandId: StringFilterInput, $categoryIds: CategoryFilterInput, $id: StringFilterInput, $includeDeleted: Boolean, $name: StringFilterInput, $pagination: PaginationInput, $salesChannelIds: StringFilterInput, $sku: StringFilterInput, $sort: String, $tagIds: StringFilterInput, $variantStockLocationId: StringFilterInput, $vendorId: StringFilterInput){ listProduct(barcodeList: $barcodeList, brandId: $brandId, categoryIds: $categoryIds, id: $id, includeDeleted: $includeDeleted, name: $name, pagination: $pagination, salesChannelIds: $salesChannelIds, sku: $sku, sort: $sort, tagIds: $tagIds, variantStockLocationId: $variantStockLocationId, 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 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 } updatedAt } name productOptionSetId productVariantTypes { order variantTypeId variantValueIds } salesChannelIds shortDescription tagIds tags { createdAt deleted id name updatedAt } translations { description locale name } type updatedAt variants { attributes { imageIds productAttributeId productAttributeOptionId value } barcodeList bundleSettings { maxBundleQuantity minBundleQuantity products { addToBundleBasePrice discountRatio filteredVariantIds maxQuantity minQuantity order productId quantity } } createdAt deleted hsCode id images { imageId isMain isVideo order } isActive prices { buyPrice currency currencyCode currencySymbol discountPrice priceListId sellPrice } sellIfOutOfStock sku stocks { stockCount stockLocationId } unit { amount type } updatedAt variantValueIds { variantTypeId variantValueId } weight } vendorId weight } hasNext limit page } }",
28
+ "listProduct": "query listProduct($barcodeList: StringFilterInput, $brandId: StringFilterInput, $categoryIds: CategoryFilterInput, $id: StringFilterInput, $includeDeleted: Boolean, $name: StringFilterInput, $pagination: PaginationInput, $salesChannelIds: StringFilterInput, $sku: StringFilterInput, $sort: String, $tagIds: StringFilterInput, $variantStockLocationId: StringFilterInput, $vendorId: StringFilterInput){ listProduct(barcodeList: $barcodeList, brandId: $brandId, categoryIds: $categoryIds, id: $id, includeDeleted: $includeDeleted, name: $name, pagination: $pagination, salesChannelIds: $salesChannelIds, sku: $sku, sort: $sort, tagIds: $tagIds, variantStockLocationId: $variantStockLocationId, 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 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 } updatedAt } name productOptionSetId productVariantTypes { order variantTypeId variantValueIds } salesChannelIds shortDescription tagIds tags { createdAt deleted id name updatedAt } totalStock translations { description locale name } type updatedAt variants { attributes { imageIds productAttributeId productAttributeOptionId value } barcodeList bundleSettings { maxBundleQuantity minBundleQuantity products { addToBundleBasePrice discountRatio filteredVariantIds maxQuantity minQuantity order productId quantity } } createdAt deleted hsCode id images { 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 } }",
27
29
  "listProductAttribute": "query listProductAttribute($id: StringFilterInput, $name: StringFilterInput, $updatedAt: DateFilterInput){ listProductAttribute(id: $id, name: $name, updatedAt: $updatedAt) { createdAt deleted description id name options { createdAt deleted id name updatedAt } tableTemplate { columns { id name } rows { id name } } translations { description locale name options { id name } } type updatedAt } }",
28
30
  "listProductBrand": "query listProductBrand($id: StringFilterInput, $name: StringFilterInput, $search: String, $updatedAt: DateFilterInput){ listProductBrand(id: $id, name: $name, search: $search, updatedAt: $updatedAt) { createdAt deleted description id imageId metaData { canonicals createdAt deleted description disableIndex id metadataOverrides { description language pageTitle storefrontId storefrontRegionId } pageTitle redirectTo slug targetId targetType translations { description locale pageTitle } updatedAt } name orderType salesChannelIds translations { description locale name } updatedAt } }",
29
31
  "listProductOptionSet": "query listProductOptionSet($id: StringFilterInput, $name: StringFilterInput, $search: String, $updatedAt: DateFilterInput){ listProductOptionSet(id: $id, name: $name, search: $search, updatedAt: $updatedAt) { createdAt deleted id name options { createdAt dateSettings { max maxRelativeNextDate min minRelativeNextDate } deleted fileSettings { allowedExtensions maxQuantity minQuantity } id isOptional name optionalText order otherPrices { currencyCode currencySymbol price } price requiredOptionId requiredOptionValueIds selectSettings { maxSelect minSelect type values { colorCode createdAt deleted id order otherPrices { currencyCode currencySymbol price } price thumbnailImageId updatedAt value } } textSettings { max min } type updatedAt } translations { locale options { id name optionalText values { id value } } } updatedAt } }",
@@ -41,24 +43,25 @@ exports.QueryDefaultGQLs = {
41
43
  "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 } }",
42
44
  "listWebhook": "query listWebhook{ listWebhook { createdAt deleted endpoint id scope updatedAt } }",
43
45
  "me": "query me{ me { addedDate email id name partnerId salesChannelId scope scopes storeAppId supportsMultipleInstallation } }",
44
- "productAttributeExport": "query productAttributeExport($csvFilterInput: CSVExportFilterInput){ productAttributeExport(csvFilterInput: $csvFilterInput) }",
45
- "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 } } brand { id name slug translations { description locale name } } categories { id name path { id name slug translations { description locale name } } slug translations { description locale name } } deleted description groupVariantsByVariantTypeId id metaData { canonicals description disableIndex metadataOverrides { description language pageTitle storefrontId storefrontRegionId } pageTitle redirectTo slug translations { description locale pageTitle } } name productOptionSetId productVariantTypes { order variantType { id name selectionType translations { locale name values { id name } } values { colorCode id name thumbnailImageId } } variantValueIds } reviewCount salesChannelIds shortDescription stars { count star } tags { id name translations { description locale name } } translations { description locale name } type 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 bundleSettings { maxBundleQuantity minBundleQuantity products { addToBundleBasePrice discountRatio filteredVariantIds maxQuantity minQuantity order productId quantity } } deleted id images { id isMain isVideo order } isActive prices { buyPrice currency currencyCode currencySymbol discountPrice priceListId sellPrice unitPrice } sellIfOutOfStock sku stocks { stockCount stockLocationId } unit { amount type } variantValues { variantTypeId variantValueId } weight } weight } totalCount } }",
46
- "variantAttributeExport": "query variantAttributeExport($csvFilterInput: CSVExportFilterInput){ variantAttributeExport(csvFilterInput: $csvFilterInput) }"
46
+ "productAttributeExport": "query productAttributeExport($csvFilterInput: CSVExportFilterInput, $fileType: ProductImportFileType){ productAttributeExport(csvFilterInput: $csvFilterInput, fileType: $fileType) }",
47
+ "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 name slug translations { description locale name } } campaigns { buyXThenGetY { buyX { amount applyByQuantity } getY { amount discountRatio } maxUsagePerOrder } currencyCodes dateRange { end start } fixedDiscount { amount } salesChannelIds title type } categories { id name path { id name slug translations { description locale name } } slug translations { description locale name } } createdAt customerReviewSummaries { averageRating reviewCount stars { count star } storefrontId } deleted description groupVariantsByVariantTypeId hiddenSalesChannelIds id metaData { canonicals description disableIndex metadataOverrides { description language pageTitle storefrontId storefrontRegionId } pageTitle redirectTo slug translations { description locale pageTitle } } name productOptionSetId productVariantTypes { order variantType { id name selectionType translations { locale name values { id name } } values { colorCode id name thumbnailImageId } } variantValueIds } reviewCount salesChannelIds shortDescription stars { count star } tags { id name translations { description locale name } } translations { description locale name } type updatedAt variants { attributes { imageIds productAttribute { id name tableTemplate { columns { id name } rows { id name } } translations { description locale name options { id name } } type } productAttributeOption { id name } value } barcodeList bundleSettings { maxBundleQuantity minBundleQuantity products { addToBundleBasePrice discountRatio filteredVariantIds maxQuantity minQuantity order productId quantity } } deleted id images { id isMain isVideo order } isActive prices { buyPrice currency currencyCode currencySymbol discountPrice priceListId sellPrice unitPrice } sellIfOutOfStock sku stocks { stockCount stockLocationId } unit { amount type } variantValues { variantTypeId variantValueId } weight } weight } totalCount } }",
48
+ "variantAttributeExport": "query variantAttributeExport($csvFilterInput: CSVExportFilterInput, $fileType: ProductImportFileType){ variantAttributeExport(csvFilterInput: $csvFilterInput, fileType: $fileType) }"
47
49
  };
48
50
  exports.MutationDefaultGQLs = {
49
51
  "addCustomTimelineEntry": "mutation addCustomTimelineEntry($input: TimelineInput!){ addCustomTimelineEntry(input: $input) }",
50
- "addOrderInvoice": "mutation addOrderInvoice($input: AddOrderInvoiceInput!){ addOrderInvoice(input: $input) { abandonedCartFlows { campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId recoverEmailStatus sendAfter } availableShippingMethods { 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 deleted endDate followUpActionType id minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone } customerId customerOrderCount deleted dueDate giftPackageLines { price taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount merchantId note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order type } orderLineItems { createdAt currencyCode currencySymbol deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity reason } discountPrice finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } originalOrderLineItemId price quantity status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { deleted discountPrice discountRatio finalPrice order price quantity taxValue variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId sku slug tagIds taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId sku slug tagIds taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } orderNumber orderPackageSequence orderPackageStatus orderPackages { createdAt deleted errorMessage id note orderLineItemIds orderPackageFulfillStatus orderPackageNumber stockLocationId trackingInfo { barcode cargoCompany isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price shippingSettingsId shippingZoneRateId taxValue title } shippingMethod shippingSettingsId shippingZoneRateId staff { email firstName 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 } }",
52
+ "addOrderInvoice": "mutation addOrderInvoice($input: AddOrderInvoiceInput!){ addOrderInvoice(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId messageType recoverEmailStatus sendAfter smsTranslationId } availableShippingMethods { 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 minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone } customerId customerOrderCount deleted dueDate giftPackageLines { price taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount merchantId note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order type } orderLineItems { createdAt currencyCode currencySymbol deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity reason } discountPrice finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } originalOrderLineItemId price quantity status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { deleted discountPrice discountRatio finalPrice order price quantity taxValue variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId 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 stockLocationId trackingInfo { barcode cargoCompany isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price shippingSettingsId shippingZoneRateId taxValue title } shippingMethod shippingSettingsId shippingZoneRateId staff { email firstName 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 } }",
51
53
  "addOrderTag": "mutation addOrderTag($input: UpdateOrderTagInput!){ addOrderTag(input: $input) }",
52
54
  "approvePendingOrderTransactions": "mutation approvePendingOrderTransactions($input: ApproveOrderTransactionsInput!){ approvePendingOrderTransactions(input: $input) }",
53
55
  "bulkUpdateProducts": "mutation bulkUpdateProducts($input: [BulkUpdateProductsInput!]!){ bulkUpdateProducts(input: $input) }",
54
56
  "campaignAddCoupons": "mutation campaignAddCoupons($input: AddCouponsInput!){ campaignAddCoupons(input: $input) { campaignId canCombineWithOtherCampaigns code createdAt deleted id updatedAt usageCount usageLimit usageLimitPerCustomer } }",
55
- "cancelFulfillment": "mutation cancelFulfillment($input: CancelFulfillmentInput!){ cancelFulfillment(input: $input) { abandonedCartFlows { campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId recoverEmailStatus sendAfter } availableShippingMethods { 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 deleted endDate followUpActionType id minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone } customerId customerOrderCount deleted dueDate giftPackageLines { price taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount merchantId note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order type } orderLineItems { createdAt currencyCode currencySymbol deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity reason } discountPrice finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } originalOrderLineItemId price quantity status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { deleted discountPrice discountRatio finalPrice order price quantity taxValue variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId sku slug tagIds taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId sku slug tagIds taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } orderNumber orderPackageSequence orderPackageStatus orderPackages { createdAt deleted errorMessage id note orderLineItemIds orderPackageFulfillStatus orderPackageNumber stockLocationId trackingInfo { barcode cargoCompany isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price shippingSettingsId shippingZoneRateId taxValue title } shippingMethod shippingSettingsId shippingZoneRateId staff { email firstName 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 } }",
56
- "cancelOrderLine": "mutation cancelOrderLine($input: CancelOrderLineInput!){ cancelOrderLine(input: $input) { abandonedCartFlows { campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId recoverEmailStatus sendAfter } availableShippingMethods { 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 deleted endDate followUpActionType id minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone } customerId customerOrderCount deleted dueDate giftPackageLines { price taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount merchantId note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order type } orderLineItems { createdAt currencyCode currencySymbol deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity reason } discountPrice finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } originalOrderLineItemId price quantity status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { deleted discountPrice discountRatio finalPrice order price quantity taxValue variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId sku slug tagIds taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId sku slug tagIds taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } orderNumber orderPackageSequence orderPackageStatus orderPackages { createdAt deleted errorMessage id note orderLineItemIds orderPackageFulfillStatus orderPackageNumber stockLocationId trackingInfo { barcode cargoCompany isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price shippingSettingsId shippingZoneRateId taxValue title } shippingMethod shippingSettingsId shippingZoneRateId staff { email firstName 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 } }",
57
+ "cancelFulfillment": "mutation cancelFulfillment($input: CancelFulfillmentInput!){ cancelFulfillment(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId messageType recoverEmailStatus sendAfter smsTranslationId } availableShippingMethods { 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 minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone } customerId customerOrderCount deleted dueDate giftPackageLines { price taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount merchantId note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order type } orderLineItems { createdAt currencyCode currencySymbol deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity reason } discountPrice finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } originalOrderLineItemId price quantity status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { deleted discountPrice discountRatio finalPrice order price quantity taxValue variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId 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 stockLocationId trackingInfo { barcode cargoCompany isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price shippingSettingsId shippingZoneRateId taxValue title } shippingMethod shippingSettingsId shippingZoneRateId staff { email firstName 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 } }",
58
+ "cancelOrderLine": "mutation cancelOrderLine($input: CancelOrderLineInput!){ cancelOrderLine(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId messageType recoverEmailStatus sendAfter smsTranslationId } availableShippingMethods { 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 minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone } customerId customerOrderCount deleted dueDate giftPackageLines { price taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount merchantId note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order type } orderLineItems { createdAt currencyCode currencySymbol deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity reason } discountPrice finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } originalOrderLineItemId price quantity status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { deleted discountPrice discountRatio finalPrice order price quantity taxValue variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId 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 stockLocationId trackingInfo { barcode cargoCompany isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price shippingSettingsId shippingZoneRateId taxValue title } shippingMethod shippingSettingsId shippingZoneRateId staff { email firstName 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 } }",
57
59
  "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 } }",
58
60
  "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 } }",
59
- "createOrderWithTransactions": "mutation createOrderWithTransactions($input: CreateOrderWithTransactionsInput!){ createOrderWithTransactions(input: $input) { abandonedCartFlows { campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId recoverEmailStatus sendAfter } availableShippingMethods { 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 deleted endDate followUpActionType id minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone } customerId customerOrderCount deleted dueDate giftPackageLines { price taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount merchantId note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order type } orderLineItems { createdAt currencyCode currencySymbol deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity reason } discountPrice finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } originalOrderLineItemId price quantity status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { deleted discountPrice discountRatio finalPrice order price quantity taxValue variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId sku slug tagIds taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId sku slug tagIds taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } orderNumber orderPackageSequence orderPackageStatus orderPackages { createdAt deleted errorMessage id note orderLineItemIds orderPackageFulfillStatus orderPackageNumber stockLocationId trackingInfo { barcode cargoCompany isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price shippingSettingsId shippingZoneRateId taxValue title } shippingMethod shippingSettingsId shippingZoneRateId staff { email firstName 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 } }",
61
+ "createOrderWithTransactions": "mutation createOrderWithTransactions($input: CreateOrderWithTransactionsInput!){ createOrderWithTransactions(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId messageType recoverEmailStatus sendAfter smsTranslationId } availableShippingMethods { 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 minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone } customerId customerOrderCount deleted dueDate giftPackageLines { price taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount merchantId note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order type } orderLineItems { createdAt currencyCode currencySymbol deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity reason } discountPrice finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } originalOrderLineItemId price quantity status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { deleted discountPrice discountRatio finalPrice order price quantity taxValue variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId 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 stockLocationId trackingInfo { barcode cargoCompany isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price shippingSettingsId shippingZoneRateId taxValue title } shippingMethod shippingSettingsId shippingZoneRateId staff { email firstName lastName } status stockLocation { id name } stockLocationId storefront { id name } storefrontId storefrontRouting { domain dynamicCurrencySettings { roundingFormat targetCurrencyCode } id locale path priceListId } storefrontRoutingId storefrontTheme { id name themeId themeVersionId } storefrontThemeId taxLines { price rate } terminalId totalFinalPrice totalPrice updatedAt userAgent } }",
60
62
  "deleteCampaignList": "mutation deleteCampaignList($idList: [String!]!){ deleteCampaignList(idList: $idList) }",
61
63
  "deleteCategoryList": "mutation deleteCategoryList($idList: [String!]!){ deleteCategoryList(idList: $idList) }",
64
+ "deleteCouponList": "mutation deleteCouponList($idList: [String!]!){ deleteCouponList(idList: $idList) }",
62
65
  "deleteOrderTagList": "mutation deleteOrderTagList($idList: [String!]!){ deleteOrderTagList(idList: $idList) }",
63
66
  "deleteProductAttributeList": "mutation deleteProductAttributeList($idList: [String!]!){ deleteProductAttributeList(idList: $idList) }",
64
67
  "deleteProductBrandList": "mutation deleteProductBrandList($idList: [String!]!){ deleteProductBrandList(idList: $idList) }",
@@ -69,15 +72,15 @@ exports.MutationDefaultGQLs = {
69
72
  "deleteVariantTypeList": "mutation deleteVariantTypeList($idList: [String!]!){ deleteVariantTypeList(idList: $idList) }",
70
73
  "deleteVendorList": "mutation deleteVendorList($idList: [String!]!){ deleteVendorList(idList: $idList) }",
71
74
  "deleteWebhook": "mutation deleteWebhook($scopes: [String!]!){ deleteWebhook(scopes: $scopes) }",
72
- "fulfillOrder": "mutation fulfillOrder($input: FulFillOrderInput!){ fulfillOrder(input: $input) { abandonedCartFlows { campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId recoverEmailStatus sendAfter } availableShippingMethods { 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 deleted endDate followUpActionType id minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone } customerId customerOrderCount deleted dueDate giftPackageLines { price taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount merchantId note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order type } orderLineItems { createdAt currencyCode currencySymbol deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity reason } discountPrice finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } originalOrderLineItemId price quantity status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { deleted discountPrice discountRatio finalPrice order price quantity taxValue variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId sku slug tagIds taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId sku slug tagIds taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } orderNumber orderPackageSequence orderPackageStatus orderPackages { createdAt deleted errorMessage id note orderLineItemIds orderPackageFulfillStatus orderPackageNumber stockLocationId trackingInfo { barcode cargoCompany isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price shippingSettingsId shippingZoneRateId taxValue title } shippingMethod shippingSettingsId shippingZoneRateId staff { email firstName 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 } }",
75
+ "fulfillOrder": "mutation fulfillOrder($input: FulFillOrderInput!){ fulfillOrder(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId messageType recoverEmailStatus sendAfter smsTranslationId } availableShippingMethods { 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 minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone } customerId customerOrderCount deleted dueDate giftPackageLines { price taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount merchantId note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order type } orderLineItems { createdAt currencyCode currencySymbol deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity reason } discountPrice finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } originalOrderLineItemId price quantity status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { deleted discountPrice discountRatio finalPrice order price quantity taxValue variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId 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 stockLocationId trackingInfo { barcode cargoCompany isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price shippingSettingsId shippingZoneRateId taxValue title } shippingMethod shippingSettingsId shippingZoneRateId staff { email firstName 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 } }",
73
76
  "getAppDemoDay": "mutation getAppDemoDay($input: CreateMerchantAppPaymentWithSubscriptionInput!){ getAppDemoDay(input: $input) }",
74
- "productAttributeImport": "mutation productAttributeImport($file: String!){ productAttributeImport(file: $file) { csvContent isSuccess } }",
75
- "refundOrderLine": "mutation refundOrderLine($input: OrderRefundInput!){ refundOrderLine(input: $input) { abandonedCartFlows { campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId recoverEmailStatus sendAfter } availableShippingMethods { 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 deleted endDate followUpActionType id minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone } customerId customerOrderCount deleted dueDate giftPackageLines { price taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount merchantId note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order type } orderLineItems { createdAt currencyCode currencySymbol deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity reason } discountPrice finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } originalOrderLineItemId price quantity status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { deleted discountPrice discountRatio finalPrice order price quantity taxValue variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId sku slug tagIds taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId sku slug tagIds taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } orderNumber orderPackageSequence orderPackageStatus orderPackages { createdAt deleted errorMessage id note orderLineItemIds orderPackageFulfillStatus orderPackageNumber stockLocationId trackingInfo { barcode cargoCompany isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price shippingSettingsId shippingZoneRateId taxValue title } shippingMethod shippingSettingsId shippingZoneRateId staff { email firstName 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 } }",
77
+ "productAttributeImport": "mutation productAttributeImport($file: String!, $fileType: ProductImportFileType){ productAttributeImport(file: $file, fileType: $fileType) { csvContent isSuccess } }",
78
+ "refundOrderLine": "mutation refundOrderLine($input: OrderRefundInput!){ refundOrderLine(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId messageType recoverEmailStatus sendAfter smsTranslationId } availableShippingMethods { 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 minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone } customerId customerOrderCount deleted dueDate giftPackageLines { price taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount merchantId note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order type } orderLineItems { createdAt currencyCode currencySymbol deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity reason } discountPrice finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } originalOrderLineItemId price quantity status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { deleted discountPrice discountRatio finalPrice order price quantity taxValue variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId 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 stockLocationId trackingInfo { barcode cargoCompany isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price shippingSettingsId shippingZoneRateId taxValue title } shippingMethod shippingSettingsId shippingZoneRateId staff { email firstName 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 } }",
76
79
  "removeOrderTag": "mutation removeOrderTag($input: UpdateOrderTagInput!){ removeOrderTag(input: $input) }",
77
- "saveCampaign": "mutation saveCampaign($input: CampaignInput!){ saveCampaign(input: $input) { applicableCustomerGroupIds applicableCustomerIds applicablePrice buyXThenGetY { buyX { amount applyByQuantity filter { idList type } } getY { amount automaticallyAddItemToCart discountRatio filter { idList type } } maxUsagePerOrder } canCombineWithOtherCampaigns createdAt createdFor currencyCodes dateRange { end start } deleted fixedDiscount { amount filters { idList type } lineItemQuantityRange { max min } priceRange { max min } } hasCoupon id includeDiscountedProducts onlyUseCustomer salesChannelIds title type updatedAt usageCount usageLimit usageLimitPerCustomer } }",
80
+ "saveCampaign": "mutation saveCampaign($input: CampaignInput!){ saveCampaign(input: $input) { applicableCustomerGroupIds applicableCustomerIds applicablePrice buyXThenGetY { buyX { amount applyByQuantity filter { idList type } } getY { amount automaticallyAddItemToCart discountRatio filter { idList type } } maxUsagePerOrder } canCombineWithOtherCampaigns createdAt createdFor currencyCodes dateRange { end start } deleted fixedDiscount { amount filters { idList type } lineItemQuantityRange { max min } priceRange { max min } } hasCoupon id includeDiscountedProducts isFreeShipping onlyUseCustomer salesChannelIds title type updatedAt usageCount usageLimit usageLimitPerCustomer } }",
78
81
  "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 } updatedAt } name translations { description locale name } updatedAt } conditions { conditionType 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 } updatedAt } name orderType parentId salesChannelIds shouldMatchAllConditions translations { description locale name } updatedAt } }",
79
82
  "saveOrderTag": "mutation saveOrderTag($input: OrderTagInput!){ saveOrderTag(input: $input) { createdAt deleted id merchantId name updatedAt } }",
80
- "saveProduct": "mutation saveProduct($input: ProductInput!){ saveProduct(input: $input) { attributes { imageIds productAttributeId productAttributeOptionId value } baseUnit { baseAmount type unitId } brand { createdAt deleted id name updatedAt } brandId categories { createdAt deleted id name parentId updatedAt } categoryIds createdAt deleted description 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 } updatedAt } name productOptionSetId productVariantTypes { order variantTypeId variantValueIds } salesChannelIds shortDescription tagIds tags { createdAt deleted id name updatedAt } translations { description locale name } type updatedAt variants { attributes { imageIds productAttributeId productAttributeOptionId value } barcodeList bundleSettings { maxBundleQuantity minBundleQuantity products { addToBundleBasePrice discountRatio filteredVariantIds maxQuantity minQuantity order productId quantity } } createdAt deleted hsCode id images { imageId isMain isVideo order } isActive prices { buyPrice currency currencyCode currencySymbol discountPrice priceListId sellPrice } sellIfOutOfStock sku stocks { stockCount stockLocationId } unit { amount type } updatedAt variantValueIds { variantTypeId variantValueId } weight } vendorId weight } }",
83
+ "saveProduct": "mutation saveProduct($input: ProductInput!){ saveProduct(input: $input) { attributes { imageIds productAttributeId productAttributeOptionId value } baseUnit { baseAmount type unitId } brand { createdAt deleted id name updatedAt } brandId categories { createdAt deleted id name parentId updatedAt } categoryIds createdAt deleted description 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 } updatedAt } name productOptionSetId productVariantTypes { order variantTypeId variantValueIds } salesChannelIds shortDescription tagIds tags { createdAt deleted id name updatedAt } totalStock translations { description locale name } type updatedAt variants { attributes { imageIds productAttributeId productAttributeOptionId value } barcodeList bundleSettings { maxBundleQuantity minBundleQuantity products { addToBundleBasePrice discountRatio filteredVariantIds maxQuantity minQuantity order productId quantity } } createdAt deleted hsCode id images { 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 } }",
81
84
  "saveProductAttribute": "mutation saveProductAttribute($input: ProductAttributeInput!){ saveProductAttribute(input: $input) { createdAt deleted description id name options { createdAt deleted id name updatedAt } tableTemplate { columns { id name } rows { id name } } translations { description locale name options { id name } } type updatedAt } }",
82
85
  "saveProductBrand": "mutation saveProductBrand($input: ProductBrandInput!){ saveProductBrand(input: $input) { createdAt deleted description id imageId metaData { canonicals createdAt deleted description disableIndex id metadataOverrides { description language pageTitle storefrontId storefrontRegionId } pageTitle redirectTo slug targetId targetType translations { description locale pageTitle } updatedAt } name orderType salesChannelIds translations { description locale name } updatedAt } }",
83
86
  "saveProductStockLocations": "mutation saveProductStockLocations($input: SaveStockLocationsInput!){ saveProductStockLocations(input: $input) }",
@@ -89,10 +92,10 @@ exports.MutationDefaultGQLs = {
89
92
  "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 } } }",
90
93
  "saveVendor": "mutation saveVendor($input: VendorInput!){ saveVendor(input: $input) { address company createdAt deleted email id name phone staffName status taxNumber taxOffice updatedAt } }",
91
94
  "saveWebhook": "mutation saveWebhook($input: WebhookInput!){ saveWebhook(input: $input) { createdAt deleted endpoint id scope updatedAt } }",
92
- "updateOrderAddresses": "mutation updateOrderAddresses($input: UpdateOrderAddressesInput!){ updateOrderAddresses(input: $input) { abandonedCartFlows { campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId recoverEmailStatus sendAfter } availableShippingMethods { 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 deleted endDate followUpActionType id minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone } customerId customerOrderCount deleted dueDate giftPackageLines { price taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount merchantId note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order type } orderLineItems { createdAt currencyCode currencySymbol deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity reason } discountPrice finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } originalOrderLineItemId price quantity status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { deleted discountPrice discountRatio finalPrice order price quantity taxValue variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId sku slug tagIds taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId sku slug tagIds taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } orderNumber orderPackageSequence orderPackageStatus orderPackages { createdAt deleted errorMessage id note orderLineItemIds orderPackageFulfillStatus orderPackageNumber stockLocationId trackingInfo { barcode cargoCompany isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price shippingSettingsId shippingZoneRateId taxValue title } shippingMethod shippingSettingsId shippingZoneRateId staff { email firstName 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 } }",
93
- "updateOrderLine": "mutation updateOrderLine($input: UpdateOrderInput!){ updateOrderLine(input: $input) { abandonedCartFlows { campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId recoverEmailStatus sendAfter } availableShippingMethods { 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 deleted endDate followUpActionType id minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone } customerId customerOrderCount deleted dueDate giftPackageLines { price taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount merchantId note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order type } orderLineItems { createdAt currencyCode currencySymbol deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity reason } discountPrice finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } originalOrderLineItemId price quantity status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { deleted discountPrice discountRatio finalPrice order price quantity taxValue variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId sku slug tagIds taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId sku slug tagIds taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } orderNumber orderPackageSequence orderPackageStatus orderPackages { createdAt deleted errorMessage id note orderLineItemIds orderPackageFulfillStatus orderPackageNumber stockLocationId trackingInfo { barcode cargoCompany isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price shippingSettingsId shippingZoneRateId taxValue title } shippingMethod shippingSettingsId shippingZoneRateId staff { email firstName 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 } }",
94
- "updateOrderPackageStatus": "mutation updateOrderPackageStatus($input: UpdateOrderPackageStatusInput!){ updateOrderPackageStatus(input: $input) { abandonedCartFlows { campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId recoverEmailStatus sendAfter } availableShippingMethods { 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 deleted endDate followUpActionType id minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone } customerId customerOrderCount deleted dueDate giftPackageLines { price taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount merchantId note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order type } orderLineItems { createdAt currencyCode currencySymbol deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity reason } discountPrice finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } originalOrderLineItemId price quantity status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { deleted discountPrice discountRatio finalPrice order price quantity taxValue variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId sku slug tagIds taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId sku slug tagIds taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } orderNumber orderPackageSequence orderPackageStatus orderPackages { createdAt deleted errorMessage id note orderLineItemIds orderPackageFulfillStatus orderPackageNumber stockLocationId trackingInfo { barcode cargoCompany isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price shippingSettingsId shippingZoneRateId taxValue title } shippingMethod shippingSettingsId shippingZoneRateId staff { email firstName 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 } }",
95
+ "updateOrderAddresses": "mutation updateOrderAddresses($input: UpdateOrderAddressesInput!){ updateOrderAddresses(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId messageType recoverEmailStatus sendAfter smsTranslationId } availableShippingMethods { 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 minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone } customerId customerOrderCount deleted dueDate giftPackageLines { price taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount merchantId note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order type } orderLineItems { createdAt currencyCode currencySymbol deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity reason } discountPrice finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } originalOrderLineItemId price quantity status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { deleted discountPrice discountRatio finalPrice order price quantity taxValue variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId 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 stockLocationId trackingInfo { barcode cargoCompany isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price shippingSettingsId shippingZoneRateId taxValue title } shippingMethod shippingSettingsId shippingZoneRateId staff { email firstName 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 } }",
96
+ "updateOrderLine": "mutation updateOrderLine($input: UpdateOrderInput!){ updateOrderLine(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId messageType recoverEmailStatus sendAfter smsTranslationId } availableShippingMethods { 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 minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone } customerId customerOrderCount deleted dueDate giftPackageLines { price taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount merchantId note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order type } orderLineItems { createdAt currencyCode currencySymbol deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity reason } discountPrice finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } originalOrderLineItemId price quantity status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { deleted discountPrice discountRatio finalPrice order price quantity taxValue variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId 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 stockLocationId trackingInfo { barcode cargoCompany isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price shippingSettingsId shippingZoneRateId taxValue title } shippingMethod shippingSettingsId shippingZoneRateId staff { email firstName 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 } }",
97
+ "updateOrderPackageStatus": "mutation updateOrderPackageStatus($input: UpdateOrderPackageStatusInput!){ updateOrderPackageStatus(input: $input) { abandonedCartFlows { authorizedAppId campaignId canApplicable couponId customerFilters { sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId messageType recoverEmailStatus sendAfter smsTranslationId } availableShippingMethods { 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 minimumRequiredCartAmount name offers { applicablePrice countdownMinutes description discountAmount discountType excludedVariantIdList id order productId showCriteria skipOfferIfProductExistsInCart title translations { description locale title } } startDate targetPageTypes triggerSettings { filterType valueList } type updatedAt } campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } cancelReason cancelledAt cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates { code originalRate rate } currencySymbol customer { email firstName fullName id isGuestCheckout lastName notificationsAccepted phone } customerId customerOrderCount deleted dueDate giftPackageLines { price taxValue } giftPackageNote host id invoices { appId appName createdAt hasPdf id invoiceData invoiceNumber storeAppId type } isGiftPackage itemCount merchantId note orderAdjustments { amount amountType appliedOrderLines { amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order type } orderLineItems { createdAt currencyCode currencySymbol deleted discount { amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity reason } discountPrice finalPrice finalUnitPrice id options { name productOptionId productOptionsSetId type values { name price value } } originalOrderLineItemId price quantity status statusUpdatedAt stockLocationId taxValue unitPrice updatedAt variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } bundleProducts { deleted discountPrice discountRatio finalPrice order price quantity taxValue variant { barcodeList baseUnit { baseAmount type unit { id name } } brand { id name } categories { categoryPath { id name } id name } hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId sku slug tagIds tags { id name } taxValue type unit { amount type } variantValues { order variantTypeId variantTypeName variantValueId variantValueName } weight } } categories { categoryPath { id name } id name } hsCode id mainImageId name prices { buyPrice currency currencySymbol discountPrice priceListId sellPrice unitPrice } productId 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 stockLocationId trackingInfo { barcode cargoCompany isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderSequence orderTagIds orderedAt paymentMethods { paymentGatewayCode paymentGatewayId paymentGatewayName price type } priceList { id name } priceListId recoverEmailStatus recoveryStatus salesChannel { id name type } salesChannelId sessionInfo { countryCode durationMS end host ip referer salesChannelId sessionId start storefrontId trafficSource { source type } userAgent { deviceType name os } utm { campaign content medium source term } visitorId } shippingAddress { addressLine1 addressLine2 city { code id name } company country { code id iso2 iso3 name } district { code id name } firstName id identityNumber isDefault lastName phone postalCode region { createdAt deleted id name updatedAt } state { code id name } taxNumber taxOffice } shippingLines { finalPrice isRefunded paymentMethod price shippingSettingsId shippingZoneRateId taxValue title } shippingMethod shippingSettingsId shippingZoneRateId staff { email firstName 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 } }",
95
98
  "updateProductSalesChannelStatus": "mutation updateProductSalesChannelStatus($input: [UpdateProductSalesChannelStatusInput!]!, $salesChannelId: String){ updateProductSalesChannelStatus(input: $input, salesChannelId: $salesChannelId) }",
96
- "variantAttributeImport": "mutation variantAttributeImport($file: String!){ variantAttributeImport(file: $file) { csvContent isSuccess } }"
99
+ "variantAttributeImport": "mutation variantAttributeImport($file: String!, $fileType: ProductImportFileType){ variantAttributeImport(file: $file, fileType: $fileType) { csvContent isSuccess } }"
97
100
  };
98
101
  //# sourceMappingURL=default-gqls.js.map
@@ -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,2IAA2I;IACnK,mBAAmB,EAAE,6HAA6H;IAClJ,kBAAkB,EAAE,uIAAuI;IAC3J,aAAa,EAAE,8VAA8V;IAC7W,oBAAoB,EAAE,+fAA+f;IACrhB,iBAAiB,EAAE,4JAA4J;IAC/K,mBAAmB,EAAE,mGAAmG;IACxH,YAAY,EAAE,+nBAA+nB;IAC7oB,cAAc,EAAE,+2BAA+2B;IAC/3B,cAAc,EAAE,6mCAA6mC;IAC7nC,UAAU,EAAE,sVAAsV;IAClW,aAAa,EAAE,+ZAA+Z;IAC9a,cAAc,EAAE,uoCAAuoC;IACvpC,cAAc,EAAE,yYAAyY;IACzZ,cAAc,EAAE,oHAAoH;IACpI,wBAAwB,EAAE,mYAAmY;IAC7Z,WAAW,EAAE,gmMAAgmM;IAC7mM,cAAc,EAAE,gTAAgT;IAChU,uBAAuB,EAAE,kiBAAkiB;IAC3jB,eAAe,EAAE,oJAAoJ;IACrK,aAAa,EAAE,ipEAAipE;IAChqE,sBAAsB,EAAE,6YAA6Y;IACra,kBAAkB,EAAE,0kBAA0kB;IAC9lB,sBAAsB,EAAE,o0BAAo0B;IAC51B,0BAA0B,EAAE,4gBAA4gB;IACxiB,gBAAgB,EAAE,qPAAqP;IACvQ,iBAAiB,EAAE,4JAA4J;IAC/K,kBAAkB,EAAE,+LAA+L;IACnN,WAAW,EAAE,oTAAoT;IACjU,mBAAmB,EAAE,kaAAka;IACvb,gBAAgB,EAAE,iHAAiH;IACnI,wBAAwB,EAAE,8OAA8O;IACxQ,cAAc,EAAE,wRAAwR;IACxS,UAAU,EAAE,sQAAsQ;IAClR,iBAAiB,EAAE,sVAAsV;IACzW,YAAY,EAAE,yXAAyX;IACvY,aAAa,EAAE,oFAAoF;IACnG,IAAI,EAAE,0HAA0H;IAChI,wBAAwB,EAAE,iIAAiI;IAC3J,gBAAgB,EAAE,44DAA44D;IAC95D,wBAAwB,EAAE,iIAAiI;CAC5J,CAAA;AAEY,QAAA,mBAAmB,GAAG;IACjC,wBAAwB,EAAE,mGAAmG;IAC7H,iBAAiB,EAAE,2xJAA2xJ;IAC9yJ,aAAa,EAAE,mFAAmF;IAClG,iCAAiC,EAAE,qIAAqI;IACxK,oBAAoB,EAAE,wGAAwG;IAC9H,oBAAoB,EAAE,wNAAwN;IAC9O,mBAAmB,EAAE,iyJAAiyJ;IACtzJ,iBAAiB,EAAE,2xJAA2xJ;IAC9yJ,0BAA0B,EAAE,iUAAiU;IAC7V,0CAA0C,EAAE,uXAAuX;IACna,6BAA6B,EAAE,+zJAA+zJ;IAC91J,oBAAoB,EAAE,0FAA0F;IAChH,oBAAoB,EAAE,0FAA0F;IAChH,oBAAoB,EAAE,0FAA0F;IAChH,4BAA4B,EAAE,0GAA0G;IACxI,wBAAwB,EAAE,kGAAkG;IAC5H,mBAAmB,EAAE,wFAAwF;IAC7G,sBAAsB,EAAE,8FAA8F;IACtH,uBAAuB,EAAE,gGAAgG;IACzH,0BAA0B,EAAE,oIAAoI;IAChK,uBAAuB,EAAE,gGAAgG;IACzH,kBAAkB,EAAE,sFAAsF;IAC1G,eAAe,EAAE,gFAAgF;IACjG,cAAc,EAAE,kxJAAkxJ;IAClyJ,eAAe,EAAE,iHAAiH;IAClI,wBAAwB,EAAE,iHAAiH;IAC3I,iBAAiB,EAAE,uxJAAuxJ;IAC1yJ,gBAAgB,EAAE,yFAAyF;IAC3G,cAAc,EAAE,8oBAA8oB;IAC9pB,cAAc,EAAE,o7BAAo7B;IACp8B,cAAc,EAAE,iIAAiI;IACjJ,aAAa,EAAE,++CAA++C;IAC9/C,sBAAsB,EAAE,mUAAmU;IAC3V,kBAAkB,EAAE,0dAA0d;IAC9e,2BAA2B,EAAE,mHAAmH;IAChJ,gBAAgB,EAAE,qKAAqK;IACvL,iBAAiB,EAAE,wKAAwK;IAC3L,kBAAkB,EAAE,4MAA4M;IAChO,wBAAwB,EAAE,8OAA8O;IACxQ,mBAAmB,EAAE,kGAAkG;IACvH,iBAAiB,EAAE,uQAAuQ;IAC1R,YAAY,EAAE,iLAAiL;IAC/L,aAAa,EAAE,6HAA6H;IAC5I,sBAAsB,EAAE,0yJAA0yJ;IACl0J,iBAAiB,EAAE,uxJAAuxJ;IAC1yJ,0BAA0B,EAAE,szJAAszJ;IACl1J,iCAAiC,EAAE,yMAAyM;IAC5O,wBAAwB,EAAE,iHAAiH;CAC5I,CAAA"}
1
+ {"version":3,"file":"default-gqls.js","sourceRoot":"","sources":["../../../../src/api/admin/generated/default-gqls.ts"],"names":[],"mappings":"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"}
@@ -25,6 +25,7 @@ export declare type Scalars = {
25
25
  };
26
26
  export declare type AbandonedCartFlow = {
27
27
  __typename?: 'AbandonedCartFlow';
28
+ authorizedAppId?: Maybe<Scalars['String']>;
28
29
  campaignId?: Maybe<Scalars['String']>;
29
30
  canApplicable: Scalars['Boolean'];
30
31
  couponId?: Maybe<Scalars['String']>;
@@ -32,14 +33,20 @@ export declare type AbandonedCartFlow = {
32
33
  flowId: Scalars['String'];
33
34
  mailSendDate?: Maybe<Scalars['Timestamp']>;
34
35
  mailTranslationId?: Maybe<Scalars['String']>;
36
+ messageType?: Maybe<AbandonedCartSettingsNotificationTypeEnum>;
35
37
  recoverEmailStatus: CheckoutRecoveryEmailStatusEnum;
36
38
  sendAfter: Scalars['Float'];
39
+ smsTranslationId?: Maybe<Scalars['String']>;
37
40
  };
38
41
  export declare type AbandonedCartFlowCustomerFilter = {
39
42
  __typename?: 'AbandonedCartFlowCustomerFilter';
40
43
  sendOnlyActiveAccount?: Maybe<Scalars['Boolean']>;
41
44
  sendOnlySubscribedToEmail?: Maybe<Scalars['Boolean']>;
42
45
  };
46
+ export declare enum AbandonedCartSettingsNotificationTypeEnum {
47
+ EMAIL = "EMAIL",
48
+ SMS = "SMS"
49
+ }
43
50
  export declare type AddCouponsInput = {
44
51
  campaignId: Scalars['String'];
45
52
  coupons?: InputMaybe<Array<NewCouponInput>>;
@@ -326,6 +333,8 @@ export declare type BulkUpdateProductsInput = {
326
333
  name: Scalars['String'];
327
334
  /** Variant types of the product. */
328
335
  productVariantTypes: Array<BulkUpdateProductVariantTypeImportInput>;
336
+ /** Sales channel ids for bulk update. */
337
+ salesChannelIds?: InputMaybe<Array<Scalars['String']>>;
329
338
  /** Short description of the product. */
330
339
  shortDescription?: InputMaybe<Scalars['String']>;
331
340
  /** Source id for bulk update. */
@@ -410,7 +419,10 @@ export declare type CSVExportFilterInput = {
410
419
  brandId?: InputMaybe<StringFilterInput>;
411
420
  categoryIds?: InputMaybe<CategoryFilterInput>;
412
421
  salesChannelIds?: InputMaybe<StringFilterInput>;
422
+ stockLocationId?: InputMaybe<StringFilterInput>;
413
423
  tagIds?: InputMaybe<StringFilterInput>;
424
+ totalStock?: InputMaybe<NumberFilterInput>;
425
+ updatedAt?: InputMaybe<DateFilterInput>;
414
426
  };
415
427
  export declare type CSVImportResponse = {
416
428
  __typename?: 'CSVImportResponse';
@@ -433,6 +445,7 @@ export declare type Campaign = {
433
445
  hasCoupon: Scalars['Boolean'];
434
446
  id: Scalars['ID'];
435
447
  includeDiscountedProducts?: Maybe<Scalars['Boolean']>;
448
+ isFreeShipping?: Maybe<Scalars['Boolean']>;
436
449
  onlyUseCustomer?: Maybe<Scalars['Boolean']>;
437
450
  salesChannelIds?: Maybe<Array<Scalars['String']>>;
438
451
  title: Scalars['String'];
@@ -491,6 +504,7 @@ export declare type CampaignInput = {
491
504
  hasCoupon: Scalars['Boolean'];
492
505
  id?: InputMaybe<Scalars['ID']>;
493
506
  includeDiscountedProducts?: InputMaybe<Scalars['Boolean']>;
507
+ isFreeShipping?: InputMaybe<Scalars['Boolean']>;
494
508
  onlyUseCustomer?: InputMaybe<Scalars['Boolean']>;
495
509
  salesChannelIds?: InputMaybe<Array<Scalars['String']>>;
496
510
  title: Scalars['String'];
@@ -512,6 +526,7 @@ export declare type CampaignOffer = {
512
526
  __typename?: 'CampaignOffer';
513
527
  availableSalesChannelIds: Array<Scalars['String']>;
514
528
  createdAt?: Maybe<Scalars['Timestamp']>;
529
+ currencyCodes?: Maybe<Array<Scalars['String']>>;
515
530
  deleted?: Maybe<Scalars['Boolean']>;
516
531
  endDate?: Maybe<Scalars['Timestamp']>;
517
532
  followUpActionType: CampaignOfferFollowUpActionTypeEnum;
@@ -697,6 +712,7 @@ export declare type CategoryConditionInput = {
697
712
  };
698
713
  /** CategoryCondition Types */
699
714
  export declare enum CategoryConditionTypeEnum {
715
+ CAMPAIGN = "CAMPAIGN",
700
716
  CREATED_AT = "CREATED_AT",
701
717
  DISCOUNTED_PRODUCTS = "DISCOUNTED_PRODUCTS",
702
718
  PRICE_RANGE = "PRICE_RANGE",
@@ -857,6 +873,35 @@ export declare type Coupon = {
857
873
  usageLimit?: Maybe<Scalars['Int']>;
858
874
  usageLimitPerCustomer?: Maybe<Scalars['Int']>;
859
875
  };
876
+ export declare type CouponPaginationResponse = {
877
+ __typename?: 'CouponPaginationResponse';
878
+ /**
879
+ * Returns the first three records of each page in the records returned as a response.
880
+ * For example, **let's say page = 3, limit = 30, count = 3.**
881
+ * The records that will return as a response are the records **between 60-62.**
882
+ */
883
+ count: Scalars['Int'];
884
+ data: Array<Coupon>;
885
+ /** In the records returned as Response, it shows whether there are any more records or not. For example, let's say our page field is three and our limit field is thirty. Records between 60 and 90 will be returned. If hasNext is `true` despite these records, **it means there are more records.** If hasNext is `false`, it means there are a total of **90 records.** */
886
+ hasNext: Scalars['Boolean'];
887
+ /**
888
+ * The maximum number of data you want to see on a page in the records returned as a response.
889
+ * For example, if the limit is **20**, the data will be displayed ** as 20 each. **
890
+ * :::note
891
+ * min 1, max 200 values can be given. If no value is entered, default 50 is accepted.
892
+ * :::
893
+ */
894
+ limit: Scalars['Int'];
895
+ /**
896
+ * The number of the page you want to see in the records that return as response.
897
+ * For example: We entered the page field as **3**.And let our limit field be **30**.
898
+ * The records that will return as a response are the records **between 60-90.**
899
+ * :::note
900
+ * If no value is entered, default 1 is accepted.
901
+ * :::
902
+ */
903
+ page: Scalars['Int'];
904
+ };
860
905
  export declare type CreateMerchantAppPaymentWithSubscriptionInput = {
861
906
  /** It keeps the information of which type of license is obtained. For example: trendyol-app-licence, foriba-app-licence etc. */
862
907
  storeAppListingSubscriptionKey: Scalars['String'];
@@ -1047,6 +1092,69 @@ export declare type CustomerAddressState = {
1047
1092
  id?: Maybe<Scalars['String']>;
1048
1093
  name?: Maybe<Scalars['String']>;
1049
1094
  };
1095
+ export declare type CustomerAttribute = {
1096
+ __typename?: 'CustomerAttribute';
1097
+ createdAt?: Maybe<Scalars['Timestamp']>;
1098
+ deleted?: Maybe<Scalars['Boolean']>;
1099
+ description?: Maybe<Scalars['String']>;
1100
+ id: Scalars['ID'];
1101
+ name: Scalars['String'];
1102
+ options?: Maybe<Array<CustomerAttributeOption>>;
1103
+ order?: Maybe<Scalars['Float']>;
1104
+ salesChannels?: Maybe<Array<CustomerAttributeSalesChannel>>;
1105
+ translations?: Maybe<Array<CustomerAttributeTranslation>>;
1106
+ type: CustomerAttributeTypeEnum;
1107
+ updatedAt?: Maybe<Scalars['Timestamp']>;
1108
+ };
1109
+ export declare type CustomerAttributeOption = {
1110
+ __typename?: 'CustomerAttributeOption';
1111
+ createdAt?: Maybe<Scalars['Timestamp']>;
1112
+ deleted?: Maybe<Scalars['Boolean']>;
1113
+ id: Scalars['ID'];
1114
+ name: Scalars['String'];
1115
+ order?: Maybe<Scalars['Float']>;
1116
+ updatedAt?: Maybe<Scalars['Timestamp']>;
1117
+ };
1118
+ export declare type CustomerAttributeOptionTranslation = {
1119
+ __typename?: 'CustomerAttributeOptionTranslation';
1120
+ id: Scalars['String'];
1121
+ name?: Maybe<Scalars['String']>;
1122
+ };
1123
+ /** Customer Attribute Permission Types */
1124
+ export declare enum CustomerAttributePermissionEnum {
1125
+ INVISIBLE = "INVISIBLE",
1126
+ READ = "READ",
1127
+ WRITE = "WRITE"
1128
+ }
1129
+ /** Customer Attribute Register Page Requirement Types */
1130
+ export declare enum CustomerAttributeRegisterPageRequirementEnum {
1131
+ INVISIBLE = "INVISIBLE",
1132
+ MANDATORY = "MANDATORY",
1133
+ OPTIONAL = "OPTIONAL"
1134
+ }
1135
+ export declare type CustomerAttributeSalesChannel = {
1136
+ __typename?: 'CustomerAttributeSalesChannel';
1137
+ permission: CustomerAttributePermissionEnum;
1138
+ registerPageRequirement: CustomerAttributeRegisterPageRequirementEnum;
1139
+ salesChannelId: Scalars['String'];
1140
+ storefrontId: Scalars['String'];
1141
+ };
1142
+ export declare type CustomerAttributeTranslation = {
1143
+ __typename?: 'CustomerAttributeTranslation';
1144
+ description?: Maybe<Scalars['String']>;
1145
+ locale: Scalars['String'];
1146
+ name?: Maybe<Scalars['String']>;
1147
+ options?: Maybe<Array<CustomerAttributeOptionTranslation>>;
1148
+ };
1149
+ /** CustomerAttribute Types */
1150
+ export declare enum CustomerAttributeTypeEnum {
1151
+ BOOLEAN = "BOOLEAN",
1152
+ CHOICE = "CHOICE",
1153
+ DATETIME = "DATETIME",
1154
+ MULTIPLE_CHOICE = "MULTIPLE_CHOICE",
1155
+ NUMERIC = "NUMERIC",
1156
+ TEXT = "TEXT"
1157
+ }
1050
1158
  export declare type CustomerAttributeValue = {
1051
1159
  __typename?: 'CustomerAttributeValue';
1052
1160
  customerAttributeId?: Maybe<Scalars['String']>;
@@ -1592,6 +1700,7 @@ export declare type Mutation = {
1592
1700
  deleteCampaignList: Scalars['Boolean'];
1593
1701
  /** Using this api, you can delete the categories of products. */
1594
1702
  deleteCategoryList: Scalars['Boolean'];
1703
+ deleteCouponList: Scalars['String'];
1595
1704
  deleteOrderTagList: Scalars['Boolean'];
1596
1705
  /** Use this mutation to delete product attributes with specific ids. */
1597
1706
  deleteProductAttributeList: Scalars['Boolean'];
@@ -1696,6 +1805,9 @@ export declare type MutationdeleteCampaignListArgs = {
1696
1805
  export declare type MutationdeleteCategoryListArgs = {
1697
1806
  idList: Array<Scalars['String']>;
1698
1807
  };
1808
+ export declare type MutationdeleteCouponListArgs = {
1809
+ idList: Array<Scalars['String']>;
1810
+ };
1699
1811
  export declare type MutationdeleteOrderTagListArgs = {
1700
1812
  idList: Array<Scalars['String']>;
1701
1813
  };
@@ -1734,6 +1846,7 @@ export declare type MutationgetAppDemoDayArgs = {
1734
1846
  };
1735
1847
  export declare type MutationproductAttributeImportArgs = {
1736
1848
  file: Scalars['String'];
1849
+ fileType?: InputMaybe<ProductImportFileType>;
1737
1850
  };
1738
1851
  export declare type MutationrefundOrderLineArgs = {
1739
1852
  input: OrderRefundInput;
@@ -1801,6 +1914,7 @@ export declare type MutationupdateProductSalesChannelStatusArgs = {
1801
1914
  };
1802
1915
  export declare type MutationvariantAttributeImportArgs = {
1803
1916
  file: Scalars['String'];
1917
+ fileType?: InputMaybe<ProductImportFileType>;
1804
1918
  };
1805
1919
  export declare type NewCouponInput = {
1806
1920
  canCombineWithOtherCampaigns: Scalars['Boolean'];
@@ -1809,6 +1923,24 @@ export declare type NewCouponInput = {
1809
1923
  usageLimit?: InputMaybe<Scalars['Int']>;
1810
1924
  usageLimitPerCustomer?: InputMaybe<Scalars['Int']>;
1811
1925
  };
1926
+ export declare type NumberFilterInput = {
1927
+ /** `equal`. The filter used for equality. */
1928
+ eq?: InputMaybe<Scalars['Float']>;
1929
+ /** `greater than` selects the documents where the value of the `input` is greater than to (** i.e. > **) a specified value (e.g. value.) */
1930
+ gt?: InputMaybe<Scalars['Float']>;
1931
+ /** `greater than or equals` selects the documents where the value of the `input` is greater than or equal to (** i.e. >= **) a specified value (e.g. value.) */
1932
+ gte?: InputMaybe<Scalars['Float']>;
1933
+ /** Returns a boolean indicating whether a specified value is in an array. */
1934
+ in?: InputMaybe<Array<Scalars['Float']>>;
1935
+ /** `less than` selects the documents where the value of the `input` is less than or equal to (** i.e. < **) a specified value (e.g. value.) */
1936
+ lt?: InputMaybe<Scalars['Float']>;
1937
+ /** `less than or equals` selects the documents where the value of the `input` is less than or equal to (** i.e. <= **) a specified value (e.g. value.) */
1938
+ lte?: InputMaybe<Scalars['Float']>;
1939
+ /** `not equal`. The filter used for not equality. */
1940
+ ne?: InputMaybe<Scalars['Float']>;
1941
+ /** Returns a boolean indicating whether a specified value is not in an array. */
1942
+ nin?: InputMaybe<Array<Scalars['Float']>>;
1943
+ };
1812
1944
  export declare type Order = {
1813
1945
  __typename?: 'Order';
1814
1946
  abandonedCartFlows?: Maybe<Array<AbandonedCartFlow>>;
@@ -2218,6 +2350,8 @@ export declare type OrderLineBundleVariant = {
2218
2350
  slug?: Maybe<Scalars['String']>;
2219
2351
  /** It is the the tag id list */
2220
2352
  tagIds?: Maybe<Array<Scalars['String']>>;
2353
+ /** A list of tag objects, each containing information about a tag in the variant. */
2354
+ tags?: Maybe<Array<OrderLineVariantTag>>;
2221
2355
  /**
2222
2356
  * It is the tax value of the variant.
2223
2357
  * @deprecated Will be removed use OrderLineItem.taxValue
@@ -2381,6 +2515,8 @@ export declare type OrderLineVariant = {
2381
2515
  slug?: Maybe<Scalars['String']>;
2382
2516
  /** It is the the tag id list */
2383
2517
  tagIds?: Maybe<Array<Scalars['String']>>;
2518
+ /** A list of tag objects, each containing information about a tag in the variant. */
2519
+ tags?: Maybe<Array<OrderLineVariantTag>>;
2384
2520
  /**
2385
2521
  * It is the tax value of the variant.
2386
2522
  * @deprecated Will be removed use OrderLineItem.taxValue
@@ -2462,6 +2598,13 @@ export declare type OrderLineVariantPrice = {
2462
2598
  /** It is the unit price of variant. */
2463
2599
  unitPrice?: Maybe<Scalars['Float']>;
2464
2600
  };
2601
+ export declare type OrderLineVariantTag = {
2602
+ __typename?: 'OrderLineVariantTag';
2603
+ /** It is the id of the tag of the variant. */
2604
+ id: Scalars['String'];
2605
+ /** It is the name of the tag. */
2606
+ name: Scalars['String'];
2607
+ };
2465
2608
  export declare type OrderLineVariantUnit = {
2466
2609
  __typename?: 'OrderLineVariantUnit';
2467
2610
  /** It is the amount of the unit. */
@@ -2921,6 +3064,7 @@ export declare type Product = {
2921
3064
  tagIds?: Maybe<Array<Scalars['String']>>;
2922
3065
  /** List of product tags. */
2923
3066
  tags?: Maybe<Array<SimpleProductTag>>;
3067
+ totalStock?: Maybe<Scalars['Float']>;
2924
3068
  /** Translations for the product. */
2925
3069
  translations?: Maybe<Array<ProductTranslation>>;
2926
3070
  /** Type of the product. */
@@ -3145,6 +3289,11 @@ export declare type ProductImageInput = {
3145
3289
  isVideo?: InputMaybe<Scalars['Boolean']>;
3146
3290
  order: Scalars['Float'];
3147
3291
  };
3292
+ export declare enum ProductImportFileType {
3293
+ CSV = "CSV",
3294
+ XLS = "XLS",
3295
+ XLSX = "XLSX"
3296
+ }
3148
3297
  export declare type ProductInput = {
3149
3298
  attributes?: InputMaybe<Array<ProductAttributeValueInput>>;
3150
3299
  baseUnit?: InputMaybe<ProductBaseUnitModelInput>;
@@ -3155,6 +3304,7 @@ export declare type ProductInput = {
3155
3304
  description?: InputMaybe<Scalars['String']>;
3156
3305
  googleTaxonomyId?: InputMaybe<Scalars['String']>;
3157
3306
  groupVariantsByVariantTypeId?: InputMaybe<Scalars['String']>;
3307
+ hiddenSalesChannelIds?: InputMaybe<Array<Scalars['String']>>;
3158
3308
  id?: InputMaybe<Scalars['ID']>;
3159
3309
  /** Max purchasable quantity of the product for per cart. */
3160
3310
  maxQuantityPerCart?: InputMaybe<Scalars['Float']>;
@@ -3329,6 +3479,13 @@ export declare type ProductPriceInput = {
3329
3479
  priceListId?: InputMaybe<Scalars['String']>;
3330
3480
  sellPrice: Scalars['Float'];
3331
3481
  };
3482
+ export declare type ProductSearchCustomerReviewSummaries = {
3483
+ __typename?: 'ProductSearchCustomerReviewSummaries';
3484
+ averageRating?: Maybe<Scalars['Float']>;
3485
+ reviewCount?: Maybe<Scalars['Float']>;
3486
+ stars?: Maybe<Array<SearchProductCustomerReviewStar>>;
3487
+ storefrontId?: Maybe<Scalars['String']>;
3488
+ };
3332
3489
  export declare type ProductSearchResponse = {
3333
3490
  __typename?: 'ProductSearchResponse';
3334
3491
  /** Number of search results listed in current page. */
@@ -3572,7 +3729,9 @@ export declare type Query = {
3572
3729
  listCategory: Array<Category>;
3573
3730
  listCity: Array<City>;
3574
3731
  listCountry: Array<Country>;
3732
+ listCoupon: CouponPaginationResponse;
3575
3733
  listCustomer: CustomerPaginationResponse;
3734
+ listCustomerAttribute: Array<CustomerAttribute>;
3576
3735
  listDistrict: Array<District>;
3577
3736
  listLanguage: Array<Language>;
3578
3737
  /** Using this api, you can view the payment features that a merchant has created for the app. */
@@ -3664,6 +3823,13 @@ export declare type QuerylistCountryArgs = {
3664
3823
  search?: InputMaybe<Scalars['String']>;
3665
3824
  updatedAt?: InputMaybe<DateFilterInput>;
3666
3825
  };
3826
+ export declare type QuerylistCouponArgs = {
3827
+ campaignId?: InputMaybe<StringFilterInput>;
3828
+ id?: InputMaybe<StringFilterInput>;
3829
+ includeDeleted?: InputMaybe<Scalars['Boolean']>;
3830
+ pagination?: InputMaybe<PaginationInput>;
3831
+ search?: InputMaybe<Scalars['String']>;
3832
+ };
3667
3833
  export declare type QuerylistCustomerArgs = {
3668
3834
  email?: InputMaybe<StringFilterInput>;
3669
3835
  id?: InputMaybe<StringFilterInput>;
@@ -3674,6 +3840,9 @@ export declare type QuerylistCustomerArgs = {
3674
3840
  sort?: InputMaybe<Scalars['String']>;
3675
3841
  updatedAt?: InputMaybe<DateFilterInput>;
3676
3842
  };
3843
+ export declare type QuerylistCustomerAttributeArgs = {
3844
+ includeDeleted?: InputMaybe<Scalars['Boolean']>;
3845
+ };
3677
3846
  export declare type QuerylistDistrictArgs = {
3678
3847
  cityId: StringFilterInput;
3679
3848
  countryId?: InputMaybe<StringFilterInput>;
@@ -3821,12 +3990,14 @@ export declare type QuerylistVendorArgs = {
3821
3990
  };
3822
3991
  export declare type QueryproductAttributeExportArgs = {
3823
3992
  csvFilterInput?: InputMaybe<CSVExportFilterInput>;
3993
+ fileType?: InputMaybe<ProductImportFileType>;
3824
3994
  };
3825
3995
  export declare type QuerysearchProductsArgs = {
3826
3996
  input: SearchInput;
3827
3997
  };
3828
3998
  export declare type QueryvariantAttributeExportArgs = {
3829
3999
  csvFilterInput?: InputMaybe<CSVExportFilterInput>;
4000
+ fileType?: InputMaybe<ProductImportFileType>;
3830
4001
  };
3831
4002
  export declare enum SFAnalyticsTrafficSourceEnum {
3832
4003
  ADS_OTHER = "ADS_OTHER",
@@ -3954,10 +4125,14 @@ export declare type SearchProduct = {
3954
4125
  averageRating?: Maybe<Scalars['Float']>;
3955
4126
  baseUnit?: Maybe<SearchProductProductBaseUnit>;
3956
4127
  brand?: Maybe<SearchProductBrand>;
4128
+ campaigns?: Maybe<Array<SearchProductCampaign>>;
3957
4129
  categories?: Maybe<Array<SearchCategory>>;
4130
+ createdAt?: Maybe<Scalars['Timestamp']>;
4131
+ customerReviewSummaries?: Maybe<ProductSearchCustomerReviewSummaries>;
3958
4132
  deleted?: Maybe<Scalars['Boolean']>;
3959
4133
  description?: Maybe<Scalars['String']>;
3960
4134
  groupVariantsByVariantTypeId?: Maybe<Scalars['String']>;
4135
+ hiddenSalesChannelIds?: Maybe<Array<Scalars['String']>>;
3961
4136
  id: Scalars['String'];
3962
4137
  metaData?: Maybe<SearchHTMLMetaData>;
3963
4138
  name: Scalars['String'];
@@ -3970,6 +4145,7 @@ export declare type SearchProduct = {
3970
4145
  tags?: Maybe<Array<SearchProductTag>>;
3971
4146
  translations?: Maybe<Array<ProductTranslation>>;
3972
4147
  type: Scalars['String'];
4148
+ updatedAt?: Maybe<Scalars['Timestamp']>;
3973
4149
  variants: Array<SearchVariant>;
3974
4150
  weight?: Maybe<Scalars['Float']>;
3975
4151
  };
@@ -4010,6 +4186,41 @@ export declare type SearchProductBrand = {
4010
4186
  slug?: Maybe<Scalars['String']>;
4011
4187
  translations?: Maybe<Array<ProductBrandTranslation>>;
4012
4188
  };
4189
+ export declare type SearchProductCampaign = {
4190
+ __typename?: 'SearchProductCampaign';
4191
+ buyXThenGetY?: Maybe<SearchProductCampaignBuyXThenGetY>;
4192
+ currencyCodes?: Maybe<Array<Scalars['String']>>;
4193
+ dateRange?: Maybe<SearchProductCampaignDateRangeField>;
4194
+ fixedDiscount?: Maybe<SearchProductCampaignFixedDiscount>;
4195
+ salesChannelIds?: Maybe<Array<Scalars['String']>>;
4196
+ title: Scalars['String'];
4197
+ type: CampaignTypeEnum;
4198
+ };
4199
+ export declare type SearchProductCampaignBuyX = {
4200
+ __typename?: 'SearchProductCampaignBuyX';
4201
+ amount: Scalars['Float'];
4202
+ applyByQuantity: Scalars['Boolean'];
4203
+ };
4204
+ export declare type SearchProductCampaignBuyXThenGetY = {
4205
+ __typename?: 'SearchProductCampaignBuyXThenGetY';
4206
+ buyX: SearchProductCampaignBuyX;
4207
+ getY: SearchProductCampaignGetY;
4208
+ maxUsagePerOrder?: Maybe<Scalars['Float']>;
4209
+ };
4210
+ export declare type SearchProductCampaignDateRangeField = {
4211
+ __typename?: 'SearchProductCampaignDateRangeField';
4212
+ end?: Maybe<Scalars['Timestamp']>;
4213
+ start?: Maybe<Scalars['Timestamp']>;
4214
+ };
4215
+ export declare type SearchProductCampaignFixedDiscount = {
4216
+ __typename?: 'SearchProductCampaignFixedDiscount';
4217
+ amount?: Maybe<Scalars['Float']>;
4218
+ };
4219
+ export declare type SearchProductCampaignGetY = {
4220
+ __typename?: 'SearchProductCampaignGetY';
4221
+ amount: Scalars['Float'];
4222
+ discountRatio: Scalars['Float'];
4223
+ };
4013
4224
  export declare type SearchProductCustomerReviewStar = {
4014
4225
  __typename?: 'SearchProductCustomerReviewStar';
4015
4226
  count: Scalars['Float'];
@@ -4043,6 +4254,7 @@ export declare type SearchProductProductUnit = {
4043
4254
  __typename?: 'SearchProductProductUnit';
4044
4255
  id: Scalars['String'];
4045
4256
  name: Scalars['String'];
4257
+ translations?: Maybe<Array<ProductUnitTranslation>>;
4046
4258
  };
4047
4259
  export declare type SearchProductStockLocation = {
4048
4260
  __typename?: 'SearchProductStockLocation';
@@ -4533,7 +4745,7 @@ export declare type Variant = {
4533
4745
  sellIfOutOfStock?: Maybe<Scalars['Boolean']>;
4534
4746
  /** SKU of the variant. */
4535
4747
  sku?: Maybe<Scalars['String']>;
4536
- stocks?: Maybe<Array<VariantStock>>;
4748
+ stocks?: Maybe<Array<ProductStockLocation>>;
4537
4749
  /** Translations for the product. */
4538
4750
  unit?: Maybe<VariantUnitModel>;
4539
4751
  updatedAt?: Maybe<Scalars['Timestamp']>;
@@ -4574,11 +4786,6 @@ export declare enum VariantSelectionTypeEnum {
4574
4786
  CHOICE = "CHOICE",
4575
4787
  COLOR = "COLOR"
4576
4788
  }
4577
- export declare type VariantStock = {
4578
- __typename?: 'VariantStock';
4579
- stockCount: Scalars['Float'];
4580
- stockLocationId: Scalars['String'];
4581
- };
4582
4789
  export declare type VariantType = {
4583
4790
  __typename?: 'VariantType';
4584
4791
  createdAt?: Maybe<Scalars['Timestamp']>;
@@ -1,7 +1,12 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SourceTypeEnum = exports.SalesChannelTypeEnum = exports.SFAnalyticsTrafficSourceEnum = exports.ProductUnitTypeEnum = exports.ProductTypeEnum = exports.ProductOptionTypeEnum = exports.ProductOptionSelectTypeEnum = exports.ProductAttributeTypeEnum = exports.PaymentMethodTypeEnum = exports.OrderStatusEnum = exports.OrderShippingMethodEnum = exports.OrderPaymentStatusEnum = exports.OrderPackageStatusEnum = exports.OrderPackageFulfillStatusEnum = exports.OrderLineItemStatusEnum = exports.OrderCancelledReasonEnum = exports.OrderAmountTypeEnum = exports.OrderAdjustmentEnum = exports.MerchantSubscriptionStatusEnum = exports.MerchantSettingsAddressTypeEnum = exports.MerchantRegionEnum = exports.MerchantAppPaymentTypeEnum = exports.MerchantAppPaymentStatusEnum = exports.InvoiceTypeEnum = exports.ImportStatusEnum = exports.HTMLMetaDataTargetTypeEnum = exports.CustomerRegistrationSourceEnum = exports.CustomerEmailSubscriptionStatusesEnum = exports.CustomerAccountStatusEnum = exports.CheckoutRecoveryStatusEnum = exports.CheckoutRecoveryEmailStatusEnum = exports.CategoryProductsOrderTypeEnum = exports.CategoryConditionTypeEnum = exports.CartV2StatusEnum = exports.CartCreatedByEnum = exports.CartCampaignOfferStatus = exports.CampaignTypeEnum = exports.CampaignOfferTypeEnum = exports.CampaignOfferTriggerFilterTypeEnum = exports.CampaignOfferTargetPageTypeEnum = exports.CampaignOfferProductShowCriteriaEnum = exports.CampaignOfferProductApplicablePriceEnum = exports.CampaignOfferFollowUpActionTypeEnum = exports.CampaignFilterTypeEnum = exports.CampaignCreatedForEnum = exports.CampaignApplicablePriceEnum = exports.BranchSettingsRequirementEnum = exports.BranchSettingsGridLayoutEnum = exports.BranchFavoriteTypeEnum = exports.AppScopeEnum = 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 = void 0;
3
+ exports.ProductOptionTypeEnum = exports.ProductOptionSelectTypeEnum = exports.ProductImportFileType = exports.ProductAttributeTypeEnum = exports.PaymentMethodTypeEnum = exports.OrderStatusEnum = exports.OrderShippingMethodEnum = exports.OrderPaymentStatusEnum = exports.OrderPackageStatusEnum = exports.OrderPackageFulfillStatusEnum = exports.OrderLineItemStatusEnum = exports.OrderCancelledReasonEnum = exports.OrderAmountTypeEnum = exports.OrderAdjustmentEnum = exports.MerchantSubscriptionStatusEnum = exports.MerchantSettingsAddressTypeEnum = exports.MerchantRegionEnum = exports.MerchantAppPaymentTypeEnum = exports.MerchantAppPaymentStatusEnum = exports.InvoiceTypeEnum = exports.ImportStatusEnum = exports.HTMLMetaDataTargetTypeEnum = exports.CustomerRegistrationSourceEnum = exports.CustomerEmailSubscriptionStatusesEnum = exports.CustomerAttributeTypeEnum = exports.CustomerAttributeRegisterPageRequirementEnum = exports.CustomerAttributePermissionEnum = exports.CustomerAccountStatusEnum = exports.CheckoutRecoveryStatusEnum = exports.CheckoutRecoveryEmailStatusEnum = exports.CategoryProductsOrderTypeEnum = exports.CategoryConditionTypeEnum = exports.CartV2StatusEnum = exports.CartCreatedByEnum = exports.CartCampaignOfferStatus = exports.CampaignTypeEnum = exports.CampaignOfferTypeEnum = exports.CampaignOfferTriggerFilterTypeEnum = exports.CampaignOfferTargetPageTypeEnum = exports.CampaignOfferProductShowCriteriaEnum = exports.CampaignOfferProductApplicablePriceEnum = exports.CampaignOfferFollowUpActionTypeEnum = 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.SalesChannelTypeEnum = exports.SFAnalyticsTrafficSourceEnum = exports.ProductUnitTypeEnum = exports.ProductTypeEnum = void 0;
5
+ var AbandonedCartSettingsNotificationTypeEnum;
6
+ (function (AbandonedCartSettingsNotificationTypeEnum) {
7
+ AbandonedCartSettingsNotificationTypeEnum["EMAIL"] = "EMAIL";
8
+ AbandonedCartSettingsNotificationTypeEnum["SMS"] = "SMS";
9
+ })(AbandonedCartSettingsNotificationTypeEnum = exports.AbandonedCartSettingsNotificationTypeEnum || (exports.AbandonedCartSettingsNotificationTypeEnum = {}));
5
10
  /** Scope Enum for Apps */
6
11
  var AppScopeEnum;
7
12
  (function (AppScopeEnum) {
@@ -118,6 +123,7 @@ var CartV2StatusEnum;
118
123
  /** CategoryCondition Types */
119
124
  var CategoryConditionTypeEnum;
120
125
  (function (CategoryConditionTypeEnum) {
126
+ CategoryConditionTypeEnum["CAMPAIGN"] = "CAMPAIGN";
121
127
  CategoryConditionTypeEnum["CREATED_AT"] = "CREATED_AT";
122
128
  CategoryConditionTypeEnum["DISCOUNTED_PRODUCTS"] = "DISCOUNTED_PRODUCTS";
123
129
  CategoryConditionTypeEnum["PRICE_RANGE"] = "PRICE_RANGE";
@@ -155,6 +161,30 @@ var CustomerAccountStatusEnum;
155
161
  CustomerAccountStatusEnum["DISABLED_ACCOUNT"] = "DISABLED_ACCOUNT";
156
162
  CustomerAccountStatusEnum["INVITED_TO_CREATE_ACCOUNT"] = "INVITED_TO_CREATE_ACCOUNT";
157
163
  })(CustomerAccountStatusEnum = exports.CustomerAccountStatusEnum || (exports.CustomerAccountStatusEnum = {}));
164
+ /** Customer Attribute Permission Types */
165
+ var CustomerAttributePermissionEnum;
166
+ (function (CustomerAttributePermissionEnum) {
167
+ CustomerAttributePermissionEnum["INVISIBLE"] = "INVISIBLE";
168
+ CustomerAttributePermissionEnum["READ"] = "READ";
169
+ CustomerAttributePermissionEnum["WRITE"] = "WRITE";
170
+ })(CustomerAttributePermissionEnum = exports.CustomerAttributePermissionEnum || (exports.CustomerAttributePermissionEnum = {}));
171
+ /** Customer Attribute Register Page Requirement Types */
172
+ var CustomerAttributeRegisterPageRequirementEnum;
173
+ (function (CustomerAttributeRegisterPageRequirementEnum) {
174
+ CustomerAttributeRegisterPageRequirementEnum["INVISIBLE"] = "INVISIBLE";
175
+ CustomerAttributeRegisterPageRequirementEnum["MANDATORY"] = "MANDATORY";
176
+ CustomerAttributeRegisterPageRequirementEnum["OPTIONAL"] = "OPTIONAL";
177
+ })(CustomerAttributeRegisterPageRequirementEnum = exports.CustomerAttributeRegisterPageRequirementEnum || (exports.CustomerAttributeRegisterPageRequirementEnum = {}));
178
+ /** CustomerAttribute Types */
179
+ var CustomerAttributeTypeEnum;
180
+ (function (CustomerAttributeTypeEnum) {
181
+ CustomerAttributeTypeEnum["BOOLEAN"] = "BOOLEAN";
182
+ CustomerAttributeTypeEnum["CHOICE"] = "CHOICE";
183
+ CustomerAttributeTypeEnum["DATETIME"] = "DATETIME";
184
+ CustomerAttributeTypeEnum["MULTIPLE_CHOICE"] = "MULTIPLE_CHOICE";
185
+ CustomerAttributeTypeEnum["NUMERIC"] = "NUMERIC";
186
+ CustomerAttributeTypeEnum["TEXT"] = "TEXT";
187
+ })(CustomerAttributeTypeEnum = exports.CustomerAttributeTypeEnum || (exports.CustomerAttributeTypeEnum = {}));
158
188
  /** Customer Email Subscription Statuses */
159
189
  var CustomerEmailSubscriptionStatusesEnum;
160
190
  (function (CustomerEmailSubscriptionStatusesEnum) {
@@ -348,6 +378,12 @@ var ProductAttributeTypeEnum;
348
378
  ProductAttributeTypeEnum["TABLE"] = "TABLE";
349
379
  ProductAttributeTypeEnum["TEXT"] = "TEXT";
350
380
  })(ProductAttributeTypeEnum = exports.ProductAttributeTypeEnum || (exports.ProductAttributeTypeEnum = {}));
381
+ var ProductImportFileType;
382
+ (function (ProductImportFileType) {
383
+ ProductImportFileType["CSV"] = "CSV";
384
+ ProductImportFileType["XLS"] = "XLS";
385
+ ProductImportFileType["XLSX"] = "XLSX";
386
+ })(ProductImportFileType = exports.ProductImportFileType || (exports.ProductImportFileType = {}));
351
387
  var ProductOptionSelectTypeEnum;
352
388
  (function (ProductOptionSelectTypeEnum) {
353
389
  ProductOptionSelectTypeEnum["BOX"] = "BOX";
@@ -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, MutationdeleteOrderTagListArgs, MutationdeleteProductAttributeListArgs, MutationdeleteProductBrandListArgs, MutationdeleteProductListArgs, MutationdeleteProductTagListArgs, MutationdeleteProductUnitListArgs, MutationdeleteStorefrontJSScriptArgs, MutationdeleteVariantTypeListArgs, MutationdeleteVendorListArgs, MutationdeleteWebhookArgs, MutationfulfillOrderArgs, MutationgetAppDemoDayArgs, MutationproductAttributeImportArgs, MutationrefundOrderLineArgs, MutationremoveOrderTagArgs, MutationsaveCampaignArgs, MutationsaveCategoryArgs, MutationsaveOrderTagArgs, MutationsaveProductArgs, MutationsaveProductAttributeArgs, MutationsaveProductBrandArgs, MutationsaveProductStockLocationsArgs, MutationsaveProductTagArgs, MutationsaveProductUnitArgs, MutationsaveSalesChannelArgs, MutationsaveStorefrontJSScriptArgs, MutationsaveVariantPricesArgs, MutationsaveVariantTypeArgs, MutationsaveVendorArgs, MutationsaveWebhookArgs, MutationupdateOrderAddressesArgs, MutationupdateOrderLineArgs, MutationupdateOrderPackageStatusArgs, MutationupdateProductSalesChannelStatusArgs, MutationvariantAttributeImportArgs } from './';
2
+ import { Mutation, MutationaddCustomTimelineEntryArgs, MutationaddOrderInvoiceArgs, MutationaddOrderTagArgs, MutationapprovePendingOrderTransactionsArgs, MutationbulkUpdateProductsArgs, MutationcampaignAddCouponsArgs, MutationcancelFulfillmentArgs, MutationcancelOrderLineArgs, MutationcreateMerchantAppPaymentArgs, MutationcreateMerchantAppPaymentWithSubscriptionArgs, MutationcreateOrderWithTransactionsArgs, MutationdeleteCampaignListArgs, MutationdeleteCategoryListArgs, MutationdeleteCouponListArgs, MutationdeleteOrderTagListArgs, MutationdeleteProductAttributeListArgs, MutationdeleteProductBrandListArgs, MutationdeleteProductListArgs, MutationdeleteProductTagListArgs, MutationdeleteProductUnitListArgs, MutationdeleteStorefrontJSScriptArgs, MutationdeleteVariantTypeListArgs, MutationdeleteVendorListArgs, MutationdeleteWebhookArgs, MutationfulfillOrderArgs, MutationgetAppDemoDayArgs, MutationproductAttributeImportArgs, MutationrefundOrderLineArgs, MutationremoveOrderTagArgs, MutationsaveCampaignArgs, MutationsaveCategoryArgs, MutationsaveOrderTagArgs, MutationsaveProductArgs, MutationsaveProductAttributeArgs, MutationsaveProductBrandArgs, MutationsaveProductStockLocationsArgs, MutationsaveProductTagArgs, MutationsaveProductUnitArgs, MutationsaveSalesChannelArgs, MutationsaveStorefrontJSScriptArgs, MutationsaveVariantPricesArgs, MutationsaveVariantTypeArgs, MutationsaveVendorArgs, MutationsaveWebhookArgs, MutationupdateOrderAddressesArgs, MutationupdateOrderLineArgs, MutationupdateOrderPackageStatusArgs, MutationupdateProductSalesChannelStatusArgs, MutationvariantAttributeImportArgs } 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]>>>;
@@ -20,6 +20,7 @@ export declare class AdminMutation implements Mutations {
20
20
  createOrderWithTransactions(options: MutationOptions<MutationcreateOrderWithTransactionsArgs>): Promise<APIResult<Partial<Mutation['createOrderWithTransactions']>>>;
21
21
  deleteCampaignList(options: MutationOptions<MutationdeleteCampaignListArgs>): Promise<APIResult<Partial<Mutation['deleteCampaignList']>>>;
22
22
  deleteCategoryList(options: MutationOptions<MutationdeleteCategoryListArgs>): Promise<APIResult<Partial<Mutation['deleteCategoryList']>>>;
23
+ deleteCouponList(options: MutationOptions<MutationdeleteCouponListArgs>): Promise<APIResult<Partial<Mutation['deleteCouponList']>>>;
23
24
  deleteOrderTagList(options: MutationOptions<MutationdeleteOrderTagListArgs>): Promise<APIResult<Partial<Mutation['deleteOrderTagList']>>>;
24
25
  deleteProductAttributeList(options: MutationOptions<MutationdeleteProductAttributeListArgs>): Promise<APIResult<Partial<Mutation['deleteProductAttributeList']>>>;
25
26
  deleteProductBrandList(options: MutationOptions<MutationdeleteProductBrandListArgs>): Promise<APIResult<Partial<Mutation['deleteProductBrandList']>>>;
@@ -143,6 +143,13 @@ var AdminMutation = /** @class */ (function () {
143
143
  });
144
144
  });
145
145
  };
146
+ AdminMutation.prototype.deleteCouponList = function (options) {
147
+ return __awaiter(this, void 0, void 0, function () {
148
+ return __generator(this, function (_a) {
149
+ return [2 /*return*/, this.client.mutate(__assign(__assign({}, options), { operationName: 'deleteCouponList' }))];
150
+ });
151
+ });
152
+ };
146
153
  AdminMutation.prototype.deleteOrderTagList = function (options) {
147
154
  return __awaiter(this, void 0, void 0, function () {
148
155
  return __generator(this, function (_a) {
@@ -1 +1 @@
1
- {"version":3,"file":"mutation.js","sourceRoot":"","sources":["../../../../src/api/admin/generated/mutation.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"mutation.js","sourceRoot":"","sources":["../../../../src/api/admin/generated/mutation.ts"],"names":[],"mappings":"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"}
@@ -1,5 +1,5 @@
1
1
  import { ikasAdminGraphQLAPIClient } from '../admin-client';
2
- import { Query, QuerygetImageUploadUrlArgs, QuerygetImportJobDataArgs, QuerygetVideoUploadUrlArgs, QuerylistBranchArgs, QuerylistCampaignArgs, QuerylistCategoryArgs, QuerylistCityArgs, QuerylistCountryArgs, QuerylistCustomerArgs, QuerylistDistrictArgs, QuerylistLanguageArgs, QuerylistMerchantAppPaymentArgs, QuerylistOrderArgs, QuerylistOrderTagArgs, QuerylistOrderTransactionsArgs, QuerylistPriceListArgs, QuerylistProductArgs, QuerylistProductAttributeArgs, QuerylistProductBrandArgs, QuerylistProductOptionSetArgs, QuerylistProductStockLocationArgs, QuerylistProductTagArgs, QuerylistProductUnitArgs, QuerylistSalesChannelArgs, QuerylistStateArgs, QuerylistStockLocationArgs, QuerylistStorefrontArgs, QuerylistStorefrontJSScriptArgs, QuerylistTerminalArgs, QuerylistTownArgs, QuerylistVariantTypeArgs, QuerylistVendorArgs, QueryproductAttributeExportArgs, QuerysearchProductsArgs, QueryvariantAttributeExportArgs } from './';
2
+ import { Query, QuerygetImageUploadUrlArgs, QuerygetImportJobDataArgs, QuerygetVideoUploadUrlArgs, QuerylistBranchArgs, QuerylistCampaignArgs, QuerylistCategoryArgs, QuerylistCityArgs, QuerylistCountryArgs, QuerylistCouponArgs, QuerylistCustomerArgs, QuerylistCustomerAttributeArgs, QuerylistDistrictArgs, QuerylistLanguageArgs, QuerylistMerchantAppPaymentArgs, QuerylistOrderArgs, QuerylistOrderTagArgs, QuerylistOrderTransactionsArgs, QuerylistPriceListArgs, QuerylistProductArgs, QuerylistProductAttributeArgs, QuerylistProductBrandArgs, QuerylistProductOptionSetArgs, QuerylistProductStockLocationArgs, QuerylistProductTagArgs, QuerylistProductUnitArgs, QuerylistSalesChannelArgs, QuerylistStateArgs, QuerylistStockLocationArgs, QuerylistStorefrontArgs, QuerylistStorefrontJSScriptArgs, QuerylistTerminalArgs, QuerylistTownArgs, QuerylistVariantTypeArgs, QuerylistVendorArgs, QueryproductAttributeExportArgs, QuerysearchProductsArgs, QueryvariantAttributeExportArgs } 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]>>>;
@@ -20,7 +20,9 @@ export declare class AdminQuery implements Queries {
20
20
  listCategory(options: QueryOptions<QuerylistCategoryArgs>): Promise<APIResult<Partial<Query['listCategory']>>>;
21
21
  listCity(options: QueryOptions<QuerylistCityArgs>): Promise<APIResult<Partial<Query['listCity']>>>;
22
22
  listCountry(options: QueryOptions<QuerylistCountryArgs>): Promise<APIResult<Partial<Query['listCountry']>>>;
23
+ listCoupon(options: QueryOptions<QuerylistCouponArgs>): Promise<APIResult<Partial<Query['listCoupon']>>>;
23
24
  listCustomer(options: QueryOptions<QuerylistCustomerArgs>): Promise<APIResult<Partial<Query['listCustomer']>>>;
25
+ listCustomerAttribute(options: QueryOptions<QuerylistCustomerAttributeArgs>): Promise<APIResult<Partial<Query['listCustomerAttribute']>>>;
24
26
  listDistrict(options: QueryOptions<QuerylistDistrictArgs>): Promise<APIResult<Partial<Query['listDistrict']>>>;
25
27
  listLanguage(options: QueryOptions<QuerylistLanguageArgs>): Promise<APIResult<Partial<Query['listLanguage']>>>;
26
28
  listMerchantAppPayment(options: QueryOptions<QuerylistMerchantAppPaymentArgs>): Promise<APIResult<Partial<Query['listMerchantAppPayment']>>>;
@@ -143,6 +143,13 @@ var AdminQuery = /** @class */ (function () {
143
143
  });
144
144
  });
145
145
  };
146
+ AdminQuery.prototype.listCoupon = function (options) {
147
+ return __awaiter(this, void 0, void 0, function () {
148
+ return __generator(this, function (_a) {
149
+ return [2 /*return*/, this.client.query(__assign(__assign({}, options), { operationName: 'listCoupon' }))];
150
+ });
151
+ });
152
+ };
146
153
  AdminQuery.prototype.listCustomer = function (options) {
147
154
  return __awaiter(this, void 0, void 0, function () {
148
155
  return __generator(this, function (_a) {
@@ -150,6 +157,13 @@ var AdminQuery = /** @class */ (function () {
150
157
  });
151
158
  });
152
159
  };
160
+ AdminQuery.prototype.listCustomerAttribute = function (options) {
161
+ return __awaiter(this, void 0, void 0, function () {
162
+ return __generator(this, function (_a) {
163
+ return [2 /*return*/, this.client.query(__assign(__assign({}, options), { operationName: 'listCustomerAttribute' }))];
164
+ });
165
+ });
166
+ };
153
167
  AdminQuery.prototype.listDistrict = function (options) {
154
168
  return __awaiter(this, void 0, void 0, function () {
155
169
  return __generator(this, function (_a) {
@@ -1 +1 @@
1
- {"version":3,"file":"query.js","sourceRoot":"","sources":["../../../../src/api/admin/generated/query.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"query.js","sourceRoot":"","sources":["../../../../src/api/admin/generated/query.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikas/api-client",
3
- "version": "1.0.22",
3
+ "version": "1.0.25",
4
4
  "description": "ikas public node api client for store apps and private apps",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",