@wix/auto_sdk_ecom_draft-orders 1.0.16 → 1.0.18
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/build/cjs/src/ecom-v1-draft-order-draft-orders.context.d.ts +1 -1
- package/build/cjs/src/ecom-v1-draft-order-draft-orders.meta.d.ts +21 -21
- package/build/cjs/src/ecom-v1-draft-order-draft-orders.meta.js.map +1 -1
- package/build/cjs/src/ecom-v1-draft-order-draft-orders.public.d.ts +15 -15
- package/build/cjs/src/ecom-v1-draft-order-draft-orders.public.js.map +1 -1
- package/build/cjs/src/ecom-v1-draft-order-draft-orders.types.d.ts +0 -501
- package/build/cjs/src/ecom-v1-draft-order-draft-orders.universal.d.ts +83 -502
- package/build/cjs/src/ecom-v1-draft-order-draft-orders.universal.js +44 -0
- package/build/cjs/src/ecom-v1-draft-order-draft-orders.universal.js.map +1 -1
- package/build/es/src/ecom-v1-draft-order-draft-orders.context.d.ts +1 -1
- package/build/es/src/ecom-v1-draft-order-draft-orders.meta.d.ts +21 -21
- package/build/es/src/ecom-v1-draft-order-draft-orders.meta.js.map +1 -1
- package/build/es/src/ecom-v1-draft-order-draft-orders.public.d.ts +15 -15
- package/build/es/src/ecom-v1-draft-order-draft-orders.public.js.map +1 -1
- package/build/es/src/ecom-v1-draft-order-draft-orders.types.d.ts +0 -501
- package/build/es/src/ecom-v1-draft-order-draft-orders.universal.d.ts +83 -502
- package/build/es/src/ecom-v1-draft-order-draft-orders.universal.js +44 -0
- package/build/es/src/ecom-v1-draft-order-draft-orders.universal.js.map +1 -1
- package/build/internal/cjs/src/ecom-v1-draft-order-draft-orders.context.d.ts +1 -1
- package/build/internal/cjs/src/ecom-v1-draft-order-draft-orders.meta.d.ts +21 -21
- package/build/internal/cjs/src/ecom-v1-draft-order-draft-orders.meta.js.map +1 -1
- package/build/internal/cjs/src/ecom-v1-draft-order-draft-orders.public.d.ts +15 -15
- package/build/internal/cjs/src/ecom-v1-draft-order-draft-orders.public.js.map +1 -1
- package/build/internal/cjs/src/ecom-v1-draft-order-draft-orders.types.d.ts +0 -764
- package/build/internal/cjs/src/ecom-v1-draft-order-draft-orders.universal.d.ts +83 -765
- package/build/internal/cjs/src/ecom-v1-draft-order-draft-orders.universal.js +44 -0
- package/build/internal/cjs/src/ecom-v1-draft-order-draft-orders.universal.js.map +1 -1
- package/build/internal/es/src/ecom-v1-draft-order-draft-orders.context.d.ts +1 -1
- package/build/internal/es/src/ecom-v1-draft-order-draft-orders.meta.d.ts +21 -21
- package/build/internal/es/src/ecom-v1-draft-order-draft-orders.meta.js.map +1 -1
- package/build/internal/es/src/ecom-v1-draft-order-draft-orders.public.d.ts +15 -15
- package/build/internal/es/src/ecom-v1-draft-order-draft-orders.public.js.map +1 -1
- package/build/internal/es/src/ecom-v1-draft-order-draft-orders.types.d.ts +0 -764
- package/build/internal/es/src/ecom-v1-draft-order-draft-orders.universal.d.ts +83 -765
- package/build/internal/es/src/ecom-v1-draft-order-draft-orders.universal.js +44 -0
- package/build/internal/es/src/ecom-v1-draft-order-draft-orders.universal.js.map +1 -1
- package/package.json +3 -3
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { HttpClient } from '@wix/sdk-types';
|
|
2
|
-
import { AddLineItemsToDraftOrderOptions, AddLineItemsToDraftOrderResponse,
|
|
2
|
+
import { AddLineItemsToDraftOrderOptions, AddLineItemsToDraftOrderResponse, CommitDraftOrderOptions, CommitDraftOrderResponse, CreateCustomAdditionalFeesOptions, CreateCustomAdditionalFeesResponse, CreateCustomDiscountsOptions, CreateCustomDiscountsResponse, CreateDraftOrderResponse, CreateEmptyDraftOrderResponse, DeleteCustomAdditionalFeesResponse, DeleteCustomDiscountsResponse, DraftOrdersQueryBuilder, GetDraftOrderResponse, GetOrderDraftabilityStatusResponse, IdAndApplied, SetAdditionalFeesResponse, SetDiscountsResponse, UpdateLineItemsOptions, UpdateLineItemsResponse } from './ecom-v1-draft-order-draft-orders.universal.js';
|
|
3
3
|
export declare const __metadata: {
|
|
4
4
|
PACKAGE_NAME: string;
|
|
5
5
|
};
|
|
@@ -12,14 +12,14 @@ interface CreateDraftOrderSignature {
|
|
|
12
12
|
* To complete a draft and update the order, call [Commit Draft Order](https://dev.wix.com/docs/rest/api-reference/wix-e-commerce/draft-orders/commit-draft-order).
|
|
13
13
|
* @param - To create a draft from existing order, provide its id. Otherwise, an empty draft will be created.
|
|
14
14
|
*/
|
|
15
|
-
(orderId: string
|
|
15
|
+
(orderId: string): Promise<CreateDraftOrderResponse>;
|
|
16
16
|
}
|
|
17
17
|
export declare function createEmptyDraftOrder(httpClient: HttpClient): CreateEmptyDraftOrderSignature;
|
|
18
18
|
interface CreateEmptyDraftOrderSignature {
|
|
19
19
|
/**
|
|
20
20
|
* Creates an empty draft order.
|
|
21
21
|
*/
|
|
22
|
-
(): Promise<CreateEmptyDraftOrderResponse
|
|
22
|
+
(): Promise<CreateEmptyDraftOrderResponse>;
|
|
23
23
|
}
|
|
24
24
|
export declare function addLineItemsToDraftOrder(httpClient: HttpClient): AddLineItemsToDraftOrderSignature;
|
|
25
25
|
interface AddLineItemsToDraftOrderSignature {
|
|
@@ -27,7 +27,7 @@ interface AddLineItemsToDraftOrderSignature {
|
|
|
27
27
|
* Adds line items to a draft order.
|
|
28
28
|
* @param - The draft order id
|
|
29
29
|
*/
|
|
30
|
-
(draftOrderId: string, options?: AddLineItemsToDraftOrderOptions | undefined): Promise<AddLineItemsToDraftOrderResponse
|
|
30
|
+
(draftOrderId: string, options?: AddLineItemsToDraftOrderOptions | undefined): Promise<AddLineItemsToDraftOrderResponse>;
|
|
31
31
|
}
|
|
32
32
|
export declare function updateLineItems(httpClient: HttpClient): UpdateLineItemsSignature;
|
|
33
33
|
interface UpdateLineItemsSignature {
|
|
@@ -41,7 +41,7 @@ interface UpdateLineItemsSignature {
|
|
|
41
41
|
* > + Quantity cannot be decreased fulfilled line items. To get fulfillment information, pass the order ID to [List Fulfillments For Single Order](https://dev.wix.com/docs/rest/api-reference/wix-e-commerce/order-fulfillments/list-fulfillments-for-single-order).
|
|
42
42
|
* @param - The draft order id
|
|
43
43
|
*/
|
|
44
|
-
(draftOrderId: string, options?: UpdateLineItemsOptions | undefined): Promise<UpdateLineItemsResponse
|
|
44
|
+
(draftOrderId: string, options?: UpdateLineItemsOptions | undefined): Promise<UpdateLineItemsResponse>;
|
|
45
45
|
}
|
|
46
46
|
export declare function setDiscounts(httpClient: HttpClient): SetDiscountsSignature;
|
|
47
47
|
interface SetDiscountsSignature {
|
|
@@ -52,7 +52,7 @@ interface SetDiscountsSignature {
|
|
|
52
52
|
* @param - The draft order id
|
|
53
53
|
* @param - The discount ids to opt-in. all existing discounts not listed are to be opted-out.
|
|
54
54
|
*/
|
|
55
|
-
(draftOrderId: string, discounts: IdAndApplied[]): Promise<SetDiscountsResponse
|
|
55
|
+
(draftOrderId: string, discounts: IdAndApplied[]): Promise<SetDiscountsResponse>;
|
|
56
56
|
}
|
|
57
57
|
export declare function createCustomDiscounts(httpClient: HttpClient): CreateCustomDiscountsSignature;
|
|
58
58
|
interface CreateCustomDiscountsSignature {
|
|
@@ -60,7 +60,7 @@ interface CreateCustomDiscountsSignature {
|
|
|
60
60
|
* Adds merchant discounts to the order.
|
|
61
61
|
* @param - The draft order id
|
|
62
62
|
*/
|
|
63
|
-
(draftOrderId: string, options?: CreateCustomDiscountsOptions | undefined): Promise<CreateCustomDiscountsResponse
|
|
63
|
+
(draftOrderId: string, options?: CreateCustomDiscountsOptions | undefined): Promise<CreateCustomDiscountsResponse>;
|
|
64
64
|
}
|
|
65
65
|
export declare function deleteCustomDiscounts(httpClient: HttpClient): DeleteCustomDiscountsSignature;
|
|
66
66
|
interface DeleteCustomDiscountsSignature {
|
|
@@ -69,7 +69,7 @@ interface DeleteCustomDiscountsSignature {
|
|
|
69
69
|
* @param - The draft order id
|
|
70
70
|
* @param - The discounts to remove
|
|
71
71
|
*/
|
|
72
|
-
(draftOrderId: string, discountIds: string[]): Promise<DeleteCustomDiscountsResponse
|
|
72
|
+
(draftOrderId: string, discountIds: string[]): Promise<DeleteCustomDiscountsResponse>;
|
|
73
73
|
}
|
|
74
74
|
export declare function setAdditionalFees(httpClient: HttpClient): SetAdditionalFeesSignature;
|
|
75
75
|
interface SetAdditionalFeesSignature {
|
|
@@ -79,7 +79,7 @@ interface SetAdditionalFeesSignature {
|
|
|
79
79
|
* @param - The draft order id
|
|
80
80
|
* @param - The additional fees ids to opt-in. all existing additional fees not listed are to be opted-out
|
|
81
81
|
*/
|
|
82
|
-
(draftOrderId: string, additionalFees: IdAndApplied[]): Promise<SetAdditionalFeesResponse
|
|
82
|
+
(draftOrderId: string, additionalFees: IdAndApplied[]): Promise<SetAdditionalFeesResponse>;
|
|
83
83
|
}
|
|
84
84
|
export declare function createCustomAdditionalFees(httpClient: HttpClient): CreateCustomAdditionalFeesSignature;
|
|
85
85
|
interface CreateCustomAdditionalFeesSignature {
|
|
@@ -89,7 +89,7 @@ interface CreateCustomAdditionalFeesSignature {
|
|
|
89
89
|
* To opt-in them, please call SetAdditionalFees with the added additional fee ids.
|
|
90
90
|
* @param - The draft order id
|
|
91
91
|
*/
|
|
92
|
-
(draftOrderId: string, options?: CreateCustomAdditionalFeesOptions | undefined): Promise<CreateCustomAdditionalFeesResponse
|
|
92
|
+
(draftOrderId: string, options?: CreateCustomAdditionalFeesOptions | undefined): Promise<CreateCustomAdditionalFeesResponse>;
|
|
93
93
|
}
|
|
94
94
|
export declare function deleteCustomAdditionalFees(httpClient: HttpClient): DeleteCustomAdditionalFeesSignature;
|
|
95
95
|
interface DeleteCustomAdditionalFeesSignature {
|
|
@@ -98,7 +98,7 @@ interface DeleteCustomAdditionalFeesSignature {
|
|
|
98
98
|
* @param - The draft order id
|
|
99
99
|
* @param - The additional fees to remove
|
|
100
100
|
*/
|
|
101
|
-
(draftOrderId: string, customAdditionalFees: string[]): Promise<DeleteCustomAdditionalFeesResponse
|
|
101
|
+
(draftOrderId: string, customAdditionalFees: string[]): Promise<DeleteCustomAdditionalFeesResponse>;
|
|
102
102
|
}
|
|
103
103
|
export declare function setShippingInfo(httpClient: HttpClient): SetShippingInfoSignature;
|
|
104
104
|
interface SetShippingInfoSignature {
|
|
@@ -138,7 +138,7 @@ interface GetDraftOrderSignature {
|
|
|
138
138
|
* When order is in committed status, it's returned with it's calculation at the moment it was committed.
|
|
139
139
|
* @param - The draft order id
|
|
140
140
|
*/
|
|
141
|
-
(draftOrderId: string): Promise<GetDraftOrderResponse
|
|
141
|
+
(draftOrderId: string): Promise<GetDraftOrderResponse>;
|
|
142
142
|
}
|
|
143
143
|
export declare function getOrderDraftabilityStatus(httpClient: HttpClient): GetOrderDraftabilityStatusSignature;
|
|
144
144
|
interface GetOrderDraftabilityStatusSignature {
|
|
@@ -146,7 +146,7 @@ interface GetOrderDraftabilityStatusSignature {
|
|
|
146
146
|
* Checks whether a draft can be created for this order
|
|
147
147
|
* @param - Order ID.
|
|
148
148
|
*/
|
|
149
|
-
(orderId: string): Promise<GetOrderDraftabilityStatusResponse
|
|
149
|
+
(orderId: string): Promise<GetOrderDraftabilityStatusResponse>;
|
|
150
150
|
}
|
|
151
151
|
export declare function commitDraftOrder(httpClient: HttpClient): CommitDraftOrderSignature;
|
|
152
152
|
interface CommitDraftOrderSignature {
|
|
@@ -156,7 +156,7 @@ interface CommitDraftOrderSignature {
|
|
|
156
156
|
* Order-edit become closed for editing, however it's kept for reference and can be retrieved.
|
|
157
157
|
* @param - The draft order id
|
|
158
158
|
*/
|
|
159
|
-
(draftOrderId: string, options?: CommitDraftOrderOptions | undefined): Promise<CommitDraftOrderResponse
|
|
159
|
+
(draftOrderId: string, options?: CommitDraftOrderOptions | undefined): Promise<CommitDraftOrderResponse>;
|
|
160
160
|
}
|
|
161
161
|
export declare function createOrderFromDraft(httpClient: HttpClient): CreateOrderFromDraftSignature;
|
|
162
162
|
interface CreateOrderFromDraftSignature {
|
|
@@ -206,4 +206,4 @@ interface SetBusinessLocationSignature {
|
|
|
206
206
|
*/
|
|
207
207
|
(): Promise<void>;
|
|
208
208
|
}
|
|
209
|
-
export { ActionEvent, Activity, ActivityContentOneOf, ActivityType, AddLineItemsToDraftOrderOptions, AddLineItemsToDraftOrderRequest, AddLineItemsToDraftOrderResponse,
|
|
209
|
+
export { ActionEvent, Activity, ActivityContentOneOf, ActivityType, AddLineItemsToDraftOrderOptions, AddLineItemsToDraftOrderRequest, AddLineItemsToDraftOrderResponse, AdditionalFee, AdditionalFeeDetails, AdditionalFeeOption, Address, AddressLocation, AddressWithContact, AdjustmentType, ApplicationError, AppliedDiscount, AppliedDiscountDiscountSourceOneOf, AppliedDiscountDiscountType, AttributionSource, AuthorizedPaymentCaptured, AuthorizedPaymentCreated, AuthorizedPaymentVoided, Balance, BalanceSummary, BillingAdjustment, BillingAdjustmentPriceSummary, BillingChangedDetails, BillingDetails, BillingDetailsChangeTypeOneOf, BusinessLocationChangedDetails, BusinessLocationDetails, BusinessLocationDetailsChangeTypeOneOf, BuyerChangedDetails, BuyerDetails, BuyerDetailsChangeTypeOneOf, BuyerInfo, BuyerInfoIdOneOf, CalculatedDraftOrder, CalculationErrors, CalculationErrorsShippingCalculationErrorOneOf, CarrierError, CarrierErrors, CatalogReference, CatalogReferenceLineItem, ChannelInfo, ChannelType, Color, CommitDraftOrderOptions, CommitDraftOrderRequest, CommitDraftOrderResponse, Coupon, CreateCustomAdditionalFeesOptions, CreateCustomAdditionalFeesRequest, CreateCustomAdditionalFeesResponse, CreateCustomDiscountsOptions, CreateCustomDiscountsRequest, CreateCustomDiscountsResponse, CreateDraftOrderRequest, CreateDraftOrderResponse, CreateEmptyDraftOrderRequest, CreateEmptyDraftOrderResponse, CreateOrderFromDraftRequest, CreateOrderFromDraftResponse, CreatedBy, CreatedByStringOneOf, CreditCardDetails, CurrencyConversionDetails, CursorPaging, CursorPagingMetadata, CursorQuery, CursorQueryPagingMethodOneOf, Cursors, CustomActivity, CustomField, CustomLineItem, DeleteCustomAdditionalFeesRequest, DeleteCustomAdditionalFeesResponse, DeleteCustomDiscountsRequest, DeleteCustomDiscountsResponse, DeleteDraftOrderRequest, DeleteDraftOrderResponse, DeliveryLogistics, DeliveryTimeSlot, DescriptionLine, DescriptionLineDescriptionLineValueOneOf, DescriptionLineName, DescriptionLineType, DescriptionLineValueOneOf, Details, DetailsKindOneOf, DigitalFile, DiscountDetails, DiscountOption, DiscountOptionDiscountAmountOneOf, DiscountReason, DiscountRule, DiscountRuleName, DiscountType, DomainEvent, DomainEventBodyOneOf, DraftOrder, DraftOrderChangesApplied, DraftOrderCommitSettings, DraftOrdersQueryBuilder, DraftOrdersQueryResult, EditingStatus, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, ExtendedFields, ExternalReceipt, FieldViolation, FileType, FocalPoint, FreeTrialPeriod, FulfillmentStatus, FulfillmentStatusesAggregate, FullAddressContactDetails, GetDraftEditabilityStatusRequest, GetDraftEditabilityStatusResponse, GetDraftOrderRequest, GetDraftOrderResponse, GetOrderDraftabilityStatusRequest, GetOrderDraftabilityStatusResponse, GiftCardPaymentRefund, IdAndApplied, IdentificationData, IdentificationDataIdOneOf, InventoryUpdate, ItemChangedDetails, ItemDetails, ItemDetailsChangeTypeOneOf, ItemTaxFullDetails, ItemType, ItemTypeItemType, ItemTypeItemTypeDataOneOf, JurisdictionType, LineItemAmount, LineItemChangeDetails, LineItemChanges, LineItemDiscount, LineItemExchangeData, LineItemPriceChange, LineItemQuantityChange, LineItemQuantityChangeType, LineItemTaxBreakdown, LineItemTaxInfo, Location, LocationAndQuantity, ManagedAdditionalFee, ManagedDiscount, ManagedLineItem, MembershipPaymentRefund, MerchantComment, MerchantDiscount, MerchantDiscountMerchantDiscountReasonOneOf, MessageEnvelope, NewExchangeOrderCreated, NonDraftableReason, Order, OrderChange, OrderChangeValueOneOf, OrderCreateNotifications, OrderCreateSettings, OrderCreatedFromExchange, OrderLineItem, OrderRefunded, OrderStatus, OrderTaxBreakdown, OrderTaxInfo, PaymentCanceled, PaymentCanceledPaymentDetailsOneOf, PaymentDeclined, PaymentDeclinedPaymentDetailsOneOf, PaymentOptionType, PaymentPending, PaymentPendingPaymentDetailsOneOf, PaymentRefundFailed, PaymentRefunded, PaymentStatus, PhysicalProperties, PickupAddress, PickupDetails, PickupDetailsPickupMethod, PickupMethod, PlainTextValue, Price, PriceDescription, PriceSummary, ProductName, QueryDraftOrdersRequest, QueryDraftOrdersResponse, ReceiptCreated, ReceiptCreatedReceiptInfoOneOf, ReceiptSent, ReceiptSentReceiptInfoOneOf, RecipientInfoChangedDetails, RecipientInfoDetails, RecipientInfoDetailsChangeTypeOneOf, RefundInitiated, RefundedAsStoreCredit, RefundedPayment, RefundedPaymentKindOneOf, RegularPayment, RegularPaymentPaymentMethodDetailsOneOf, RegularPaymentRefund, RestoreInfo, RuleType, SavedPaymentMethod, SecuredMedia, SetAdditionalFeesRequest, SetAdditionalFeesResponse, SetBillingInfoRequest, SetBillingInfoResponse, SetBusinessLocationRequest, SetBusinessLocationResponse, SetBuyerInfoRequest, SetBuyerInfoResponse, SetDiscountsRequest, SetDiscountsResponse, SetRecipientInfoRequest, SetRecipientInfoResponse, SetShippingInfoRequest, SetShippingInfoResponse, SetTaxExemptionRequest, SetTaxExemptionResponse, ShippingChangedDetails, ShippingDetails, ShippingDetailsChangeTypeOneOf, ShippingInformation, ShippingInformationChange, ShippingOption, ShippingPrice, ShippingRegion, SortOrder, Sorting, SourceType, StreetAddress, SubscriptionDescription, SubscriptionFrequency, SubscriptionInfo, SubscriptionSettings, SubscriptionTitle, SystemError, TagList, Tags, TaxDetails, TaxSummary, TaxableAddress, TaxableAddressTaxableAddressDataOneOf, TaxableAddressType, TotalPriceChange, TranslatedValue, UpdateExtendedFieldsRequest, UpdateExtendedFieldsResponse, UpdateLineItemsOptions, UpdateLineItemsRequest, UpdateLineItemsResponse, UpdateShippingInfoRequest, UpdateShippingInfoResponse, V1BalanceSummary, V1CreatedBy, V1CreatedByStringOneOf, V1DeliveryLogistics, V1DeliveryLogisticsAddressOneOf, V1DeliveryTimeSlot, V1PickupDetails, V1ShippingInformation, V1ShippingPrice, ValidationError, VatId, VatType, WebhookIdentityType, WeightUnit, WixReceipt, } from './ecom-v1-draft-order-draft-orders.universal.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecom-v1-draft-order-draft-orders.public.js","sourceRoot":"","sources":["../../../src/ecom-v1-draft-order-draft-orders.public.ts"],"names":[],"mappings":"AACA,OAAO,
|
|
1
|
+
{"version":3,"file":"ecom-v1-draft-order-draft-orders.public.js","sourceRoot":"","sources":["../../../src/ecom-v1-draft-order-draft-orders.public.ts"],"names":[],"mappings":"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"}
|
|
@@ -3524,504 +3524,3 @@ export declare enum WebhookIdentityType {
|
|
|
3524
3524
|
WIX_USER = "WIX_USER",
|
|
3525
3525
|
APP = "APP"
|
|
3526
3526
|
}
|
|
3527
|
-
interface PriceNonNullableFields {
|
|
3528
|
-
amount: string;
|
|
3529
|
-
formattedAmount: string;
|
|
3530
|
-
}
|
|
3531
|
-
interface PriceDescriptionNonNullableFields {
|
|
3532
|
-
original: string;
|
|
3533
|
-
}
|
|
3534
|
-
interface ItemChangedDetailsNonNullableFields {
|
|
3535
|
-
priceBeforeChange?: PriceNonNullableFields;
|
|
3536
|
-
priceDescriptionBeforeChange?: PriceDescriptionNonNullableFields;
|
|
3537
|
-
}
|
|
3538
|
-
interface ProductNameNonNullableFields {
|
|
3539
|
-
original: string;
|
|
3540
|
-
}
|
|
3541
|
-
interface CatalogReferenceNonNullableFields {
|
|
3542
|
-
catalogItemId: string;
|
|
3543
|
-
appId: string;
|
|
3544
|
-
}
|
|
3545
|
-
interface PlainTextValueNonNullableFields {
|
|
3546
|
-
original: string;
|
|
3547
|
-
}
|
|
3548
|
-
interface ColorNonNullableFields {
|
|
3549
|
-
original: string;
|
|
3550
|
-
}
|
|
3551
|
-
interface DescriptionLineNameNonNullableFields {
|
|
3552
|
-
original: string;
|
|
3553
|
-
}
|
|
3554
|
-
interface DescriptionLineNonNullableFields {
|
|
3555
|
-
plainText?: PlainTextValueNonNullableFields;
|
|
3556
|
-
colorInfo?: ColorNonNullableFields;
|
|
3557
|
-
plainTextValue?: PlainTextValueNonNullableFields;
|
|
3558
|
-
color: string;
|
|
3559
|
-
name?: DescriptionLineNameNonNullableFields;
|
|
3560
|
-
lineType: DescriptionLineType;
|
|
3561
|
-
}
|
|
3562
|
-
interface FocalPointNonNullableFields {
|
|
3563
|
-
x: number;
|
|
3564
|
-
y: number;
|
|
3565
|
-
}
|
|
3566
|
-
interface ImageNonNullableFields {
|
|
3567
|
-
id: string;
|
|
3568
|
-
url: string;
|
|
3569
|
-
height: number;
|
|
3570
|
-
width: number;
|
|
3571
|
-
focalPoint?: FocalPointNonNullableFields;
|
|
3572
|
-
}
|
|
3573
|
-
interface PhysicalPropertiesNonNullableFields {
|
|
3574
|
-
shippable: boolean;
|
|
3575
|
-
}
|
|
3576
|
-
interface ItemTypeNonNullableFields {
|
|
3577
|
-
preset: ItemTypeItemType;
|
|
3578
|
-
custom: string;
|
|
3579
|
-
}
|
|
3580
|
-
interface ItemTaxFullDetailsNonNullableFields {
|
|
3581
|
-
taxableAmount?: PriceNonNullableFields;
|
|
3582
|
-
taxRate: string;
|
|
3583
|
-
totalTax?: PriceNonNullableFields;
|
|
3584
|
-
}
|
|
3585
|
-
interface LineItemTaxBreakdownNonNullableFields {
|
|
3586
|
-
taxAmount?: PriceNonNullableFields;
|
|
3587
|
-
jurisdictionType: JurisdictionType;
|
|
3588
|
-
nonTaxableAmount?: PriceNonNullableFields;
|
|
3589
|
-
taxableAmount?: PriceNonNullableFields;
|
|
3590
|
-
}
|
|
3591
|
-
interface LineItemTaxInfoNonNullableFields {
|
|
3592
|
-
taxAmount?: PriceNonNullableFields;
|
|
3593
|
-
taxableAmount?: PriceNonNullableFields;
|
|
3594
|
-
taxIncludedInPrice: boolean;
|
|
3595
|
-
taxBreakdown: LineItemTaxBreakdownNonNullableFields[];
|
|
3596
|
-
}
|
|
3597
|
-
interface DigitalFileNonNullableFields {
|
|
3598
|
-
fileId: string;
|
|
3599
|
-
}
|
|
3600
|
-
interface SubscriptionSettingsNonNullableFields {
|
|
3601
|
-
frequency: SubscriptionFrequency;
|
|
3602
|
-
autoRenewal: boolean;
|
|
3603
|
-
}
|
|
3604
|
-
interface SubscriptionInfoNonNullableFields {
|
|
3605
|
-
cycleNumber: number;
|
|
3606
|
-
subscriptionOptionTitle: string;
|
|
3607
|
-
subscriptionSettings?: SubscriptionSettingsNonNullableFields;
|
|
3608
|
-
}
|
|
3609
|
-
interface LocationAndQuantityNonNullableFields {
|
|
3610
|
-
id: string;
|
|
3611
|
-
quantity: number;
|
|
3612
|
-
}
|
|
3613
|
-
interface OrderLineItemNonNullableFields {
|
|
3614
|
-
id: string;
|
|
3615
|
-
productName?: ProductNameNonNullableFields;
|
|
3616
|
-
catalogReference?: CatalogReferenceNonNullableFields;
|
|
3617
|
-
quantity: number;
|
|
3618
|
-
totalDiscount?: PriceNonNullableFields;
|
|
3619
|
-
descriptionLines: DescriptionLineNonNullableFields[];
|
|
3620
|
-
image?: ImageNonNullableFields;
|
|
3621
|
-
physicalProperties?: PhysicalPropertiesNonNullableFields;
|
|
3622
|
-
itemType?: ItemTypeNonNullableFields;
|
|
3623
|
-
price?: PriceNonNullableFields;
|
|
3624
|
-
priceBeforeDiscounts?: PriceNonNullableFields;
|
|
3625
|
-
totalPriceBeforeTax?: PriceNonNullableFields;
|
|
3626
|
-
totalPriceAfterTax?: PriceNonNullableFields;
|
|
3627
|
-
paymentOption: PaymentOptionType;
|
|
3628
|
-
taxDetails?: ItemTaxFullDetailsNonNullableFields;
|
|
3629
|
-
taxInfo?: LineItemTaxInfoNonNullableFields;
|
|
3630
|
-
digitalFile?: DigitalFileNonNullableFields;
|
|
3631
|
-
subscriptionInfo?: SubscriptionInfoNonNullableFields;
|
|
3632
|
-
priceDescription?: PriceDescriptionNonNullableFields;
|
|
3633
|
-
depositAmount?: PriceNonNullableFields;
|
|
3634
|
-
locations: LocationAndQuantityNonNullableFields[];
|
|
3635
|
-
lineItemPrice?: PriceNonNullableFields;
|
|
3636
|
-
}
|
|
3637
|
-
interface ItemDetailsNonNullableFields {
|
|
3638
|
-
added: boolean;
|
|
3639
|
-
changedDetails?: ItemChangedDetailsNonNullableFields;
|
|
3640
|
-
removed: boolean;
|
|
3641
|
-
lineItem?: OrderLineItemNonNullableFields;
|
|
3642
|
-
}
|
|
3643
|
-
interface StreetAddressNonNullableFields {
|
|
3644
|
-
number: string;
|
|
3645
|
-
name: string;
|
|
3646
|
-
apt: string;
|
|
3647
|
-
}
|
|
3648
|
-
interface AddressNonNullableFields {
|
|
3649
|
-
streetAddress?: StreetAddressNonNullableFields;
|
|
3650
|
-
}
|
|
3651
|
-
interface VatIdNonNullableFields {
|
|
3652
|
-
id: string;
|
|
3653
|
-
type: VatType;
|
|
3654
|
-
}
|
|
3655
|
-
interface FullAddressContactDetailsNonNullableFields {
|
|
3656
|
-
vatId?: VatIdNonNullableFields;
|
|
3657
|
-
}
|
|
3658
|
-
interface AddressWithContactNonNullableFields {
|
|
3659
|
-
address?: AddressNonNullableFields;
|
|
3660
|
-
contactDetails?: FullAddressContactDetailsNonNullableFields;
|
|
3661
|
-
}
|
|
3662
|
-
interface PickupAddressNonNullableFields {
|
|
3663
|
-
streetAddress?: StreetAddressNonNullableFields;
|
|
3664
|
-
}
|
|
3665
|
-
interface V1PickupDetailsNonNullableFields {
|
|
3666
|
-
address?: PickupAddressNonNullableFields;
|
|
3667
|
-
pickupMethod: PickupDetailsPickupMethod;
|
|
3668
|
-
}
|
|
3669
|
-
interface V1DeliveryLogisticsNonNullableFields {
|
|
3670
|
-
shippingDestination?: AddressWithContactNonNullableFields;
|
|
3671
|
-
pickupDetails?: V1PickupDetailsNonNullableFields;
|
|
3672
|
-
}
|
|
3673
|
-
interface V1ShippingPriceNonNullableFields {
|
|
3674
|
-
price?: PriceNonNullableFields;
|
|
3675
|
-
totalPriceBeforeTax?: PriceNonNullableFields;
|
|
3676
|
-
totalPriceAfterTax?: PriceNonNullableFields;
|
|
3677
|
-
taxDetails?: ItemTaxFullDetailsNonNullableFields;
|
|
3678
|
-
discount?: PriceNonNullableFields;
|
|
3679
|
-
}
|
|
3680
|
-
interface V1ShippingInformationNonNullableFields {
|
|
3681
|
-
title: string;
|
|
3682
|
-
logistics?: V1DeliveryLogisticsNonNullableFields;
|
|
3683
|
-
cost?: V1ShippingPriceNonNullableFields;
|
|
3684
|
-
}
|
|
3685
|
-
interface ShippingChangedDetailsNonNullableFields {
|
|
3686
|
-
shippingInfoBeforeChange?: V1ShippingInformationNonNullableFields;
|
|
3687
|
-
}
|
|
3688
|
-
interface ShippingDetailsNonNullableFields {
|
|
3689
|
-
added: boolean;
|
|
3690
|
-
changedDetails?: ShippingChangedDetailsNonNullableFields;
|
|
3691
|
-
removed: boolean;
|
|
3692
|
-
shippingInfo?: V1ShippingInformationNonNullableFields;
|
|
3693
|
-
}
|
|
3694
|
-
interface BuyerInfoNonNullableFields {
|
|
3695
|
-
visitorId: string;
|
|
3696
|
-
memberId: string;
|
|
3697
|
-
}
|
|
3698
|
-
interface AdditionalFeeNonNullableFields {
|
|
3699
|
-
name: string;
|
|
3700
|
-
price?: PriceNonNullableFields;
|
|
3701
|
-
taxDetails?: ItemTaxFullDetailsNonNullableFields;
|
|
3702
|
-
priceBeforeTax?: PriceNonNullableFields;
|
|
3703
|
-
priceAfterTax?: PriceNonNullableFields;
|
|
3704
|
-
id: string;
|
|
3705
|
-
lineItemIds: string[];
|
|
3706
|
-
}
|
|
3707
|
-
interface TaxDetailsNonNullableFields {
|
|
3708
|
-
taxable: boolean;
|
|
3709
|
-
}
|
|
3710
|
-
interface AdditionalFeeDetailsNonNullableFields {
|
|
3711
|
-
additionalFee?: AdditionalFeeNonNullableFields;
|
|
3712
|
-
taxDetails?: TaxDetailsNonNullableFields;
|
|
3713
|
-
source: SourceType;
|
|
3714
|
-
applied: boolean;
|
|
3715
|
-
}
|
|
3716
|
-
interface CouponNonNullableFields {
|
|
3717
|
-
id: string;
|
|
3718
|
-
code: string;
|
|
3719
|
-
name: string;
|
|
3720
|
-
amount?: PriceNonNullableFields;
|
|
3721
|
-
}
|
|
3722
|
-
interface MerchantDiscountNonNullableFields {
|
|
3723
|
-
discountReason: DiscountReason;
|
|
3724
|
-
amount?: PriceNonNullableFields;
|
|
3725
|
-
}
|
|
3726
|
-
interface DiscountRuleNameNonNullableFields {
|
|
3727
|
-
original: string;
|
|
3728
|
-
}
|
|
3729
|
-
interface DiscountRuleNonNullableFields {
|
|
3730
|
-
id: string;
|
|
3731
|
-
name?: DiscountRuleNameNonNullableFields;
|
|
3732
|
-
amount?: PriceNonNullableFields;
|
|
3733
|
-
}
|
|
3734
|
-
interface AppliedDiscountNonNullableFields {
|
|
3735
|
-
coupon?: CouponNonNullableFields;
|
|
3736
|
-
merchantDiscount?: MerchantDiscountNonNullableFields;
|
|
3737
|
-
discountRule?: DiscountRuleNonNullableFields;
|
|
3738
|
-
discountType: AppliedDiscountDiscountType;
|
|
3739
|
-
lineItemIds: string[];
|
|
3740
|
-
}
|
|
3741
|
-
interface DiscountDetailsNonNullableFields {
|
|
3742
|
-
discount?: AppliedDiscountNonNullableFields;
|
|
3743
|
-
source: SourceType;
|
|
3744
|
-
applied: boolean;
|
|
3745
|
-
}
|
|
3746
|
-
interface CreatedByNonNullableFields {
|
|
3747
|
-
userId: string;
|
|
3748
|
-
appId: string;
|
|
3749
|
-
}
|
|
3750
|
-
interface PriceSummaryNonNullableFields {
|
|
3751
|
-
subtotal?: PriceNonNullableFields;
|
|
3752
|
-
shipping?: PriceNonNullableFields;
|
|
3753
|
-
tax?: PriceNonNullableFields;
|
|
3754
|
-
discount?: PriceNonNullableFields;
|
|
3755
|
-
totalPrice?: PriceNonNullableFields;
|
|
3756
|
-
total?: PriceNonNullableFields;
|
|
3757
|
-
totalWithGiftCard?: PriceNonNullableFields;
|
|
3758
|
-
totalWithoutGiftCard?: PriceNonNullableFields;
|
|
3759
|
-
totalAdditionalFees?: PriceNonNullableFields;
|
|
3760
|
-
}
|
|
3761
|
-
interface TaxSummaryNonNullableFields {
|
|
3762
|
-
totalTax?: PriceNonNullableFields;
|
|
3763
|
-
}
|
|
3764
|
-
interface BalanceNonNullableFields {
|
|
3765
|
-
amount: string;
|
|
3766
|
-
formattedAmount: string;
|
|
3767
|
-
}
|
|
3768
|
-
interface BalanceSummaryNonNullableFields {
|
|
3769
|
-
balance?: BalanceNonNullableFields;
|
|
3770
|
-
paid?: PriceNonNullableFields;
|
|
3771
|
-
refunded?: PriceNonNullableFields;
|
|
3772
|
-
authorized?: PriceNonNullableFields;
|
|
3773
|
-
}
|
|
3774
|
-
interface InventoryUpdateNonNullableFields {
|
|
3775
|
-
lineItemId: string;
|
|
3776
|
-
}
|
|
3777
|
-
interface DraftOrderCommitSettingsNonNullableFields {
|
|
3778
|
-
updateInventory: InventoryUpdateNonNullableFields[];
|
|
3779
|
-
}
|
|
3780
|
-
interface RecipientInfoChangedDetailsNonNullableFields {
|
|
3781
|
-
recipientInfoBeforeChange?: AddressWithContactNonNullableFields;
|
|
3782
|
-
}
|
|
3783
|
-
interface RecipientInfoDetailsNonNullableFields {
|
|
3784
|
-
added: boolean;
|
|
3785
|
-
changedDetails?: RecipientInfoChangedDetailsNonNullableFields;
|
|
3786
|
-
removed: boolean;
|
|
3787
|
-
recipientInfo?: AddressWithContactNonNullableFields;
|
|
3788
|
-
}
|
|
3789
|
-
interface OrderTaxBreakdownNonNullableFields {
|
|
3790
|
-
taxName: string;
|
|
3791
|
-
taxType: string;
|
|
3792
|
-
jurisdiction: string;
|
|
3793
|
-
jurisdictionType: JurisdictionType;
|
|
3794
|
-
rate: string;
|
|
3795
|
-
aggregatedTaxAmount?: PriceNonNullableFields;
|
|
3796
|
-
aggregatedTaxableAmount?: PriceNonNullableFields;
|
|
3797
|
-
}
|
|
3798
|
-
interface OrderTaxInfoNonNullableFields {
|
|
3799
|
-
totalTax?: PriceNonNullableFields;
|
|
3800
|
-
taxBreakdown: OrderTaxBreakdownNonNullableFields[];
|
|
3801
|
-
}
|
|
3802
|
-
interface LocationNonNullableFields {
|
|
3803
|
-
id: string;
|
|
3804
|
-
name: string;
|
|
3805
|
-
}
|
|
3806
|
-
interface BusinessLocationChangedDetailsNonNullableFields {
|
|
3807
|
-
businessLocationBeforeChange?: LocationNonNullableFields;
|
|
3808
|
-
}
|
|
3809
|
-
interface BusinessLocationDetailsNonNullableFields {
|
|
3810
|
-
added: boolean;
|
|
3811
|
-
changedDetails?: BusinessLocationChangedDetailsNonNullableFields;
|
|
3812
|
-
removed: boolean;
|
|
3813
|
-
businessLocation?: LocationNonNullableFields;
|
|
3814
|
-
}
|
|
3815
|
-
interface DraftOrderNonNullableFields {
|
|
3816
|
-
lineItems: ItemDetailsNonNullableFields[];
|
|
3817
|
-
shippingInfo?: ShippingDetailsNonNullableFields;
|
|
3818
|
-
buyerInfo?: BuyerInfoNonNullableFields;
|
|
3819
|
-
billingInfo?: AddressWithContactNonNullableFields;
|
|
3820
|
-
additionalFees: AdditionalFeeDetailsNonNullableFields[];
|
|
3821
|
-
discounts: DiscountDetailsNonNullableFields[];
|
|
3822
|
-
createdBy?: CreatedByNonNullableFields;
|
|
3823
|
-
status: EditingStatus;
|
|
3824
|
-
weightUnit: WeightUnit;
|
|
3825
|
-
priceSummary?: PriceSummaryNonNullableFields;
|
|
3826
|
-
taxSummary?: TaxSummaryNonNullableFields;
|
|
3827
|
-
balanceSummary?: BalanceSummaryNonNullableFields;
|
|
3828
|
-
commitSettings?: DraftOrderCommitSettingsNonNullableFields;
|
|
3829
|
-
recipientInfo?: RecipientInfoDetailsNonNullableFields;
|
|
3830
|
-
businessLocationDetails?: BusinessLocationDetailsNonNullableFields;
|
|
3831
|
-
}
|
|
3832
|
-
interface PickupDetailsNonNullableFields {
|
|
3833
|
-
address?: AddressNonNullableFields;
|
|
3834
|
-
pickupMethod: PickupMethod;
|
|
3835
|
-
}
|
|
3836
|
-
interface DeliveryLogisticsNonNullableFields {
|
|
3837
|
-
pickupDetails?: PickupDetailsNonNullableFields;
|
|
3838
|
-
}
|
|
3839
|
-
interface ShippingPriceNonNullableFields {
|
|
3840
|
-
price?: PriceNonNullableFields;
|
|
3841
|
-
currency: string;
|
|
3842
|
-
}
|
|
3843
|
-
interface ShippingOptionNonNullableFields {
|
|
3844
|
-
code: string;
|
|
3845
|
-
title: string;
|
|
3846
|
-
logistics?: DeliveryLogisticsNonNullableFields;
|
|
3847
|
-
cost?: ShippingPriceNonNullableFields;
|
|
3848
|
-
}
|
|
3849
|
-
interface ApplicationErrorNonNullableFields {
|
|
3850
|
-
code: string;
|
|
3851
|
-
description: string;
|
|
3852
|
-
}
|
|
3853
|
-
interface FieldViolationNonNullableFields {
|
|
3854
|
-
field: string;
|
|
3855
|
-
description: string;
|
|
3856
|
-
violatedRule: RuleType;
|
|
3857
|
-
}
|
|
3858
|
-
interface ValidationErrorNonNullableFields {
|
|
3859
|
-
fieldViolations: FieldViolationNonNullableFields[];
|
|
3860
|
-
}
|
|
3861
|
-
interface DetailsNonNullableFields {
|
|
3862
|
-
applicationError?: ApplicationErrorNonNullableFields;
|
|
3863
|
-
validationError?: ValidationErrorNonNullableFields;
|
|
3864
|
-
}
|
|
3865
|
-
interface CarrierErrorNonNullableFields {
|
|
3866
|
-
carrierId: string;
|
|
3867
|
-
error?: DetailsNonNullableFields;
|
|
3868
|
-
}
|
|
3869
|
-
interface CarrierErrorsNonNullableFields {
|
|
3870
|
-
errors: CarrierErrorNonNullableFields[];
|
|
3871
|
-
}
|
|
3872
|
-
interface CalculationErrorsNonNullableFields {
|
|
3873
|
-
generalShippingCalculationError?: DetailsNonNullableFields;
|
|
3874
|
-
carrierErrors?: CarrierErrorsNonNullableFields;
|
|
3875
|
-
taxCalculationError?: DetailsNonNullableFields;
|
|
3876
|
-
orderValidationErrors: ApplicationErrorNonNullableFields[];
|
|
3877
|
-
}
|
|
3878
|
-
interface CalculatedDraftOrderNonNullableFields {
|
|
3879
|
-
draftOrder?: DraftOrderNonNullableFields;
|
|
3880
|
-
shippingOptions: ShippingOptionNonNullableFields[];
|
|
3881
|
-
calculationErrors?: CalculationErrorsNonNullableFields;
|
|
3882
|
-
}
|
|
3883
|
-
export interface CreateDraftOrderResponseNonNullableFields {
|
|
3884
|
-
calculatedDraftOrder?: CalculatedDraftOrderNonNullableFields;
|
|
3885
|
-
}
|
|
3886
|
-
export interface CreateEmptyDraftOrderResponseNonNullableFields {
|
|
3887
|
-
calculatedDraftOrder?: CalculatedDraftOrderNonNullableFields;
|
|
3888
|
-
}
|
|
3889
|
-
export interface AddLineItemsToDraftOrderResponseNonNullableFields {
|
|
3890
|
-
calculatedDraftOrder?: CalculatedDraftOrderNonNullableFields;
|
|
3891
|
-
}
|
|
3892
|
-
export interface UpdateLineItemsResponseNonNullableFields {
|
|
3893
|
-
calculatedDraftOrder?: CalculatedDraftOrderNonNullableFields;
|
|
3894
|
-
}
|
|
3895
|
-
export interface SetDiscountsResponseNonNullableFields {
|
|
3896
|
-
calculatedDraftOrder?: CalculatedDraftOrderNonNullableFields;
|
|
3897
|
-
}
|
|
3898
|
-
export interface CreateCustomDiscountsResponseNonNullableFields {
|
|
3899
|
-
calculatedDraftOrder?: CalculatedDraftOrderNonNullableFields;
|
|
3900
|
-
}
|
|
3901
|
-
export interface DeleteCustomDiscountsResponseNonNullableFields {
|
|
3902
|
-
calculatedDraftOrder?: CalculatedDraftOrderNonNullableFields;
|
|
3903
|
-
}
|
|
3904
|
-
export interface SetAdditionalFeesResponseNonNullableFields {
|
|
3905
|
-
calculatedDraftOrder?: CalculatedDraftOrderNonNullableFields;
|
|
3906
|
-
}
|
|
3907
|
-
export interface CreateCustomAdditionalFeesResponseNonNullableFields {
|
|
3908
|
-
calculatedDraftOrder?: CalculatedDraftOrderNonNullableFields;
|
|
3909
|
-
}
|
|
3910
|
-
export interface DeleteCustomAdditionalFeesResponseNonNullableFields {
|
|
3911
|
-
calculatedDraftOrder?: CalculatedDraftOrderNonNullableFields;
|
|
3912
|
-
}
|
|
3913
|
-
export interface SetShippingInfoResponseNonNullableFields {
|
|
3914
|
-
}
|
|
3915
|
-
export interface SetBuyerInfoResponseNonNullableFields {
|
|
3916
|
-
}
|
|
3917
|
-
export interface SetRecipientInfoResponseNonNullableFields {
|
|
3918
|
-
}
|
|
3919
|
-
export interface SetBillingInfoResponseNonNullableFields {
|
|
3920
|
-
}
|
|
3921
|
-
export interface GetDraftOrderResponseNonNullableFields {
|
|
3922
|
-
calculatedDraftOrder?: CalculatedDraftOrderNonNullableFields;
|
|
3923
|
-
}
|
|
3924
|
-
export interface GetOrderDraftabilityStatusResponseNonNullableFields {
|
|
3925
|
-
orderId: string;
|
|
3926
|
-
orderDraftable: boolean;
|
|
3927
|
-
nonDraftableReasons: NonDraftableReason[];
|
|
3928
|
-
}
|
|
3929
|
-
interface CustomActivityNonNullableFields {
|
|
3930
|
-
appId: string;
|
|
3931
|
-
type: string;
|
|
3932
|
-
}
|
|
3933
|
-
interface MerchantCommentNonNullableFields {
|
|
3934
|
-
message: string;
|
|
3935
|
-
}
|
|
3936
|
-
interface OrderRefundedNonNullableFields {
|
|
3937
|
-
manual: boolean;
|
|
3938
|
-
amount?: PriceNonNullableFields;
|
|
3939
|
-
reason: string;
|
|
3940
|
-
}
|
|
3941
|
-
interface OrderCreatedFromExchangeNonNullableFields {
|
|
3942
|
-
originalOrderId: string;
|
|
3943
|
-
}
|
|
3944
|
-
interface LineItemExchangeDataNonNullableFields {
|
|
3945
|
-
lineItemId: string;
|
|
3946
|
-
quantity: number;
|
|
3947
|
-
}
|
|
3948
|
-
interface NewExchangeOrderCreatedNonNullableFields {
|
|
3949
|
-
exchangeOrderId: string;
|
|
3950
|
-
lineItems: LineItemExchangeDataNonNullableFields[];
|
|
3951
|
-
}
|
|
3952
|
-
interface ActivityNonNullableFields {
|
|
3953
|
-
customActivity?: CustomActivityNonNullableFields;
|
|
3954
|
-
merchantComment?: MerchantCommentNonNullableFields;
|
|
3955
|
-
orderRefunded?: OrderRefundedNonNullableFields;
|
|
3956
|
-
orderCreatedFromExchange?: OrderCreatedFromExchangeNonNullableFields;
|
|
3957
|
-
newExchangeOrderCreated?: NewExchangeOrderCreatedNonNullableFields;
|
|
3958
|
-
type: ActivityType;
|
|
3959
|
-
}
|
|
3960
|
-
interface V1CreatedByNonNullableFields {
|
|
3961
|
-
userId: string;
|
|
3962
|
-
memberId: string;
|
|
3963
|
-
visitorId: string;
|
|
3964
|
-
appId: string;
|
|
3965
|
-
}
|
|
3966
|
-
interface ChannelInfoNonNullableFields {
|
|
3967
|
-
type: ChannelType;
|
|
3968
|
-
}
|
|
3969
|
-
interface CustomFieldNonNullableFields {
|
|
3970
|
-
title: string;
|
|
3971
|
-
}
|
|
3972
|
-
interface V1BalanceSummaryNonNullableFields {
|
|
3973
|
-
balance?: BalanceNonNullableFields;
|
|
3974
|
-
paid?: PriceNonNullableFields;
|
|
3975
|
-
refunded?: PriceNonNullableFields;
|
|
3976
|
-
authorized?: PriceNonNullableFields;
|
|
3977
|
-
pending?: PriceNonNullableFields;
|
|
3978
|
-
}
|
|
3979
|
-
interface TagListNonNullableFields {
|
|
3980
|
-
tagIds: string[];
|
|
3981
|
-
}
|
|
3982
|
-
interface TagsNonNullableFields {
|
|
3983
|
-
privateTags?: TagListNonNullableFields;
|
|
3984
|
-
tags?: TagListNonNullableFields;
|
|
3985
|
-
}
|
|
3986
|
-
interface OrderNonNullableFields {
|
|
3987
|
-
number: string;
|
|
3988
|
-
lineItems: OrderLineItemNonNullableFields[];
|
|
3989
|
-
buyerInfo?: BuyerInfoNonNullableFields;
|
|
3990
|
-
paymentStatus: PaymentStatus;
|
|
3991
|
-
fulfillmentStatus: FulfillmentStatus;
|
|
3992
|
-
weightUnit: WeightUnit;
|
|
3993
|
-
taxIncludedInPrices: boolean;
|
|
3994
|
-
priceSummary?: PriceSummaryNonNullableFields;
|
|
3995
|
-
billingInfo?: AddressWithContactNonNullableFields;
|
|
3996
|
-
shippingInfo?: V1ShippingInformationNonNullableFields;
|
|
3997
|
-
status: OrderStatus;
|
|
3998
|
-
taxSummary?: TaxSummaryNonNullableFields;
|
|
3999
|
-
taxInfo?: OrderTaxInfoNonNullableFields;
|
|
4000
|
-
appliedDiscounts: AppliedDiscountNonNullableFields[];
|
|
4001
|
-
activities: ActivityNonNullableFields[];
|
|
4002
|
-
attributionSource: AttributionSource;
|
|
4003
|
-
createdBy?: V1CreatedByNonNullableFields;
|
|
4004
|
-
channelInfo?: ChannelInfoNonNullableFields;
|
|
4005
|
-
customFields: CustomFieldNonNullableFields[];
|
|
4006
|
-
isInternalOrderCreate: boolean;
|
|
4007
|
-
payNow?: PriceSummaryNonNullableFields;
|
|
4008
|
-
balanceSummary?: V1BalanceSummaryNonNullableFields;
|
|
4009
|
-
additionalFees: AdditionalFeeNonNullableFields[];
|
|
4010
|
-
recipientInfo?: AddressWithContactNonNullableFields;
|
|
4011
|
-
tags?: TagsNonNullableFields;
|
|
4012
|
-
businessLocation?: LocationNonNullableFields;
|
|
4013
|
-
}
|
|
4014
|
-
export interface CommitDraftOrderResponseNonNullableFields {
|
|
4015
|
-
committedDraftOrder?: DraftOrderNonNullableFields;
|
|
4016
|
-
orderAfterCommit?: OrderNonNullableFields;
|
|
4017
|
-
}
|
|
4018
|
-
export interface CreateOrderFromDraftResponseNonNullableFields {
|
|
4019
|
-
}
|
|
4020
|
-
export interface QueryDraftOrdersResponseNonNullableFields {
|
|
4021
|
-
draftOrders: DraftOrderNonNullableFields[];
|
|
4022
|
-
}
|
|
4023
|
-
export interface SetTaxExemptionResponseNonNullableFields {
|
|
4024
|
-
}
|
|
4025
|
-
export interface SetBusinessLocationResponseNonNullableFields {
|
|
4026
|
-
}
|
|
4027
|
-
export {};
|