@whiplashmerch/whiplash-api-client 0.4.72 → 0.4.73
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.
|
@@ -5772,7 +5772,6 @@ export interface PostApiV21ConsumerReturns {
|
|
|
5772
5772
|
reference?: string;
|
|
5773
5773
|
/** does this consumer return require a label? */
|
|
5774
5774
|
requires_label: boolean;
|
|
5775
|
-
return_items?: string;
|
|
5776
5775
|
/** the consumer return sender */
|
|
5777
5776
|
sender?: string;
|
|
5778
5777
|
/**
|
|
@@ -5818,8 +5817,6 @@ export interface PostApiV21ConsumerReturns {
|
|
|
5818
5817
|
* @format int32
|
|
5819
5818
|
*/
|
|
5820
5819
|
status?: number;
|
|
5821
|
-
/** the shipnotice status name */
|
|
5822
|
-
status_name?: string;
|
|
5823
5820
|
/**
|
|
5824
5821
|
* total number of boxes in the consumer return
|
|
5825
5822
|
* @format int32
|
|
@@ -5871,8 +5868,6 @@ export interface PostApiV21ConsumerReturnsBulk {
|
|
|
5871
5868
|
* @format int32
|
|
5872
5869
|
*/
|
|
5873
5870
|
status?: number;
|
|
5874
|
-
/** the shipnotice status name */
|
|
5875
|
-
status_name?: string;
|
|
5876
5871
|
/** the name of the person who received the consumer return */
|
|
5877
5872
|
received_by?: string;
|
|
5878
5873
|
/** notes by whiplash */
|
|
@@ -5940,7 +5935,6 @@ export interface PostApiV21ConsumerReturnsBulk {
|
|
|
5940
5935
|
due_at?: string;
|
|
5941
5936
|
/** purchase order number or other human readable token to another system */
|
|
5942
5937
|
reference?: string;
|
|
5943
|
-
return_items?: string;
|
|
5944
5938
|
shipnotice_items_attributes?: {
|
|
5945
5939
|
/**
|
|
5946
5940
|
* the shipnotice item item id
|
|
@@ -6582,8 +6576,6 @@ export interface PostApiV21Orders {
|
|
|
6582
6576
|
* @format int32
|
|
6583
6577
|
*/
|
|
6584
6578
|
carrier_account_id?: number;
|
|
6585
|
-
/** packingslip pdf url */
|
|
6586
|
-
cf_packingslip_pdf_url?: string;
|
|
6587
6579
|
/** does the order contain alcohol? */
|
|
6588
6580
|
contains_alcohol?: boolean;
|
|
6589
6581
|
/** The name of the associated customer */
|
|
@@ -6617,8 +6609,6 @@ export interface PostApiV21Orders {
|
|
|
6617
6609
|
};
|
|
6618
6610
|
/** Import One-Stop Shop number for the sender of the order */
|
|
6619
6611
|
customs_ioss_number?: string;
|
|
6620
|
-
/** does the order require customs documents? */
|
|
6621
|
-
customs_required?: boolean;
|
|
6622
6612
|
/** Value Added Tax identifcation number for the sender of the order */
|
|
6623
6613
|
customs_vat_number?: string;
|
|
6624
6614
|
/**
|
|
@@ -6645,8 +6635,6 @@ export interface PostApiV21Orders {
|
|
|
6645
6635
|
* @format int32
|
|
6646
6636
|
*/
|
|
6647
6637
|
estimated_shipping_method_id?: number;
|
|
6648
|
-
/** is the order expedited? */
|
|
6649
|
-
expedited?: boolean;
|
|
6650
6638
|
/** the first name of the person the order is being shipped to */
|
|
6651
6639
|
first_name?: string;
|
|
6652
6640
|
/** the full name of the person the order is being shipped to */
|
|
@@ -6655,8 +6643,6 @@ export interface PostApiV21Orders {
|
|
|
6655
6643
|
gift?: boolean;
|
|
6656
6644
|
/** is the order a global_e order? */
|
|
6657
6645
|
global_e_ge_order?: boolean;
|
|
6658
|
-
/** the order humanized id */
|
|
6659
|
-
humanize_id?: string;
|
|
6660
6646
|
/** desired incoterm for the order */
|
|
6661
6647
|
incoterm?: PostApiV21OrdersIncoterm;
|
|
6662
6648
|
/** is the order insured? */
|
|
@@ -6667,8 +6653,6 @@ export interface PostApiV21Orders {
|
|
|
6667
6653
|
is_gestating?: boolean;
|
|
6668
6654
|
/** is the order workable? */
|
|
6669
6655
|
is_workable?: boolean;
|
|
6670
|
-
/** are the items in the order updateable */
|
|
6671
|
-
items_updateable?: boolean;
|
|
6672
6656
|
/** the last name of the person the order is being shipped to */
|
|
6673
6657
|
last_name?: string;
|
|
6674
6658
|
/** meta data for this order as stringified JSON */
|
|
@@ -6973,8 +6957,6 @@ export interface PostApiV21OrdersBulk {
|
|
|
6973
6957
|
* @format int32
|
|
6974
6958
|
*/
|
|
6975
6959
|
estimated_shipping_method_id?: number;
|
|
6976
|
-
/** the order humanized id */
|
|
6977
|
-
humanize_id?: string;
|
|
6978
6960
|
/**
|
|
6979
6961
|
* the order original id (from the shop that sent whiplash the order)
|
|
6980
6962
|
* Note: contains the global-e order id for any global-e order.
|
|
@@ -7006,8 +6988,6 @@ export interface PostApiV21OrdersBulk {
|
|
|
7006
6988
|
order_type?: PostApiV21OrdersBulkOrderType;
|
|
7007
6989
|
/** the order shipping email */
|
|
7008
6990
|
email?: string;
|
|
7009
|
-
/** are the items in the order updateable */
|
|
7010
|
-
items_updateable?: boolean;
|
|
7011
6991
|
/** skip order shipping address verification? (staff only) */
|
|
7012
6992
|
skip_address_verification?: boolean;
|
|
7013
6993
|
/** the order shop warehouse ids */
|
|
@@ -7087,8 +7067,6 @@ export interface PostApiV21OrdersBulk {
|
|
|
7087
7067
|
requested_address?: string;
|
|
7088
7068
|
/** is the order address residential? */
|
|
7089
7069
|
residential?: boolean;
|
|
7090
|
-
/** is the order expedited? */
|
|
7091
|
-
expedited?: boolean;
|
|
7092
7070
|
/** does the order require a signature upon delivery? */
|
|
7093
7071
|
require_signature?: boolean;
|
|
7094
7072
|
/** does the order require an adult signature upon delivery? */
|
|
@@ -7101,8 +7079,6 @@ export interface PostApiV21OrdersBulk {
|
|
|
7101
7079
|
insure?: boolean;
|
|
7102
7080
|
/** does the order contain alcohol? */
|
|
7103
7081
|
contains_alcohol?: boolean;
|
|
7104
|
-
/** does the order require customs documents? */
|
|
7105
|
-
customs_required?: boolean;
|
|
7106
7082
|
/** carrier facility access point for the address destination */
|
|
7107
7083
|
shipping_carrier_facility?: string;
|
|
7108
7084
|
/** pickup option for carrier facility on the address destination */
|
|
@@ -7137,8 +7113,6 @@ export interface PostApiV21OrdersBulk {
|
|
|
7137
7113
|
* @format float
|
|
7138
7114
|
*/
|
|
7139
7115
|
req_insurance_value?: number;
|
|
7140
|
-
/** packingslip pdf url */
|
|
7141
|
-
cf_packingslip_pdf_url?: string;
|
|
7142
7116
|
/** Value Added Tax identifcation number for the sender of the order */
|
|
7143
7117
|
customs_vat_number?: string;
|
|
7144
7118
|
/** Economic Operators Registration and Identification number for the sender of the order */
|
|
@@ -7161,10 +7135,6 @@ export interface PostApiV21OrdersBulk {
|
|
|
7161
7135
|
approximate_delivery_date?: string;
|
|
7162
7136
|
/** is the order a global_e order? */
|
|
7163
7137
|
global_e_ge_order?: boolean;
|
|
7164
|
-
/** the orders calculated return time limit */
|
|
7165
|
-
calculated_time_limit?: string;
|
|
7166
|
-
/** is the order within its return time limit */
|
|
7167
|
-
within_return_time_limit?: boolean;
|
|
7168
7138
|
/** the order return name */
|
|
7169
7139
|
return_name?: string;
|
|
7170
7140
|
/** the order return company */
|
|
@@ -7484,11 +7454,6 @@ export interface PostApiV21Shipnotices {
|
|
|
7484
7454
|
*/
|
|
7485
7455
|
arrived_at?: string;
|
|
7486
7456
|
carrier?: string;
|
|
7487
|
-
/**
|
|
7488
|
-
* the shipnotice must be completed by date and time
|
|
7489
|
-
* @format date-time
|
|
7490
|
-
*/
|
|
7491
|
-
complete_by?: string;
|
|
7492
7457
|
/**
|
|
7493
7458
|
* the shipnotice completion date and time
|
|
7494
7459
|
* @format date-time
|
|
@@ -7550,8 +7515,6 @@ export interface PostApiV21Shipnotices {
|
|
|
7550
7515
|
* @format date-time
|
|
7551
7516
|
*/
|
|
7552
7517
|
processing_started_at?: string;
|
|
7553
|
-
/** purchase order numbers associated with this Ship Notice */
|
|
7554
|
-
purchase_order_numbers?: string[];
|
|
7555
7518
|
/** JSON object of required and optional receiving quantities verified by staff */
|
|
7556
7519
|
quantities_verified?: object;
|
|
7557
7520
|
/** the name of the person who received the shipnotice */
|
|
@@ -7569,21 +7532,6 @@ export interface PostApiV21Shipnotices {
|
|
|
7569
7532
|
ship_actual_cost?: number;
|
|
7570
7533
|
/** currency used for this shipnotice */
|
|
7571
7534
|
ship_actual_currency?: string;
|
|
7572
|
-
/**
|
|
7573
|
-
* number of line items in this Ship Notice
|
|
7574
|
-
* @format int32
|
|
7575
|
-
*/
|
|
7576
|
-
shipnotice_item_count?: number;
|
|
7577
|
-
/**
|
|
7578
|
-
* quantity of all the line items in this Ship Notice
|
|
7579
|
-
* @format int32
|
|
7580
|
-
*/
|
|
7581
|
-
shipnotice_item_quantity?: number;
|
|
7582
|
-
/**
|
|
7583
|
-
* number of unique items in this Ship Notice
|
|
7584
|
-
* @format int32
|
|
7585
|
-
*/
|
|
7586
|
-
shipnotice_item_sku_count?: number;
|
|
7587
7535
|
shipnotice_items_attributes?: {
|
|
7588
7536
|
/**
|
|
7589
7537
|
* the number of this shipnotice item in the shipnotice
|
|
@@ -7633,8 +7581,6 @@ export interface PostApiV21Shipnotices {
|
|
|
7633
7581
|
* @format int32
|
|
7634
7582
|
*/
|
|
7635
7583
|
status?: number;
|
|
7636
|
-
/** the shipnotice status name */
|
|
7637
|
-
status_name?: string;
|
|
7638
7584
|
/**
|
|
7639
7585
|
* total number of boxes in the shipnotice
|
|
7640
7586
|
* @format int32
|
|
@@ -7671,8 +7617,6 @@ export interface PostApiV21ShipnoticesBulk {
|
|
|
7671
7617
|
* @format int32
|
|
7672
7618
|
*/
|
|
7673
7619
|
status?: number;
|
|
7674
|
-
/** the shipnotice status name */
|
|
7675
|
-
status_name?: string;
|
|
7676
7620
|
/** the name of the person who received the shipnotice */
|
|
7677
7621
|
received_by?: string;
|
|
7678
7622
|
/** notes by whiplash */
|
|
@@ -7704,8 +7648,6 @@ export interface PostApiV21ShipnoticesBulk {
|
|
|
7704
7648
|
ship_actual_cost?: number;
|
|
7705
7649
|
/** the method of shipping for the shipnotice */
|
|
7706
7650
|
shipping_method_text?: string;
|
|
7707
|
-
/** shipping carrier */
|
|
7708
|
-
carrier?: string;
|
|
7709
7651
|
/**
|
|
7710
7652
|
* shipping method id
|
|
7711
7653
|
* @format int32
|
|
@@ -7736,11 +7678,6 @@ export interface PostApiV21ShipnoticesBulk {
|
|
|
7736
7678
|
* @format date-time
|
|
7737
7679
|
*/
|
|
7738
7680
|
completed_at?: string;
|
|
7739
|
-
/**
|
|
7740
|
-
* the shipnotice must be completed by date and time
|
|
7741
|
-
* @format date-time
|
|
7742
|
-
*/
|
|
7743
|
-
complete_by?: string;
|
|
7744
7681
|
/** currency used for this shipnotice */
|
|
7745
7682
|
ship_actual_currency?: string;
|
|
7746
7683
|
/**
|
|
@@ -7757,23 +7694,6 @@ export interface PostApiV21ShipnoticesBulk {
|
|
|
7757
7694
|
meta_data?: string;
|
|
7758
7695
|
/** purchase order number or other human readable token to another system */
|
|
7759
7696
|
reference?: string;
|
|
7760
|
-
/**
|
|
7761
|
-
* number of line items in this Ship Notice
|
|
7762
|
-
* @format int32
|
|
7763
|
-
*/
|
|
7764
|
-
shipnotice_item_count?: number;
|
|
7765
|
-
/**
|
|
7766
|
-
* number of unique items in this Ship Notice
|
|
7767
|
-
* @format int32
|
|
7768
|
-
*/
|
|
7769
|
-
shipnotice_item_sku_count?: number;
|
|
7770
|
-
/**
|
|
7771
|
-
* quantity of all the line items in this Ship Notice
|
|
7772
|
-
* @format int32
|
|
7773
|
-
*/
|
|
7774
|
-
shipnotice_item_quantity?: number;
|
|
7775
|
-
/** purchase order numbers associated with this Ship Notice */
|
|
7776
|
-
purchase_order_numbers?: string[];
|
|
7777
7697
|
/** JSON object of required and optional receiving quantities verified by staff */
|
|
7778
7698
|
quantities_verified?: object;
|
|
7779
7699
|
/** is inspection required? (default: false) */
|
|
@@ -7831,6 +7751,7 @@ export interface PostApiV21ShipnoticesBulk {
|
|
|
7831
7751
|
/** Included meta fields for associations */
|
|
7832
7752
|
association_fields?: object;
|
|
7833
7753
|
};
|
|
7754
|
+
carrier?: string;
|
|
7834
7755
|
}[];
|
|
7835
7756
|
}
|
|
7836
7757
|
/** create a shipnotice item */
|
|
@@ -8002,7 +7923,6 @@ export interface PostApiV2ConsumerReturns {
|
|
|
8002
7923
|
reference?: string;
|
|
8003
7924
|
/** does this consumer return require a label? */
|
|
8004
7925
|
requires_label: boolean;
|
|
8005
|
-
return_items?: string;
|
|
8006
7926
|
/** the consumer return sender */
|
|
8007
7927
|
sender?: string;
|
|
8008
7928
|
/**
|
|
@@ -8048,8 +7968,6 @@ export interface PostApiV2ConsumerReturns {
|
|
|
8048
7968
|
* @format int32
|
|
8049
7969
|
*/
|
|
8050
7970
|
status?: number;
|
|
8051
|
-
/** the shipnotice status name */
|
|
8052
|
-
status_name?: string;
|
|
8053
7971
|
/**
|
|
8054
7972
|
* total number of boxes in the consumer return
|
|
8055
7973
|
* @format int32
|
|
@@ -8101,8 +8019,6 @@ export interface PostApiV2ConsumerReturnsBulk {
|
|
|
8101
8019
|
* @format int32
|
|
8102
8020
|
*/
|
|
8103
8021
|
status?: number;
|
|
8104
|
-
/** the shipnotice status name */
|
|
8105
|
-
status_name?: string;
|
|
8106
8022
|
/** the name of the person who received the consumer return */
|
|
8107
8023
|
received_by?: string;
|
|
8108
8024
|
/** notes by whiplash */
|
|
@@ -8170,7 +8086,6 @@ export interface PostApiV2ConsumerReturnsBulk {
|
|
|
8170
8086
|
due_at?: string;
|
|
8171
8087
|
/** purchase order number or other human readable token to another system */
|
|
8172
8088
|
reference?: string;
|
|
8173
|
-
return_items?: string;
|
|
8174
8089
|
shipnotice_items_attributes?: {
|
|
8175
8090
|
/**
|
|
8176
8091
|
* the shipnotice item item id
|
|
@@ -8812,15 +8727,11 @@ export interface PostApiV2Orders {
|
|
|
8812
8727
|
billing_state?: string;
|
|
8813
8728
|
/** the order billing zip */
|
|
8814
8729
|
billing_zip?: string;
|
|
8815
|
-
/** the orders calculated return time limit */
|
|
8816
|
-
calculated_time_limit?: string;
|
|
8817
8730
|
/**
|
|
8818
8731
|
* the carrier account id for this package, if it has shipped (staff only)
|
|
8819
8732
|
* @format int32
|
|
8820
8733
|
*/
|
|
8821
8734
|
carrier_account_id?: number;
|
|
8822
|
-
/** packingslip pdf url */
|
|
8823
|
-
cf_packingslip_pdf_url?: string;
|
|
8824
8735
|
/** does the order contain alcohol? */
|
|
8825
8736
|
contains_alcohol?: boolean;
|
|
8826
8737
|
/** the carrier on the customer provided label (for tracking purposes) */
|
|
@@ -8829,8 +8740,6 @@ export interface PostApiV2Orders {
|
|
|
8829
8740
|
customs_eori_number?: string;
|
|
8830
8741
|
/** Import One-Stop Shop number for the sender of the order */
|
|
8831
8742
|
customs_ioss_number?: string;
|
|
8832
|
-
/** does the order require customs documents? */
|
|
8833
|
-
customs_required?: boolean;
|
|
8834
8743
|
/** Value Added Tax identifcation number for the sender of the order */
|
|
8835
8744
|
customs_vat_number?: string;
|
|
8836
8745
|
/**
|
|
@@ -8857,8 +8766,6 @@ export interface PostApiV2Orders {
|
|
|
8857
8766
|
* @format int32
|
|
8858
8767
|
*/
|
|
8859
8768
|
estimated_shipping_method_id?: number;
|
|
8860
|
-
/** is the order expedited? */
|
|
8861
|
-
expedited?: boolean;
|
|
8862
8769
|
/** the first name of the person the order is being shipped to */
|
|
8863
8770
|
first_name?: string;
|
|
8864
8771
|
/** the full name of the person the order is being shipped to */
|
|
@@ -8867,8 +8774,6 @@ export interface PostApiV2Orders {
|
|
|
8867
8774
|
gift?: boolean;
|
|
8868
8775
|
/** is the order a global_e order? */
|
|
8869
8776
|
global_e_ge_order?: boolean;
|
|
8870
|
-
/** the order humanized id */
|
|
8871
|
-
humanize_id?: string;
|
|
8872
8777
|
/** desired incoterm for the order */
|
|
8873
8778
|
incoterm?: PostApiV2OrdersIncoterm;
|
|
8874
8779
|
/** is the order insured? */
|
|
@@ -8877,8 +8782,6 @@ export interface PostApiV2Orders {
|
|
|
8877
8782
|
is_gestating?: boolean;
|
|
8878
8783
|
/** is the order workable? */
|
|
8879
8784
|
is_workable?: boolean;
|
|
8880
|
-
/** are the items in the order updateable */
|
|
8881
|
-
items_updateable?: boolean;
|
|
8882
8785
|
/** the last name of the person the order is being shipped to */
|
|
8883
8786
|
last_name?: string;
|
|
8884
8787
|
/** meta data for this order as stringified JSON */
|
|
@@ -9109,8 +9012,6 @@ export interface PostApiV2Orders {
|
|
|
9109
9012
|
tracking?: string[];
|
|
9110
9013
|
/** the order tracking links */
|
|
9111
9014
|
tracking_links?: string[];
|
|
9112
|
-
/** is the order within its return time limit */
|
|
9113
|
-
within_return_time_limit?: boolean;
|
|
9114
9015
|
}
|
|
9115
9016
|
/** Create orders in bulk */
|
|
9116
9017
|
export interface PostApiV2OrdersBulk {
|
|
@@ -9126,8 +9027,6 @@ export interface PostApiV2OrdersBulk {
|
|
|
9126
9027
|
* @format int32
|
|
9127
9028
|
*/
|
|
9128
9029
|
estimated_shipping_method_id?: number;
|
|
9129
|
-
/** the order humanized id */
|
|
9130
|
-
humanize_id?: string;
|
|
9131
9030
|
/**
|
|
9132
9031
|
* the order original id (from the shop that sent whiplash the order)
|
|
9133
9032
|
* Note: contains the global-e order id for any global-e order.
|
|
@@ -9159,8 +9058,6 @@ export interface PostApiV2OrdersBulk {
|
|
|
9159
9058
|
order_type?: PostApiV2OrdersBulkOrderType;
|
|
9160
9059
|
/** the order shipping email */
|
|
9161
9060
|
email?: string;
|
|
9162
|
-
/** are the items in the order updateable */
|
|
9163
|
-
items_updateable?: boolean;
|
|
9164
9061
|
/** skip order shipping address verification? (staff only) */
|
|
9165
9062
|
skip_address_verification?: boolean;
|
|
9166
9063
|
/** the order shop warehouse ids */
|
|
@@ -9240,8 +9137,6 @@ export interface PostApiV2OrdersBulk {
|
|
|
9240
9137
|
requested_address?: string;
|
|
9241
9138
|
/** is the order address residential? */
|
|
9242
9139
|
residential?: boolean;
|
|
9243
|
-
/** is the order expedited? */
|
|
9244
|
-
expedited?: boolean;
|
|
9245
9140
|
/** does the order require a signature upon delivery? */
|
|
9246
9141
|
require_signature?: boolean;
|
|
9247
9142
|
/** does the order require an adult signature upon delivery? */
|
|
@@ -9254,8 +9149,6 @@ export interface PostApiV2OrdersBulk {
|
|
|
9254
9149
|
insure?: boolean;
|
|
9255
9150
|
/** does the order contain alcohol? */
|
|
9256
9151
|
contains_alcohol?: boolean;
|
|
9257
|
-
/** does the order require customs documents? */
|
|
9258
|
-
customs_required?: boolean;
|
|
9259
9152
|
/** carrier facility access point for the address destination */
|
|
9260
9153
|
shipping_carrier_facility?: string;
|
|
9261
9154
|
/** pickup option for carrier facility on the address destination */
|
|
@@ -9290,8 +9183,6 @@ export interface PostApiV2OrdersBulk {
|
|
|
9290
9183
|
* @format float
|
|
9291
9184
|
*/
|
|
9292
9185
|
req_insurance_value?: number;
|
|
9293
|
-
/** packingslip pdf url */
|
|
9294
|
-
cf_packingslip_pdf_url?: string;
|
|
9295
9186
|
/** Value Added Tax identifcation number for the sender of the order */
|
|
9296
9187
|
customs_vat_number?: string;
|
|
9297
9188
|
/** Economic Operators Registration and Identification number for the sender of the order */
|
|
@@ -9314,10 +9205,6 @@ export interface PostApiV2OrdersBulk {
|
|
|
9314
9205
|
approximate_delivery_date?: string;
|
|
9315
9206
|
/** is the order a global_e order? */
|
|
9316
9207
|
global_e_ge_order?: boolean;
|
|
9317
|
-
/** the orders calculated return time limit */
|
|
9318
|
-
calculated_time_limit?: string;
|
|
9319
|
-
/** is the order within its return time limit */
|
|
9320
|
-
within_return_time_limit?: boolean;
|
|
9321
9208
|
/** the order return name */
|
|
9322
9209
|
return_name?: string;
|
|
9323
9210
|
/** the order return company */
|
|
@@ -9637,11 +9524,6 @@ export interface PostApiV2Shipnotices {
|
|
|
9637
9524
|
*/
|
|
9638
9525
|
arrived_at?: string;
|
|
9639
9526
|
carrier?: string;
|
|
9640
|
-
/**
|
|
9641
|
-
* the shipnotice must be completed by date and time
|
|
9642
|
-
* @format date-time
|
|
9643
|
-
*/
|
|
9644
|
-
complete_by?: string;
|
|
9645
9527
|
/**
|
|
9646
9528
|
* the shipnotice completion date and time
|
|
9647
9529
|
* @format date-time
|
|
@@ -9703,8 +9585,6 @@ export interface PostApiV2Shipnotices {
|
|
|
9703
9585
|
* @format date-time
|
|
9704
9586
|
*/
|
|
9705
9587
|
processing_started_at?: string;
|
|
9706
|
-
/** purchase order numbers associated with this Ship Notice */
|
|
9707
|
-
purchase_order_numbers?: string[];
|
|
9708
9588
|
/** JSON object of required and optional receiving quantities verified by staff */
|
|
9709
9589
|
quantities_verified?: object;
|
|
9710
9590
|
/** the name of the person who received the shipnotice */
|
|
@@ -9722,21 +9602,6 @@ export interface PostApiV2Shipnotices {
|
|
|
9722
9602
|
ship_actual_cost?: number;
|
|
9723
9603
|
/** currency used for this shipnotice */
|
|
9724
9604
|
ship_actual_currency?: string;
|
|
9725
|
-
/**
|
|
9726
|
-
* number of line items in this Ship Notice
|
|
9727
|
-
* @format int32
|
|
9728
|
-
*/
|
|
9729
|
-
shipnotice_item_count?: number;
|
|
9730
|
-
/**
|
|
9731
|
-
* quantity of all the line items in this Ship Notice
|
|
9732
|
-
* @format int32
|
|
9733
|
-
*/
|
|
9734
|
-
shipnotice_item_quantity?: number;
|
|
9735
|
-
/**
|
|
9736
|
-
* number of unique items in this Ship Notice
|
|
9737
|
-
* @format int32
|
|
9738
|
-
*/
|
|
9739
|
-
shipnotice_item_sku_count?: number;
|
|
9740
9605
|
shipnotice_items_attributes?: {
|
|
9741
9606
|
/**
|
|
9742
9607
|
* the number of this shipnotice item in the shipnotice
|
|
@@ -9786,8 +9651,6 @@ export interface PostApiV2Shipnotices {
|
|
|
9786
9651
|
* @format int32
|
|
9787
9652
|
*/
|
|
9788
9653
|
status?: number;
|
|
9789
|
-
/** the shipnotice status name */
|
|
9790
|
-
status_name?: string;
|
|
9791
9654
|
/**
|
|
9792
9655
|
* total number of boxes in the shipnotice
|
|
9793
9656
|
* @format int32
|
|
@@ -9824,8 +9687,6 @@ export interface PostApiV2ShipnoticesBulk {
|
|
|
9824
9687
|
* @format int32
|
|
9825
9688
|
*/
|
|
9826
9689
|
status?: number;
|
|
9827
|
-
/** the shipnotice status name */
|
|
9828
|
-
status_name?: string;
|
|
9829
9690
|
/** the name of the person who received the shipnotice */
|
|
9830
9691
|
received_by?: string;
|
|
9831
9692
|
/** notes by whiplash */
|
|
@@ -9857,8 +9718,6 @@ export interface PostApiV2ShipnoticesBulk {
|
|
|
9857
9718
|
ship_actual_cost?: number;
|
|
9858
9719
|
/** the method of shipping for the shipnotice */
|
|
9859
9720
|
shipping_method_text?: string;
|
|
9860
|
-
/** shipping carrier */
|
|
9861
|
-
carrier?: string;
|
|
9862
9721
|
/**
|
|
9863
9722
|
* shipping method id
|
|
9864
9723
|
* @format int32
|
|
@@ -9889,11 +9748,6 @@ export interface PostApiV2ShipnoticesBulk {
|
|
|
9889
9748
|
* @format date-time
|
|
9890
9749
|
*/
|
|
9891
9750
|
completed_at?: string;
|
|
9892
|
-
/**
|
|
9893
|
-
* the shipnotice must be completed by date and time
|
|
9894
|
-
* @format date-time
|
|
9895
|
-
*/
|
|
9896
|
-
complete_by?: string;
|
|
9897
9751
|
/** currency used for this shipnotice */
|
|
9898
9752
|
ship_actual_currency?: string;
|
|
9899
9753
|
/**
|
|
@@ -9910,23 +9764,6 @@ export interface PostApiV2ShipnoticesBulk {
|
|
|
9910
9764
|
meta_data?: string;
|
|
9911
9765
|
/** purchase order number or other human readable token to another system */
|
|
9912
9766
|
reference?: string;
|
|
9913
|
-
/**
|
|
9914
|
-
* number of line items in this Ship Notice
|
|
9915
|
-
* @format int32
|
|
9916
|
-
*/
|
|
9917
|
-
shipnotice_item_count?: number;
|
|
9918
|
-
/**
|
|
9919
|
-
* number of unique items in this Ship Notice
|
|
9920
|
-
* @format int32
|
|
9921
|
-
*/
|
|
9922
|
-
shipnotice_item_sku_count?: number;
|
|
9923
|
-
/**
|
|
9924
|
-
* quantity of all the line items in this Ship Notice
|
|
9925
|
-
* @format int32
|
|
9926
|
-
*/
|
|
9927
|
-
shipnotice_item_quantity?: number;
|
|
9928
|
-
/** purchase order numbers associated with this Ship Notice */
|
|
9929
|
-
purchase_order_numbers?: string[];
|
|
9930
9767
|
/** JSON object of required and optional receiving quantities verified by staff */
|
|
9931
9768
|
quantities_verified?: object;
|
|
9932
9769
|
/** is inspection required? (default: false) */
|
|
@@ -9984,6 +9821,7 @@ export interface PostApiV2ShipnoticesBulk {
|
|
|
9984
9821
|
/** Included meta fields for associations */
|
|
9985
9822
|
association_fields?: object;
|
|
9986
9823
|
};
|
|
9824
|
+
carrier?: string;
|
|
9987
9825
|
}[];
|
|
9988
9826
|
}
|
|
9989
9827
|
/** create a shipnotice item */
|
|
@@ -10175,8 +10013,6 @@ export interface PutApiV21CustomersId {
|
|
|
10175
10013
|
* @format int32
|
|
10176
10014
|
*/
|
|
10177
10015
|
account_level?: number;
|
|
10178
|
-
/** Quote, Direct, Enterprise, or Managed */
|
|
10179
|
-
account_level_name?: string;
|
|
10180
10016
|
/** Customer active? */
|
|
10181
10017
|
active?: boolean;
|
|
10182
10018
|
/** Allow International returns? */
|
|
@@ -10473,16 +10309,6 @@ export interface PutApiV21ItemsId {
|
|
|
10473
10309
|
price?: number;
|
|
10474
10310
|
/** is the item a promo? */
|
|
10475
10311
|
promo?: boolean;
|
|
10476
|
-
/**
|
|
10477
|
-
* item quantity, inluding inbound items
|
|
10478
|
-
* @format int32
|
|
10479
|
-
*/
|
|
10480
|
-
published_quantity?: number;
|
|
10481
|
-
/**
|
|
10482
|
-
* the available quantity of the item
|
|
10483
|
-
* @format int32
|
|
10484
|
-
*/
|
|
10485
|
-
quantity?: number;
|
|
10486
10312
|
/**
|
|
10487
10313
|
* Minimum number of days worth of stock to keep in forward pick locations
|
|
10488
10314
|
* @format float
|
|
@@ -10953,16 +10779,6 @@ export interface PutApiV21ItemsOriginatorOriginatorId {
|
|
|
10953
10779
|
price?: number;
|
|
10954
10780
|
/** is the item a promo? */
|
|
10955
10781
|
promo?: boolean;
|
|
10956
|
-
/**
|
|
10957
|
-
* item quantity, inluding inbound items
|
|
10958
|
-
* @format int32
|
|
10959
|
-
*/
|
|
10960
|
-
published_quantity?: number;
|
|
10961
|
-
/**
|
|
10962
|
-
* the available quantity of the item
|
|
10963
|
-
* @format int32
|
|
10964
|
-
*/
|
|
10965
|
-
quantity?: number;
|
|
10966
10782
|
/**
|
|
10967
10783
|
* Minimum number of days worth of stock to keep in forward pick locations
|
|
10968
10784
|
* @format float
|
|
@@ -11504,15 +11320,11 @@ export interface PutApiV21OrdersId {
|
|
|
11504
11320
|
billing_state?: string;
|
|
11505
11321
|
/** the order billing zip */
|
|
11506
11322
|
billing_zip?: string;
|
|
11507
|
-
/** the orders calculated return time limit */
|
|
11508
|
-
calculated_time_limit?: string;
|
|
11509
11323
|
/**
|
|
11510
11324
|
* the carrier account id for this package, if it has shipped (staff only)
|
|
11511
11325
|
* @format int32
|
|
11512
11326
|
*/
|
|
11513
11327
|
carrier_account_id?: number;
|
|
11514
|
-
/** packingslip pdf url */
|
|
11515
|
-
cf_packingslip_pdf_url?: string;
|
|
11516
11328
|
/** does the order contain alcohol? */
|
|
11517
11329
|
contains_alcohol?: boolean;
|
|
11518
11330
|
/** the carrier on the customer provided label (for tracking purposes) */
|
|
@@ -11521,8 +11333,6 @@ export interface PutApiV21OrdersId {
|
|
|
11521
11333
|
customs_eori_number?: string;
|
|
11522
11334
|
/** Import One-Stop Shop number for the sender of the order */
|
|
11523
11335
|
customs_ioss_number?: string;
|
|
11524
|
-
/** does the order require customs documents? */
|
|
11525
|
-
customs_required?: boolean;
|
|
11526
11336
|
/** Value Added Tax identifcation number for the sender of the order */
|
|
11527
11337
|
customs_vat_number?: string;
|
|
11528
11338
|
/**
|
|
@@ -11549,8 +11359,6 @@ export interface PutApiV21OrdersId {
|
|
|
11549
11359
|
* @format int32
|
|
11550
11360
|
*/
|
|
11551
11361
|
estimated_shipping_method_id?: number;
|
|
11552
|
-
/** is the order expedited? */
|
|
11553
|
-
expedited?: boolean;
|
|
11554
11362
|
/** the first name of the person the order is being shipped to */
|
|
11555
11363
|
first_name?: string;
|
|
11556
11364
|
/** the full name of the person the order is being shipped to */
|
|
@@ -11559,8 +11367,6 @@ export interface PutApiV21OrdersId {
|
|
|
11559
11367
|
gift?: boolean;
|
|
11560
11368
|
/** is the order a global_e order? */
|
|
11561
11369
|
global_e_ge_order?: boolean;
|
|
11562
|
-
/** the order humanized id */
|
|
11563
|
-
humanize_id?: string;
|
|
11564
11370
|
/** desired incoterm for the order */
|
|
11565
11371
|
incoterm?: PutApiV21OrdersIdIncoterm;
|
|
11566
11372
|
/** is the order insured? */
|
|
@@ -11569,8 +11375,6 @@ export interface PutApiV21OrdersId {
|
|
|
11569
11375
|
is_gestating?: boolean;
|
|
11570
11376
|
/** is the order workable? */
|
|
11571
11377
|
is_workable?: boolean;
|
|
11572
|
-
/** are the items in the order updateable */
|
|
11573
|
-
items_updateable?: boolean;
|
|
11574
11378
|
/** the last name of the person the order is being shipped to */
|
|
11575
11379
|
last_name?: string;
|
|
11576
11380
|
/** meta data for this order as stringified JSON */
|
|
@@ -11728,8 +11532,6 @@ export interface PutApiV21OrdersId {
|
|
|
11728
11532
|
*/
|
|
11729
11533
|
cancel_date?: string;
|
|
11730
11534
|
};
|
|
11731
|
-
/** is the order within its return time limit */
|
|
11732
|
-
within_return_time_limit?: boolean;
|
|
11733
11535
|
}
|
|
11734
11536
|
/** Perform an action on an order */
|
|
11735
11537
|
export interface PutApiV21OrdersIdCallAction {
|
|
@@ -11813,15 +11615,11 @@ export interface PutApiV21OrdersOriginatorOriginatorId {
|
|
|
11813
11615
|
billing_state?: string;
|
|
11814
11616
|
/** the order billing zip */
|
|
11815
11617
|
billing_zip?: string;
|
|
11816
|
-
/** the orders calculated return time limit */
|
|
11817
|
-
calculated_time_limit?: string;
|
|
11818
11618
|
/**
|
|
11819
11619
|
* the carrier account id for this package, if it has shipped (staff only)
|
|
11820
11620
|
* @format int32
|
|
11821
11621
|
*/
|
|
11822
11622
|
carrier_account_id?: number;
|
|
11823
|
-
/** packingslip pdf url */
|
|
11824
|
-
cf_packingslip_pdf_url?: string;
|
|
11825
11623
|
/** does the order contain alcohol? */
|
|
11826
11624
|
contains_alcohol?: boolean;
|
|
11827
11625
|
/** the carrier on the customer provided label (for tracking purposes) */
|
|
@@ -11830,8 +11628,6 @@ export interface PutApiV21OrdersOriginatorOriginatorId {
|
|
|
11830
11628
|
customs_eori_number?: string;
|
|
11831
11629
|
/** Import One-Stop Shop number for the sender of the order */
|
|
11832
11630
|
customs_ioss_number?: string;
|
|
11833
|
-
/** does the order require customs documents? */
|
|
11834
|
-
customs_required?: boolean;
|
|
11835
11631
|
/** Value Added Tax identifcation number for the sender of the order */
|
|
11836
11632
|
customs_vat_number?: string;
|
|
11837
11633
|
/**
|
|
@@ -11858,8 +11654,6 @@ export interface PutApiV21OrdersOriginatorOriginatorId {
|
|
|
11858
11654
|
* @format int32
|
|
11859
11655
|
*/
|
|
11860
11656
|
estimated_shipping_method_id?: number;
|
|
11861
|
-
/** is the order expedited? */
|
|
11862
|
-
expedited?: boolean;
|
|
11863
11657
|
/** the first name of the person the order is being shipped to */
|
|
11864
11658
|
first_name?: string;
|
|
11865
11659
|
/** the full name of the person the order is being shipped to */
|
|
@@ -11868,8 +11662,6 @@ export interface PutApiV21OrdersOriginatorOriginatorId {
|
|
|
11868
11662
|
gift?: boolean;
|
|
11869
11663
|
/** is the order a global_e order? */
|
|
11870
11664
|
global_e_ge_order?: boolean;
|
|
11871
|
-
/** the order humanized id */
|
|
11872
|
-
humanize_id?: string;
|
|
11873
11665
|
/** desired incoterm for the order */
|
|
11874
11666
|
incoterm?: PutApiV21OrdersOriginatorOriginatorIdIncoterm;
|
|
11875
11667
|
/** is the order insured? */
|
|
@@ -11878,8 +11670,6 @@ export interface PutApiV21OrdersOriginatorOriginatorId {
|
|
|
11878
11670
|
is_gestating?: boolean;
|
|
11879
11671
|
/** is the order workable? */
|
|
11880
11672
|
is_workable?: boolean;
|
|
11881
|
-
/** are the items in the order updateable */
|
|
11882
|
-
items_updateable?: boolean;
|
|
11883
11673
|
/** the last name of the person the order is being shipped to */
|
|
11884
11674
|
last_name?: string;
|
|
11885
11675
|
/** meta data for this order as stringified JSON */
|
|
@@ -12037,8 +11827,6 @@ export interface PutApiV21OrdersOriginatorOriginatorId {
|
|
|
12037
11827
|
*/
|
|
12038
11828
|
cancel_date?: string;
|
|
12039
11829
|
};
|
|
12040
|
-
/** is the order within its return time limit */
|
|
12041
|
-
within_return_time_limit?: boolean;
|
|
12042
11830
|
}
|
|
12043
11831
|
/** desired incoterm for the order */
|
|
12044
11832
|
export declare enum PutApiV21OrdersOriginatorOriginatorIdIncoterm {
|
|
@@ -12096,21 +11884,11 @@ export interface PutApiV21ShipnoticesId {
|
|
|
12096
11884
|
*/
|
|
12097
11885
|
arrived_at?: string;
|
|
12098
11886
|
carrier?: string;
|
|
12099
|
-
/**
|
|
12100
|
-
* the shipnotice must be completed by date and time
|
|
12101
|
-
* @format date-time
|
|
12102
|
-
*/
|
|
12103
|
-
complete_by?: string;
|
|
12104
11887
|
/**
|
|
12105
11888
|
* the shipnotice completion date and time
|
|
12106
11889
|
* @format date-time
|
|
12107
11890
|
*/
|
|
12108
11891
|
completed_at?: string;
|
|
12109
|
-
/**
|
|
12110
|
-
* the shipnotice customer id
|
|
12111
|
-
* @format int32
|
|
12112
|
-
*/
|
|
12113
|
-
customer_id?: number;
|
|
12114
11892
|
/**
|
|
12115
11893
|
* date when was the shipnoticed delivered
|
|
12116
11894
|
* @format date-time
|
|
@@ -12145,8 +11923,6 @@ export interface PutApiV21ShipnoticesId {
|
|
|
12145
11923
|
* @format date-time
|
|
12146
11924
|
*/
|
|
12147
11925
|
processing_started_at?: string;
|
|
12148
|
-
/** purchase order numbers associated with this Ship Notice */
|
|
12149
|
-
purchase_order_numbers?: string[];
|
|
12150
11926
|
/** JSON object of required and optional receiving quantities verified by staff */
|
|
12151
11927
|
quantities_verified?: object;
|
|
12152
11928
|
/** the name of the person who received the shipnotice */
|
|
@@ -12164,21 +11940,6 @@ export interface PutApiV21ShipnoticesId {
|
|
|
12164
11940
|
ship_actual_cost?: number;
|
|
12165
11941
|
/** currency used for this shipnotice */
|
|
12166
11942
|
ship_actual_currency?: string;
|
|
12167
|
-
/**
|
|
12168
|
-
* number of line items in this Ship Notice
|
|
12169
|
-
* @format int32
|
|
12170
|
-
*/
|
|
12171
|
-
shipnotice_item_count?: number;
|
|
12172
|
-
/**
|
|
12173
|
-
* quantity of all the line items in this Ship Notice
|
|
12174
|
-
* @format int32
|
|
12175
|
-
*/
|
|
12176
|
-
shipnotice_item_quantity?: number;
|
|
12177
|
-
/**
|
|
12178
|
-
* number of unique items in this Ship Notice
|
|
12179
|
-
* @format int32
|
|
12180
|
-
*/
|
|
12181
|
-
shipnotice_item_sku_count?: number;
|
|
12182
11943
|
shipnotice_items?: string;
|
|
12183
11944
|
/** url of the shipping label */
|
|
12184
11945
|
shipping_label_url?: string;
|
|
@@ -12196,8 +11957,6 @@ export interface PutApiV21ShipnoticesId {
|
|
|
12196
11957
|
* @format int32
|
|
12197
11958
|
*/
|
|
12198
11959
|
status?: number;
|
|
12199
|
-
/** the shipnotice status name */
|
|
12200
|
-
status_name?: string;
|
|
12201
11960
|
/**
|
|
12202
11961
|
* total number of boxes in the shipnotice
|
|
12203
11962
|
* @format int32
|
|
@@ -12228,21 +11987,11 @@ export interface PutApiV21ShipnoticesOriginatorOriginatorId {
|
|
|
12228
11987
|
*/
|
|
12229
11988
|
arrived_at?: string;
|
|
12230
11989
|
carrier?: string;
|
|
12231
|
-
/**
|
|
12232
|
-
* the shipnotice must be completed by date and time
|
|
12233
|
-
* @format date-time
|
|
12234
|
-
*/
|
|
12235
|
-
complete_by?: string;
|
|
12236
11990
|
/**
|
|
12237
11991
|
* the shipnotice completion date and time
|
|
12238
11992
|
* @format date-time
|
|
12239
11993
|
*/
|
|
12240
11994
|
completed_at?: string;
|
|
12241
|
-
/**
|
|
12242
|
-
* the shipnotice customer id
|
|
12243
|
-
* @format int32
|
|
12244
|
-
*/
|
|
12245
|
-
customer_id?: number;
|
|
12246
11995
|
/**
|
|
12247
11996
|
* date when was the shipnoticed delivered
|
|
12248
11997
|
* @format date-time
|
|
@@ -12277,8 +12026,6 @@ export interface PutApiV21ShipnoticesOriginatorOriginatorId {
|
|
|
12277
12026
|
* @format date-time
|
|
12278
12027
|
*/
|
|
12279
12028
|
processing_started_at?: string;
|
|
12280
|
-
/** purchase order numbers associated with this Ship Notice */
|
|
12281
|
-
purchase_order_numbers?: string[];
|
|
12282
12029
|
/** JSON object of required and optional receiving quantities verified by staff */
|
|
12283
12030
|
quantities_verified?: object;
|
|
12284
12031
|
/** the name of the person who received the shipnotice */
|
|
@@ -12296,21 +12043,6 @@ export interface PutApiV21ShipnoticesOriginatorOriginatorId {
|
|
|
12296
12043
|
ship_actual_cost?: number;
|
|
12297
12044
|
/** currency used for this shipnotice */
|
|
12298
12045
|
ship_actual_currency?: string;
|
|
12299
|
-
/**
|
|
12300
|
-
* number of line items in this Ship Notice
|
|
12301
|
-
* @format int32
|
|
12302
|
-
*/
|
|
12303
|
-
shipnotice_item_count?: number;
|
|
12304
|
-
/**
|
|
12305
|
-
* quantity of all the line items in this Ship Notice
|
|
12306
|
-
* @format int32
|
|
12307
|
-
*/
|
|
12308
|
-
shipnotice_item_quantity?: number;
|
|
12309
|
-
/**
|
|
12310
|
-
* number of unique items in this Ship Notice
|
|
12311
|
-
* @format int32
|
|
12312
|
-
*/
|
|
12313
|
-
shipnotice_item_sku_count?: number;
|
|
12314
12046
|
shipnotice_items?: string;
|
|
12315
12047
|
/** url of the shipping label */
|
|
12316
12048
|
shipping_label_url?: string;
|
|
@@ -12328,8 +12060,6 @@ export interface PutApiV21ShipnoticesOriginatorOriginatorId {
|
|
|
12328
12060
|
* @format int32
|
|
12329
12061
|
*/
|
|
12330
12062
|
status?: number;
|
|
12331
|
-
/** the shipnotice status name */
|
|
12332
|
-
status_name?: string;
|
|
12333
12063
|
/**
|
|
12334
12064
|
* total number of boxes in the shipnotice
|
|
12335
12065
|
* @format int32
|
|
@@ -12483,8 +12213,6 @@ export interface PutApiV2CustomersId {
|
|
|
12483
12213
|
* @format int32
|
|
12484
12214
|
*/
|
|
12485
12215
|
account_level?: number;
|
|
12486
|
-
/** Quote, Direct, Enterprise, or Managed */
|
|
12487
|
-
account_level_name?: string;
|
|
12488
12216
|
/** Customer active? */
|
|
12489
12217
|
active?: boolean;
|
|
12490
12218
|
/** Allow International returns? */
|
|
@@ -12775,16 +12503,6 @@ export interface PutApiV2ItemsId {
|
|
|
12775
12503
|
price?: number;
|
|
12776
12504
|
/** is the item a promo? */
|
|
12777
12505
|
promo?: boolean;
|
|
12778
|
-
/**
|
|
12779
|
-
* item quantity, inluding inbound items
|
|
12780
|
-
* @format int32
|
|
12781
|
-
*/
|
|
12782
|
-
published_quantity?: number;
|
|
12783
|
-
/**
|
|
12784
|
-
* the available quantity of the item
|
|
12785
|
-
* @format int32
|
|
12786
|
-
*/
|
|
12787
|
-
quantity?: number;
|
|
12788
12506
|
/**
|
|
12789
12507
|
* Minimum number of days worth of stock to keep in forward pick locations
|
|
12790
12508
|
* @format float
|
|
@@ -13255,16 +12973,6 @@ export interface PutApiV2ItemsOriginatorOriginatorId {
|
|
|
13255
12973
|
price?: number;
|
|
13256
12974
|
/** is the item a promo? */
|
|
13257
12975
|
promo?: boolean;
|
|
13258
|
-
/**
|
|
13259
|
-
* item quantity, inluding inbound items
|
|
13260
|
-
* @format int32
|
|
13261
|
-
*/
|
|
13262
|
-
published_quantity?: number;
|
|
13263
|
-
/**
|
|
13264
|
-
* the available quantity of the item
|
|
13265
|
-
* @format int32
|
|
13266
|
-
*/
|
|
13267
|
-
quantity?: number;
|
|
13268
12976
|
/**
|
|
13269
12977
|
* Minimum number of days worth of stock to keep in forward pick locations
|
|
13270
12978
|
* @format float
|
|
@@ -13806,15 +13514,11 @@ export interface PutApiV2OrdersId {
|
|
|
13806
13514
|
billing_state?: string;
|
|
13807
13515
|
/** the order billing zip */
|
|
13808
13516
|
billing_zip?: string;
|
|
13809
|
-
/** the orders calculated return time limit */
|
|
13810
|
-
calculated_time_limit?: string;
|
|
13811
13517
|
/**
|
|
13812
13518
|
* the carrier account id for this package, if it has shipped (staff only)
|
|
13813
13519
|
* @format int32
|
|
13814
13520
|
*/
|
|
13815
13521
|
carrier_account_id?: number;
|
|
13816
|
-
/** packingslip pdf url */
|
|
13817
|
-
cf_packingslip_pdf_url?: string;
|
|
13818
13522
|
/** does the order contain alcohol? */
|
|
13819
13523
|
contains_alcohol?: boolean;
|
|
13820
13524
|
/** the carrier on the customer provided label (for tracking purposes) */
|
|
@@ -13823,8 +13527,6 @@ export interface PutApiV2OrdersId {
|
|
|
13823
13527
|
customs_eori_number?: string;
|
|
13824
13528
|
/** Import One-Stop Shop number for the sender of the order */
|
|
13825
13529
|
customs_ioss_number?: string;
|
|
13826
|
-
/** does the order require customs documents? */
|
|
13827
|
-
customs_required?: boolean;
|
|
13828
13530
|
/** Value Added Tax identifcation number for the sender of the order */
|
|
13829
13531
|
customs_vat_number?: string;
|
|
13830
13532
|
/**
|
|
@@ -13851,8 +13553,6 @@ export interface PutApiV2OrdersId {
|
|
|
13851
13553
|
* @format int32
|
|
13852
13554
|
*/
|
|
13853
13555
|
estimated_shipping_method_id?: number;
|
|
13854
|
-
/** is the order expedited? */
|
|
13855
|
-
expedited?: boolean;
|
|
13856
13556
|
/** the first name of the person the order is being shipped to */
|
|
13857
13557
|
first_name?: string;
|
|
13858
13558
|
/** the full name of the person the order is being shipped to */
|
|
@@ -13861,8 +13561,6 @@ export interface PutApiV2OrdersId {
|
|
|
13861
13561
|
gift?: boolean;
|
|
13862
13562
|
/** is the order a global_e order? */
|
|
13863
13563
|
global_e_ge_order?: boolean;
|
|
13864
|
-
/** the order humanized id */
|
|
13865
|
-
humanize_id?: string;
|
|
13866
13564
|
/** desired incoterm for the order */
|
|
13867
13565
|
incoterm?: PutApiV2OrdersIdIncoterm;
|
|
13868
13566
|
/** is the order insured? */
|
|
@@ -13871,8 +13569,6 @@ export interface PutApiV2OrdersId {
|
|
|
13871
13569
|
is_gestating?: boolean;
|
|
13872
13570
|
/** is the order workable? */
|
|
13873
13571
|
is_workable?: boolean;
|
|
13874
|
-
/** are the items in the order updateable */
|
|
13875
|
-
items_updateable?: boolean;
|
|
13876
13572
|
/** the last name of the person the order is being shipped to */
|
|
13877
13573
|
last_name?: string;
|
|
13878
13574
|
/** meta data for this order as stringified JSON */
|
|
@@ -14028,8 +13724,6 @@ export interface PutApiV2OrdersId {
|
|
|
14028
13724
|
*/
|
|
14029
13725
|
cancel_date?: string;
|
|
14030
13726
|
};
|
|
14031
|
-
/** is the order within its return time limit */
|
|
14032
|
-
within_return_time_limit?: boolean;
|
|
14033
13727
|
}
|
|
14034
13728
|
/** Perform an action on an order */
|
|
14035
13729
|
export interface PutApiV2OrdersIdCallAction {
|
|
@@ -14113,15 +13807,11 @@ export interface PutApiV2OrdersOriginatorOriginatorId {
|
|
|
14113
13807
|
billing_state?: string;
|
|
14114
13808
|
/** the order billing zip */
|
|
14115
13809
|
billing_zip?: string;
|
|
14116
|
-
/** the orders calculated return time limit */
|
|
14117
|
-
calculated_time_limit?: string;
|
|
14118
13810
|
/**
|
|
14119
13811
|
* the carrier account id for this package, if it has shipped (staff only)
|
|
14120
13812
|
* @format int32
|
|
14121
13813
|
*/
|
|
14122
13814
|
carrier_account_id?: number;
|
|
14123
|
-
/** packingslip pdf url */
|
|
14124
|
-
cf_packingslip_pdf_url?: string;
|
|
14125
13815
|
/** does the order contain alcohol? */
|
|
14126
13816
|
contains_alcohol?: boolean;
|
|
14127
13817
|
/** the carrier on the customer provided label (for tracking purposes) */
|
|
@@ -14130,8 +13820,6 @@ export interface PutApiV2OrdersOriginatorOriginatorId {
|
|
|
14130
13820
|
customs_eori_number?: string;
|
|
14131
13821
|
/** Import One-Stop Shop number for the sender of the order */
|
|
14132
13822
|
customs_ioss_number?: string;
|
|
14133
|
-
/** does the order require customs documents? */
|
|
14134
|
-
customs_required?: boolean;
|
|
14135
13823
|
/** Value Added Tax identifcation number for the sender of the order */
|
|
14136
13824
|
customs_vat_number?: string;
|
|
14137
13825
|
/**
|
|
@@ -14158,8 +13846,6 @@ export interface PutApiV2OrdersOriginatorOriginatorId {
|
|
|
14158
13846
|
* @format int32
|
|
14159
13847
|
*/
|
|
14160
13848
|
estimated_shipping_method_id?: number;
|
|
14161
|
-
/** is the order expedited? */
|
|
14162
|
-
expedited?: boolean;
|
|
14163
13849
|
/** the first name of the person the order is being shipped to */
|
|
14164
13850
|
first_name?: string;
|
|
14165
13851
|
/** the full name of the person the order is being shipped to */
|
|
@@ -14168,8 +13854,6 @@ export interface PutApiV2OrdersOriginatorOriginatorId {
|
|
|
14168
13854
|
gift?: boolean;
|
|
14169
13855
|
/** is the order a global_e order? */
|
|
14170
13856
|
global_e_ge_order?: boolean;
|
|
14171
|
-
/** the order humanized id */
|
|
14172
|
-
humanize_id?: string;
|
|
14173
13857
|
/** desired incoterm for the order */
|
|
14174
13858
|
incoterm?: PutApiV2OrdersOriginatorOriginatorIdIncoterm;
|
|
14175
13859
|
/** is the order insured? */
|
|
@@ -14178,8 +13862,6 @@ export interface PutApiV2OrdersOriginatorOriginatorId {
|
|
|
14178
13862
|
is_gestating?: boolean;
|
|
14179
13863
|
/** is the order workable? */
|
|
14180
13864
|
is_workable?: boolean;
|
|
14181
|
-
/** are the items in the order updateable */
|
|
14182
|
-
items_updateable?: boolean;
|
|
14183
13865
|
/** the last name of the person the order is being shipped to */
|
|
14184
13866
|
last_name?: string;
|
|
14185
13867
|
/** meta data for this order as stringified JSON */
|
|
@@ -14335,8 +14017,6 @@ export interface PutApiV2OrdersOriginatorOriginatorId {
|
|
|
14335
14017
|
*/
|
|
14336
14018
|
cancel_date?: string;
|
|
14337
14019
|
};
|
|
14338
|
-
/** is the order within its return time limit */
|
|
14339
|
-
within_return_time_limit?: boolean;
|
|
14340
14020
|
}
|
|
14341
14021
|
/** desired incoterm for the order */
|
|
14342
14022
|
export declare enum PutApiV2OrdersOriginatorOriginatorIdIncoterm {
|
|
@@ -14394,21 +14074,11 @@ export interface PutApiV2ShipnoticesId {
|
|
|
14394
14074
|
*/
|
|
14395
14075
|
arrived_at?: string;
|
|
14396
14076
|
carrier?: string;
|
|
14397
|
-
/**
|
|
14398
|
-
* the shipnotice must be completed by date and time
|
|
14399
|
-
* @format date-time
|
|
14400
|
-
*/
|
|
14401
|
-
complete_by?: string;
|
|
14402
14077
|
/**
|
|
14403
14078
|
* the shipnotice completion date and time
|
|
14404
14079
|
* @format date-time
|
|
14405
14080
|
*/
|
|
14406
14081
|
completed_at?: string;
|
|
14407
|
-
/**
|
|
14408
|
-
* the shipnotice customer id
|
|
14409
|
-
* @format int32
|
|
14410
|
-
*/
|
|
14411
|
-
customer_id?: number;
|
|
14412
14082
|
/**
|
|
14413
14083
|
* date when was the shipnoticed delivered
|
|
14414
14084
|
* @format date-time
|
|
@@ -14460,21 +14130,6 @@ export interface PutApiV2ShipnoticesId {
|
|
|
14460
14130
|
ship_actual_cost?: number;
|
|
14461
14131
|
/** currency used for this shipnotice */
|
|
14462
14132
|
ship_actual_currency?: string;
|
|
14463
|
-
/**
|
|
14464
|
-
* number of line items in this Ship Notice
|
|
14465
|
-
* @format int32
|
|
14466
|
-
*/
|
|
14467
|
-
shipnotice_item_count?: number;
|
|
14468
|
-
/**
|
|
14469
|
-
* quantity of all the line items in this Ship Notice
|
|
14470
|
-
* @format int32
|
|
14471
|
-
*/
|
|
14472
|
-
shipnotice_item_quantity?: number;
|
|
14473
|
-
/**
|
|
14474
|
-
* number of unique items in this Ship Notice
|
|
14475
|
-
* @format int32
|
|
14476
|
-
*/
|
|
14477
|
-
shipnotice_item_sku_count?: number;
|
|
14478
14133
|
shipnotice_items?: string;
|
|
14479
14134
|
/** url of the shipping label */
|
|
14480
14135
|
shipping_label_url?: string;
|
|
@@ -14492,8 +14147,6 @@ export interface PutApiV2ShipnoticesId {
|
|
|
14492
14147
|
* @format int32
|
|
14493
14148
|
*/
|
|
14494
14149
|
status?: number;
|
|
14495
|
-
/** the shipnotice status name */
|
|
14496
|
-
status_name?: string;
|
|
14497
14150
|
/**
|
|
14498
14151
|
* total number of boxes in the shipnotice
|
|
14499
14152
|
* @format int32
|
|
@@ -14524,21 +14177,11 @@ export interface PutApiV2ShipnoticesOriginatorOriginatorId {
|
|
|
14524
14177
|
*/
|
|
14525
14178
|
arrived_at?: string;
|
|
14526
14179
|
carrier?: string;
|
|
14527
|
-
/**
|
|
14528
|
-
* the shipnotice must be completed by date and time
|
|
14529
|
-
* @format date-time
|
|
14530
|
-
*/
|
|
14531
|
-
complete_by?: string;
|
|
14532
14180
|
/**
|
|
14533
14181
|
* the shipnotice completion date and time
|
|
14534
14182
|
* @format date-time
|
|
14535
14183
|
*/
|
|
14536
14184
|
completed_at?: string;
|
|
14537
|
-
/**
|
|
14538
|
-
* the shipnotice customer id
|
|
14539
|
-
* @format int32
|
|
14540
|
-
*/
|
|
14541
|
-
customer_id?: number;
|
|
14542
14185
|
/**
|
|
14543
14186
|
* date when was the shipnoticed delivered
|
|
14544
14187
|
* @format date-time
|
|
@@ -14590,21 +14233,6 @@ export interface PutApiV2ShipnoticesOriginatorOriginatorId {
|
|
|
14590
14233
|
ship_actual_cost?: number;
|
|
14591
14234
|
/** currency used for this shipnotice */
|
|
14592
14235
|
ship_actual_currency?: string;
|
|
14593
|
-
/**
|
|
14594
|
-
* number of line items in this Ship Notice
|
|
14595
|
-
* @format int32
|
|
14596
|
-
*/
|
|
14597
|
-
shipnotice_item_count?: number;
|
|
14598
|
-
/**
|
|
14599
|
-
* quantity of all the line items in this Ship Notice
|
|
14600
|
-
* @format int32
|
|
14601
|
-
*/
|
|
14602
|
-
shipnotice_item_quantity?: number;
|
|
14603
|
-
/**
|
|
14604
|
-
* number of unique items in this Ship Notice
|
|
14605
|
-
* @format int32
|
|
14606
|
-
*/
|
|
14607
|
-
shipnotice_item_sku_count?: number;
|
|
14608
14236
|
shipnotice_items?: string;
|
|
14609
14237
|
/** url of the shipping label */
|
|
14610
14238
|
shipping_label_url?: string;
|
|
@@ -14622,8 +14250,6 @@ export interface PutApiV2ShipnoticesOriginatorOriginatorId {
|
|
|
14622
14250
|
* @format int32
|
|
14623
14251
|
*/
|
|
14624
14252
|
status?: number;
|
|
14625
|
-
/** the shipnotice status name */
|
|
14626
|
-
status_name?: string;
|
|
14627
14253
|
/**
|
|
14628
14254
|
* total number of boxes in the shipnotice
|
|
14629
14255
|
* @format int32
|