@ikas/storefront-api 4.0.0-alpha.5 → 4.0.0-alpha.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +7 -7
- package/src/__api/models/Cart.ts +2 -0
- package/src/__api/models/CartStorefrontRoutingDynamicCurrencySettings.ts +2 -0
- package/src/__api/models/CartV2.ts +7 -0
- package/src/__api/models/CategoryFilterInput.ts +2 -0
- package/src/__api/models/CheckoutSettingsPrice.ts +2 -0
- package/src/__api/models/Country.ts +4 -0
- package/src/__api/models/CurrencyRate.ts +4 -0
- package/src/__api/models/LocationTranslations.ts +2 -0
- package/src/__api/models/OrderLineBaseUnit.ts +19 -0
- package/src/__api/models/OrderLineItem.ts +12 -0
- package/src/__api/models/OrderLineVariant.ts +8 -0
- package/src/__api/models/OrderLineVariantPrice.ts +7 -0
- package/src/__api/models/OrderLineVariantUnit.ts +16 -0
- package/src/__api/models/OrderLineVariantUnitType.ts +16 -0
- package/src/__api/models/OrderSessionInfo.ts +49 -0
- package/src/__api/models/OrderSessionInfoTrafficSource.ts +18 -0
- package/src/__api/models/OrderSessionUTM.ts +21 -0
- package/src/__api/models/OrderSessionUserAgent.ts +18 -0
- package/src/__api/models/Product.ts +5 -0
- package/src/__api/models/ProductBackInStockRemind.ts +2 -0
- package/src/__api/models/ProductBaseUnitModel.ts +21 -0
- package/src/__api/models/ProductOptionSelectValueOtherPrice.ts +2 -0
- package/src/__api/models/ProductPrice.ts +4 -0
- package/src/__api/models/RafflePaginationResponse.ts +5 -3
- package/src/__api/models/RaffleParticipants.ts +6 -10
- package/src/__api/models/RaffleParticipantsInput.ts +1 -4
- package/src/__api/models/SearchProduct.ts +5 -0
- package/src/__api/models/SearchProductPrice.ts +9 -0
- package/src/__api/models/SearchProductProductBaseUnit.ts +23 -0
- package/src/__api/models/SearchProductProductUnit.ts +16 -0
- package/src/__api/models/SearchVariant.ts +3 -0
- package/src/__api/models/StorefrontDynamicCurrencySettings.ts +2 -0
- package/src/__api/models/StorefrontOrder.ts +2 -0
- package/src/__api/models/{Raffle.ts → StorefrontRaffle.ts} +5 -16
- package/src/__api/models/StorefrontRouting.ts +4 -0
- package/src/__api/models/StorefrontTransaction.ts +2 -0
- package/src/__api/models/Variant.ts +3 -0
- package/src/__api/models/VariantUnitModel.ts +17 -0
- package/src/__api/models/_base.ts +2 -1
- package/src/__api/mutations/addCouponCodeToCheckout.ts +14 -1
- package/src/__api/mutations/addItemToCart.ts +34 -1
- package/src/__api/mutations/createOrderRefundRequest.ts +13 -1
- package/src/__api/mutations/customerForgotPassword.ts +3 -0
- package/src/__api/mutations/customerLogin.ts +3 -0
- package/src/__api/mutations/customerRecoverPassword.ts +3 -0
- package/src/__api/mutations/registerCustomer.ts +3 -0
- package/src/__api/mutations/saveCart.ts +34 -1
- package/src/__api/mutations/saveCartCouponCode.ts +34 -1
- package/src/__api/mutations/saveCheckout.ts +14 -1
- package/src/__api/mutations/saveItemToCart.ts +14 -1
- package/src/__api/mutations/saveProductBackInStockRemind.ts +2 -1
- package/src/__api/mutations/saveRaffleParticipant.ts +25 -3
- package/src/__api/mutations/sendContactFormToMerchant.ts +3 -0
- package/src/__api/mutations/updateCartCampaignOffer.ts +34 -1
- package/src/__api/queries/checkCustomerEmail.ts +3 -0
- package/src/__api/queries/getCart.ts +14 -1
- package/src/__api/queries/getCartById.ts +34 -1
- package/src/__api/queries/getCheckoutByCartId.ts +14 -1
- package/src/__api/queries/getCheckoutById.ts +14 -1
- package/src/__api/queries/getCurrencyRate.ts +3 -1
- package/src/__api/queries/getCustomerOrders.ts +13 -1
- package/src/__api/queries/getOrder.ts +13 -1
- package/src/__api/queries/getOrderByEmail.ts +13 -1
- package/src/__api/queries/getStorefront.ts +4 -1
- package/src/__api/queries/listCheckoutSettings.ts +2 -1
- package/src/__api/queries/listCountry.ts +7 -1
- package/src/__api/queries/listOrderTransactions.ts +2 -1
- package/src/__api/queries/listProduct.ts +8 -1
- package/src/__api/queries/listProductBackInStockRemind.ts +2 -1
- package/src/__api/queries/listProductOptionSet.ts +3 -1
- package/src/__api/queries/listRaffleParticipants.ts +81 -0
- package/src/__api/queries/{listRaffle.ts → listStorefrontRaffle.ts} +10 -10
- package/src/__api/queries/searchProducts.ts +10 -1
- package/src/__api/types/index.ts +183 -35
- package/src/api/checkout/index.ts +1 -1
- package/src/api/customer/index.ts +9 -0
- package/src/api/file-upload/index.ts +35 -29
- package/src/api/location/index.ts +13 -4
- package/src/api/masterpass/index.ts +7 -7
- package/src/api/product/index.ts +8 -3
- package/src/api/raffle/index.ts +12 -14
- package/src/index.ts +9 -7
- package/src/__api/models/RaffleParticipantsUpdateInput.ts +0 -24
- package/src/__api/mutations/updateRaffleParticipant.ts +0 -72
- package/src/__api/queries/getRaffleParticipants.ts +0 -59
- package/src/__api/queries/getRafflesByCustomerId.ts +0 -74
|
@@ -48,7 +48,7 @@ export type QueryParams = {
|
|
|
48
48
|
};
|
|
49
49
|
|
|
50
50
|
const allReturnFields =
|
|
51
|
-
"{campaignOffers {appliedOrderLineId campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } createdAt createdBy currencyCode customerId deleted dueDate id itemCount items {createdAt currencyCode deleted discount {amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity reason } discountPrice finalPrice id options {name productOptionId productOptionsSetId type values {name price value } } originalOrderLineItemId price quantity status statusUpdatedAt stockLocationId taxValue updatedAt variant {barcodeList brand {id name } categories {categoryPath {id name } id name } id mainImageId name prices {buyPrice currency discountPrice priceListId sellPrice } productId sku slug tagIds taxValue type variantValues {order variantTypeId variantTypeName variantValueId variantValueName } weight } } merchantId priceListId salesChannelId status storefrontId storefrontRouting {domain dynamicCurrencySettings {roundingFormat targetCurrencyCode } id locale path priceListId } storefrontRoutingId storefrontThemeId taxLines {price rate } totalPrice updatedAt }";
|
|
51
|
+
"{campaignOffers {appliedOrderLineId campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } createdAt createdBy currencyCode currencySymbol customerId deleted dueDate id itemCount items {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 } categories {categoryPath {id name } id name } 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 } } merchantId priceListId salesChannelId status storefrontId storefrontRouting {domain dynamicCurrencySettings {roundingFormat targetCurrencyCode targetCurrencySymbol } id locale path priceListId } storefrontRoutingId storefrontThemeId taxLines {price rate } totalPrice updatedAt }";
|
|
52
52
|
|
|
53
53
|
export enum ResponseField {
|
|
54
54
|
CAMPAIGN_OFFERS__APPLIED_ORDER_LINE_ID = "campaignOffers.appliedOrderLineId",
|
|
@@ -62,6 +62,7 @@ export enum ResponseField {
|
|
|
62
62
|
CREATED_AT = "createdAt",
|
|
63
63
|
CREATED_BY = "createdBy",
|
|
64
64
|
CURRENCY_CODE = "currencyCode",
|
|
65
|
+
CURRENCY_SYMBOL = "currencySymbol",
|
|
65
66
|
CUSTOMER_ID = "customerId",
|
|
66
67
|
DELETED = "deleted",
|
|
67
68
|
DUE_DATE = "dueDate",
|
|
@@ -69,6 +70,7 @@ export enum ResponseField {
|
|
|
69
70
|
ITEM_COUNT = "itemCount",
|
|
70
71
|
ITEMS__CREATED_AT = "items.createdAt",
|
|
71
72
|
ITEMS__CURRENCY_CODE = "items.currencyCode",
|
|
73
|
+
ITEMS__CURRENCY_SYMBOL = "items.currencySymbol",
|
|
72
74
|
ITEMS__DELETED = "items.deleted",
|
|
73
75
|
ITEMS__DISCOUNT__AMOUNT = "items.discount.amount",
|
|
74
76
|
ITEMS__DISCOUNT__AMOUNT_TYPE = "items.discount.amountType",
|
|
@@ -78,6 +80,7 @@ export enum ResponseField {
|
|
|
78
80
|
ITEMS__DISCOUNT__REASON = "items.discount.reason",
|
|
79
81
|
ITEMS__DISCOUNT_PRICE = "items.discountPrice",
|
|
80
82
|
ITEMS__FINAL_PRICE = "items.finalPrice",
|
|
83
|
+
ITEMS__FINAL_UNIT_PRICE = "items.finalUnitPrice",
|
|
81
84
|
ITEMS__ID = "items.id",
|
|
82
85
|
ITEMS__OPTIONS__NAME = "items.options.name",
|
|
83
86
|
ITEMS__OPTIONS__PRODUCT_OPTION_ID = "items.options.productOptionId",
|
|
@@ -93,8 +96,13 @@ export enum ResponseField {
|
|
|
93
96
|
ITEMS__STATUS_UPDATED_AT = "items.statusUpdatedAt",
|
|
94
97
|
ITEMS__STOCK_LOCATION_ID = "items.stockLocationId",
|
|
95
98
|
ITEMS__TAX_VALUE = "items.taxValue",
|
|
99
|
+
ITEMS__UNIT_PRICE = "items.unitPrice",
|
|
96
100
|
ITEMS__UPDATED_AT = "items.updatedAt",
|
|
97
101
|
ITEMS__VARIANT__BARCODE_LIST = "items.variant.barcodeList",
|
|
102
|
+
ITEMS__VARIANT__BASE_UNIT__BASE_AMOUNT = "items.variant.baseUnit.baseAmount",
|
|
103
|
+
ITEMS__VARIANT__BASE_UNIT__TYPE = "items.variant.baseUnit.type",
|
|
104
|
+
ITEMS__VARIANT__BASE_UNIT__UNIT__ID = "items.variant.baseUnit.unit.id",
|
|
105
|
+
ITEMS__VARIANT__BASE_UNIT__UNIT__NAME = "items.variant.baseUnit.unit.name",
|
|
98
106
|
ITEMS__VARIANT__BRAND__ID = "items.variant.brand.id",
|
|
99
107
|
ITEMS__VARIANT__BRAND__NAME = "items.variant.brand.name",
|
|
100
108
|
ITEMS__VARIANT__CATEGORIES__CATEGORY_PATH__ID = "items.variant.categories.categoryPath.id",
|
|
@@ -106,15 +114,19 @@ export enum ResponseField {
|
|
|
106
114
|
ITEMS__VARIANT__NAME = "items.variant.name",
|
|
107
115
|
ITEMS__VARIANT__PRICES__BUY_PRICE = "items.variant.prices.buyPrice",
|
|
108
116
|
ITEMS__VARIANT__PRICES__CURRENCY = "items.variant.prices.currency",
|
|
117
|
+
ITEMS__VARIANT__PRICES__CURRENCY_SYMBOL = "items.variant.prices.currencySymbol",
|
|
109
118
|
ITEMS__VARIANT__PRICES__DISCOUNT_PRICE = "items.variant.prices.discountPrice",
|
|
110
119
|
ITEMS__VARIANT__PRICES__PRICE_LIST_ID = "items.variant.prices.priceListId",
|
|
111
120
|
ITEMS__VARIANT__PRICES__SELL_PRICE = "items.variant.prices.sellPrice",
|
|
121
|
+
ITEMS__VARIANT__PRICES__UNIT_PRICE = "items.variant.prices.unitPrice",
|
|
112
122
|
ITEMS__VARIANT__PRODUCT_ID = "items.variant.productId",
|
|
113
123
|
ITEMS__VARIANT__SKU = "items.variant.sku",
|
|
114
124
|
ITEMS__VARIANT__SLUG = "items.variant.slug",
|
|
115
125
|
ITEMS__VARIANT__TAG_IDS = "items.variant.tagIds",
|
|
116
126
|
ITEMS__VARIANT__TAX_VALUE = "items.variant.taxValue",
|
|
117
127
|
ITEMS__VARIANT__TYPE = "items.variant.type",
|
|
128
|
+
ITEMS__VARIANT__UNIT__AMOUNT = "items.variant.unit.amount",
|
|
129
|
+
ITEMS__VARIANT__UNIT__TYPE = "items.variant.unit.type",
|
|
118
130
|
ITEMS__VARIANT__VARIANT_VALUES__ORDER = "items.variant.variantValues.order",
|
|
119
131
|
ITEMS__VARIANT__VARIANT_VALUES__VARIANT_TYPE_ID = "items.variant.variantValues.variantTypeId",
|
|
120
132
|
ITEMS__VARIANT__VARIANT_VALUES__VARIANT_TYPE_NAME = "items.variant.variantValues.variantTypeName",
|
|
@@ -129,6 +141,7 @@ export enum ResponseField {
|
|
|
129
141
|
STOREFRONT_ROUTING__DOMAIN = "storefrontRouting.domain",
|
|
130
142
|
STOREFRONT_ROUTING__DYNAMIC_CURRENCY_SETTINGS__ROUNDING_FORMAT = "storefrontRouting.dynamicCurrencySettings.roundingFormat",
|
|
131
143
|
STOREFRONT_ROUTING__DYNAMIC_CURRENCY_SETTINGS__TARGET_CURRENCY_CODE = "storefrontRouting.dynamicCurrencySettings.targetCurrencyCode",
|
|
144
|
+
STOREFRONT_ROUTING__DYNAMIC_CURRENCY_SETTINGS__TARGET_CURRENCY_SYMBOL = "storefrontRouting.dynamicCurrencySettings.targetCurrencySymbol",
|
|
132
145
|
STOREFRONT_ROUTING__ID = "storefrontRouting.id",
|
|
133
146
|
STOREFRONT_ROUTING__LOCALE = "storefrontRouting.locale",
|
|
134
147
|
STOREFRONT_ROUTING__PATH = "storefrontRouting.path",
|
|
@@ -45,7 +45,7 @@ export type QueryParams = {
|
|
|
45
45
|
};
|
|
46
46
|
|
|
47
47
|
const allReturnFields =
|
|
48
|
-
"{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 state {code id name } taxNumber taxOffice } campaignOffers {appliedOrderLineId campaignOffer {availableSalesChannelIds createdAt deleted endDate followUpActionType id minimumRequiredCartAmount name offers {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 } cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates {code originalRate rate } customer {email firstName fullName id isGuestCheckout lastName notificationsAccepted phone } customerId deleted dueDate giftPackageLines {price taxValue } giftPackageNote host id isGiftPackage itemCount merchantId note orderAdjustments {amount amountType appliedOrderLines {amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order type } orderLineItems {createdAt currencyCode deleted discount {amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity reason } discountPrice finalPrice id options {name productOptionId productOptionsSetId type values {name price value } } originalOrderLineItemId price quantity status statusUpdatedAt stockLocationId taxValue updatedAt variant {barcodeList brand {id name } categories {categoryPath {id name } id name } id mainImageId name prices {buyPrice currency discountPrice priceListId sellPrice } productId sku slug tagIds taxValue type variantValues {order variantTypeId variantTypeName variantValueId variantValueName } weight } } orderNumber orderPackageStatus orderedAt priceListId recoverEmailStatus recoveryStatus salesChannelId 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 state {code id name } taxNumber taxOffice } shippingLines {finalPrice isRefunded paymentMethod price shippingSettingsId shippingZoneRateId taxValue title } shippingMethod shippingSettingsId shippingZoneRateId status stockLocationId storefrontId storefrontRouting {domain dynamicCurrencySettings {roundingFormat targetCurrencyCode } id locale path priceListId } storefrontRoutingId storefrontThemeId taxLines {price rate } totalFinalPrice totalPrice updatedAt userAgent }";
|
|
48
|
+
"{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 state {code id name } taxNumber taxOffice } campaignOffers {appliedOrderLineId campaignOffer {availableSalesChannelIds createdAt deleted endDate followUpActionType id minimumRequiredCartAmount name offers {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 } cartId cartStatus checkoutId clientIp couponCode createdAt createdBy currencyCode currencyRates {code originalRate rate } currencySymbol customer {email firstName fullName id isGuestCheckout lastName notificationsAccepted phone } customerId deleted dueDate giftPackageLines {price taxValue } giftPackageNote host id 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 } categories {categoryPath {id name } id name } 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 orderPackageStatus orderedAt priceListId recoverEmailStatus recoveryStatus 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 state {code id name } taxNumber taxOffice } shippingLines {finalPrice isRefunded paymentMethod price shippingSettingsId shippingZoneRateId taxValue title } shippingMethod shippingSettingsId shippingZoneRateId status stockLocationId storefrontId storefrontRouting {domain dynamicCurrencySettings {roundingFormat targetCurrencyCode } id locale path priceListId } storefrontRoutingId storefrontThemeId taxLines {price rate } totalFinalPrice totalPrice updatedAt userAgent }";
|
|
49
49
|
|
|
50
50
|
export enum ResponseField {
|
|
51
51
|
ABANDONED_CART_FLOWS__CAMPAIGN_ID = "abandonedCartFlows.campaignId",
|
|
@@ -136,6 +136,7 @@ export enum ResponseField {
|
|
|
136
136
|
CURRENCY_RATES__CODE = "currencyRates.code",
|
|
137
137
|
CURRENCY_RATES__ORIGINAL_RATE = "currencyRates.originalRate",
|
|
138
138
|
CURRENCY_RATES__RATE = "currencyRates.rate",
|
|
139
|
+
CURRENCY_SYMBOL = "currencySymbol",
|
|
139
140
|
CUSTOMER__EMAIL = "customer.email",
|
|
140
141
|
CUSTOMER__FIRST_NAME = "customer.firstName",
|
|
141
142
|
CUSTOMER__FULL_NAME = "customer.fullName",
|
|
@@ -170,6 +171,7 @@ export enum ResponseField {
|
|
|
170
171
|
ORDER_ADJUSTMENTS__TYPE = "orderAdjustments.type",
|
|
171
172
|
ORDER_LINE_ITEMS__CREATED_AT = "orderLineItems.createdAt",
|
|
172
173
|
ORDER_LINE_ITEMS__CURRENCY_CODE = "orderLineItems.currencyCode",
|
|
174
|
+
ORDER_LINE_ITEMS__CURRENCY_SYMBOL = "orderLineItems.currencySymbol",
|
|
173
175
|
ORDER_LINE_ITEMS__DELETED = "orderLineItems.deleted",
|
|
174
176
|
ORDER_LINE_ITEMS__DISCOUNT__AMOUNT = "orderLineItems.discount.amount",
|
|
175
177
|
ORDER_LINE_ITEMS__DISCOUNT__AMOUNT_TYPE = "orderLineItems.discount.amountType",
|
|
@@ -179,6 +181,7 @@ export enum ResponseField {
|
|
|
179
181
|
ORDER_LINE_ITEMS__DISCOUNT__REASON = "orderLineItems.discount.reason",
|
|
180
182
|
ORDER_LINE_ITEMS__DISCOUNT_PRICE = "orderLineItems.discountPrice",
|
|
181
183
|
ORDER_LINE_ITEMS__FINAL_PRICE = "orderLineItems.finalPrice",
|
|
184
|
+
ORDER_LINE_ITEMS__FINAL_UNIT_PRICE = "orderLineItems.finalUnitPrice",
|
|
182
185
|
ORDER_LINE_ITEMS__ID = "orderLineItems.id",
|
|
183
186
|
ORDER_LINE_ITEMS__OPTIONS__NAME = "orderLineItems.options.name",
|
|
184
187
|
ORDER_LINE_ITEMS__OPTIONS__PRODUCT_OPTION_ID = "orderLineItems.options.productOptionId",
|
|
@@ -194,8 +197,13 @@ export enum ResponseField {
|
|
|
194
197
|
ORDER_LINE_ITEMS__STATUS_UPDATED_AT = "orderLineItems.statusUpdatedAt",
|
|
195
198
|
ORDER_LINE_ITEMS__STOCK_LOCATION_ID = "orderLineItems.stockLocationId",
|
|
196
199
|
ORDER_LINE_ITEMS__TAX_VALUE = "orderLineItems.taxValue",
|
|
200
|
+
ORDER_LINE_ITEMS__UNIT_PRICE = "orderLineItems.unitPrice",
|
|
197
201
|
ORDER_LINE_ITEMS__UPDATED_AT = "orderLineItems.updatedAt",
|
|
198
202
|
ORDER_LINE_ITEMS__VARIANT__BARCODE_LIST = "orderLineItems.variant.barcodeList",
|
|
203
|
+
ORDER_LINE_ITEMS__VARIANT__BASE_UNIT__BASE_AMOUNT = "orderLineItems.variant.baseUnit.baseAmount",
|
|
204
|
+
ORDER_LINE_ITEMS__VARIANT__BASE_UNIT__TYPE = "orderLineItems.variant.baseUnit.type",
|
|
205
|
+
ORDER_LINE_ITEMS__VARIANT__BASE_UNIT__UNIT__ID = "orderLineItems.variant.baseUnit.unit.id",
|
|
206
|
+
ORDER_LINE_ITEMS__VARIANT__BASE_UNIT__UNIT__NAME = "orderLineItems.variant.baseUnit.unit.name",
|
|
199
207
|
ORDER_LINE_ITEMS__VARIANT__BRAND__ID = "orderLineItems.variant.brand.id",
|
|
200
208
|
ORDER_LINE_ITEMS__VARIANT__BRAND__NAME = "orderLineItems.variant.brand.name",
|
|
201
209
|
ORDER_LINE_ITEMS__VARIANT__CATEGORIES__CATEGORY_PATH__ID = "orderLineItems.variant.categories.categoryPath.id",
|
|
@@ -207,15 +215,19 @@ export enum ResponseField {
|
|
|
207
215
|
ORDER_LINE_ITEMS__VARIANT__NAME = "orderLineItems.variant.name",
|
|
208
216
|
ORDER_LINE_ITEMS__VARIANT__PRICES__BUY_PRICE = "orderLineItems.variant.prices.buyPrice",
|
|
209
217
|
ORDER_LINE_ITEMS__VARIANT__PRICES__CURRENCY = "orderLineItems.variant.prices.currency",
|
|
218
|
+
ORDER_LINE_ITEMS__VARIANT__PRICES__CURRENCY_SYMBOL = "orderLineItems.variant.prices.currencySymbol",
|
|
210
219
|
ORDER_LINE_ITEMS__VARIANT__PRICES__DISCOUNT_PRICE = "orderLineItems.variant.prices.discountPrice",
|
|
211
220
|
ORDER_LINE_ITEMS__VARIANT__PRICES__PRICE_LIST_ID = "orderLineItems.variant.prices.priceListId",
|
|
212
221
|
ORDER_LINE_ITEMS__VARIANT__PRICES__SELL_PRICE = "orderLineItems.variant.prices.sellPrice",
|
|
222
|
+
ORDER_LINE_ITEMS__VARIANT__PRICES__UNIT_PRICE = "orderLineItems.variant.prices.unitPrice",
|
|
213
223
|
ORDER_LINE_ITEMS__VARIANT__PRODUCT_ID = "orderLineItems.variant.productId",
|
|
214
224
|
ORDER_LINE_ITEMS__VARIANT__SKU = "orderLineItems.variant.sku",
|
|
215
225
|
ORDER_LINE_ITEMS__VARIANT__SLUG = "orderLineItems.variant.slug",
|
|
216
226
|
ORDER_LINE_ITEMS__VARIANT__TAG_IDS = "orderLineItems.variant.tagIds",
|
|
217
227
|
ORDER_LINE_ITEMS__VARIANT__TAX_VALUE = "orderLineItems.variant.taxValue",
|
|
218
228
|
ORDER_LINE_ITEMS__VARIANT__TYPE = "orderLineItems.variant.type",
|
|
229
|
+
ORDER_LINE_ITEMS__VARIANT__UNIT__AMOUNT = "orderLineItems.variant.unit.amount",
|
|
230
|
+
ORDER_LINE_ITEMS__VARIANT__UNIT__TYPE = "orderLineItems.variant.unit.type",
|
|
219
231
|
ORDER_LINE_ITEMS__VARIANT__VARIANT_VALUES__ORDER = "orderLineItems.variant.variantValues.order",
|
|
220
232
|
ORDER_LINE_ITEMS__VARIANT__VARIANT_VALUES__VARIANT_TYPE_ID = "orderLineItems.variant.variantValues.variantTypeId",
|
|
221
233
|
ORDER_LINE_ITEMS__VARIANT__VARIANT_VALUES__VARIANT_TYPE_NAME = "orderLineItems.variant.variantValues.variantTypeName",
|
|
@@ -229,6 +241,27 @@ export enum ResponseField {
|
|
|
229
241
|
RECOVER_EMAIL_STATUS = "recoverEmailStatus",
|
|
230
242
|
RECOVERY_STATUS = "recoveryStatus",
|
|
231
243
|
SALES_CHANNEL_ID = "salesChannelId",
|
|
244
|
+
SESSION_INFO__COUNTRY_CODE = "sessionInfo.countryCode",
|
|
245
|
+
SESSION_INFO__DURATION_M_S = "sessionInfo.durationMS",
|
|
246
|
+
SESSION_INFO__END = "sessionInfo.end",
|
|
247
|
+
SESSION_INFO__HOST = "sessionInfo.host",
|
|
248
|
+
SESSION_INFO__IP = "sessionInfo.ip",
|
|
249
|
+
SESSION_INFO__REFERER = "sessionInfo.referer",
|
|
250
|
+
SESSION_INFO__SALES_CHANNEL_ID = "sessionInfo.salesChannelId",
|
|
251
|
+
SESSION_INFO__SESSION_ID = "sessionInfo.sessionId",
|
|
252
|
+
SESSION_INFO__START = "sessionInfo.start",
|
|
253
|
+
SESSION_INFO__STOREFRONT_ID = "sessionInfo.storefrontId",
|
|
254
|
+
SESSION_INFO__TRAFFIC_SOURCE__SOURCE = "sessionInfo.trafficSource.source",
|
|
255
|
+
SESSION_INFO__TRAFFIC_SOURCE__TYPE = "sessionInfo.trafficSource.type",
|
|
256
|
+
SESSION_INFO__USER_AGENT__DEVICE_TYPE = "sessionInfo.userAgent.deviceType",
|
|
257
|
+
SESSION_INFO__USER_AGENT__NAME = "sessionInfo.userAgent.name",
|
|
258
|
+
SESSION_INFO__USER_AGENT__OS = "sessionInfo.userAgent.os",
|
|
259
|
+
SESSION_INFO__UTM__CAMPAIGN = "sessionInfo.utm.campaign",
|
|
260
|
+
SESSION_INFO__UTM__CONTENT = "sessionInfo.utm.content",
|
|
261
|
+
SESSION_INFO__UTM__MEDIUM = "sessionInfo.utm.medium",
|
|
262
|
+
SESSION_INFO__UTM__SOURCE = "sessionInfo.utm.source",
|
|
263
|
+
SESSION_INFO__UTM__TERM = "sessionInfo.utm.term",
|
|
264
|
+
SESSION_INFO__VISITOR_ID = "sessionInfo.visitorId",
|
|
232
265
|
SHIPPING_ADDRESS__ADDRESS_LINE1 = "shippingAddress.addressLine1",
|
|
233
266
|
SHIPPING_ADDRESS__ADDRESS_LINE2 = "shippingAddress.addressLine2",
|
|
234
267
|
SHIPPING_ADDRESS__CITY__CODE = "shippingAddress.city.code",
|
|
@@ -42,7 +42,7 @@ export type QueryParams = {
|
|
|
42
42
|
};
|
|
43
43
|
|
|
44
44
|
const allReturnFields =
|
|
45
|
-
"{abandonedCheckoutFlows {campaignId canApplicable couponId customerFilters {sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId recoverEmailStatus sendAfter } adjustments {amount amountType appliedOrderLines {amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order type } 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 state {code id name } taxNumber taxOffice } cart {campaignOffers {appliedOrderLineId campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } createdAt createdBy currencyCode customerId deleted dueDate id itemCount items {createdAt currencyCode deleted discount {amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity reason } discountPrice finalPrice id options {name productOptionId productOptionsSetId type values {name price value } } originalOrderLineItemId price quantity status statusUpdatedAt stockLocationId taxValue updatedAt variant {barcodeList brand {id name } categories {categoryPath {id name } id name } id mainImageId name prices {buyPrice currency discountPrice priceListId sellPrice } productId sku slug tagIds taxValue type variantValues {order variantTypeId variantTypeName variantValueId variantValueName } weight } } merchantId priceListId salesChannelId status storefrontId storefrontRouting {domain dynamicCurrencySettings {roundingFormat targetCurrencyCode } id locale path priceListId } storefrontRoutingId storefrontThemeId taxLines {price rate } totalPrice updatedAt } cartId couponCode createdAt customer {accountStatus customerGroupIds email firstName id identityNumber lastName notificationsAccepted phone subscriptionStatus } deleted giftPackageLines {price taxValue } giftPackageNote id isGiftPackage merchantId note orderId orderNumber orderedAt recoverEmailStatus recoveryStatus shippingAddress {addressLine1 addressLine2 city {code id name } company country {code id iso2 iso3 name } district {code id name } firstName id identityNumber isDefault lastName phone postalCode state {code id name } taxNumber taxOffice } shippingLines {finalPrice isRefunded paymentMethod price shippingSettingsId shippingZoneRateId taxValue title } shippingMethod shippingSettingsId shippingZoneRateId status stockLocationId totalFinalPrice updatedAt }";
|
|
45
|
+
"{abandonedCheckoutFlows {campaignId canApplicable couponId customerFilters {sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId recoverEmailStatus sendAfter } adjustments {amount amountType appliedOrderLines {amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order type } 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 state {code id name } taxNumber taxOffice } cart {campaignOffers {appliedOrderLineId campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } createdAt createdBy currencyCode currencySymbol customerId deleted dueDate id itemCount items {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 } categories {categoryPath {id name } id name } 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 } } merchantId priceListId salesChannelId status storefrontId storefrontRouting {domain dynamicCurrencySettings {roundingFormat targetCurrencyCode targetCurrencySymbol } id locale path priceListId } storefrontRoutingId storefrontThemeId taxLines {price rate } totalPrice updatedAt } cartId couponCode createdAt customer {accountStatus customerGroupIds email firstName id identityNumber lastName notificationsAccepted phone subscriptionStatus } deleted giftPackageLines {price taxValue } giftPackageNote id isGiftPackage merchantId note orderId orderNumber orderedAt recoverEmailStatus recoveryStatus shippingAddress {addressLine1 addressLine2 city {code id name } company country {code id iso2 iso3 name } district {code id name } firstName id identityNumber isDefault lastName phone postalCode state {code id name } taxNumber taxOffice } shippingLines {finalPrice isRefunded paymentMethod price shippingSettingsId shippingZoneRateId taxValue title } shippingMethod shippingSettingsId shippingZoneRateId status stockLocationId totalFinalPrice updatedAt }";
|
|
46
46
|
|
|
47
47
|
export enum ResponseField {
|
|
48
48
|
ABANDONED_CHECKOUT_FLOWS__CAMPAIGN_ID = "abandonedCheckoutFlows.campaignId",
|
|
@@ -109,6 +109,7 @@ export enum ResponseField {
|
|
|
109
109
|
CART__CREATED_AT = "cart.createdAt",
|
|
110
110
|
CART__CREATED_BY = "cart.createdBy",
|
|
111
111
|
CART__CURRENCY_CODE = "cart.currencyCode",
|
|
112
|
+
CART__CURRENCY_SYMBOL = "cart.currencySymbol",
|
|
112
113
|
CART__CUSTOMER_ID = "cart.customerId",
|
|
113
114
|
CART__DELETED = "cart.deleted",
|
|
114
115
|
CART__DUE_DATE = "cart.dueDate",
|
|
@@ -116,6 +117,7 @@ export enum ResponseField {
|
|
|
116
117
|
CART__ITEM_COUNT = "cart.itemCount",
|
|
117
118
|
CART__ITEMS__CREATED_AT = "cart.items.createdAt",
|
|
118
119
|
CART__ITEMS__CURRENCY_CODE = "cart.items.currencyCode",
|
|
120
|
+
CART__ITEMS__CURRENCY_SYMBOL = "cart.items.currencySymbol",
|
|
119
121
|
CART__ITEMS__DELETED = "cart.items.deleted",
|
|
120
122
|
CART__ITEMS__DISCOUNT__AMOUNT = "cart.items.discount.amount",
|
|
121
123
|
CART__ITEMS__DISCOUNT__AMOUNT_TYPE = "cart.items.discount.amountType",
|
|
@@ -125,6 +127,7 @@ export enum ResponseField {
|
|
|
125
127
|
CART__ITEMS__DISCOUNT__REASON = "cart.items.discount.reason",
|
|
126
128
|
CART__ITEMS__DISCOUNT_PRICE = "cart.items.discountPrice",
|
|
127
129
|
CART__ITEMS__FINAL_PRICE = "cart.items.finalPrice",
|
|
130
|
+
CART__ITEMS__FINAL_UNIT_PRICE = "cart.items.finalUnitPrice",
|
|
128
131
|
CART__ITEMS__ID = "cart.items.id",
|
|
129
132
|
CART__ITEMS__OPTIONS__NAME = "cart.items.options.name",
|
|
130
133
|
CART__ITEMS__OPTIONS__PRODUCT_OPTION_ID = "cart.items.options.productOptionId",
|
|
@@ -140,8 +143,13 @@ export enum ResponseField {
|
|
|
140
143
|
CART__ITEMS__STATUS_UPDATED_AT = "cart.items.statusUpdatedAt",
|
|
141
144
|
CART__ITEMS__STOCK_LOCATION_ID = "cart.items.stockLocationId",
|
|
142
145
|
CART__ITEMS__TAX_VALUE = "cart.items.taxValue",
|
|
146
|
+
CART__ITEMS__UNIT_PRICE = "cart.items.unitPrice",
|
|
143
147
|
CART__ITEMS__UPDATED_AT = "cart.items.updatedAt",
|
|
144
148
|
CART__ITEMS__VARIANT__BARCODE_LIST = "cart.items.variant.barcodeList",
|
|
149
|
+
CART__ITEMS__VARIANT__BASE_UNIT__BASE_AMOUNT = "cart.items.variant.baseUnit.baseAmount",
|
|
150
|
+
CART__ITEMS__VARIANT__BASE_UNIT__TYPE = "cart.items.variant.baseUnit.type",
|
|
151
|
+
CART__ITEMS__VARIANT__BASE_UNIT__UNIT__ID = "cart.items.variant.baseUnit.unit.id",
|
|
152
|
+
CART__ITEMS__VARIANT__BASE_UNIT__UNIT__NAME = "cart.items.variant.baseUnit.unit.name",
|
|
145
153
|
CART__ITEMS__VARIANT__BRAND__ID = "cart.items.variant.brand.id",
|
|
146
154
|
CART__ITEMS__VARIANT__BRAND__NAME = "cart.items.variant.brand.name",
|
|
147
155
|
CART__ITEMS__VARIANT__CATEGORIES__CATEGORY_PATH__ID = "cart.items.variant.categories.categoryPath.id",
|
|
@@ -153,15 +161,19 @@ export enum ResponseField {
|
|
|
153
161
|
CART__ITEMS__VARIANT__NAME = "cart.items.variant.name",
|
|
154
162
|
CART__ITEMS__VARIANT__PRICES__BUY_PRICE = "cart.items.variant.prices.buyPrice",
|
|
155
163
|
CART__ITEMS__VARIANT__PRICES__CURRENCY = "cart.items.variant.prices.currency",
|
|
164
|
+
CART__ITEMS__VARIANT__PRICES__CURRENCY_SYMBOL = "cart.items.variant.prices.currencySymbol",
|
|
156
165
|
CART__ITEMS__VARIANT__PRICES__DISCOUNT_PRICE = "cart.items.variant.prices.discountPrice",
|
|
157
166
|
CART__ITEMS__VARIANT__PRICES__PRICE_LIST_ID = "cart.items.variant.prices.priceListId",
|
|
158
167
|
CART__ITEMS__VARIANT__PRICES__SELL_PRICE = "cart.items.variant.prices.sellPrice",
|
|
168
|
+
CART__ITEMS__VARIANT__PRICES__UNIT_PRICE = "cart.items.variant.prices.unitPrice",
|
|
159
169
|
CART__ITEMS__VARIANT__PRODUCT_ID = "cart.items.variant.productId",
|
|
160
170
|
CART__ITEMS__VARIANT__SKU = "cart.items.variant.sku",
|
|
161
171
|
CART__ITEMS__VARIANT__SLUG = "cart.items.variant.slug",
|
|
162
172
|
CART__ITEMS__VARIANT__TAG_IDS = "cart.items.variant.tagIds",
|
|
163
173
|
CART__ITEMS__VARIANT__TAX_VALUE = "cart.items.variant.taxValue",
|
|
164
174
|
CART__ITEMS__VARIANT__TYPE = "cart.items.variant.type",
|
|
175
|
+
CART__ITEMS__VARIANT__UNIT__AMOUNT = "cart.items.variant.unit.amount",
|
|
176
|
+
CART__ITEMS__VARIANT__UNIT__TYPE = "cart.items.variant.unit.type",
|
|
165
177
|
CART__ITEMS__VARIANT__VARIANT_VALUES__ORDER = "cart.items.variant.variantValues.order",
|
|
166
178
|
CART__ITEMS__VARIANT__VARIANT_VALUES__VARIANT_TYPE_ID = "cart.items.variant.variantValues.variantTypeId",
|
|
167
179
|
CART__ITEMS__VARIANT__VARIANT_VALUES__VARIANT_TYPE_NAME = "cart.items.variant.variantValues.variantTypeName",
|
|
@@ -176,6 +188,7 @@ export enum ResponseField {
|
|
|
176
188
|
CART__STOREFRONT_ROUTING__DOMAIN = "cart.storefrontRouting.domain",
|
|
177
189
|
CART__STOREFRONT_ROUTING__DYNAMIC_CURRENCY_SETTINGS__ROUNDING_FORMAT = "cart.storefrontRouting.dynamicCurrencySettings.roundingFormat",
|
|
178
190
|
CART__STOREFRONT_ROUTING__DYNAMIC_CURRENCY_SETTINGS__TARGET_CURRENCY_CODE = "cart.storefrontRouting.dynamicCurrencySettings.targetCurrencyCode",
|
|
191
|
+
CART__STOREFRONT_ROUTING__DYNAMIC_CURRENCY_SETTINGS__TARGET_CURRENCY_SYMBOL = "cart.storefrontRouting.dynamicCurrencySettings.targetCurrencySymbol",
|
|
179
192
|
CART__STOREFRONT_ROUTING__ID = "cart.storefrontRouting.id",
|
|
180
193
|
CART__STOREFRONT_ROUTING__LOCALE = "cart.storefrontRouting.locale",
|
|
181
194
|
CART__STOREFRONT_ROUTING__PATH = "cart.storefrontRouting.path",
|
|
@@ -42,7 +42,7 @@ export type QueryParams = {
|
|
|
42
42
|
};
|
|
43
43
|
|
|
44
44
|
const allReturnFields =
|
|
45
|
-
"{abandonedCheckoutFlows {campaignId canApplicable couponId customerFilters {sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId recoverEmailStatus sendAfter } adjustments {amount amountType appliedOrderLines {amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order type } 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 state {code id name } taxNumber taxOffice } cart {campaignOffers {appliedOrderLineId campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } createdAt createdBy currencyCode customerId deleted dueDate id itemCount items {createdAt currencyCode deleted discount {amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity reason } discountPrice finalPrice id options {name productOptionId productOptionsSetId type values {name price value } } originalOrderLineItemId price quantity status statusUpdatedAt stockLocationId taxValue updatedAt variant {barcodeList brand {id name } categories {categoryPath {id name } id name } id mainImageId name prices {buyPrice currency discountPrice priceListId sellPrice } productId sku slug tagIds taxValue type variantValues {order variantTypeId variantTypeName variantValueId variantValueName } weight } } merchantId priceListId salesChannelId status storefrontId storefrontRouting {domain dynamicCurrencySettings {roundingFormat targetCurrencyCode } id locale path priceListId } storefrontRoutingId storefrontThemeId taxLines {price rate } totalPrice updatedAt } cartId couponCode createdAt customer {accountStatus customerGroupIds email firstName id identityNumber lastName notificationsAccepted phone subscriptionStatus } deleted giftPackageLines {price taxValue } giftPackageNote id isGiftPackage merchantId note orderId orderNumber orderedAt recoverEmailStatus recoveryStatus shippingAddress {addressLine1 addressLine2 city {code id name } company country {code id iso2 iso3 name } district {code id name } firstName id identityNumber isDefault lastName phone postalCode state {code id name } taxNumber taxOffice } shippingLines {finalPrice isRefunded paymentMethod price shippingSettingsId shippingZoneRateId taxValue title } shippingMethod shippingSettingsId shippingZoneRateId status stockLocationId totalFinalPrice updatedAt }";
|
|
45
|
+
"{abandonedCheckoutFlows {campaignId canApplicable couponId customerFilters {sendOnlyActiveAccount sendOnlySubscribedToEmail } flowId mailSendDate mailTranslationId recoverEmailStatus sendAfter } adjustments {amount amountType appliedOrderLines {amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order type } 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 state {code id name } taxNumber taxOffice } cart {campaignOffers {appliedOrderLineId campaignOfferId campaignOfferProductId offerEndDate offerStartDate status targetPageTypes triggerSourceOrderLineId } createdAt createdBy currencyCode currencySymbol customerId deleted dueDate id itemCount items {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 } categories {categoryPath {id name } id name } 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 } } merchantId priceListId salesChannelId status storefrontId storefrontRouting {domain dynamicCurrencySettings {roundingFormat targetCurrencyCode targetCurrencySymbol } id locale path priceListId } storefrontRoutingId storefrontThemeId taxLines {price rate } totalPrice updatedAt } cartId couponCode createdAt customer {accountStatus customerGroupIds email firstName id identityNumber lastName notificationsAccepted phone subscriptionStatus } deleted giftPackageLines {price taxValue } giftPackageNote id isGiftPackage merchantId note orderId orderNumber orderedAt recoverEmailStatus recoveryStatus shippingAddress {addressLine1 addressLine2 city {code id name } company country {code id iso2 iso3 name } district {code id name } firstName id identityNumber isDefault lastName phone postalCode state {code id name } taxNumber taxOffice } shippingLines {finalPrice isRefunded paymentMethod price shippingSettingsId shippingZoneRateId taxValue title } shippingMethod shippingSettingsId shippingZoneRateId status stockLocationId totalFinalPrice updatedAt }";
|
|
46
46
|
|
|
47
47
|
export enum ResponseField {
|
|
48
48
|
ABANDONED_CHECKOUT_FLOWS__CAMPAIGN_ID = "abandonedCheckoutFlows.campaignId",
|
|
@@ -109,6 +109,7 @@ export enum ResponseField {
|
|
|
109
109
|
CART__CREATED_AT = "cart.createdAt",
|
|
110
110
|
CART__CREATED_BY = "cart.createdBy",
|
|
111
111
|
CART__CURRENCY_CODE = "cart.currencyCode",
|
|
112
|
+
CART__CURRENCY_SYMBOL = "cart.currencySymbol",
|
|
112
113
|
CART__CUSTOMER_ID = "cart.customerId",
|
|
113
114
|
CART__DELETED = "cart.deleted",
|
|
114
115
|
CART__DUE_DATE = "cart.dueDate",
|
|
@@ -116,6 +117,7 @@ export enum ResponseField {
|
|
|
116
117
|
CART__ITEM_COUNT = "cart.itemCount",
|
|
117
118
|
CART__ITEMS__CREATED_AT = "cart.items.createdAt",
|
|
118
119
|
CART__ITEMS__CURRENCY_CODE = "cart.items.currencyCode",
|
|
120
|
+
CART__ITEMS__CURRENCY_SYMBOL = "cart.items.currencySymbol",
|
|
119
121
|
CART__ITEMS__DELETED = "cart.items.deleted",
|
|
120
122
|
CART__ITEMS__DISCOUNT__AMOUNT = "cart.items.discount.amount",
|
|
121
123
|
CART__ITEMS__DISCOUNT__AMOUNT_TYPE = "cart.items.discount.amountType",
|
|
@@ -125,6 +127,7 @@ export enum ResponseField {
|
|
|
125
127
|
CART__ITEMS__DISCOUNT__REASON = "cart.items.discount.reason",
|
|
126
128
|
CART__ITEMS__DISCOUNT_PRICE = "cart.items.discountPrice",
|
|
127
129
|
CART__ITEMS__FINAL_PRICE = "cart.items.finalPrice",
|
|
130
|
+
CART__ITEMS__FINAL_UNIT_PRICE = "cart.items.finalUnitPrice",
|
|
128
131
|
CART__ITEMS__ID = "cart.items.id",
|
|
129
132
|
CART__ITEMS__OPTIONS__NAME = "cart.items.options.name",
|
|
130
133
|
CART__ITEMS__OPTIONS__PRODUCT_OPTION_ID = "cart.items.options.productOptionId",
|
|
@@ -140,8 +143,13 @@ export enum ResponseField {
|
|
|
140
143
|
CART__ITEMS__STATUS_UPDATED_AT = "cart.items.statusUpdatedAt",
|
|
141
144
|
CART__ITEMS__STOCK_LOCATION_ID = "cart.items.stockLocationId",
|
|
142
145
|
CART__ITEMS__TAX_VALUE = "cart.items.taxValue",
|
|
146
|
+
CART__ITEMS__UNIT_PRICE = "cart.items.unitPrice",
|
|
143
147
|
CART__ITEMS__UPDATED_AT = "cart.items.updatedAt",
|
|
144
148
|
CART__ITEMS__VARIANT__BARCODE_LIST = "cart.items.variant.barcodeList",
|
|
149
|
+
CART__ITEMS__VARIANT__BASE_UNIT__BASE_AMOUNT = "cart.items.variant.baseUnit.baseAmount",
|
|
150
|
+
CART__ITEMS__VARIANT__BASE_UNIT__TYPE = "cart.items.variant.baseUnit.type",
|
|
151
|
+
CART__ITEMS__VARIANT__BASE_UNIT__UNIT__ID = "cart.items.variant.baseUnit.unit.id",
|
|
152
|
+
CART__ITEMS__VARIANT__BASE_UNIT__UNIT__NAME = "cart.items.variant.baseUnit.unit.name",
|
|
145
153
|
CART__ITEMS__VARIANT__BRAND__ID = "cart.items.variant.brand.id",
|
|
146
154
|
CART__ITEMS__VARIANT__BRAND__NAME = "cart.items.variant.brand.name",
|
|
147
155
|
CART__ITEMS__VARIANT__CATEGORIES__CATEGORY_PATH__ID = "cart.items.variant.categories.categoryPath.id",
|
|
@@ -153,15 +161,19 @@ export enum ResponseField {
|
|
|
153
161
|
CART__ITEMS__VARIANT__NAME = "cart.items.variant.name",
|
|
154
162
|
CART__ITEMS__VARIANT__PRICES__BUY_PRICE = "cart.items.variant.prices.buyPrice",
|
|
155
163
|
CART__ITEMS__VARIANT__PRICES__CURRENCY = "cart.items.variant.prices.currency",
|
|
164
|
+
CART__ITEMS__VARIANT__PRICES__CURRENCY_SYMBOL = "cart.items.variant.prices.currencySymbol",
|
|
156
165
|
CART__ITEMS__VARIANT__PRICES__DISCOUNT_PRICE = "cart.items.variant.prices.discountPrice",
|
|
157
166
|
CART__ITEMS__VARIANT__PRICES__PRICE_LIST_ID = "cart.items.variant.prices.priceListId",
|
|
158
167
|
CART__ITEMS__VARIANT__PRICES__SELL_PRICE = "cart.items.variant.prices.sellPrice",
|
|
168
|
+
CART__ITEMS__VARIANT__PRICES__UNIT_PRICE = "cart.items.variant.prices.unitPrice",
|
|
159
169
|
CART__ITEMS__VARIANT__PRODUCT_ID = "cart.items.variant.productId",
|
|
160
170
|
CART__ITEMS__VARIANT__SKU = "cart.items.variant.sku",
|
|
161
171
|
CART__ITEMS__VARIANT__SLUG = "cart.items.variant.slug",
|
|
162
172
|
CART__ITEMS__VARIANT__TAG_IDS = "cart.items.variant.tagIds",
|
|
163
173
|
CART__ITEMS__VARIANT__TAX_VALUE = "cart.items.variant.taxValue",
|
|
164
174
|
CART__ITEMS__VARIANT__TYPE = "cart.items.variant.type",
|
|
175
|
+
CART__ITEMS__VARIANT__UNIT__AMOUNT = "cart.items.variant.unit.amount",
|
|
176
|
+
CART__ITEMS__VARIANT__UNIT__TYPE = "cart.items.variant.unit.type",
|
|
165
177
|
CART__ITEMS__VARIANT__VARIANT_VALUES__ORDER = "cart.items.variant.variantValues.order",
|
|
166
178
|
CART__ITEMS__VARIANT__VARIANT_VALUES__VARIANT_TYPE_ID = "cart.items.variant.variantValues.variantTypeId",
|
|
167
179
|
CART__ITEMS__VARIANT__VARIANT_VALUES__VARIANT_TYPE_NAME = "cart.items.variant.variantValues.variantTypeName",
|
|
@@ -176,6 +188,7 @@ export enum ResponseField {
|
|
|
176
188
|
CART__STOREFRONT_ROUTING__DOMAIN = "cart.storefrontRouting.domain",
|
|
177
189
|
CART__STOREFRONT_ROUTING__DYNAMIC_CURRENCY_SETTINGS__ROUNDING_FORMAT = "cart.storefrontRouting.dynamicCurrencySettings.roundingFormat",
|
|
178
190
|
CART__STOREFRONT_ROUTING__DYNAMIC_CURRENCY_SETTINGS__TARGET_CURRENCY_CODE = "cart.storefrontRouting.dynamicCurrencySettings.targetCurrencyCode",
|
|
191
|
+
CART__STOREFRONT_ROUTING__DYNAMIC_CURRENCY_SETTINGS__TARGET_CURRENCY_SYMBOL = "cart.storefrontRouting.dynamicCurrencySettings.targetCurrencySymbol",
|
|
179
192
|
CART__STOREFRONT_ROUTING__ID = "cart.storefrontRouting.id",
|
|
180
193
|
CART__STOREFRONT_ROUTING__LOCALE = "cart.storefrontRouting.locale",
|
|
181
194
|
CART__STOREFRONT_ROUTING__PATH = "cart.storefrontRouting.path",
|
|
@@ -42,10 +42,12 @@ export type QueryParams = {
|
|
|
42
42
|
};
|
|
43
43
|
|
|
44
44
|
const allReturnFields =
|
|
45
|
-
"{baseCurrency createdAt date deleted id rates {code rate } updatedAt }";
|
|
45
|
+
"{baseCurrency baseCurrencyCode baseCurrencySymbol createdAt date deleted id rates {code rate } updatedAt }";
|
|
46
46
|
|
|
47
47
|
export enum ResponseField {
|
|
48
48
|
BASE_CURRENCY = "baseCurrency",
|
|
49
|
+
BASE_CURRENCY_CODE = "baseCurrencyCode",
|
|
50
|
+
BASE_CURRENCY_SYMBOL = "baseCurrencySymbol",
|
|
49
51
|
CREATED_AT = "createdAt",
|
|
50
52
|
DATE = "date",
|
|
51
53
|
DELETED = "deleted",
|
|
@@ -42,7 +42,7 @@ export type QueryParams = {
|
|
|
42
42
|
};
|
|
43
43
|
|
|
44
44
|
const allReturnFields =
|
|
45
|
-
"{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 state {code id name } taxNumber taxOffice } cancelReason cancelledAt createdAt currencyCode currencyRates {code originalRate rate } customer {email firstName fullName id isGuestCheckout lastName notificationsAccepted phone } customerId deleted giftPackageLines {price taxValue } giftPackageNote id invoices {appId appName createdAt id invoiceNumber storeAppId type } isGiftPackage merchantId note orderAdjustments {amount amountType appliedOrderLines {amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order type } orderLineItems {createdAt currencyCode deleted discount {amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity reason } discountPrice finalPrice id options {name productOptionId productOptionsSetId type values {name price value } } originalOrderLineItemId price quantity status statusUpdatedAt stockLocationId taxValue updatedAt variant {barcodeList brand {id name } categories {categoryPath {id name } id name } id mainImageId name prices {buyPrice currency discountPrice priceListId sellPrice } productId sku slug tagIds taxValue type variantValues {order variantTypeId variantTypeName variantValueId variantValueName } weight } } orderNumber orderPackageStatus orderPackages {createdAt deleted errorMessage id note orderLineItemIds orderPackageFulfillStatus orderPackageNumber stockLocationId trackingInfo {barcode cargoCompany isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderTagIds orderedAt paymentMethods {paymentGatewayCode paymentGatewayId paymentGatewayName price type } 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 state {code id name } taxNumber taxOffice } shippingLines {finalPrice isRefunded paymentMethod price shippingSettingsId shippingZoneRateId taxValue title } shippingMethod status taxLines {price rate } totalFinalPrice totalPrice updatedAt }";
|
|
45
|
+
"{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 state {code id name } taxNumber taxOffice } cancelReason cancelledAt createdAt currencyCode currencyRates {code originalRate rate } currencySymbol customer {email firstName fullName id isGuestCheckout lastName notificationsAccepted phone } customerId deleted giftPackageLines {price taxValue } giftPackageNote id invoices {appId appName createdAt id invoiceNumber storeAppId type } isGiftPackage 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 } categories {categoryPath {id name } id name } 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 orderPackageStatus orderPackages {createdAt deleted errorMessage id note orderLineItemIds orderPackageFulfillStatus orderPackageNumber stockLocationId trackingInfo {barcode cargoCompany isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderTagIds orderedAt paymentMethods {paymentGatewayCode paymentGatewayId paymentGatewayName price type } 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 state {code id name } taxNumber taxOffice } shippingLines {finalPrice isRefunded paymentMethod price shippingSettingsId shippingZoneRateId taxValue title } shippingMethod status taxLines {price rate } totalFinalPrice totalPrice updatedAt }";
|
|
46
46
|
|
|
47
47
|
export enum ResponseField {
|
|
48
48
|
BILLING_ADDRESS__ADDRESS_LINE1 = "billingAddress.addressLine1",
|
|
@@ -78,6 +78,7 @@ export enum ResponseField {
|
|
|
78
78
|
CURRENCY_RATES__CODE = "currencyRates.code",
|
|
79
79
|
CURRENCY_RATES__ORIGINAL_RATE = "currencyRates.originalRate",
|
|
80
80
|
CURRENCY_RATES__RATE = "currencyRates.rate",
|
|
81
|
+
CURRENCY_SYMBOL = "currencySymbol",
|
|
81
82
|
CUSTOMER__EMAIL = "customer.email",
|
|
82
83
|
CUSTOMER__FIRST_NAME = "customer.firstName",
|
|
83
84
|
CUSTOMER__FULL_NAME = "customer.fullName",
|
|
@@ -116,6 +117,7 @@ export enum ResponseField {
|
|
|
116
117
|
ORDER_ADJUSTMENTS__TYPE = "orderAdjustments.type",
|
|
117
118
|
ORDER_LINE_ITEMS__CREATED_AT = "orderLineItems.createdAt",
|
|
118
119
|
ORDER_LINE_ITEMS__CURRENCY_CODE = "orderLineItems.currencyCode",
|
|
120
|
+
ORDER_LINE_ITEMS__CURRENCY_SYMBOL = "orderLineItems.currencySymbol",
|
|
119
121
|
ORDER_LINE_ITEMS__DELETED = "orderLineItems.deleted",
|
|
120
122
|
ORDER_LINE_ITEMS__DISCOUNT__AMOUNT = "orderLineItems.discount.amount",
|
|
121
123
|
ORDER_LINE_ITEMS__DISCOUNT__AMOUNT_TYPE = "orderLineItems.discount.amountType",
|
|
@@ -125,6 +127,7 @@ export enum ResponseField {
|
|
|
125
127
|
ORDER_LINE_ITEMS__DISCOUNT__REASON = "orderLineItems.discount.reason",
|
|
126
128
|
ORDER_LINE_ITEMS__DISCOUNT_PRICE = "orderLineItems.discountPrice",
|
|
127
129
|
ORDER_LINE_ITEMS__FINAL_PRICE = "orderLineItems.finalPrice",
|
|
130
|
+
ORDER_LINE_ITEMS__FINAL_UNIT_PRICE = "orderLineItems.finalUnitPrice",
|
|
128
131
|
ORDER_LINE_ITEMS__ID = "orderLineItems.id",
|
|
129
132
|
ORDER_LINE_ITEMS__OPTIONS__NAME = "orderLineItems.options.name",
|
|
130
133
|
ORDER_LINE_ITEMS__OPTIONS__PRODUCT_OPTION_ID = "orderLineItems.options.productOptionId",
|
|
@@ -140,8 +143,13 @@ export enum ResponseField {
|
|
|
140
143
|
ORDER_LINE_ITEMS__STATUS_UPDATED_AT = "orderLineItems.statusUpdatedAt",
|
|
141
144
|
ORDER_LINE_ITEMS__STOCK_LOCATION_ID = "orderLineItems.stockLocationId",
|
|
142
145
|
ORDER_LINE_ITEMS__TAX_VALUE = "orderLineItems.taxValue",
|
|
146
|
+
ORDER_LINE_ITEMS__UNIT_PRICE = "orderLineItems.unitPrice",
|
|
143
147
|
ORDER_LINE_ITEMS__UPDATED_AT = "orderLineItems.updatedAt",
|
|
144
148
|
ORDER_LINE_ITEMS__VARIANT__BARCODE_LIST = "orderLineItems.variant.barcodeList",
|
|
149
|
+
ORDER_LINE_ITEMS__VARIANT__BASE_UNIT__BASE_AMOUNT = "orderLineItems.variant.baseUnit.baseAmount",
|
|
150
|
+
ORDER_LINE_ITEMS__VARIANT__BASE_UNIT__TYPE = "orderLineItems.variant.baseUnit.type",
|
|
151
|
+
ORDER_LINE_ITEMS__VARIANT__BASE_UNIT__UNIT__ID = "orderLineItems.variant.baseUnit.unit.id",
|
|
152
|
+
ORDER_LINE_ITEMS__VARIANT__BASE_UNIT__UNIT__NAME = "orderLineItems.variant.baseUnit.unit.name",
|
|
145
153
|
ORDER_LINE_ITEMS__VARIANT__BRAND__ID = "orderLineItems.variant.brand.id",
|
|
146
154
|
ORDER_LINE_ITEMS__VARIANT__BRAND__NAME = "orderLineItems.variant.brand.name",
|
|
147
155
|
ORDER_LINE_ITEMS__VARIANT__CATEGORIES__CATEGORY_PATH__ID = "orderLineItems.variant.categories.categoryPath.id",
|
|
@@ -153,15 +161,19 @@ export enum ResponseField {
|
|
|
153
161
|
ORDER_LINE_ITEMS__VARIANT__NAME = "orderLineItems.variant.name",
|
|
154
162
|
ORDER_LINE_ITEMS__VARIANT__PRICES__BUY_PRICE = "orderLineItems.variant.prices.buyPrice",
|
|
155
163
|
ORDER_LINE_ITEMS__VARIANT__PRICES__CURRENCY = "orderLineItems.variant.prices.currency",
|
|
164
|
+
ORDER_LINE_ITEMS__VARIANT__PRICES__CURRENCY_SYMBOL = "orderLineItems.variant.prices.currencySymbol",
|
|
156
165
|
ORDER_LINE_ITEMS__VARIANT__PRICES__DISCOUNT_PRICE = "orderLineItems.variant.prices.discountPrice",
|
|
157
166
|
ORDER_LINE_ITEMS__VARIANT__PRICES__PRICE_LIST_ID = "orderLineItems.variant.prices.priceListId",
|
|
158
167
|
ORDER_LINE_ITEMS__VARIANT__PRICES__SELL_PRICE = "orderLineItems.variant.prices.sellPrice",
|
|
168
|
+
ORDER_LINE_ITEMS__VARIANT__PRICES__UNIT_PRICE = "orderLineItems.variant.prices.unitPrice",
|
|
159
169
|
ORDER_LINE_ITEMS__VARIANT__PRODUCT_ID = "orderLineItems.variant.productId",
|
|
160
170
|
ORDER_LINE_ITEMS__VARIANT__SKU = "orderLineItems.variant.sku",
|
|
161
171
|
ORDER_LINE_ITEMS__VARIANT__SLUG = "orderLineItems.variant.slug",
|
|
162
172
|
ORDER_LINE_ITEMS__VARIANT__TAG_IDS = "orderLineItems.variant.tagIds",
|
|
163
173
|
ORDER_LINE_ITEMS__VARIANT__TAX_VALUE = "orderLineItems.variant.taxValue",
|
|
164
174
|
ORDER_LINE_ITEMS__VARIANT__TYPE = "orderLineItems.variant.type",
|
|
175
|
+
ORDER_LINE_ITEMS__VARIANT__UNIT__AMOUNT = "orderLineItems.variant.unit.amount",
|
|
176
|
+
ORDER_LINE_ITEMS__VARIANT__UNIT__TYPE = "orderLineItems.variant.unit.type",
|
|
165
177
|
ORDER_LINE_ITEMS__VARIANT__VARIANT_VALUES__ORDER = "orderLineItems.variant.variantValues.order",
|
|
166
178
|
ORDER_LINE_ITEMS__VARIANT__VARIANT_VALUES__VARIANT_TYPE_ID = "orderLineItems.variant.variantValues.variantTypeId",
|
|
167
179
|
ORDER_LINE_ITEMS__VARIANT__VARIANT_VALUES__VARIANT_TYPE_NAME = "orderLineItems.variant.variantValues.variantTypeName",
|
|
@@ -42,7 +42,7 @@ export type QueryParams = {
|
|
|
42
42
|
};
|
|
43
43
|
|
|
44
44
|
const allReturnFields =
|
|
45
|
-
"{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 state {code id name } taxNumber taxOffice } cancelReason cancelledAt createdAt currencyCode currencyRates {code originalRate rate } customer {email firstName fullName id isGuestCheckout lastName notificationsAccepted phone } customerId deleted giftPackageLines {price taxValue } giftPackageNote id invoices {appId appName createdAt id invoiceNumber storeAppId type } isGiftPackage merchantId note orderAdjustments {amount amountType appliedOrderLines {amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order type } orderLineItems {createdAt currencyCode deleted discount {amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity reason } discountPrice finalPrice id options {name productOptionId productOptionsSetId type values {name price value } } originalOrderLineItemId price quantity status statusUpdatedAt stockLocationId taxValue updatedAt variant {barcodeList brand {id name } categories {categoryPath {id name } id name } id mainImageId name prices {buyPrice currency discountPrice priceListId sellPrice } productId sku slug tagIds taxValue type variantValues {order variantTypeId variantTypeName variantValueId variantValueName } weight } } orderNumber orderPackageStatus orderPackages {createdAt deleted errorMessage id note orderLineItemIds orderPackageFulfillStatus orderPackageNumber stockLocationId trackingInfo {barcode cargoCompany isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderTagIds orderedAt paymentMethods {paymentGatewayCode paymentGatewayId paymentGatewayName price type } 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 state {code id name } taxNumber taxOffice } shippingLines {finalPrice isRefunded paymentMethod price shippingSettingsId shippingZoneRateId taxValue title } shippingMethod status taxLines {price rate } totalFinalPrice totalPrice updatedAt }";
|
|
45
|
+
"{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 state {code id name } taxNumber taxOffice } cancelReason cancelledAt createdAt currencyCode currencyRates {code originalRate rate } currencySymbol customer {email firstName fullName id isGuestCheckout lastName notificationsAccepted phone } customerId deleted giftPackageLines {price taxValue } giftPackageNote id invoices {appId appName createdAt id invoiceNumber storeAppId type } isGiftPackage 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 } categories {categoryPath {id name } id name } 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 orderPackageStatus orderPackages {createdAt deleted errorMessage id note orderLineItemIds orderPackageFulfillStatus orderPackageNumber stockLocationId trackingInfo {barcode cargoCompany isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderTagIds orderedAt paymentMethods {paymentGatewayCode paymentGatewayId paymentGatewayName price type } 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 state {code id name } taxNumber taxOffice } shippingLines {finalPrice isRefunded paymentMethod price shippingSettingsId shippingZoneRateId taxValue title } shippingMethod status taxLines {price rate } totalFinalPrice totalPrice updatedAt }";
|
|
46
46
|
|
|
47
47
|
export enum ResponseField {
|
|
48
48
|
BILLING_ADDRESS__ADDRESS_LINE1 = "billingAddress.addressLine1",
|
|
@@ -78,6 +78,7 @@ export enum ResponseField {
|
|
|
78
78
|
CURRENCY_RATES__CODE = "currencyRates.code",
|
|
79
79
|
CURRENCY_RATES__ORIGINAL_RATE = "currencyRates.originalRate",
|
|
80
80
|
CURRENCY_RATES__RATE = "currencyRates.rate",
|
|
81
|
+
CURRENCY_SYMBOL = "currencySymbol",
|
|
81
82
|
CUSTOMER__EMAIL = "customer.email",
|
|
82
83
|
CUSTOMER__FIRST_NAME = "customer.firstName",
|
|
83
84
|
CUSTOMER__FULL_NAME = "customer.fullName",
|
|
@@ -116,6 +117,7 @@ export enum ResponseField {
|
|
|
116
117
|
ORDER_ADJUSTMENTS__TYPE = "orderAdjustments.type",
|
|
117
118
|
ORDER_LINE_ITEMS__CREATED_AT = "orderLineItems.createdAt",
|
|
118
119
|
ORDER_LINE_ITEMS__CURRENCY_CODE = "orderLineItems.currencyCode",
|
|
120
|
+
ORDER_LINE_ITEMS__CURRENCY_SYMBOL = "orderLineItems.currencySymbol",
|
|
119
121
|
ORDER_LINE_ITEMS__DELETED = "orderLineItems.deleted",
|
|
120
122
|
ORDER_LINE_ITEMS__DISCOUNT__AMOUNT = "orderLineItems.discount.amount",
|
|
121
123
|
ORDER_LINE_ITEMS__DISCOUNT__AMOUNT_TYPE = "orderLineItems.discount.amountType",
|
|
@@ -125,6 +127,7 @@ export enum ResponseField {
|
|
|
125
127
|
ORDER_LINE_ITEMS__DISCOUNT__REASON = "orderLineItems.discount.reason",
|
|
126
128
|
ORDER_LINE_ITEMS__DISCOUNT_PRICE = "orderLineItems.discountPrice",
|
|
127
129
|
ORDER_LINE_ITEMS__FINAL_PRICE = "orderLineItems.finalPrice",
|
|
130
|
+
ORDER_LINE_ITEMS__FINAL_UNIT_PRICE = "orderLineItems.finalUnitPrice",
|
|
128
131
|
ORDER_LINE_ITEMS__ID = "orderLineItems.id",
|
|
129
132
|
ORDER_LINE_ITEMS__OPTIONS__NAME = "orderLineItems.options.name",
|
|
130
133
|
ORDER_LINE_ITEMS__OPTIONS__PRODUCT_OPTION_ID = "orderLineItems.options.productOptionId",
|
|
@@ -140,8 +143,13 @@ export enum ResponseField {
|
|
|
140
143
|
ORDER_LINE_ITEMS__STATUS_UPDATED_AT = "orderLineItems.statusUpdatedAt",
|
|
141
144
|
ORDER_LINE_ITEMS__STOCK_LOCATION_ID = "orderLineItems.stockLocationId",
|
|
142
145
|
ORDER_LINE_ITEMS__TAX_VALUE = "orderLineItems.taxValue",
|
|
146
|
+
ORDER_LINE_ITEMS__UNIT_PRICE = "orderLineItems.unitPrice",
|
|
143
147
|
ORDER_LINE_ITEMS__UPDATED_AT = "orderLineItems.updatedAt",
|
|
144
148
|
ORDER_LINE_ITEMS__VARIANT__BARCODE_LIST = "orderLineItems.variant.barcodeList",
|
|
149
|
+
ORDER_LINE_ITEMS__VARIANT__BASE_UNIT__BASE_AMOUNT = "orderLineItems.variant.baseUnit.baseAmount",
|
|
150
|
+
ORDER_LINE_ITEMS__VARIANT__BASE_UNIT__TYPE = "orderLineItems.variant.baseUnit.type",
|
|
151
|
+
ORDER_LINE_ITEMS__VARIANT__BASE_UNIT__UNIT__ID = "orderLineItems.variant.baseUnit.unit.id",
|
|
152
|
+
ORDER_LINE_ITEMS__VARIANT__BASE_UNIT__UNIT__NAME = "orderLineItems.variant.baseUnit.unit.name",
|
|
145
153
|
ORDER_LINE_ITEMS__VARIANT__BRAND__ID = "orderLineItems.variant.brand.id",
|
|
146
154
|
ORDER_LINE_ITEMS__VARIANT__BRAND__NAME = "orderLineItems.variant.brand.name",
|
|
147
155
|
ORDER_LINE_ITEMS__VARIANT__CATEGORIES__CATEGORY_PATH__ID = "orderLineItems.variant.categories.categoryPath.id",
|
|
@@ -153,15 +161,19 @@ export enum ResponseField {
|
|
|
153
161
|
ORDER_LINE_ITEMS__VARIANT__NAME = "orderLineItems.variant.name",
|
|
154
162
|
ORDER_LINE_ITEMS__VARIANT__PRICES__BUY_PRICE = "orderLineItems.variant.prices.buyPrice",
|
|
155
163
|
ORDER_LINE_ITEMS__VARIANT__PRICES__CURRENCY = "orderLineItems.variant.prices.currency",
|
|
164
|
+
ORDER_LINE_ITEMS__VARIANT__PRICES__CURRENCY_SYMBOL = "orderLineItems.variant.prices.currencySymbol",
|
|
156
165
|
ORDER_LINE_ITEMS__VARIANT__PRICES__DISCOUNT_PRICE = "orderLineItems.variant.prices.discountPrice",
|
|
157
166
|
ORDER_LINE_ITEMS__VARIANT__PRICES__PRICE_LIST_ID = "orderLineItems.variant.prices.priceListId",
|
|
158
167
|
ORDER_LINE_ITEMS__VARIANT__PRICES__SELL_PRICE = "orderLineItems.variant.prices.sellPrice",
|
|
168
|
+
ORDER_LINE_ITEMS__VARIANT__PRICES__UNIT_PRICE = "orderLineItems.variant.prices.unitPrice",
|
|
159
169
|
ORDER_LINE_ITEMS__VARIANT__PRODUCT_ID = "orderLineItems.variant.productId",
|
|
160
170
|
ORDER_LINE_ITEMS__VARIANT__SKU = "orderLineItems.variant.sku",
|
|
161
171
|
ORDER_LINE_ITEMS__VARIANT__SLUG = "orderLineItems.variant.slug",
|
|
162
172
|
ORDER_LINE_ITEMS__VARIANT__TAG_IDS = "orderLineItems.variant.tagIds",
|
|
163
173
|
ORDER_LINE_ITEMS__VARIANT__TAX_VALUE = "orderLineItems.variant.taxValue",
|
|
164
174
|
ORDER_LINE_ITEMS__VARIANT__TYPE = "orderLineItems.variant.type",
|
|
175
|
+
ORDER_LINE_ITEMS__VARIANT__UNIT__AMOUNT = "orderLineItems.variant.unit.amount",
|
|
176
|
+
ORDER_LINE_ITEMS__VARIANT__UNIT__TYPE = "orderLineItems.variant.unit.type",
|
|
165
177
|
ORDER_LINE_ITEMS__VARIANT__VARIANT_VALUES__ORDER = "orderLineItems.variant.variantValues.order",
|
|
166
178
|
ORDER_LINE_ITEMS__VARIANT__VARIANT_VALUES__VARIANT_TYPE_ID = "orderLineItems.variant.variantValues.variantTypeId",
|
|
167
179
|
ORDER_LINE_ITEMS__VARIANT__VARIANT_VALUES__VARIANT_TYPE_NAME = "orderLineItems.variant.variantValues.variantTypeName",
|
|
@@ -45,7 +45,7 @@ export type QueryParams = {
|
|
|
45
45
|
};
|
|
46
46
|
|
|
47
47
|
const allReturnFields =
|
|
48
|
-
"{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 state {code id name } taxNumber taxOffice } cancelReason cancelledAt createdAt currencyCode currencyRates {code originalRate rate } customer {email firstName fullName id isGuestCheckout lastName notificationsAccepted phone } customerId deleted giftPackageLines {price taxValue } giftPackageNote id invoices {appId appName createdAt id invoiceNumber storeAppId type } isGiftPackage merchantId note orderAdjustments {amount amountType appliedOrderLines {amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order type } orderLineItems {createdAt currencyCode deleted discount {amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity reason } discountPrice finalPrice id options {name productOptionId productOptionsSetId type values {name price value } } originalOrderLineItemId price quantity status statusUpdatedAt stockLocationId taxValue updatedAt variant {barcodeList brand {id name } categories {categoryPath {id name } id name } id mainImageId name prices {buyPrice currency discountPrice priceListId sellPrice } productId sku slug tagIds taxValue type variantValues {order variantTypeId variantTypeName variantValueId variantValueName } weight } } orderNumber orderPackageStatus orderPackages {createdAt deleted errorMessage id note orderLineItemIds orderPackageFulfillStatus orderPackageNumber stockLocationId trackingInfo {barcode cargoCompany isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderTagIds orderedAt paymentMethods {paymentGatewayCode paymentGatewayId paymentGatewayName price type } 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 state {code id name } taxNumber taxOffice } shippingLines {finalPrice isRefunded paymentMethod price shippingSettingsId shippingZoneRateId taxValue title } shippingMethod status taxLines {price rate } totalFinalPrice totalPrice updatedAt }";
|
|
48
|
+
"{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 state {code id name } taxNumber taxOffice } cancelReason cancelledAt createdAt currencyCode currencyRates {code originalRate rate } currencySymbol customer {email firstName fullName id isGuestCheckout lastName notificationsAccepted phone } customerId deleted giftPackageLines {price taxValue } giftPackageNote id invoices {appId appName createdAt id invoiceNumber storeAppId type } isGiftPackage 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 } categories {categoryPath {id name } id name } 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 orderPackageStatus orderPackages {createdAt deleted errorMessage id note orderLineItemIds orderPackageFulfillStatus orderPackageNumber stockLocationId trackingInfo {barcode cargoCompany isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderTagIds orderedAt paymentMethods {paymentGatewayCode paymentGatewayId paymentGatewayName price type } 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 state {code id name } taxNumber taxOffice } shippingLines {finalPrice isRefunded paymentMethod price shippingSettingsId shippingZoneRateId taxValue title } shippingMethod status taxLines {price rate } totalFinalPrice totalPrice updatedAt }";
|
|
49
49
|
|
|
50
50
|
export enum ResponseField {
|
|
51
51
|
BILLING_ADDRESS__ADDRESS_LINE1 = "billingAddress.addressLine1",
|
|
@@ -81,6 +81,7 @@ export enum ResponseField {
|
|
|
81
81
|
CURRENCY_RATES__CODE = "currencyRates.code",
|
|
82
82
|
CURRENCY_RATES__ORIGINAL_RATE = "currencyRates.originalRate",
|
|
83
83
|
CURRENCY_RATES__RATE = "currencyRates.rate",
|
|
84
|
+
CURRENCY_SYMBOL = "currencySymbol",
|
|
84
85
|
CUSTOMER__EMAIL = "customer.email",
|
|
85
86
|
CUSTOMER__FIRST_NAME = "customer.firstName",
|
|
86
87
|
CUSTOMER__FULL_NAME = "customer.fullName",
|
|
@@ -119,6 +120,7 @@ export enum ResponseField {
|
|
|
119
120
|
ORDER_ADJUSTMENTS__TYPE = "orderAdjustments.type",
|
|
120
121
|
ORDER_LINE_ITEMS__CREATED_AT = "orderLineItems.createdAt",
|
|
121
122
|
ORDER_LINE_ITEMS__CURRENCY_CODE = "orderLineItems.currencyCode",
|
|
123
|
+
ORDER_LINE_ITEMS__CURRENCY_SYMBOL = "orderLineItems.currencySymbol",
|
|
122
124
|
ORDER_LINE_ITEMS__DELETED = "orderLineItems.deleted",
|
|
123
125
|
ORDER_LINE_ITEMS__DISCOUNT__AMOUNT = "orderLineItems.discount.amount",
|
|
124
126
|
ORDER_LINE_ITEMS__DISCOUNT__AMOUNT_TYPE = "orderLineItems.discount.amountType",
|
|
@@ -128,6 +130,7 @@ export enum ResponseField {
|
|
|
128
130
|
ORDER_LINE_ITEMS__DISCOUNT__REASON = "orderLineItems.discount.reason",
|
|
129
131
|
ORDER_LINE_ITEMS__DISCOUNT_PRICE = "orderLineItems.discountPrice",
|
|
130
132
|
ORDER_LINE_ITEMS__FINAL_PRICE = "orderLineItems.finalPrice",
|
|
133
|
+
ORDER_LINE_ITEMS__FINAL_UNIT_PRICE = "orderLineItems.finalUnitPrice",
|
|
131
134
|
ORDER_LINE_ITEMS__ID = "orderLineItems.id",
|
|
132
135
|
ORDER_LINE_ITEMS__OPTIONS__NAME = "orderLineItems.options.name",
|
|
133
136
|
ORDER_LINE_ITEMS__OPTIONS__PRODUCT_OPTION_ID = "orderLineItems.options.productOptionId",
|
|
@@ -143,8 +146,13 @@ export enum ResponseField {
|
|
|
143
146
|
ORDER_LINE_ITEMS__STATUS_UPDATED_AT = "orderLineItems.statusUpdatedAt",
|
|
144
147
|
ORDER_LINE_ITEMS__STOCK_LOCATION_ID = "orderLineItems.stockLocationId",
|
|
145
148
|
ORDER_LINE_ITEMS__TAX_VALUE = "orderLineItems.taxValue",
|
|
149
|
+
ORDER_LINE_ITEMS__UNIT_PRICE = "orderLineItems.unitPrice",
|
|
146
150
|
ORDER_LINE_ITEMS__UPDATED_AT = "orderLineItems.updatedAt",
|
|
147
151
|
ORDER_LINE_ITEMS__VARIANT__BARCODE_LIST = "orderLineItems.variant.barcodeList",
|
|
152
|
+
ORDER_LINE_ITEMS__VARIANT__BASE_UNIT__BASE_AMOUNT = "orderLineItems.variant.baseUnit.baseAmount",
|
|
153
|
+
ORDER_LINE_ITEMS__VARIANT__BASE_UNIT__TYPE = "orderLineItems.variant.baseUnit.type",
|
|
154
|
+
ORDER_LINE_ITEMS__VARIANT__BASE_UNIT__UNIT__ID = "orderLineItems.variant.baseUnit.unit.id",
|
|
155
|
+
ORDER_LINE_ITEMS__VARIANT__BASE_UNIT__UNIT__NAME = "orderLineItems.variant.baseUnit.unit.name",
|
|
148
156
|
ORDER_LINE_ITEMS__VARIANT__BRAND__ID = "orderLineItems.variant.brand.id",
|
|
149
157
|
ORDER_LINE_ITEMS__VARIANT__BRAND__NAME = "orderLineItems.variant.brand.name",
|
|
150
158
|
ORDER_LINE_ITEMS__VARIANT__CATEGORIES__CATEGORY_PATH__ID = "orderLineItems.variant.categories.categoryPath.id",
|
|
@@ -156,15 +164,19 @@ export enum ResponseField {
|
|
|
156
164
|
ORDER_LINE_ITEMS__VARIANT__NAME = "orderLineItems.variant.name",
|
|
157
165
|
ORDER_LINE_ITEMS__VARIANT__PRICES__BUY_PRICE = "orderLineItems.variant.prices.buyPrice",
|
|
158
166
|
ORDER_LINE_ITEMS__VARIANT__PRICES__CURRENCY = "orderLineItems.variant.prices.currency",
|
|
167
|
+
ORDER_LINE_ITEMS__VARIANT__PRICES__CURRENCY_SYMBOL = "orderLineItems.variant.prices.currencySymbol",
|
|
159
168
|
ORDER_LINE_ITEMS__VARIANT__PRICES__DISCOUNT_PRICE = "orderLineItems.variant.prices.discountPrice",
|
|
160
169
|
ORDER_LINE_ITEMS__VARIANT__PRICES__PRICE_LIST_ID = "orderLineItems.variant.prices.priceListId",
|
|
161
170
|
ORDER_LINE_ITEMS__VARIANT__PRICES__SELL_PRICE = "orderLineItems.variant.prices.sellPrice",
|
|
171
|
+
ORDER_LINE_ITEMS__VARIANT__PRICES__UNIT_PRICE = "orderLineItems.variant.prices.unitPrice",
|
|
162
172
|
ORDER_LINE_ITEMS__VARIANT__PRODUCT_ID = "orderLineItems.variant.productId",
|
|
163
173
|
ORDER_LINE_ITEMS__VARIANT__SKU = "orderLineItems.variant.sku",
|
|
164
174
|
ORDER_LINE_ITEMS__VARIANT__SLUG = "orderLineItems.variant.slug",
|
|
165
175
|
ORDER_LINE_ITEMS__VARIANT__TAG_IDS = "orderLineItems.variant.tagIds",
|
|
166
176
|
ORDER_LINE_ITEMS__VARIANT__TAX_VALUE = "orderLineItems.variant.taxValue",
|
|
167
177
|
ORDER_LINE_ITEMS__VARIANT__TYPE = "orderLineItems.variant.type",
|
|
178
|
+
ORDER_LINE_ITEMS__VARIANT__UNIT__AMOUNT = "orderLineItems.variant.unit.amount",
|
|
179
|
+
ORDER_LINE_ITEMS__VARIANT__UNIT__TYPE = "orderLineItems.variant.unit.type",
|
|
168
180
|
ORDER_LINE_ITEMS__VARIANT__VARIANT_VALUES__ORDER = "orderLineItems.variant.variantValues.order",
|
|
169
181
|
ORDER_LINE_ITEMS__VARIANT__VARIANT_VALUES__VARIANT_TYPE_ID = "orderLineItems.variant.variantValues.variantTypeId",
|
|
170
182
|
ORDER_LINE_ITEMS__VARIANT__VARIANT_VALUES__VARIANT_TYPE_NAME = "orderLineItems.variant.variantValues.variantTypeName",
|
|
@@ -42,7 +42,7 @@ export type QueryParams = {
|
|
|
42
42
|
};
|
|
43
43
|
|
|
44
44
|
const allReturnFields =
|
|
45
|
-
"{analytics4Id createdAt deleted domains {createdAt deleted id isDefault merchantDomainId name redirectDomainName updatedAt } emailSettingsId fbAccessToken fbpId gtmId id localizations {createdAt deleted id isDefault locale name updatedAt } mainStorefrontThemeId name pickUpStockLocationIds routings {countryCodes createdAt deleted domain dynamicCurrencySettings {roundingFormat targetCurrencyCode } id locale path priceListId updatedAt } salesChannelId socialLoginSettings {apiKey apiSecret provider } status themes {createdAt deleted id isMainTheme name status themeId themeVersionId updatedAt } tiktokPixelId token universalAnalyticsId updatedAt }";
|
|
45
|
+
"{analytics4Id createdAt deleted domains {createdAt deleted id isDefault merchantDomainId name redirectDomainName updatedAt } emailSettingsId fbAccessToken fbpId gtmId id localizations {createdAt deleted id isDefault locale name updatedAt } mainStorefrontThemeId name pickUpStockLocationIds routings {countryCodes createdAt currencyCode currencySymbol deleted domain dynamicCurrencySettings {roundingFormat targetCurrencyCode targetCurrencySymbol } id locale path priceListId updatedAt } salesChannelId socialLoginSettings {apiKey apiSecret provider } status themes {createdAt deleted id isMainTheme name status themeId themeVersionId updatedAt } tiktokPixelId token universalAnalyticsId updatedAt }";
|
|
46
46
|
|
|
47
47
|
export enum ResponseField {
|
|
48
48
|
ANALYTICS4_ID = "analytics4Id",
|
|
@@ -73,10 +73,13 @@ export enum ResponseField {
|
|
|
73
73
|
PICK_UP_STOCK_LOCATION_IDS = "pickUpStockLocationIds",
|
|
74
74
|
ROUTINGS__COUNTRY_CODES = "routings.countryCodes",
|
|
75
75
|
ROUTINGS__CREATED_AT = "routings.createdAt",
|
|
76
|
+
ROUTINGS__CURRENCY_CODE = "routings.currencyCode",
|
|
77
|
+
ROUTINGS__CURRENCY_SYMBOL = "routings.currencySymbol",
|
|
76
78
|
ROUTINGS__DELETED = "routings.deleted",
|
|
77
79
|
ROUTINGS__DOMAIN = "routings.domain",
|
|
78
80
|
ROUTINGS__DYNAMIC_CURRENCY_SETTINGS__ROUNDING_FORMAT = "routings.dynamicCurrencySettings.roundingFormat",
|
|
79
81
|
ROUTINGS__DYNAMIC_CURRENCY_SETTINGS__TARGET_CURRENCY_CODE = "routings.dynamicCurrencySettings.targetCurrencyCode",
|
|
82
|
+
ROUTINGS__DYNAMIC_CURRENCY_SETTINGS__TARGET_CURRENCY_SYMBOL = "routings.dynamicCurrencySettings.targetCurrencySymbol",
|
|
80
83
|
ROUTINGS__ID = "routings.id",
|
|
81
84
|
ROUTINGS__LOCALE = "routings.locale",
|
|
82
85
|
ROUTINGS__PATH = "routings.path",
|