@whiplashmerch/whiplash-api-client 0.4.71 → 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.
@@ -5919,7 +5919,6 @@ export interface PostApiV21ConsumerReturns {
5919
5919
  reference?: string;
5920
5920
  /** does this consumer return require a label? */
5921
5921
  requires_label: boolean;
5922
- return_items?: string;
5923
5922
  /** the consumer return sender */
5924
5923
  sender?: string;
5925
5924
  /**
@@ -5965,8 +5964,6 @@ export interface PostApiV21ConsumerReturns {
5965
5964
  * @format int32
5966
5965
  */
5967
5966
  status?: number;
5968
- /** the shipnotice status name */
5969
- status_name?: string;
5970
5967
  /**
5971
5968
  * total number of boxes in the consumer return
5972
5969
  * @format int32
@@ -6019,8 +6016,6 @@ export interface PostApiV21ConsumerReturnsBulk {
6019
6016
  * @format int32
6020
6017
  */
6021
6018
  status?: number;
6022
- /** the shipnotice status name */
6023
- status_name?: string;
6024
6019
  /** the name of the person who received the consumer return */
6025
6020
  received_by?: string;
6026
6021
  /** notes by whiplash */
@@ -6088,7 +6083,6 @@ export interface PostApiV21ConsumerReturnsBulk {
6088
6083
  due_at?: string;
6089
6084
  /** purchase order number or other human readable token to another system */
6090
6085
  reference?: string;
6091
- return_items?: string;
6092
6086
  shipnotice_items_attributes?: {
6093
6087
  /**
6094
6088
  * the shipnotice item item id
@@ -6738,8 +6732,6 @@ export interface PostApiV21Orders {
6738
6732
  * @format int32
6739
6733
  */
6740
6734
  carrier_account_id?: number;
6741
- /** packingslip pdf url */
6742
- cf_packingslip_pdf_url?: string;
6743
6735
  /** does the order contain alcohol? */
6744
6736
  contains_alcohol?: boolean;
6745
6737
  /** The name of the associated customer */
@@ -6773,8 +6765,6 @@ export interface PostApiV21Orders {
6773
6765
  };
6774
6766
  /** Import One-Stop Shop number for the sender of the order */
6775
6767
  customs_ioss_number?: string;
6776
- /** does the order require customs documents? */
6777
- customs_required?: boolean;
6778
6768
  /** Value Added Tax identifcation number for the sender of the order */
6779
6769
  customs_vat_number?: string;
6780
6770
  /**
@@ -6801,8 +6791,6 @@ export interface PostApiV21Orders {
6801
6791
  * @format int32
6802
6792
  */
6803
6793
  estimated_shipping_method_id?: number;
6804
- /** is the order expedited? */
6805
- expedited?: boolean;
6806
6794
  /** the first name of the person the order is being shipped to */
6807
6795
  first_name?: string;
6808
6796
  /** the full name of the person the order is being shipped to */
@@ -6811,8 +6799,6 @@ export interface PostApiV21Orders {
6811
6799
  gift?: boolean;
6812
6800
  /** is the order a global_e order? */
6813
6801
  global_e_ge_order?: boolean;
6814
- /** the order humanized id */
6815
- humanize_id?: string;
6816
6802
  /** desired incoterm for the order */
6817
6803
  incoterm?: PostApiV21OrdersIncoterm;
6818
6804
  /** is the order insured? */
@@ -6823,8 +6809,6 @@ export interface PostApiV21Orders {
6823
6809
  is_gestating?: boolean;
6824
6810
  /** is the order workable? */
6825
6811
  is_workable?: boolean;
6826
- /** are the items in the order updateable */
6827
- items_updateable?: boolean;
6828
6812
  /** the last name of the person the order is being shipped to */
6829
6813
  last_name?: string;
6830
6814
  /** meta data for this order as stringified JSON */
@@ -7130,8 +7114,6 @@ export interface PostApiV21OrdersBulk {
7130
7114
  * @format int32
7131
7115
  */
7132
7116
  estimated_shipping_method_id?: number;
7133
- /** the order humanized id */
7134
- humanize_id?: string;
7135
7117
  /**
7136
7118
  * the order original id (from the shop that sent whiplash the order)
7137
7119
  * Note: contains the global-e order id for any global-e order.
@@ -7163,8 +7145,6 @@ export interface PostApiV21OrdersBulk {
7163
7145
  order_type?: PostApiV21OrdersBulkOrderType;
7164
7146
  /** the order shipping email */
7165
7147
  email?: string;
7166
- /** are the items in the order updateable */
7167
- items_updateable?: boolean;
7168
7148
  /** skip order shipping address verification? (staff only) */
7169
7149
  skip_address_verification?: boolean;
7170
7150
  /** the order shop warehouse ids */
@@ -7244,8 +7224,6 @@ export interface PostApiV21OrdersBulk {
7244
7224
  requested_address?: string;
7245
7225
  /** is the order address residential? */
7246
7226
  residential?: boolean;
7247
- /** is the order expedited? */
7248
- expedited?: boolean;
7249
7227
  /** does the order require a signature upon delivery? */
7250
7228
  require_signature?: boolean;
7251
7229
  /** does the order require an adult signature upon delivery? */
@@ -7258,8 +7236,6 @@ export interface PostApiV21OrdersBulk {
7258
7236
  insure?: boolean;
7259
7237
  /** does the order contain alcohol? */
7260
7238
  contains_alcohol?: boolean;
7261
- /** does the order require customs documents? */
7262
- customs_required?: boolean;
7263
7239
  /** carrier facility access point for the address destination */
7264
7240
  shipping_carrier_facility?: string;
7265
7241
  /** pickup option for carrier facility on the address destination */
@@ -7294,8 +7270,6 @@ export interface PostApiV21OrdersBulk {
7294
7270
  * @format float
7295
7271
  */
7296
7272
  req_insurance_value?: number;
7297
- /** packingslip pdf url */
7298
- cf_packingslip_pdf_url?: string;
7299
7273
  /** Value Added Tax identifcation number for the sender of the order */
7300
7274
  customs_vat_number?: string;
7301
7275
  /** Economic Operators Registration and Identification number for the sender of the order */
@@ -7318,10 +7292,6 @@ export interface PostApiV21OrdersBulk {
7318
7292
  approximate_delivery_date?: string;
7319
7293
  /** is the order a global_e order? */
7320
7294
  global_e_ge_order?: boolean;
7321
- /** the orders calculated return time limit */
7322
- calculated_time_limit?: string;
7323
- /** is the order within its return time limit */
7324
- within_return_time_limit?: boolean;
7325
7295
  /** the order return name */
7326
7296
  return_name?: string;
7327
7297
  /** the order return company */
@@ -7650,11 +7620,6 @@ export interface PostApiV21Shipnotices {
7650
7620
  */
7651
7621
  arrived_at?: string;
7652
7622
  carrier?: string;
7653
- /**
7654
- * the shipnotice must be completed by date and time
7655
- * @format date-time
7656
- */
7657
- complete_by?: string;
7658
7623
  /**
7659
7624
  * the shipnotice completion date and time
7660
7625
  * @format date-time
@@ -7716,8 +7681,6 @@ export interface PostApiV21Shipnotices {
7716
7681
  * @format date-time
7717
7682
  */
7718
7683
  processing_started_at?: string;
7719
- /** purchase order numbers associated with this Ship Notice */
7720
- purchase_order_numbers?: string[];
7721
7684
  /** JSON object of required and optional receiving quantities verified by staff */
7722
7685
  quantities_verified?: object;
7723
7686
  /** the name of the person who received the shipnotice */
@@ -7735,21 +7698,6 @@ export interface PostApiV21Shipnotices {
7735
7698
  ship_actual_cost?: number;
7736
7699
  /** currency used for this shipnotice */
7737
7700
  ship_actual_currency?: string;
7738
- /**
7739
- * number of line items in this Ship Notice
7740
- * @format int32
7741
- */
7742
- shipnotice_item_count?: number;
7743
- /**
7744
- * quantity of all the line items in this Ship Notice
7745
- * @format int32
7746
- */
7747
- shipnotice_item_quantity?: number;
7748
- /**
7749
- * number of unique items in this Ship Notice
7750
- * @format int32
7751
- */
7752
- shipnotice_item_sku_count?: number;
7753
7701
  shipnotice_items_attributes?: {
7754
7702
  /**
7755
7703
  * the number of this shipnotice item in the shipnotice
@@ -7799,8 +7747,6 @@ export interface PostApiV21Shipnotices {
7799
7747
  * @format int32
7800
7748
  */
7801
7749
  status?: number;
7802
- /** the shipnotice status name */
7803
- status_name?: string;
7804
7750
  /**
7805
7751
  * total number of boxes in the shipnotice
7806
7752
  * @format int32
@@ -7838,8 +7784,6 @@ export interface PostApiV21ShipnoticesBulk {
7838
7784
  * @format int32
7839
7785
  */
7840
7786
  status?: number;
7841
- /** the shipnotice status name */
7842
- status_name?: string;
7843
7787
  /** the name of the person who received the shipnotice */
7844
7788
  received_by?: string;
7845
7789
  /** notes by whiplash */
@@ -7871,8 +7815,6 @@ export interface PostApiV21ShipnoticesBulk {
7871
7815
  ship_actual_cost?: number;
7872
7816
  /** the method of shipping for the shipnotice */
7873
7817
  shipping_method_text?: string;
7874
- /** shipping carrier */
7875
- carrier?: string;
7876
7818
  /**
7877
7819
  * shipping method id
7878
7820
  * @format int32
@@ -7903,11 +7845,6 @@ export interface PostApiV21ShipnoticesBulk {
7903
7845
  * @format date-time
7904
7846
  */
7905
7847
  completed_at?: string;
7906
- /**
7907
- * the shipnotice must be completed by date and time
7908
- * @format date-time
7909
- */
7910
- complete_by?: string;
7911
7848
  /** currency used for this shipnotice */
7912
7849
  ship_actual_currency?: string;
7913
7850
  /**
@@ -7924,23 +7861,6 @@ export interface PostApiV21ShipnoticesBulk {
7924
7861
  meta_data?: string;
7925
7862
  /** purchase order number or other human readable token to another system */
7926
7863
  reference?: string;
7927
- /**
7928
- * number of line items in this Ship Notice
7929
- * @format int32
7930
- */
7931
- shipnotice_item_count?: number;
7932
- /**
7933
- * number of unique items in this Ship Notice
7934
- * @format int32
7935
- */
7936
- shipnotice_item_sku_count?: number;
7937
- /**
7938
- * quantity of all the line items in this Ship Notice
7939
- * @format int32
7940
- */
7941
- shipnotice_item_quantity?: number;
7942
- /** purchase order numbers associated with this Ship Notice */
7943
- purchase_order_numbers?: string[];
7944
7864
  /** JSON object of required and optional receiving quantities verified by staff */
7945
7865
  quantities_verified?: object;
7946
7866
  /** is inspection required? (default: false) */
@@ -7998,6 +7918,7 @@ export interface PostApiV21ShipnoticesBulk {
7998
7918
  /** Included meta fields for associations */
7999
7919
  association_fields?: object;
8000
7920
  };
7921
+ carrier?: string;
8001
7922
  }[];
8002
7923
  }
8003
7924
 
@@ -8175,7 +8096,6 @@ export interface PostApiV2ConsumerReturns {
8175
8096
  reference?: string;
8176
8097
  /** does this consumer return require a label? */
8177
8098
  requires_label: boolean;
8178
- return_items?: string;
8179
8099
  /** the consumer return sender */
8180
8100
  sender?: string;
8181
8101
  /**
@@ -8221,8 +8141,6 @@ export interface PostApiV2ConsumerReturns {
8221
8141
  * @format int32
8222
8142
  */
8223
8143
  status?: number;
8224
- /** the shipnotice status name */
8225
- status_name?: string;
8226
8144
  /**
8227
8145
  * total number of boxes in the consumer return
8228
8146
  * @format int32
@@ -8275,8 +8193,6 @@ export interface PostApiV2ConsumerReturnsBulk {
8275
8193
  * @format int32
8276
8194
  */
8277
8195
  status?: number;
8278
- /** the shipnotice status name */
8279
- status_name?: string;
8280
8196
  /** the name of the person who received the consumer return */
8281
8197
  received_by?: string;
8282
8198
  /** notes by whiplash */
@@ -8344,7 +8260,6 @@ export interface PostApiV2ConsumerReturnsBulk {
8344
8260
  due_at?: string;
8345
8261
  /** purchase order number or other human readable token to another system */
8346
8262
  reference?: string;
8347
- return_items?: string;
8348
8263
  shipnotice_items_attributes?: {
8349
8264
  /**
8350
8265
  * the shipnotice item item id
@@ -8994,15 +8909,11 @@ export interface PostApiV2Orders {
8994
8909
  billing_state?: string;
8995
8910
  /** the order billing zip */
8996
8911
  billing_zip?: string;
8997
- /** the orders calculated return time limit */
8998
- calculated_time_limit?: string;
8999
8912
  /**
9000
8913
  * the carrier account id for this package, if it has shipped (staff only)
9001
8914
  * @format int32
9002
8915
  */
9003
8916
  carrier_account_id?: number;
9004
- /** packingslip pdf url */
9005
- cf_packingslip_pdf_url?: string;
9006
8917
  /** does the order contain alcohol? */
9007
8918
  contains_alcohol?: boolean;
9008
8919
  /** the carrier on the customer provided label (for tracking purposes) */
@@ -9011,8 +8922,6 @@ export interface PostApiV2Orders {
9011
8922
  customs_eori_number?: string;
9012
8923
  /** Import One-Stop Shop number for the sender of the order */
9013
8924
  customs_ioss_number?: string;
9014
- /** does the order require customs documents? */
9015
- customs_required?: boolean;
9016
8925
  /** Value Added Tax identifcation number for the sender of the order */
9017
8926
  customs_vat_number?: string;
9018
8927
  /**
@@ -9039,8 +8948,6 @@ export interface PostApiV2Orders {
9039
8948
  * @format int32
9040
8949
  */
9041
8950
  estimated_shipping_method_id?: number;
9042
- /** is the order expedited? */
9043
- expedited?: boolean;
9044
8951
  /** the first name of the person the order is being shipped to */
9045
8952
  first_name?: string;
9046
8953
  /** the full name of the person the order is being shipped to */
@@ -9049,8 +8956,6 @@ export interface PostApiV2Orders {
9049
8956
  gift?: boolean;
9050
8957
  /** is the order a global_e order? */
9051
8958
  global_e_ge_order?: boolean;
9052
- /** the order humanized id */
9053
- humanize_id?: string;
9054
8959
  /** desired incoterm for the order */
9055
8960
  incoterm?: PostApiV2OrdersIncoterm;
9056
8961
  /** is the order insured? */
@@ -9059,8 +8964,6 @@ export interface PostApiV2Orders {
9059
8964
  is_gestating?: boolean;
9060
8965
  /** is the order workable? */
9061
8966
  is_workable?: boolean;
9062
- /** are the items in the order updateable */
9063
- items_updateable?: boolean;
9064
8967
  /** the last name of the person the order is being shipped to */
9065
8968
  last_name?: string;
9066
8969
  /** meta data for this order as stringified JSON */
@@ -9291,8 +9194,6 @@ export interface PostApiV2Orders {
9291
9194
  tracking?: string[];
9292
9195
  /** the order tracking links */
9293
9196
  tracking_links?: string[];
9294
- /** is the order within its return time limit */
9295
- within_return_time_limit?: boolean;
9296
9197
  }
9297
9198
 
9298
9199
  /** Create orders in bulk */
@@ -9309,8 +9210,6 @@ export interface PostApiV2OrdersBulk {
9309
9210
  * @format int32
9310
9211
  */
9311
9212
  estimated_shipping_method_id?: number;
9312
- /** the order humanized id */
9313
- humanize_id?: string;
9314
9213
  /**
9315
9214
  * the order original id (from the shop that sent whiplash the order)
9316
9215
  * Note: contains the global-e order id for any global-e order.
@@ -9342,8 +9241,6 @@ export interface PostApiV2OrdersBulk {
9342
9241
  order_type?: PostApiV2OrdersBulkOrderType;
9343
9242
  /** the order shipping email */
9344
9243
  email?: string;
9345
- /** are the items in the order updateable */
9346
- items_updateable?: boolean;
9347
9244
  /** skip order shipping address verification? (staff only) */
9348
9245
  skip_address_verification?: boolean;
9349
9246
  /** the order shop warehouse ids */
@@ -9423,8 +9320,6 @@ export interface PostApiV2OrdersBulk {
9423
9320
  requested_address?: string;
9424
9321
  /** is the order address residential? */
9425
9322
  residential?: boolean;
9426
- /** is the order expedited? */
9427
- expedited?: boolean;
9428
9323
  /** does the order require a signature upon delivery? */
9429
9324
  require_signature?: boolean;
9430
9325
  /** does the order require an adult signature upon delivery? */
@@ -9437,8 +9332,6 @@ export interface PostApiV2OrdersBulk {
9437
9332
  insure?: boolean;
9438
9333
  /** does the order contain alcohol? */
9439
9334
  contains_alcohol?: boolean;
9440
- /** does the order require customs documents? */
9441
- customs_required?: boolean;
9442
9335
  /** carrier facility access point for the address destination */
9443
9336
  shipping_carrier_facility?: string;
9444
9337
  /** pickup option for carrier facility on the address destination */
@@ -9473,8 +9366,6 @@ export interface PostApiV2OrdersBulk {
9473
9366
  * @format float
9474
9367
  */
9475
9368
  req_insurance_value?: number;
9476
- /** packingslip pdf url */
9477
- cf_packingslip_pdf_url?: string;
9478
9369
  /** Value Added Tax identifcation number for the sender of the order */
9479
9370
  customs_vat_number?: string;
9480
9371
  /** Economic Operators Registration and Identification number for the sender of the order */
@@ -9497,10 +9388,6 @@ export interface PostApiV2OrdersBulk {
9497
9388
  approximate_delivery_date?: string;
9498
9389
  /** is the order a global_e order? */
9499
9390
  global_e_ge_order?: boolean;
9500
- /** the orders calculated return time limit */
9501
- calculated_time_limit?: string;
9502
- /** is the order within its return time limit */
9503
- within_return_time_limit?: boolean;
9504
9391
  /** the order return name */
9505
9392
  return_name?: string;
9506
9393
  /** the order return company */
@@ -9829,11 +9716,6 @@ export interface PostApiV2Shipnotices {
9829
9716
  */
9830
9717
  arrived_at?: string;
9831
9718
  carrier?: string;
9832
- /**
9833
- * the shipnotice must be completed by date and time
9834
- * @format date-time
9835
- */
9836
- complete_by?: string;
9837
9719
  /**
9838
9720
  * the shipnotice completion date and time
9839
9721
  * @format date-time
@@ -9895,8 +9777,6 @@ export interface PostApiV2Shipnotices {
9895
9777
  * @format date-time
9896
9778
  */
9897
9779
  processing_started_at?: string;
9898
- /** purchase order numbers associated with this Ship Notice */
9899
- purchase_order_numbers?: string[];
9900
9780
  /** JSON object of required and optional receiving quantities verified by staff */
9901
9781
  quantities_verified?: object;
9902
9782
  /** the name of the person who received the shipnotice */
@@ -9914,21 +9794,6 @@ export interface PostApiV2Shipnotices {
9914
9794
  ship_actual_cost?: number;
9915
9795
  /** currency used for this shipnotice */
9916
9796
  ship_actual_currency?: string;
9917
- /**
9918
- * number of line items in this Ship Notice
9919
- * @format int32
9920
- */
9921
- shipnotice_item_count?: number;
9922
- /**
9923
- * quantity of all the line items in this Ship Notice
9924
- * @format int32
9925
- */
9926
- shipnotice_item_quantity?: number;
9927
- /**
9928
- * number of unique items in this Ship Notice
9929
- * @format int32
9930
- */
9931
- shipnotice_item_sku_count?: number;
9932
9797
  shipnotice_items_attributes?: {
9933
9798
  /**
9934
9799
  * the number of this shipnotice item in the shipnotice
@@ -9978,8 +9843,6 @@ export interface PostApiV2Shipnotices {
9978
9843
  * @format int32
9979
9844
  */
9980
9845
  status?: number;
9981
- /** the shipnotice status name */
9982
- status_name?: string;
9983
9846
  /**
9984
9847
  * total number of boxes in the shipnotice
9985
9848
  * @format int32
@@ -10017,8 +9880,6 @@ export interface PostApiV2ShipnoticesBulk {
10017
9880
  * @format int32
10018
9881
  */
10019
9882
  status?: number;
10020
- /** the shipnotice status name */
10021
- status_name?: string;
10022
9883
  /** the name of the person who received the shipnotice */
10023
9884
  received_by?: string;
10024
9885
  /** notes by whiplash */
@@ -10050,8 +9911,6 @@ export interface PostApiV2ShipnoticesBulk {
10050
9911
  ship_actual_cost?: number;
10051
9912
  /** the method of shipping for the shipnotice */
10052
9913
  shipping_method_text?: string;
10053
- /** shipping carrier */
10054
- carrier?: string;
10055
9914
  /**
10056
9915
  * shipping method id
10057
9916
  * @format int32
@@ -10082,11 +9941,6 @@ export interface PostApiV2ShipnoticesBulk {
10082
9941
  * @format date-time
10083
9942
  */
10084
9943
  completed_at?: string;
10085
- /**
10086
- * the shipnotice must be completed by date and time
10087
- * @format date-time
10088
- */
10089
- complete_by?: string;
10090
9944
  /** currency used for this shipnotice */
10091
9945
  ship_actual_currency?: string;
10092
9946
  /**
@@ -10103,23 +9957,6 @@ export interface PostApiV2ShipnoticesBulk {
10103
9957
  meta_data?: string;
10104
9958
  /** purchase order number or other human readable token to another system */
10105
9959
  reference?: string;
10106
- /**
10107
- * number of line items in this Ship Notice
10108
- * @format int32
10109
- */
10110
- shipnotice_item_count?: number;
10111
- /**
10112
- * number of unique items in this Ship Notice
10113
- * @format int32
10114
- */
10115
- shipnotice_item_sku_count?: number;
10116
- /**
10117
- * quantity of all the line items in this Ship Notice
10118
- * @format int32
10119
- */
10120
- shipnotice_item_quantity?: number;
10121
- /** purchase order numbers associated with this Ship Notice */
10122
- purchase_order_numbers?: string[];
10123
9960
  /** JSON object of required and optional receiving quantities verified by staff */
10124
9961
  quantities_verified?: object;
10125
9962
  /** is inspection required? (default: false) */
@@ -10177,6 +10014,7 @@ export interface PostApiV2ShipnoticesBulk {
10177
10014
  /** Included meta fields for associations */
10178
10015
  association_fields?: object;
10179
10016
  };
10017
+ carrier?: string;
10180
10018
  }[];
10181
10019
  }
10182
10020
 
@@ -10378,8 +10216,6 @@ export interface PutApiV21CustomersId {
10378
10216
  * @format int32
10379
10217
  */
10380
10218
  account_level?: number;
10381
- /** Quote, Direct, Enterprise, or Managed */
10382
- account_level_name?: string;
10383
10219
  /** Customer active? */
10384
10220
  active?: boolean;
10385
10221
  /** Allow International returns? */
@@ -10677,16 +10513,6 @@ export interface PutApiV21ItemsId {
10677
10513
  price?: number;
10678
10514
  /** is the item a promo? */
10679
10515
  promo?: boolean;
10680
- /**
10681
- * item quantity, inluding inbound items
10682
- * @format int32
10683
- */
10684
- published_quantity?: number;
10685
- /**
10686
- * the available quantity of the item
10687
- * @format int32
10688
- */
10689
- quantity?: number;
10690
10516
  /**
10691
10517
  * Minimum number of days worth of stock to keep in forward pick locations
10692
10518
  * @format float
@@ -11163,16 +10989,6 @@ export interface PutApiV21ItemsOriginatorOriginatorId {
11163
10989
  price?: number;
11164
10990
  /** is the item a promo? */
11165
10991
  promo?: boolean;
11166
- /**
11167
- * item quantity, inluding inbound items
11168
- * @format int32
11169
- */
11170
- published_quantity?: number;
11171
- /**
11172
- * the available quantity of the item
11173
- * @format int32
11174
- */
11175
- quantity?: number;
11176
10992
  /**
11177
10993
  * Minimum number of days worth of stock to keep in forward pick locations
11178
10994
  * @format float
@@ -11722,15 +11538,11 @@ export interface PutApiV21OrdersId {
11722
11538
  billing_state?: string;
11723
11539
  /** the order billing zip */
11724
11540
  billing_zip?: string;
11725
- /** the orders calculated return time limit */
11726
- calculated_time_limit?: string;
11727
11541
  /**
11728
11542
  * the carrier account id for this package, if it has shipped (staff only)
11729
11543
  * @format int32
11730
11544
  */
11731
11545
  carrier_account_id?: number;
11732
- /** packingslip pdf url */
11733
- cf_packingslip_pdf_url?: string;
11734
11546
  /** does the order contain alcohol? */
11735
11547
  contains_alcohol?: boolean;
11736
11548
  /** the carrier on the customer provided label (for tracking purposes) */
@@ -11739,8 +11551,6 @@ export interface PutApiV21OrdersId {
11739
11551
  customs_eori_number?: string;
11740
11552
  /** Import One-Stop Shop number for the sender of the order */
11741
11553
  customs_ioss_number?: string;
11742
- /** does the order require customs documents? */
11743
- customs_required?: boolean;
11744
11554
  /** Value Added Tax identifcation number for the sender of the order */
11745
11555
  customs_vat_number?: string;
11746
11556
  /**
@@ -11767,8 +11577,6 @@ export interface PutApiV21OrdersId {
11767
11577
  * @format int32
11768
11578
  */
11769
11579
  estimated_shipping_method_id?: number;
11770
- /** is the order expedited? */
11771
- expedited?: boolean;
11772
11580
  /** the first name of the person the order is being shipped to */
11773
11581
  first_name?: string;
11774
11582
  /** the full name of the person the order is being shipped to */
@@ -11777,8 +11585,6 @@ export interface PutApiV21OrdersId {
11777
11585
  gift?: boolean;
11778
11586
  /** is the order a global_e order? */
11779
11587
  global_e_ge_order?: boolean;
11780
- /** the order humanized id */
11781
- humanize_id?: string;
11782
11588
  /** desired incoterm for the order */
11783
11589
  incoterm?: PutApiV21OrdersIdIncoterm;
11784
11590
  /** is the order insured? */
@@ -11787,8 +11593,6 @@ export interface PutApiV21OrdersId {
11787
11593
  is_gestating?: boolean;
11788
11594
  /** is the order workable? */
11789
11595
  is_workable?: boolean;
11790
- /** are the items in the order updateable */
11791
- items_updateable?: boolean;
11792
11596
  /** the last name of the person the order is being shipped to */
11793
11597
  last_name?: string;
11794
11598
  /** meta data for this order as stringified JSON */
@@ -11946,8 +11750,6 @@ export interface PutApiV21OrdersId {
11946
11750
  */
11947
11751
  cancel_date?: string;
11948
11752
  };
11949
- /** is the order within its return time limit */
11950
- within_return_time_limit?: boolean;
11951
11753
  }
11952
11754
 
11953
11755
  /** Perform an action on an order */
@@ -12035,15 +11837,11 @@ export interface PutApiV21OrdersOriginatorOriginatorId {
12035
11837
  billing_state?: string;
12036
11838
  /** the order billing zip */
12037
11839
  billing_zip?: string;
12038
- /** the orders calculated return time limit */
12039
- calculated_time_limit?: string;
12040
11840
  /**
12041
11841
  * the carrier account id for this package, if it has shipped (staff only)
12042
11842
  * @format int32
12043
11843
  */
12044
11844
  carrier_account_id?: number;
12045
- /** packingslip pdf url */
12046
- cf_packingslip_pdf_url?: string;
12047
11845
  /** does the order contain alcohol? */
12048
11846
  contains_alcohol?: boolean;
12049
11847
  /** the carrier on the customer provided label (for tracking purposes) */
@@ -12052,8 +11850,6 @@ export interface PutApiV21OrdersOriginatorOriginatorId {
12052
11850
  customs_eori_number?: string;
12053
11851
  /** Import One-Stop Shop number for the sender of the order */
12054
11852
  customs_ioss_number?: string;
12055
- /** does the order require customs documents? */
12056
- customs_required?: boolean;
12057
11853
  /** Value Added Tax identifcation number for the sender of the order */
12058
11854
  customs_vat_number?: string;
12059
11855
  /**
@@ -12080,8 +11876,6 @@ export interface PutApiV21OrdersOriginatorOriginatorId {
12080
11876
  * @format int32
12081
11877
  */
12082
11878
  estimated_shipping_method_id?: number;
12083
- /** is the order expedited? */
12084
- expedited?: boolean;
12085
11879
  /** the first name of the person the order is being shipped to */
12086
11880
  first_name?: string;
12087
11881
  /** the full name of the person the order is being shipped to */
@@ -12090,8 +11884,6 @@ export interface PutApiV21OrdersOriginatorOriginatorId {
12090
11884
  gift?: boolean;
12091
11885
  /** is the order a global_e order? */
12092
11886
  global_e_ge_order?: boolean;
12093
- /** the order humanized id */
12094
- humanize_id?: string;
12095
11887
  /** desired incoterm for the order */
12096
11888
  incoterm?: PutApiV21OrdersOriginatorOriginatorIdIncoterm;
12097
11889
  /** is the order insured? */
@@ -12100,8 +11892,6 @@ export interface PutApiV21OrdersOriginatorOriginatorId {
12100
11892
  is_gestating?: boolean;
12101
11893
  /** is the order workable? */
12102
11894
  is_workable?: boolean;
12103
- /** are the items in the order updateable */
12104
- items_updateable?: boolean;
12105
11895
  /** the last name of the person the order is being shipped to */
12106
11896
  last_name?: string;
12107
11897
  /** meta data for this order as stringified JSON */
@@ -12259,8 +12049,6 @@ export interface PutApiV21OrdersOriginatorOriginatorId {
12259
12049
  */
12260
12050
  cancel_date?: string;
12261
12051
  };
12262
- /** is the order within its return time limit */
12263
- within_return_time_limit?: boolean;
12264
12052
  }
12265
12053
 
12266
12054
  /** desired incoterm for the order */
@@ -12322,21 +12110,11 @@ export interface PutApiV21ShipnoticesId {
12322
12110
  */
12323
12111
  arrived_at?: string;
12324
12112
  carrier?: string;
12325
- /**
12326
- * the shipnotice must be completed by date and time
12327
- * @format date-time
12328
- */
12329
- complete_by?: string;
12330
12113
  /**
12331
12114
  * the shipnotice completion date and time
12332
12115
  * @format date-time
12333
12116
  */
12334
12117
  completed_at?: string;
12335
- /**
12336
- * the shipnotice customer id
12337
- * @format int32
12338
- */
12339
- customer_id?: number;
12340
12118
  /**
12341
12119
  * date when was the shipnoticed delivered
12342
12120
  * @format date-time
@@ -12371,8 +12149,6 @@ export interface PutApiV21ShipnoticesId {
12371
12149
  * @format date-time
12372
12150
  */
12373
12151
  processing_started_at?: string;
12374
- /** purchase order numbers associated with this Ship Notice */
12375
- purchase_order_numbers?: string[];
12376
12152
  /** JSON object of required and optional receiving quantities verified by staff */
12377
12153
  quantities_verified?: object;
12378
12154
  /** the name of the person who received the shipnotice */
@@ -12390,21 +12166,6 @@ export interface PutApiV21ShipnoticesId {
12390
12166
  ship_actual_cost?: number;
12391
12167
  /** currency used for this shipnotice */
12392
12168
  ship_actual_currency?: string;
12393
- /**
12394
- * number of line items in this Ship Notice
12395
- * @format int32
12396
- */
12397
- shipnotice_item_count?: number;
12398
- /**
12399
- * quantity of all the line items in this Ship Notice
12400
- * @format int32
12401
- */
12402
- shipnotice_item_quantity?: number;
12403
- /**
12404
- * number of unique items in this Ship Notice
12405
- * @format int32
12406
- */
12407
- shipnotice_item_sku_count?: number;
12408
12169
  shipnotice_items?: string;
12409
12170
  /** url of the shipping label */
12410
12171
  shipping_label_url?: string;
@@ -12422,8 +12183,6 @@ export interface PutApiV21ShipnoticesId {
12422
12183
  * @format int32
12423
12184
  */
12424
12185
  status?: number;
12425
- /** the shipnotice status name */
12426
- status_name?: string;
12427
12186
  /**
12428
12187
  * total number of boxes in the shipnotice
12429
12188
  * @format int32
@@ -12456,21 +12215,11 @@ export interface PutApiV21ShipnoticesOriginatorOriginatorId {
12456
12215
  */
12457
12216
  arrived_at?: string;
12458
12217
  carrier?: string;
12459
- /**
12460
- * the shipnotice must be completed by date and time
12461
- * @format date-time
12462
- */
12463
- complete_by?: string;
12464
12218
  /**
12465
12219
  * the shipnotice completion date and time
12466
12220
  * @format date-time
12467
12221
  */
12468
12222
  completed_at?: string;
12469
- /**
12470
- * the shipnotice customer id
12471
- * @format int32
12472
- */
12473
- customer_id?: number;
12474
12223
  /**
12475
12224
  * date when was the shipnoticed delivered
12476
12225
  * @format date-time
@@ -12505,8 +12254,6 @@ export interface PutApiV21ShipnoticesOriginatorOriginatorId {
12505
12254
  * @format date-time
12506
12255
  */
12507
12256
  processing_started_at?: string;
12508
- /** purchase order numbers associated with this Ship Notice */
12509
- purchase_order_numbers?: string[];
12510
12257
  /** JSON object of required and optional receiving quantities verified by staff */
12511
12258
  quantities_verified?: object;
12512
12259
  /** the name of the person who received the shipnotice */
@@ -12524,21 +12271,6 @@ export interface PutApiV21ShipnoticesOriginatorOriginatorId {
12524
12271
  ship_actual_cost?: number;
12525
12272
  /** currency used for this shipnotice */
12526
12273
  ship_actual_currency?: string;
12527
- /**
12528
- * number of line items in this Ship Notice
12529
- * @format int32
12530
- */
12531
- shipnotice_item_count?: number;
12532
- /**
12533
- * quantity of all the line items in this Ship Notice
12534
- * @format int32
12535
- */
12536
- shipnotice_item_quantity?: number;
12537
- /**
12538
- * number of unique items in this Ship Notice
12539
- * @format int32
12540
- */
12541
- shipnotice_item_sku_count?: number;
12542
12274
  shipnotice_items?: string;
12543
12275
  /** url of the shipping label */
12544
12276
  shipping_label_url?: string;
@@ -12556,8 +12288,6 @@ export interface PutApiV21ShipnoticesOriginatorOriginatorId {
12556
12288
  * @format int32
12557
12289
  */
12558
12290
  status?: number;
12559
- /** the shipnotice status name */
12560
- status_name?: string;
12561
12291
  /**
12562
12292
  * total number of boxes in the shipnotice
12563
12293
  * @format int32
@@ -12721,8 +12451,6 @@ export interface PutApiV2CustomersId {
12721
12451
  * @format int32
12722
12452
  */
12723
12453
  account_level?: number;
12724
- /** Quote, Direct, Enterprise, or Managed */
12725
- account_level_name?: string;
12726
12454
  /** Customer active? */
12727
12455
  active?: boolean;
12728
12456
  /** Allow International returns? */
@@ -13014,16 +12742,6 @@ export interface PutApiV2ItemsId {
13014
12742
  price?: number;
13015
12743
  /** is the item a promo? */
13016
12744
  promo?: boolean;
13017
- /**
13018
- * item quantity, inluding inbound items
13019
- * @format int32
13020
- */
13021
- published_quantity?: number;
13022
- /**
13023
- * the available quantity of the item
13024
- * @format int32
13025
- */
13026
- quantity?: number;
13027
12745
  /**
13028
12746
  * Minimum number of days worth of stock to keep in forward pick locations
13029
12747
  * @format float
@@ -13500,16 +13218,6 @@ export interface PutApiV2ItemsOriginatorOriginatorId {
13500
13218
  price?: number;
13501
13219
  /** is the item a promo? */
13502
13220
  promo?: boolean;
13503
- /**
13504
- * item quantity, inluding inbound items
13505
- * @format int32
13506
- */
13507
- published_quantity?: number;
13508
- /**
13509
- * the available quantity of the item
13510
- * @format int32
13511
- */
13512
- quantity?: number;
13513
13221
  /**
13514
13222
  * Minimum number of days worth of stock to keep in forward pick locations
13515
13223
  * @format float
@@ -14059,15 +13767,11 @@ export interface PutApiV2OrdersId {
14059
13767
  billing_state?: string;
14060
13768
  /** the order billing zip */
14061
13769
  billing_zip?: string;
14062
- /** the orders calculated return time limit */
14063
- calculated_time_limit?: string;
14064
13770
  /**
14065
13771
  * the carrier account id for this package, if it has shipped (staff only)
14066
13772
  * @format int32
14067
13773
  */
14068
13774
  carrier_account_id?: number;
14069
- /** packingslip pdf url */
14070
- cf_packingslip_pdf_url?: string;
14071
13775
  /** does the order contain alcohol? */
14072
13776
  contains_alcohol?: boolean;
14073
13777
  /** the carrier on the customer provided label (for tracking purposes) */
@@ -14076,8 +13780,6 @@ export interface PutApiV2OrdersId {
14076
13780
  customs_eori_number?: string;
14077
13781
  /** Import One-Stop Shop number for the sender of the order */
14078
13782
  customs_ioss_number?: string;
14079
- /** does the order require customs documents? */
14080
- customs_required?: boolean;
14081
13783
  /** Value Added Tax identifcation number for the sender of the order */
14082
13784
  customs_vat_number?: string;
14083
13785
  /**
@@ -14104,8 +13806,6 @@ export interface PutApiV2OrdersId {
14104
13806
  * @format int32
14105
13807
  */
14106
13808
  estimated_shipping_method_id?: number;
14107
- /** is the order expedited? */
14108
- expedited?: boolean;
14109
13809
  /** the first name of the person the order is being shipped to */
14110
13810
  first_name?: string;
14111
13811
  /** the full name of the person the order is being shipped to */
@@ -14114,8 +13814,6 @@ export interface PutApiV2OrdersId {
14114
13814
  gift?: boolean;
14115
13815
  /** is the order a global_e order? */
14116
13816
  global_e_ge_order?: boolean;
14117
- /** the order humanized id */
14118
- humanize_id?: string;
14119
13817
  /** desired incoterm for the order */
14120
13818
  incoterm?: PutApiV2OrdersIdIncoterm;
14121
13819
  /** is the order insured? */
@@ -14124,8 +13822,6 @@ export interface PutApiV2OrdersId {
14124
13822
  is_gestating?: boolean;
14125
13823
  /** is the order workable? */
14126
13824
  is_workable?: boolean;
14127
- /** are the items in the order updateable */
14128
- items_updateable?: boolean;
14129
13825
  /** the last name of the person the order is being shipped to */
14130
13826
  last_name?: string;
14131
13827
  /** meta data for this order as stringified JSON */
@@ -14281,8 +13977,6 @@ export interface PutApiV2OrdersId {
14281
13977
  */
14282
13978
  cancel_date?: string;
14283
13979
  };
14284
- /** is the order within its return time limit */
14285
- within_return_time_limit?: boolean;
14286
13980
  }
14287
13981
 
14288
13982
  /** Perform an action on an order */
@@ -14370,15 +14064,11 @@ export interface PutApiV2OrdersOriginatorOriginatorId {
14370
14064
  billing_state?: string;
14371
14065
  /** the order billing zip */
14372
14066
  billing_zip?: string;
14373
- /** the orders calculated return time limit */
14374
- calculated_time_limit?: string;
14375
14067
  /**
14376
14068
  * the carrier account id for this package, if it has shipped (staff only)
14377
14069
  * @format int32
14378
14070
  */
14379
14071
  carrier_account_id?: number;
14380
- /** packingslip pdf url */
14381
- cf_packingslip_pdf_url?: string;
14382
14072
  /** does the order contain alcohol? */
14383
14073
  contains_alcohol?: boolean;
14384
14074
  /** the carrier on the customer provided label (for tracking purposes) */
@@ -14387,8 +14077,6 @@ export interface PutApiV2OrdersOriginatorOriginatorId {
14387
14077
  customs_eori_number?: string;
14388
14078
  /** Import One-Stop Shop number for the sender of the order */
14389
14079
  customs_ioss_number?: string;
14390
- /** does the order require customs documents? */
14391
- customs_required?: boolean;
14392
14080
  /** Value Added Tax identifcation number for the sender of the order */
14393
14081
  customs_vat_number?: string;
14394
14082
  /**
@@ -14415,8 +14103,6 @@ export interface PutApiV2OrdersOriginatorOriginatorId {
14415
14103
  * @format int32
14416
14104
  */
14417
14105
  estimated_shipping_method_id?: number;
14418
- /** is the order expedited? */
14419
- expedited?: boolean;
14420
14106
  /** the first name of the person the order is being shipped to */
14421
14107
  first_name?: string;
14422
14108
  /** the full name of the person the order is being shipped to */
@@ -14425,8 +14111,6 @@ export interface PutApiV2OrdersOriginatorOriginatorId {
14425
14111
  gift?: boolean;
14426
14112
  /** is the order a global_e order? */
14427
14113
  global_e_ge_order?: boolean;
14428
- /** the order humanized id */
14429
- humanize_id?: string;
14430
14114
  /** desired incoterm for the order */
14431
14115
  incoterm?: PutApiV2OrdersOriginatorOriginatorIdIncoterm;
14432
14116
  /** is the order insured? */
@@ -14435,8 +14119,6 @@ export interface PutApiV2OrdersOriginatorOriginatorId {
14435
14119
  is_gestating?: boolean;
14436
14120
  /** is the order workable? */
14437
14121
  is_workable?: boolean;
14438
- /** are the items in the order updateable */
14439
- items_updateable?: boolean;
14440
14122
  /** the last name of the person the order is being shipped to */
14441
14123
  last_name?: string;
14442
14124
  /** meta data for this order as stringified JSON */
@@ -14592,8 +14274,6 @@ export interface PutApiV2OrdersOriginatorOriginatorId {
14592
14274
  */
14593
14275
  cancel_date?: string;
14594
14276
  };
14595
- /** is the order within its return time limit */
14596
- within_return_time_limit?: boolean;
14597
14277
  }
14598
14278
 
14599
14279
  /** desired incoterm for the order */
@@ -14655,21 +14335,11 @@ export interface PutApiV2ShipnoticesId {
14655
14335
  */
14656
14336
  arrived_at?: string;
14657
14337
  carrier?: string;
14658
- /**
14659
- * the shipnotice must be completed by date and time
14660
- * @format date-time
14661
- */
14662
- complete_by?: string;
14663
14338
  /**
14664
14339
  * the shipnotice completion date and time
14665
14340
  * @format date-time
14666
14341
  */
14667
14342
  completed_at?: string;
14668
- /**
14669
- * the shipnotice customer id
14670
- * @format int32
14671
- */
14672
- customer_id?: number;
14673
14343
  /**
14674
14344
  * date when was the shipnoticed delivered
14675
14345
  * @format date-time
@@ -14721,21 +14391,6 @@ export interface PutApiV2ShipnoticesId {
14721
14391
  ship_actual_cost?: number;
14722
14392
  /** currency used for this shipnotice */
14723
14393
  ship_actual_currency?: string;
14724
- /**
14725
- * number of line items in this Ship Notice
14726
- * @format int32
14727
- */
14728
- shipnotice_item_count?: number;
14729
- /**
14730
- * quantity of all the line items in this Ship Notice
14731
- * @format int32
14732
- */
14733
- shipnotice_item_quantity?: number;
14734
- /**
14735
- * number of unique items in this Ship Notice
14736
- * @format int32
14737
- */
14738
- shipnotice_item_sku_count?: number;
14739
14394
  shipnotice_items?: string;
14740
14395
  /** url of the shipping label */
14741
14396
  shipping_label_url?: string;
@@ -14753,8 +14408,6 @@ export interface PutApiV2ShipnoticesId {
14753
14408
  * @format int32
14754
14409
  */
14755
14410
  status?: number;
14756
- /** the shipnotice status name */
14757
- status_name?: string;
14758
14411
  /**
14759
14412
  * total number of boxes in the shipnotice
14760
14413
  * @format int32
@@ -14787,21 +14440,11 @@ export interface PutApiV2ShipnoticesOriginatorOriginatorId {
14787
14440
  */
14788
14441
  arrived_at?: string;
14789
14442
  carrier?: string;
14790
- /**
14791
- * the shipnotice must be completed by date and time
14792
- * @format date-time
14793
- */
14794
- complete_by?: string;
14795
14443
  /**
14796
14444
  * the shipnotice completion date and time
14797
14445
  * @format date-time
14798
14446
  */
14799
14447
  completed_at?: string;
14800
- /**
14801
- * the shipnotice customer id
14802
- * @format int32
14803
- */
14804
- customer_id?: number;
14805
14448
  /**
14806
14449
  * date when was the shipnoticed delivered
14807
14450
  * @format date-time
@@ -14853,21 +14496,6 @@ export interface PutApiV2ShipnoticesOriginatorOriginatorId {
14853
14496
  ship_actual_cost?: number;
14854
14497
  /** currency used for this shipnotice */
14855
14498
  ship_actual_currency?: string;
14856
- /**
14857
- * number of line items in this Ship Notice
14858
- * @format int32
14859
- */
14860
- shipnotice_item_count?: number;
14861
- /**
14862
- * quantity of all the line items in this Ship Notice
14863
- * @format int32
14864
- */
14865
- shipnotice_item_quantity?: number;
14866
- /**
14867
- * number of unique items in this Ship Notice
14868
- * @format int32
14869
- */
14870
- shipnotice_item_sku_count?: number;
14871
14499
  shipnotice_items?: string;
14872
14500
  /** url of the shipping label */
14873
14501
  shipping_label_url?: string;
@@ -14885,8 +14513,6 @@ export interface PutApiV2ShipnoticesOriginatorOriginatorId {
14885
14513
  * @format int32
14886
14514
  */
14887
14515
  status?: number;
14888
- /** the shipnotice status name */
14889
- status_name?: string;
14890
14516
  /**
14891
14517
  * total number of boxes in the shipnotice
14892
14518
  * @format int32