@flowio/types 11.24.55 → 11.24.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api-internal.d.ts +1899 -1772
- package/dist/api.d.ts +60 -11
- package/package.json +2 -2
- package/src/api-internal.ts +6368 -6211
- package/src/api.ts +77 -11
package/dist/api-internal.d.ts
CHANGED
|
@@ -226,1071 +226,687 @@ declare namespace io.flow.order.price.v0.models {
|
|
|
226
226
|
readonly name?: string;
|
|
227
227
|
}
|
|
228
228
|
}
|
|
229
|
-
declare namespace io.flow.
|
|
230
|
-
type
|
|
231
|
-
type AvailabilityStatus = 'enabled' | 'disabled';
|
|
232
|
-
type Calendar = 'weekdays' | 'everyday';
|
|
233
|
-
type Capability = 'crossdock';
|
|
234
|
-
type ChangeType = 'insert' | 'update' | 'delete';
|
|
235
|
-
type CurrencyLabelFormatter = 'strip_trailing_zeros' | 'symbol_prefix' | 'symbol_suffix';
|
|
236
|
-
type CurrencySymbolFormat = 'narrow' | 'primary';
|
|
237
|
-
type DayOfWeek = 'sunday' | 'monday' | 'tuesday' | 'wednesday' | 'thursday' | 'friday' | 'saturday';
|
|
238
|
-
type DeliveredDuty = 'paid' | 'unpaid';
|
|
239
|
-
type DiscountTarget = 'item' | 'shipping';
|
|
240
|
-
type EntityIdentifierType = 'ioss' | 'voec';
|
|
241
|
-
type Environment = 'sandbox' | 'production';
|
|
242
|
-
type ExceptionType = 'open' | 'closed';
|
|
243
|
-
type GoodsSupply = 'export' | 'intra_community' | 'local';
|
|
244
|
-
type HolidayCalendar = 'us_bank_holidays' | 'jewish_holidays';
|
|
245
|
-
type IncludedLevyKey = 'duty' | 'vat' | 'vat_and_duty' | 'none';
|
|
246
|
-
type Incoterm = 'EXW' | 'FCA' | 'CPT' | 'CIP' | 'DAT' | 'DAP' | 'DDP' | 'FAS' | 'FOB' | 'CFR' | 'CIF' | 'DAF' | 'DES' | 'DEQ' | 'DDU';
|
|
247
|
-
type InputSpecificationType = 'text' | 'number';
|
|
248
|
-
type MarginType = 'fixed' | 'percent';
|
|
249
|
-
type MeasurementSystem = 'imperial' | 'metric';
|
|
250
|
-
type MerchantOfRecord = 'flow' | 'organization';
|
|
251
|
-
type OrderMerchantOfRecord = 'flow' | 'organization' | 'mixed';
|
|
252
|
-
type OrganizationStatus = 'active' | 'inactive' | 'deactivated' | 'provisioned';
|
|
253
|
-
type OrganizationType = 'standalone' | 'channel';
|
|
254
|
-
type PriceBookStatus = 'draft' | 'published' | 'archived';
|
|
255
|
-
type Role = 'admin' | 'member';
|
|
256
|
-
type RoundingMethod = 'up' | 'down' | 'nearest';
|
|
257
|
-
type RoundingType = 'pattern' | 'multiple';
|
|
258
|
-
type ScheduleExceptionStatus = 'Open' | 'Closed';
|
|
259
|
-
type SortDirection = 'ascending' | 'descending';
|
|
260
|
-
type UnitOfMeasurement = 'millimeter' | 'centimeter' | 'inch' | 'foot' | 'cubic_inch' | 'cubic_meter' | 'gram' | 'kilogram' | 'meter' | 'ounce' | 'pound';
|
|
261
|
-
type UnitOfTime = 'year' | 'month' | 'week' | 'day' | 'hour' | 'minute';
|
|
262
|
-
type UserStatus = 'pending' | 'active' | 'inactive';
|
|
263
|
-
type ValueAddedService = 'Hazardous Material';
|
|
264
|
-
type Visibility = 'public' | 'private';
|
|
229
|
+
declare namespace io.flow.error.v0.enums {
|
|
230
|
+
type GenericErrorCode = 'generic_error' | 'client_error' | 'server_error';
|
|
265
231
|
}
|
|
266
|
-
declare namespace io.flow.
|
|
267
|
-
interface
|
|
268
|
-
readonly
|
|
269
|
-
readonly
|
|
270
|
-
readonly street_number?: string;
|
|
271
|
-
readonly city?: string;
|
|
272
|
-
readonly province?: string;
|
|
273
|
-
readonly postal?: string;
|
|
274
|
-
readonly country?: string;
|
|
275
|
-
readonly latitude?: string;
|
|
276
|
-
readonly longitude?: string;
|
|
232
|
+
declare namespace io.flow.error.v0.models {
|
|
233
|
+
interface GenericError {
|
|
234
|
+
readonly code: io.flow.error.v0.enums.GenericErrorCode;
|
|
235
|
+
readonly messages: string[];
|
|
277
236
|
}
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
237
|
+
}
|
|
238
|
+
declare namespace io.flow.price.v0.enums {
|
|
239
|
+
type LevyComponent = 'goods' | 'duty' | 'insurance' | 'freight' | 'vat';
|
|
240
|
+
type LevyStrategy = 'minimum' | 'average' | 'maximum';
|
|
241
|
+
type PriceAccuracy = 'calculated' | 'estimated_from_partial_destination';
|
|
242
|
+
type PriceDetailComponentKey = 'base_price' | 'discount' | 'currency_margin' | 'percent_item_margin' | 'fixed_item_margin' | 'duties_item_price' | 'duties_added_margin' | 'duties_rounding' | 'duties_deminimis' | 'vat_item_price' | 'vat_added_margin' | 'vat_rounding' | 'vat_duties_item_price' | 'vat_duties_added_margin' | 'vat_duties_rounding' | 'vat_deminimis' | 'item_price_percent_sales_margin' | 'margins_percent_sales_margin' | 'rounding_percent_sales_margin' | 'vat_percent_sales_margin' | 'vat_duty_percent_sales_margin' | 'duty_percent_sales_margin';
|
|
243
|
+
type PriceDetailKey = 'item_price' | 'margins' | 'vat' | 'duty' | 'rounding' | 'adjustment';
|
|
244
|
+
type PricingLevySetting = 'included' | 'displayed' | 'ignored';
|
|
245
|
+
}
|
|
246
|
+
declare namespace io.flow.price.v0.models {
|
|
247
|
+
interface CurrencyFormat {
|
|
248
|
+
readonly symbol: io.flow.common.v0.enums.CurrencySymbolFormat;
|
|
249
|
+
readonly label_formatters: io.flow.common.v0.enums.CurrencyLabelFormatter[];
|
|
286
250
|
}
|
|
287
|
-
interface
|
|
288
|
-
readonly
|
|
289
|
-
readonly
|
|
251
|
+
interface DeminimisPerItem {
|
|
252
|
+
readonly discriminator: 'deminimis_per_item';
|
|
253
|
+
readonly currency: string;
|
|
254
|
+
readonly minimum?: number;
|
|
255
|
+
readonly maximum?: number;
|
|
290
256
|
}
|
|
291
|
-
interface
|
|
292
|
-
readonly
|
|
293
|
-
readonly
|
|
294
|
-
readonly
|
|
257
|
+
interface DeminimisSimple {
|
|
258
|
+
readonly discriminator: 'deminimis_simple';
|
|
259
|
+
readonly value?: number;
|
|
260
|
+
readonly currency: string;
|
|
261
|
+
readonly components: io.flow.price.v0.enums.LevyComponent[];
|
|
262
|
+
readonly minimum?: number;
|
|
295
263
|
}
|
|
296
|
-
interface
|
|
297
|
-
readonly
|
|
264
|
+
interface Duty {
|
|
265
|
+
readonly rate: number;
|
|
266
|
+
readonly components: io.flow.price.v0.enums.LevyComponent[];
|
|
267
|
+
readonly deminimis?: io.flow.price.v0.unions.Deminimis;
|
|
268
|
+
readonly name?: string;
|
|
298
269
|
}
|
|
299
|
-
interface
|
|
270
|
+
interface LocalPriceDetails {
|
|
271
|
+
readonly base: io.flow.price.v0.models.PriceDetails;
|
|
272
|
+
readonly local: io.flow.price.v0.models.PriceDetails;
|
|
273
|
+
readonly discount?: io.flow.price.v0.models.PriceDetail;
|
|
274
|
+
readonly local_before_discount?: io.flow.price.v0.models.PriceDetail;
|
|
275
|
+
}
|
|
276
|
+
interface PriceBook {
|
|
300
277
|
readonly id: string;
|
|
278
|
+
readonly key: string;
|
|
279
|
+
readonly currency: string;
|
|
280
|
+
readonly name: string;
|
|
281
|
+
readonly includes: io.flow.common.v0.models.IncludedLevies;
|
|
282
|
+
readonly status: io.flow.common.v0.enums.PriceBookStatus;
|
|
301
283
|
}
|
|
302
|
-
interface
|
|
303
|
-
readonly
|
|
304
|
-
readonly
|
|
305
|
-
readonly
|
|
306
|
-
readonly
|
|
284
|
+
interface PriceBookForm {
|
|
285
|
+
readonly currency: string;
|
|
286
|
+
readonly name: string;
|
|
287
|
+
readonly includes: io.flow.common.v0.enums.IncludedLevyKey;
|
|
288
|
+
readonly status?: io.flow.common.v0.enums.PriceBookStatus;
|
|
307
289
|
}
|
|
308
|
-
interface
|
|
309
|
-
readonly
|
|
290
|
+
interface PriceBookItem {
|
|
291
|
+
readonly id: string;
|
|
292
|
+
readonly key: string;
|
|
293
|
+
readonly price_book: io.flow.price.v0.models.PriceBookReference;
|
|
294
|
+
readonly price: io.flow.common.v0.models.Price;
|
|
295
|
+
readonly item_number: string;
|
|
296
|
+
readonly schedule: io.flow.price.v0.models.PriceBookItemSchedule;
|
|
297
|
+
readonly item_attributes?: Record<string, string>;
|
|
310
298
|
}
|
|
311
|
-
interface
|
|
312
|
-
readonly
|
|
299
|
+
interface PriceBookItemForm {
|
|
300
|
+
readonly price_book_key: string;
|
|
301
|
+
readonly item_number: string;
|
|
302
|
+
readonly amount: number;
|
|
303
|
+
readonly schedule?: io.flow.price.v0.models.PriceBookItemSchedule;
|
|
304
|
+
readonly item_attributes?: Record<string, string>;
|
|
313
305
|
}
|
|
314
|
-
interface
|
|
315
|
-
readonly
|
|
316
|
-
readonly
|
|
306
|
+
interface PriceBookItemQueryForm {
|
|
307
|
+
readonly price_book_key: string;
|
|
308
|
+
readonly item_query: string;
|
|
309
|
+
readonly amount: number;
|
|
310
|
+
readonly schedule?: io.flow.price.v0.models.PriceBookItemSchedule;
|
|
311
|
+
readonly item_attributes?: Record<string, string>;
|
|
317
312
|
}
|
|
318
|
-
interface
|
|
319
|
-
readonly
|
|
320
|
-
readonly
|
|
321
|
-
readonly length?: io.flow.common.v0.models.Measurement;
|
|
322
|
-
readonly weight?: io.flow.common.v0.models.Measurement;
|
|
323
|
-
readonly width?: io.flow.common.v0.models.Measurement;
|
|
313
|
+
interface PriceBookItemSchedule {
|
|
314
|
+
readonly starts_at: string;
|
|
315
|
+
readonly ends_at?: string;
|
|
324
316
|
}
|
|
325
|
-
interface
|
|
326
|
-
readonly
|
|
327
|
-
readonly
|
|
317
|
+
interface PriceBookReference {
|
|
318
|
+
readonly id: string;
|
|
319
|
+
readonly key: string;
|
|
328
320
|
}
|
|
329
|
-
interface
|
|
330
|
-
readonly
|
|
331
|
-
readonly
|
|
332
|
-
readonly label?: string;
|
|
321
|
+
interface PriceCheck {
|
|
322
|
+
readonly display: io.flow.price.v0.models.LocalPriceDetails;
|
|
323
|
+
readonly final: io.flow.price.v0.models.LocalPriceDetails;
|
|
333
324
|
}
|
|
334
|
-
interface
|
|
335
|
-
readonly
|
|
336
|
-
readonly
|
|
325
|
+
interface PriceDetail {
|
|
326
|
+
readonly key: io.flow.price.v0.enums.PriceDetailKey;
|
|
327
|
+
readonly components: io.flow.price.v0.models.PriceDetailComponent[];
|
|
328
|
+
readonly amount: number;
|
|
329
|
+
readonly label: string;
|
|
330
|
+
readonly name?: string;
|
|
331
|
+
readonly basis?: number;
|
|
337
332
|
}
|
|
338
|
-
interface
|
|
339
|
-
readonly
|
|
340
|
-
readonly
|
|
333
|
+
interface PriceDetailComponent {
|
|
334
|
+
readonly key: io.flow.price.v0.enums.PriceDetailComponentKey;
|
|
335
|
+
readonly amount: number;
|
|
336
|
+
readonly label: string;
|
|
337
|
+
readonly name?: string;
|
|
341
338
|
}
|
|
342
|
-
interface
|
|
343
|
-
readonly
|
|
339
|
+
interface PriceDetails {
|
|
340
|
+
readonly currency: string;
|
|
341
|
+
readonly item_price: io.flow.price.v0.models.PriceDetail;
|
|
342
|
+
readonly margins: io.flow.price.v0.models.PriceDetail;
|
|
343
|
+
readonly vat: io.flow.price.v0.models.PriceDetail;
|
|
344
|
+
readonly duty: io.flow.price.v0.models.PriceDetail;
|
|
345
|
+
readonly rounding: io.flow.price.v0.models.PriceDetail;
|
|
346
|
+
readonly price: io.flow.common.v0.models.Price;
|
|
347
|
+
readonly total: io.flow.common.v0.models.Price;
|
|
348
|
+
readonly adjustment?: io.flow.price.v0.models.PriceDetail;
|
|
344
349
|
}
|
|
345
|
-
interface
|
|
346
|
-
readonly
|
|
347
|
-
readonly
|
|
350
|
+
interface PriceEquation {
|
|
351
|
+
readonly contracted_rate: number;
|
|
352
|
+
readonly rate: number;
|
|
353
|
+
readonly pricing: io.flow.price.v0.models.Pricing;
|
|
354
|
+
readonly base_price: number;
|
|
355
|
+
readonly discount: number;
|
|
356
|
+
readonly fixed_margin: number;
|
|
357
|
+
readonly percent_margin: number;
|
|
358
|
+
readonly insurance: number;
|
|
359
|
+
readonly freight: number;
|
|
360
|
+
readonly duty?: io.flow.price.v0.models.Duty;
|
|
361
|
+
readonly tax?: io.flow.price.v0.models.Tax;
|
|
362
|
+
readonly percent_sales_margin: number;
|
|
348
363
|
}
|
|
349
|
-
interface
|
|
350
|
-
readonly
|
|
351
|
-
readonly
|
|
352
|
-
readonly
|
|
364
|
+
interface Pricing {
|
|
365
|
+
readonly vat: io.flow.price.v0.enums.PricingLevySetting;
|
|
366
|
+
readonly duty: io.flow.price.v0.enums.PricingLevySetting;
|
|
367
|
+
readonly rounding?: io.flow.common.v0.models.Rounding;
|
|
353
368
|
}
|
|
354
|
-
interface
|
|
355
|
-
readonly
|
|
356
|
-
readonly
|
|
369
|
+
interface Tax {
|
|
370
|
+
readonly name: string;
|
|
371
|
+
readonly rate: number;
|
|
372
|
+
readonly components: io.flow.price.v0.enums.LevyComponent[];
|
|
373
|
+
readonly deminimis?: io.flow.price.v0.unions.Deminimis;
|
|
357
374
|
}
|
|
358
|
-
|
|
375
|
+
}
|
|
376
|
+
declare namespace io.flow.price.v0.unions {
|
|
377
|
+
type Deminimis = io.flow.price.v0.models.DeminimisSimple | io.flow.price.v0.models.DeminimisPerItem;
|
|
378
|
+
}
|
|
379
|
+
declare namespace io.flow.channel.v0.enums {
|
|
380
|
+
type ChannelCurrencyCapability = 'payment_authorizations' | 'settlement_currency';
|
|
381
|
+
}
|
|
382
|
+
declare namespace io.flow.channel.v0.models {
|
|
383
|
+
interface Channel {
|
|
359
384
|
readonly id: string;
|
|
360
|
-
readonly key: string;
|
|
361
385
|
readonly name: string;
|
|
362
|
-
readonly
|
|
363
|
-
readonly
|
|
364
|
-
readonly language?: string;
|
|
386
|
+
readonly environment: io.flow.common.v0.enums.Environment;
|
|
387
|
+
readonly organization_id_prefix?: string;
|
|
365
388
|
}
|
|
366
|
-
interface
|
|
367
|
-
readonly
|
|
368
|
-
readonly label: string;
|
|
389
|
+
interface ChannelAuthorization {
|
|
390
|
+
readonly placeholder?: string;
|
|
369
391
|
}
|
|
370
|
-
interface
|
|
371
|
-
readonly
|
|
392
|
+
interface ChannelAuthorizationForm {
|
|
393
|
+
readonly channel_id: string;
|
|
372
394
|
}
|
|
373
|
-
interface
|
|
374
|
-
readonly
|
|
375
|
-
readonly
|
|
395
|
+
interface ChannelCurrency {
|
|
396
|
+
readonly id: string;
|
|
397
|
+
readonly currency: string;
|
|
398
|
+
readonly channel: io.flow.common.v0.models.ChannelReference;
|
|
399
|
+
readonly capabilities: io.flow.channel.v0.enums.ChannelCurrencyCapability[];
|
|
376
400
|
}
|
|
377
|
-
interface
|
|
378
|
-
readonly
|
|
401
|
+
interface ChannelOrganization {
|
|
402
|
+
readonly id: string;
|
|
403
|
+
readonly organization: io.flow.common.v0.models.OrganizationReference;
|
|
404
|
+
readonly key: string;
|
|
405
|
+
readonly channel: io.flow.common.v0.models.ChannelReference;
|
|
379
406
|
readonly name: string;
|
|
380
|
-
readonly
|
|
381
|
-
|
|
382
|
-
interface InputSpecificationLimitationMax {
|
|
383
|
-
readonly discriminator: 'input_specification_limitation_max';
|
|
384
|
-
readonly max: number;
|
|
385
|
-
}
|
|
386
|
-
interface InputSpecificationLimitations {
|
|
387
|
-
readonly limitations?: io.flow.common.v0.unions.InputSpecificationLimitation[];
|
|
388
|
-
}
|
|
389
|
-
interface ItemReference {
|
|
390
|
-
readonly number: string;
|
|
391
|
-
}
|
|
392
|
-
interface LineItem {
|
|
393
|
-
readonly number: string;
|
|
394
|
-
readonly quantity: number;
|
|
395
|
-
readonly price: io.flow.common.v0.models.Money;
|
|
396
|
-
readonly attributes: Record<string, string>;
|
|
397
|
-
readonly center?: string;
|
|
398
|
-
readonly discount?: io.flow.common.v0.models.Money;
|
|
399
|
-
}
|
|
400
|
-
interface LineItemAttributesForm {
|
|
401
|
-
readonly attributes: Record<string, string>;
|
|
402
|
-
}
|
|
403
|
-
interface LineItemForm {
|
|
404
|
-
readonly number: string;
|
|
405
|
-
readonly quantity: number;
|
|
406
|
-
readonly shipment_estimate?: io.flow.common.v0.models.DatetimeRange;
|
|
407
|
-
readonly price?: io.flow.common.v0.models.Money;
|
|
407
|
+
readonly slug?: string;
|
|
408
|
+
readonly defaults: io.flow.common.v0.models.OrganizationDefaults;
|
|
408
409
|
readonly attributes?: Record<string, string>;
|
|
409
|
-
readonly center?: string;
|
|
410
|
-
readonly discount?: io.flow.common.v0.models.Money;
|
|
411
|
-
readonly discounts?: io.flow.common.v0.models.DiscountsForm;
|
|
412
|
-
}
|
|
413
|
-
interface LineItemQuantityForm {
|
|
414
|
-
readonly quantity: number;
|
|
415
|
-
}
|
|
416
|
-
interface LogoImageSetStatic {
|
|
417
|
-
readonly discriminator: 'static';
|
|
418
|
-
readonly small?: io.flow.common.v0.models.LogoImageStatic;
|
|
419
|
-
readonly medium: io.flow.common.v0.models.LogoImageStatic;
|
|
420
|
-
readonly large?: io.flow.common.v0.models.LogoImageStatic;
|
|
421
410
|
}
|
|
422
|
-
interface
|
|
423
|
-
readonly
|
|
424
|
-
readonly width: number;
|
|
425
|
-
readonly height: number;
|
|
411
|
+
interface ChannelOrganizationAuthorization {
|
|
412
|
+
readonly placeholder?: string;
|
|
426
413
|
}
|
|
427
|
-
interface
|
|
428
|
-
readonly
|
|
429
|
-
readonly
|
|
414
|
+
interface ChannelOrganizationAuthorizationForm {
|
|
415
|
+
readonly channel_id: string;
|
|
416
|
+
readonly organization_id: string;
|
|
430
417
|
}
|
|
431
|
-
interface
|
|
432
|
-
readonly
|
|
433
|
-
readonly
|
|
418
|
+
interface ChannelOrganizationForm {
|
|
419
|
+
readonly key: string;
|
|
420
|
+
readonly name?: string;
|
|
421
|
+
readonly slug?: string;
|
|
422
|
+
readonly defaults: io.flow.common.v0.models.OrganizationDefaults;
|
|
423
|
+
readonly attributes?: Record<string, string>;
|
|
434
424
|
}
|
|
435
|
-
interface
|
|
436
|
-
readonly
|
|
437
|
-
readonly
|
|
425
|
+
interface ChannelOrganizationPutForm {
|
|
426
|
+
readonly name?: string;
|
|
427
|
+
readonly slug?: string;
|
|
428
|
+
readonly defaults: io.flow.common.v0.models.OrganizationDefaults;
|
|
429
|
+
readonly attributes?: Record<string, string>;
|
|
438
430
|
}
|
|
439
|
-
|
|
440
|
-
|
|
431
|
+
}
|
|
432
|
+
declare namespace io.flow.reference.v0.enums {
|
|
433
|
+
type PaymentMethodCapability = 'credit' | 'debit';
|
|
434
|
+
type PaymentMethodType = 'card' | 'online' | 'offline';
|
|
435
|
+
type PostalType = 'eircode' | 'pin' | 'postal' | 'zip';
|
|
436
|
+
type ProvinceType = 'area' | 'city' | 'county' | 'department' | 'dependency' | 'district' | 'do_si' | 'emirate' | 'entity' | 'island' | 'municipality' | 'oblast' | 'outlying_area' | 'parish' | 'prefecture' | 'province' | 'state' | 'territory' | 'other';
|
|
437
|
+
}
|
|
438
|
+
declare namespace io.flow.reference.v0.models {
|
|
439
|
+
interface Carrier {
|
|
440
|
+
readonly id: string;
|
|
441
441
|
readonly name: string;
|
|
442
|
-
readonly
|
|
443
|
-
readonly identifiers?: io.flow.common.v0.models.EntityIdentifier[];
|
|
444
|
-
readonly streets: string[];
|
|
445
|
-
readonly city: string;
|
|
446
|
-
readonly province?: string;
|
|
447
|
-
readonly postal?: string;
|
|
448
|
-
readonly country: string;
|
|
449
|
-
readonly phone?: string;
|
|
450
|
-
readonly email?: string;
|
|
451
|
-
}
|
|
452
|
-
interface MerchantOfRecordEntityRegistration {
|
|
453
|
-
readonly number: string;
|
|
454
|
-
readonly country: string;
|
|
455
|
-
}
|
|
456
|
-
interface Money {
|
|
457
|
-
readonly amount: number;
|
|
458
|
-
readonly currency: string;
|
|
442
|
+
readonly tracking_url: string;
|
|
459
443
|
}
|
|
460
|
-
interface
|
|
461
|
-
readonly
|
|
462
|
-
readonly
|
|
463
|
-
readonly
|
|
444
|
+
interface CarrierService {
|
|
445
|
+
readonly id: string;
|
|
446
|
+
readonly carrier: io.flow.reference.v0.models.Carrier;
|
|
447
|
+
readonly name: string;
|
|
464
448
|
}
|
|
465
|
-
interface
|
|
466
|
-
readonly
|
|
467
|
-
readonly
|
|
468
|
-
readonly
|
|
449
|
+
interface Country {
|
|
450
|
+
readonly name: string;
|
|
451
|
+
readonly iso_3166_2: string;
|
|
452
|
+
readonly iso_3166_3: string;
|
|
453
|
+
readonly languages: string[];
|
|
454
|
+
readonly measurement_system: string;
|
|
455
|
+
readonly default_currency?: string;
|
|
456
|
+
readonly default_language?: string;
|
|
457
|
+
readonly timezones: string[];
|
|
458
|
+
readonly default_delivered_duty?: string;
|
|
469
459
|
}
|
|
470
|
-
interface
|
|
471
|
-
readonly
|
|
472
|
-
readonly
|
|
460
|
+
interface Currency {
|
|
461
|
+
readonly name: string;
|
|
462
|
+
readonly iso_4217_3: string;
|
|
463
|
+
readonly number_decimals: number;
|
|
464
|
+
readonly symbols?: io.flow.reference.v0.models.CurrencySymbols;
|
|
465
|
+
readonly default_locale?: string;
|
|
473
466
|
}
|
|
474
|
-
interface
|
|
475
|
-
readonly
|
|
476
|
-
readonly
|
|
477
|
-
readonly phone?: string;
|
|
478
|
-
readonly email?: string;
|
|
479
|
-
readonly address?: io.flow.common.v0.models.BillingAddress;
|
|
480
|
-
readonly invoice?: io.flow.common.v0.models.CustomerInvoice;
|
|
467
|
+
interface CurrencySymbols {
|
|
468
|
+
readonly primary: string;
|
|
469
|
+
readonly narrow?: string;
|
|
481
470
|
}
|
|
482
|
-
interface
|
|
483
|
-
readonly name
|
|
484
|
-
readonly
|
|
485
|
-
readonly phone?: string;
|
|
486
|
-
readonly email?: string;
|
|
487
|
-
readonly address?: io.flow.common.v0.models.BillingAddress;
|
|
488
|
-
readonly invoice?: io.flow.common.v0.models.CustomerInvoice;
|
|
471
|
+
interface Language {
|
|
472
|
+
readonly name: string;
|
|
473
|
+
readonly iso_639_2: string;
|
|
489
474
|
}
|
|
490
|
-
interface
|
|
491
|
-
readonly discriminator: 'organization';
|
|
475
|
+
interface Locale {
|
|
492
476
|
readonly id: string;
|
|
493
477
|
readonly name: string;
|
|
494
|
-
readonly environment: io.flow.common.v0.enums.Environment;
|
|
495
|
-
readonly parent?: io.flow.common.v0.models.OrganizationReference;
|
|
496
|
-
readonly defaults?: io.flow.common.v0.models.OrganizationDefaults;
|
|
497
|
-
readonly created_at?: string;
|
|
498
|
-
readonly status?: io.flow.common.v0.enums.OrganizationStatus;
|
|
499
|
-
readonly type?: io.flow.common.v0.enums.OrganizationType;
|
|
500
|
-
}
|
|
501
|
-
interface OrganizationDefaults {
|
|
502
478
|
readonly country: string;
|
|
503
|
-
readonly base_currency: string;
|
|
504
479
|
readonly language: string;
|
|
505
|
-
readonly
|
|
506
|
-
readonly timezone: string;
|
|
480
|
+
readonly numbers: io.flow.reference.v0.models.LocaleNumbers;
|
|
507
481
|
}
|
|
508
|
-
interface
|
|
509
|
-
readonly
|
|
510
|
-
readonly
|
|
482
|
+
interface LocaleNumbers {
|
|
483
|
+
readonly decimal: string;
|
|
484
|
+
readonly group: string;
|
|
511
485
|
}
|
|
512
|
-
interface
|
|
513
|
-
readonly
|
|
486
|
+
interface LocalizedTranslation {
|
|
487
|
+
readonly locale: io.flow.reference.v0.models.Locale;
|
|
514
488
|
readonly name: string;
|
|
515
|
-
readonly environment: io.flow.common.v0.enums.Environment;
|
|
516
489
|
}
|
|
517
|
-
interface
|
|
490
|
+
interface PaymentMethod {
|
|
518
491
|
readonly id: string;
|
|
492
|
+
readonly type: io.flow.reference.v0.enums.PaymentMethodType;
|
|
493
|
+
readonly name: string;
|
|
494
|
+
readonly images: io.flow.reference.v0.models.PaymentMethodImages;
|
|
495
|
+
readonly regions: string[];
|
|
496
|
+
readonly capabilities?: io.flow.reference.v0.enums.PaymentMethodCapability[];
|
|
519
497
|
}
|
|
520
|
-
interface
|
|
521
|
-
readonly
|
|
522
|
-
readonly
|
|
523
|
-
readonly
|
|
524
|
-
}
|
|
525
|
-
interface PriceForm {
|
|
526
|
-
readonly amount: number;
|
|
527
|
-
readonly currency: string;
|
|
528
|
-
}
|
|
529
|
-
interface PriceSourceCatalog {
|
|
530
|
-
readonly discriminator: 'catalog';
|
|
531
|
-
readonly price: io.flow.common.v0.models.Money;
|
|
498
|
+
interface PaymentMethodImage {
|
|
499
|
+
readonly url: string;
|
|
500
|
+
readonly width: number;
|
|
501
|
+
readonly height: number;
|
|
532
502
|
}
|
|
533
|
-
interface
|
|
534
|
-
readonly
|
|
535
|
-
readonly
|
|
536
|
-
readonly
|
|
537
|
-
readonly price_book_reference: io.flow.common.v0.models.PriceSourcePriceBookReference;
|
|
503
|
+
interface PaymentMethodImages {
|
|
504
|
+
readonly small: io.flow.reference.v0.models.PaymentMethodImage;
|
|
505
|
+
readonly medium: io.flow.reference.v0.models.PaymentMethodImage;
|
|
506
|
+
readonly large: io.flow.reference.v0.models.PaymentMethodImage;
|
|
538
507
|
}
|
|
539
|
-
interface
|
|
508
|
+
interface Province {
|
|
540
509
|
readonly id: string;
|
|
541
|
-
readonly
|
|
510
|
+
readonly iso_3166_2: string;
|
|
511
|
+
readonly name: string;
|
|
512
|
+
readonly country: string;
|
|
513
|
+
readonly province_type: io.flow.reference.v0.enums.ProvinceType;
|
|
514
|
+
readonly translations?: io.flow.reference.v0.models.LocalizedTranslation[];
|
|
542
515
|
}
|
|
543
|
-
interface
|
|
544
|
-
readonly
|
|
545
|
-
readonly
|
|
516
|
+
interface Region {
|
|
517
|
+
readonly id: string;
|
|
518
|
+
readonly name: string;
|
|
519
|
+
readonly countries: string[];
|
|
520
|
+
readonly currencies: string[];
|
|
521
|
+
readonly languages: string[];
|
|
522
|
+
readonly measurement_systems: string[];
|
|
523
|
+
readonly timezones: string[];
|
|
546
524
|
}
|
|
547
|
-
interface
|
|
548
|
-
readonly
|
|
549
|
-
readonly
|
|
550
|
-
readonly
|
|
551
|
-
readonly base?: io.flow.common.v0.models.Price;
|
|
552
|
-
}
|
|
553
|
-
interface RepeatDaily {
|
|
554
|
-
readonly discriminator: 'repeat_daily';
|
|
555
|
-
readonly interval: number;
|
|
556
|
-
}
|
|
557
|
-
interface RepeatHourly {
|
|
558
|
-
readonly discriminator: 'repeat_hourly';
|
|
559
|
-
readonly interval: number;
|
|
560
|
-
}
|
|
561
|
-
interface RepeatMonthly {
|
|
562
|
-
readonly discriminator: 'repeat_monthly';
|
|
563
|
-
readonly interval: number;
|
|
564
|
-
readonly days: number[];
|
|
565
|
-
}
|
|
566
|
-
interface RepeatWeekly {
|
|
567
|
-
readonly discriminator: 'repeat_weekly';
|
|
568
|
-
readonly interval: number;
|
|
569
|
-
readonly days_of_week: io.flow.common.v0.enums.DayOfWeek[];
|
|
570
|
-
}
|
|
571
|
-
interface Rounding {
|
|
572
|
-
readonly type: io.flow.common.v0.enums.RoundingType;
|
|
573
|
-
readonly method: io.flow.common.v0.enums.RoundingMethod;
|
|
574
|
-
readonly value: number;
|
|
575
|
-
}
|
|
576
|
-
interface Schedule {
|
|
577
|
-
readonly calendar?: io.flow.common.v0.enums.Calendar;
|
|
578
|
-
readonly holiday: io.flow.common.v0.enums.HolidayCalendar;
|
|
579
|
-
readonly exception: io.flow.common.v0.models.Exception[];
|
|
580
|
-
readonly cutoff?: string;
|
|
581
|
-
readonly min_lead_time?: number;
|
|
582
|
-
readonly max_lead_time?: number;
|
|
583
|
-
}
|
|
584
|
-
interface SessionReference {
|
|
585
|
-
readonly id: string;
|
|
586
|
-
}
|
|
587
|
-
interface User {
|
|
588
|
-
readonly discriminator: 'user';
|
|
589
|
-
readonly id: string;
|
|
590
|
-
readonly email?: string;
|
|
591
|
-
readonly name: io.flow.common.v0.models.Name;
|
|
592
|
-
readonly status: io.flow.common.v0.enums.UserStatus;
|
|
593
|
-
}
|
|
594
|
-
interface UserReference {
|
|
595
|
-
readonly discriminator: 'user_reference';
|
|
596
|
-
readonly id: string;
|
|
597
|
-
}
|
|
598
|
-
interface Zone {
|
|
599
|
-
readonly postals?: string[];
|
|
600
|
-
readonly provinces?: string[];
|
|
601
|
-
readonly country: string;
|
|
602
|
-
}
|
|
603
|
-
}
|
|
604
|
-
declare namespace io.flow.common.v0.unions {
|
|
605
|
-
type DiscountOffer = io.flow.common.v0.models.DiscountOfferFixed | io.flow.common.v0.models.DiscountOfferPercent;
|
|
606
|
-
type ExpandableOrganization = io.flow.common.v0.models.Organization | io.flow.common.v0.models.OrganizationReference;
|
|
607
|
-
type ExpandableUser = io.flow.common.v0.models.User | io.flow.common.v0.models.UserReference;
|
|
608
|
-
type InputSpecificationLimitation = io.flow.common.v0.models.InputSpecificationLimitationMax;
|
|
609
|
-
type LogoImage = io.flow.common.v0.models.LogoImageSvg | io.flow.common.v0.models.LogoImageSetStatic;
|
|
610
|
-
type PriceSource = io.flow.common.v0.models.PriceSourcePriceBook | io.flow.common.v0.models.PriceSourceCatalog | io.flow.common.v0.models.PriceSourceProvided;
|
|
611
|
-
type RepeatSchedule = io.flow.common.v0.models.RepeatHourly | io.flow.common.v0.models.RepeatDaily | io.flow.common.v0.models.RepeatWeekly | io.flow.common.v0.models.RepeatMonthly;
|
|
612
|
-
}
|
|
613
|
-
declare namespace io.flow.error.v0.enums {
|
|
614
|
-
type GenericErrorCode = 'generic_error' | 'client_error' | 'server_error';
|
|
615
|
-
}
|
|
616
|
-
declare namespace io.flow.error.v0.models {
|
|
617
|
-
interface GenericError {
|
|
618
|
-
readonly code: io.flow.error.v0.enums.GenericErrorCode;
|
|
619
|
-
readonly messages: string[];
|
|
525
|
+
interface Timezone {
|
|
526
|
+
readonly name: string;
|
|
527
|
+
readonly description: string;
|
|
528
|
+
readonly offset: number;
|
|
620
529
|
}
|
|
621
530
|
}
|
|
622
|
-
declare namespace io.flow.
|
|
623
|
-
type
|
|
624
|
-
type
|
|
625
|
-
type PriceAccuracy = 'calculated' | 'estimated_from_partial_destination';
|
|
626
|
-
type PriceDetailComponentKey = 'base_price' | 'discount' | 'currency_margin' | 'percent_item_margin' | 'fixed_item_margin' | 'duties_item_price' | 'duties_added_margin' | 'duties_rounding' | 'duties_deminimis' | 'vat_item_price' | 'vat_added_margin' | 'vat_rounding' | 'vat_duties_item_price' | 'vat_duties_added_margin' | 'vat_duties_rounding' | 'vat_deminimis' | 'item_price_percent_sales_margin' | 'margins_percent_sales_margin' | 'rounding_percent_sales_margin' | 'vat_percent_sales_margin' | 'vat_duty_percent_sales_margin' | 'duty_percent_sales_margin';
|
|
627
|
-
type PriceDetailKey = 'item_price' | 'margins' | 'vat' | 'duty' | 'rounding' | 'adjustment';
|
|
628
|
-
type PricingLevySetting = 'included' | 'displayed' | 'ignored';
|
|
531
|
+
declare namespace io.flow.RESERVED_WORD_export.v0.enums {
|
|
532
|
+
type ExportStatus = 'created' | 'processing' | 'completed' | 'failed';
|
|
533
|
+
type ItemIdentifier = 'item_number' | 'sku';
|
|
629
534
|
}
|
|
630
|
-
declare namespace io.flow.
|
|
631
|
-
interface
|
|
632
|
-
readonly
|
|
633
|
-
readonly
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
readonly
|
|
637
|
-
readonly
|
|
638
|
-
readonly
|
|
639
|
-
readonly
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
readonly
|
|
643
|
-
readonly
|
|
644
|
-
readonly
|
|
645
|
-
readonly
|
|
646
|
-
readonly
|
|
647
|
-
}
|
|
648
|
-
interface Duty {
|
|
649
|
-
readonly rate: number;
|
|
650
|
-
readonly components: io.flow.price.v0.enums.LevyComponent[];
|
|
651
|
-
readonly deminimis?: io.flow.price.v0.unions.Deminimis;
|
|
652
|
-
readonly name?: string;
|
|
535
|
+
declare namespace io.flow.RESERVED_WORD_export.v0.models {
|
|
536
|
+
interface AccountOrdersExportType {
|
|
537
|
+
readonly discriminator: 'account_orders_export_type';
|
|
538
|
+
readonly statement_id?: string;
|
|
539
|
+
readonly transaction_summary_id?: string;
|
|
540
|
+
readonly transaction_created_from?: string;
|
|
541
|
+
readonly transaction_created_to?: string;
|
|
542
|
+
readonly transaction_created_on_or_after?: string;
|
|
543
|
+
readonly transaction_created_after?: string;
|
|
544
|
+
readonly transaction_created_on_or_before?: string;
|
|
545
|
+
readonly transaction_created_before?: string;
|
|
546
|
+
readonly transaction_posted_from?: string;
|
|
547
|
+
readonly transaction_posted_to?: string;
|
|
548
|
+
readonly transaction_posted_on_or_after?: string;
|
|
549
|
+
readonly transaction_posted_after?: string;
|
|
550
|
+
readonly transaction_posted_on_or_before?: string;
|
|
551
|
+
readonly transaction_posted_before?: string;
|
|
653
552
|
}
|
|
654
|
-
interface
|
|
655
|
-
readonly
|
|
656
|
-
readonly
|
|
657
|
-
readonly
|
|
658
|
-
readonly
|
|
553
|
+
interface AccountTransactionsExportType {
|
|
554
|
+
readonly discriminator: 'account_transactions_export_type';
|
|
555
|
+
readonly statement_id?: string;
|
|
556
|
+
readonly transaction_summary_id?: string;
|
|
557
|
+
readonly created_from?: string;
|
|
558
|
+
readonly created_to?: string;
|
|
559
|
+
readonly created_on_or_after?: string;
|
|
560
|
+
readonly created_after?: string;
|
|
561
|
+
readonly created_on_or_before?: string;
|
|
562
|
+
readonly created_before?: string;
|
|
563
|
+
readonly posted_from?: string;
|
|
564
|
+
readonly posted_to?: string;
|
|
565
|
+
readonly posted_on_or_after?: string;
|
|
566
|
+
readonly posted_after?: string;
|
|
567
|
+
readonly posted_on_or_before?: string;
|
|
568
|
+
readonly posted_before?: string;
|
|
659
569
|
}
|
|
660
|
-
interface
|
|
661
|
-
readonly
|
|
662
|
-
readonly
|
|
663
|
-
readonly
|
|
664
|
-
readonly
|
|
665
|
-
readonly
|
|
666
|
-
readonly status: io.flow.common.v0.enums.PriceBookStatus;
|
|
570
|
+
interface AnalyticsExportType {
|
|
571
|
+
readonly discriminator: 'analytics_export_type';
|
|
572
|
+
readonly from?: string;
|
|
573
|
+
readonly to?: string;
|
|
574
|
+
readonly region?: string;
|
|
575
|
+
readonly interval?: io.flow.common.v0.enums.UnitOfTime;
|
|
667
576
|
}
|
|
668
|
-
interface
|
|
669
|
-
readonly
|
|
670
|
-
readonly
|
|
671
|
-
readonly
|
|
672
|
-
readonly
|
|
577
|
+
interface CatalogItemExportType {
|
|
578
|
+
readonly discriminator: 'catalog_item_export_type';
|
|
579
|
+
readonly numbers?: string[];
|
|
580
|
+
readonly q?: string;
|
|
581
|
+
readonly sort?: string;
|
|
673
582
|
}
|
|
674
|
-
interface
|
|
675
|
-
readonly id: string;
|
|
676
|
-
readonly key: string;
|
|
677
|
-
readonly price_book: io.flow.price.v0.models.PriceBookReference;
|
|
678
|
-
readonly price: io.flow.common.v0.models.Price;
|
|
583
|
+
interface CsvPriceBookItemExportRowByItemNumber {
|
|
679
584
|
readonly item_number: string;
|
|
680
|
-
readonly schedule: io.flow.price.v0.models.PriceBookItemSchedule;
|
|
681
|
-
readonly item_attributes?: Record<string, string>;
|
|
682
|
-
}
|
|
683
|
-
interface PriceBookItemForm {
|
|
684
585
|
readonly price_book_key: string;
|
|
685
|
-
readonly
|
|
586
|
+
readonly price_book_item_key: string;
|
|
587
|
+
readonly item_name: string;
|
|
686
588
|
readonly amount: number;
|
|
687
|
-
readonly schedule?: io.flow.price.v0.models.PriceBookItemSchedule;
|
|
688
589
|
readonly item_attributes?: Record<string, string>;
|
|
590
|
+
readonly schedule: io.flow.price.v0.models.PriceBookItemSchedule;
|
|
689
591
|
}
|
|
690
|
-
interface
|
|
592
|
+
interface CsvPriceBookItemExportRowBySku {
|
|
593
|
+
readonly sku: string;
|
|
691
594
|
readonly price_book_key: string;
|
|
692
|
-
readonly
|
|
595
|
+
readonly price_book_item_key: string;
|
|
596
|
+
readonly item_name: string;
|
|
693
597
|
readonly amount: number;
|
|
694
|
-
readonly schedule?: io.flow.price.v0.models.PriceBookItemSchedule;
|
|
695
598
|
readonly item_attributes?: Record<string, string>;
|
|
599
|
+
readonly schedule: io.flow.price.v0.models.PriceBookItemSchedule;
|
|
696
600
|
}
|
|
697
|
-
interface
|
|
698
|
-
readonly
|
|
699
|
-
readonly
|
|
601
|
+
interface ExclusionRulesExportType {
|
|
602
|
+
readonly discriminator: 'exclusion_rules_export_type';
|
|
603
|
+
readonly states?: io.flow.catalog.exclusion.v0.enums.ExclusionRuleState[];
|
|
604
|
+
readonly sort?: string;
|
|
700
605
|
}
|
|
701
|
-
interface
|
|
606
|
+
interface ExperienceExportType {
|
|
607
|
+
readonly discriminator: 'experience_export_type';
|
|
608
|
+
readonly organization_id: string;
|
|
609
|
+
readonly ids?: string[];
|
|
610
|
+
readonly keys?: string[];
|
|
611
|
+
}
|
|
612
|
+
interface Export {
|
|
702
613
|
readonly id: string;
|
|
703
|
-
readonly
|
|
614
|
+
readonly type: io.flow.RESERVED_WORD_export.v0.unions.ExportType;
|
|
615
|
+
readonly status: io.flow.RESERVED_WORD_export.v0.enums.ExportStatus;
|
|
616
|
+
readonly organization_q: string;
|
|
617
|
+
readonly created_at: string;
|
|
618
|
+
readonly started_at?: string;
|
|
619
|
+
readonly completed_at?: string;
|
|
620
|
+
readonly url?: string;
|
|
621
|
+
readonly deliveries: io.flow.RESERVED_WORD_export.v0.unions.ExportDelivery[];
|
|
704
622
|
}
|
|
705
|
-
interface
|
|
706
|
-
readonly
|
|
707
|
-
readonly
|
|
623
|
+
interface ExportDeliveryEmail {
|
|
624
|
+
readonly discriminator: 'export_delivery_email';
|
|
625
|
+
readonly email: string;
|
|
708
626
|
}
|
|
709
|
-
interface
|
|
710
|
-
readonly
|
|
711
|
-
readonly
|
|
712
|
-
readonly
|
|
713
|
-
readonly label: string;
|
|
714
|
-
readonly name?: string;
|
|
715
|
-
readonly basis?: number;
|
|
627
|
+
interface ExportForm {
|
|
628
|
+
readonly type: io.flow.RESERVED_WORD_export.v0.unions.ExportType;
|
|
629
|
+
readonly emails?: string[];
|
|
630
|
+
readonly organization_q?: string;
|
|
716
631
|
}
|
|
717
|
-
interface
|
|
718
|
-
readonly
|
|
719
|
-
readonly
|
|
720
|
-
readonly
|
|
721
|
-
readonly
|
|
632
|
+
interface ExportLocalizedItemPrices {
|
|
633
|
+
readonly organization: io.flow.common.v0.models.OrganizationReference;
|
|
634
|
+
readonly experience: io.flow.common.v0.models.ExperienceSummary;
|
|
635
|
+
readonly item: io.flow.common.v0.models.CatalogItemReference;
|
|
636
|
+
readonly prices: io.flow.RESERVED_WORD_export.v0.models.ExportLocalizedItemPricesDetail;
|
|
637
|
+
readonly status?: io.flow.catalog.v0.enums.SubcatalogItemStatus;
|
|
638
|
+
readonly rates?: io.flow.currency.v0.models.Rate[];
|
|
722
639
|
}
|
|
723
|
-
interface
|
|
724
|
-
readonly
|
|
725
|
-
readonly
|
|
726
|
-
readonly
|
|
727
|
-
readonly
|
|
728
|
-
readonly
|
|
729
|
-
readonly rounding: io.flow.price.v0.models.PriceDetail;
|
|
730
|
-
readonly price: io.flow.common.v0.models.Price;
|
|
731
|
-
readonly total: io.flow.common.v0.models.Price;
|
|
732
|
-
readonly adjustment?: io.flow.price.v0.models.PriceDetail;
|
|
640
|
+
interface ExportLocalizedItemPricesDetail {
|
|
641
|
+
readonly item: io.flow.catalog.v0.models.LocalizedItemPrice;
|
|
642
|
+
readonly vat?: io.flow.catalog.v0.models.LocalizedItemVat;
|
|
643
|
+
readonly duty?: io.flow.catalog.v0.models.LocalizedItemDuty;
|
|
644
|
+
readonly shipping_price?: io.flow.common.v0.models.Price;
|
|
645
|
+
readonly price_attributes: Record<string, io.flow.common.v0.models.PriceWithBase>;
|
|
733
646
|
}
|
|
734
|
-
interface
|
|
735
|
-
readonly
|
|
736
|
-
readonly
|
|
737
|
-
readonly
|
|
738
|
-
readonly
|
|
739
|
-
readonly discount: number;
|
|
740
|
-
readonly fixed_margin: number;
|
|
741
|
-
readonly percent_margin: number;
|
|
742
|
-
readonly insurance: number;
|
|
743
|
-
readonly freight: number;
|
|
744
|
-
readonly duty?: io.flow.price.v0.models.Duty;
|
|
745
|
-
readonly tax?: io.flow.price.v0.models.Tax;
|
|
746
|
-
readonly percent_sales_margin: number;
|
|
647
|
+
interface ExportVersion {
|
|
648
|
+
readonly id: string;
|
|
649
|
+
readonly timestamp: string;
|
|
650
|
+
readonly type: io.flow.common.v0.enums.ChangeType;
|
|
651
|
+
readonly export: io.flow.RESERVED_WORD_export.v0.models.Export;
|
|
747
652
|
}
|
|
748
|
-
interface
|
|
749
|
-
readonly
|
|
750
|
-
readonly
|
|
751
|
-
readonly
|
|
653
|
+
interface HarmonizationHs10ExportType {
|
|
654
|
+
readonly discriminator: 'harmonization_hs10_export_type';
|
|
655
|
+
readonly origin?: string;
|
|
656
|
+
readonly destination?: string;
|
|
657
|
+
readonly numbers?: string[];
|
|
658
|
+
readonly has_codes?: boolean;
|
|
659
|
+
readonly has_origins?: boolean;
|
|
660
|
+
readonly sort?: string;
|
|
752
661
|
}
|
|
753
|
-
interface
|
|
754
|
-
readonly
|
|
755
|
-
readonly
|
|
756
|
-
readonly
|
|
757
|
-
readonly
|
|
662
|
+
interface HarmonizationHs6ExportType {
|
|
663
|
+
readonly discriminator: 'harmonization_hs6_export_type';
|
|
664
|
+
readonly numbers?: string[];
|
|
665
|
+
readonly has_codes?: boolean;
|
|
666
|
+
readonly sort?: string;
|
|
758
667
|
}
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
type ChannelCurrencyCapability = 'payment_authorizations' | 'settlement_currency';
|
|
765
|
-
}
|
|
766
|
-
declare namespace io.flow.channel.v0.models {
|
|
767
|
-
interface Channel {
|
|
768
|
-
readonly id: string;
|
|
769
|
-
readonly name: string;
|
|
770
|
-
readonly environment: io.flow.common.v0.enums.Environment;
|
|
771
|
-
readonly organization_id_prefix?: string;
|
|
668
|
+
interface HarmonizationOverviewExportType {
|
|
669
|
+
readonly discriminator: 'harmonization_overview_export_type';
|
|
670
|
+
readonly origin?: string;
|
|
671
|
+
readonly destination?: string;
|
|
672
|
+
readonly sort?: string;
|
|
772
673
|
}
|
|
773
|
-
interface
|
|
774
|
-
readonly
|
|
674
|
+
interface HarmonizationTariffCodesExportType {
|
|
675
|
+
readonly discriminator: 'harmonization_tariff_codes_export_type';
|
|
676
|
+
readonly sort?: string;
|
|
775
677
|
}
|
|
776
|
-
interface
|
|
777
|
-
readonly
|
|
678
|
+
interface LandedCostItem {
|
|
679
|
+
readonly number: string;
|
|
680
|
+
readonly origin: string;
|
|
681
|
+
readonly destination: string;
|
|
778
682
|
}
|
|
779
|
-
interface
|
|
780
|
-
readonly
|
|
781
|
-
readonly
|
|
782
|
-
readonly channel: io.flow.common.v0.models.ChannelReference;
|
|
783
|
-
readonly capabilities: io.flow.channel.v0.enums.ChannelCurrencyCapability[];
|
|
683
|
+
interface LocalizedItemPricesExportType {
|
|
684
|
+
readonly discriminator: 'localized_item_prices_export_type';
|
|
685
|
+
readonly since?: string;
|
|
784
686
|
}
|
|
785
|
-
interface
|
|
786
|
-
readonly
|
|
687
|
+
interface MarketingFeedsExportType {
|
|
688
|
+
readonly discriminator: 'marketing_feeds_export_type';
|
|
787
689
|
readonly organization: io.flow.common.v0.models.OrganizationReference;
|
|
788
|
-
readonly
|
|
789
|
-
readonly channel: io.flow.common.v0.models.ChannelReference;
|
|
790
|
-
readonly name: string;
|
|
791
|
-
readonly slug?: string;
|
|
792
|
-
readonly defaults: io.flow.common.v0.models.OrganizationDefaults;
|
|
793
|
-
readonly attributes?: Record<string, string>;
|
|
794
|
-
}
|
|
795
|
-
interface ChannelOrganizationAuthorization {
|
|
796
|
-
readonly placeholder?: string;
|
|
797
|
-
}
|
|
798
|
-
interface ChannelOrganizationAuthorizationForm {
|
|
799
|
-
readonly channel_id: string;
|
|
800
|
-
readonly organization_id: string;
|
|
690
|
+
readonly feed_ids: string[];
|
|
801
691
|
}
|
|
802
|
-
interface
|
|
803
|
-
readonly
|
|
804
|
-
readonly
|
|
805
|
-
readonly
|
|
806
|
-
readonly
|
|
807
|
-
readonly
|
|
692
|
+
interface OrderExportType {
|
|
693
|
+
readonly discriminator: 'order_export_type';
|
|
694
|
+
readonly numbers?: string[];
|
|
695
|
+
readonly min_hours_since_submitted_at?: number;
|
|
696
|
+
readonly submitted_on_or_before?: string;
|
|
697
|
+
readonly submitted_on_or_after?: string;
|
|
698
|
+
readonly status?: io.flow.experience.v0.enums.OrderStatus;
|
|
699
|
+
readonly has_tracking_label?: boolean;
|
|
700
|
+
readonly sort?: string;
|
|
808
701
|
}
|
|
809
|
-
interface
|
|
810
|
-
readonly
|
|
811
|
-
readonly
|
|
812
|
-
readonly
|
|
813
|
-
readonly
|
|
702
|
+
interface PriceBookItemExportType {
|
|
703
|
+
readonly discriminator: 'price_book_item_export_type';
|
|
704
|
+
readonly price_book_key?: string;
|
|
705
|
+
readonly item_numbers?: string[];
|
|
706
|
+
readonly start_date?: string;
|
|
707
|
+
readonly end_date?: string;
|
|
708
|
+
readonly item_identifier?: io.flow.RESERVED_WORD_export.v0.enums.ItemIdentifier;
|
|
814
709
|
}
|
|
815
|
-
|
|
816
|
-
declare namespace io.flow.reference.v0.enums {
|
|
817
|
-
type PaymentMethodCapability = 'credit' | 'debit';
|
|
818
|
-
type PaymentMethodType = 'card' | 'online' | 'offline';
|
|
819
|
-
type PostalType = 'eircode' | 'pin' | 'postal' | 'zip';
|
|
820
|
-
type ProvinceType = 'area' | 'city' | 'county' | 'department' | 'dependency' | 'district' | 'do_si' | 'emirate' | 'entity' | 'island' | 'municipality' | 'oblast' | 'outlying_area' | 'parish' | 'prefecture' | 'province' | 'state' | 'territory' | 'other';
|
|
821
|
-
}
|
|
822
|
-
declare namespace io.flow.reference.v0.models {
|
|
823
|
-
interface Carrier {
|
|
710
|
+
interface ScheduledExport {
|
|
824
711
|
readonly id: string;
|
|
825
|
-
readonly
|
|
826
|
-
readonly
|
|
712
|
+
readonly user: io.flow.common.v0.models.UserReference;
|
|
713
|
+
readonly organization_q: string;
|
|
714
|
+
readonly hour: number;
|
|
715
|
+
readonly minute: number;
|
|
716
|
+
readonly timezone: string;
|
|
717
|
+
readonly types: io.flow.RESERVED_WORD_export.v0.unions.ExportType[];
|
|
718
|
+
readonly last_sent_at?: string;
|
|
827
719
|
}
|
|
828
|
-
interface
|
|
829
|
-
readonly
|
|
830
|
-
readonly
|
|
831
|
-
readonly
|
|
720
|
+
interface ScheduledExportForm {
|
|
721
|
+
readonly user_id: string;
|
|
722
|
+
readonly organization_q: string;
|
|
723
|
+
readonly hour: number;
|
|
724
|
+
readonly minute: number;
|
|
725
|
+
readonly timezone: string;
|
|
726
|
+
readonly types: io.flow.RESERVED_WORD_export.v0.unions.ExportType[];
|
|
832
727
|
}
|
|
833
|
-
interface
|
|
834
|
-
readonly
|
|
835
|
-
readonly
|
|
836
|
-
readonly
|
|
837
|
-
readonly languages: string[];
|
|
838
|
-
readonly measurement_system: string;
|
|
839
|
-
readonly default_currency?: string;
|
|
840
|
-
readonly default_language?: string;
|
|
841
|
-
readonly timezones: string[];
|
|
842
|
-
readonly default_delivered_duty?: string;
|
|
728
|
+
interface SolidusProductExportType {
|
|
729
|
+
readonly discriminator: 'solidus_product_export_type';
|
|
730
|
+
readonly numbers?: string[];
|
|
731
|
+
readonly sort?: string;
|
|
843
732
|
}
|
|
844
|
-
interface
|
|
845
|
-
readonly
|
|
846
|
-
readonly
|
|
847
|
-
readonly
|
|
848
|
-
readonly symbols?: io.flow.reference.v0.models.CurrencySymbols;
|
|
849
|
-
readonly default_locale?: string;
|
|
733
|
+
interface SolidusVariantExportType {
|
|
734
|
+
readonly discriminator: 'solidus_variant_export_type';
|
|
735
|
+
readonly numbers?: string[];
|
|
736
|
+
readonly sort?: string;
|
|
850
737
|
}
|
|
851
|
-
interface
|
|
852
|
-
readonly
|
|
853
|
-
readonly
|
|
738
|
+
interface UnharmonizedItemExportType {
|
|
739
|
+
readonly discriminator: 'unharmonized_item_export_type';
|
|
740
|
+
readonly sort?: string;
|
|
854
741
|
}
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
742
|
+
}
|
|
743
|
+
declare namespace io.flow.RESERVED_WORD_export.v0.unions {
|
|
744
|
+
type ExportDelivery = io.flow.RESERVED_WORD_export.v0.models.ExportDeliveryEmail;
|
|
745
|
+
type ExportType = io.flow.RESERVED_WORD_export.v0.models.AccountTransactionsExportType | io.flow.RESERVED_WORD_export.v0.models.AccountOrdersExportType | io.flow.RESERVED_WORD_export.v0.models.AnalyticsExportType | io.flow.RESERVED_WORD_export.v0.models.CatalogItemExportType | io.flow.RESERVED_WORD_export.v0.models.ExperienceExportType | io.flow.RESERVED_WORD_export.v0.models.HarmonizationOverviewExportType | io.flow.RESERVED_WORD_export.v0.models.HarmonizationHs6ExportType | io.flow.RESERVED_WORD_export.v0.models.HarmonizationHs10ExportType | io.flow.RESERVED_WORD_export.v0.models.HarmonizationTariffCodesExportType | io.flow.RESERVED_WORD_export.v0.models.UnharmonizedItemExportType | io.flow.RESERVED_WORD_export.v0.models.OrderExportType | io.flow.RESERVED_WORD_export.v0.models.PriceBookItemExportType | io.flow.RESERVED_WORD_export.v0.models.SolidusProductExportType | io.flow.RESERVED_WORD_export.v0.models.SolidusVariantExportType | io.flow.RESERVED_WORD_export.v0.models.LocalizedItemPricesExportType | io.flow.RESERVED_WORD_export.v0.models.MarketingFeedsExportType | io.flow.RESERVED_WORD_export.v0.models.ExclusionRulesExportType;
|
|
746
|
+
}
|
|
747
|
+
declare namespace io.flow.flexe.v0.enums {
|
|
748
|
+
type FlexeAttachmentType = 'shipping_label' | 'packing_slip' | 'packing_slip_letter';
|
|
749
|
+
type FlexeNotification = 'receipt' | 'shipment';
|
|
750
|
+
type FlexeShipmentType = 'fulfillment_order' | 'retail_fulfillment_order' | 'carton_pick_delivery' | 'delivery' | 'container_delivery';
|
|
751
|
+
type FlexeStatus = 'in_transit' | 'completed';
|
|
752
|
+
}
|
|
753
|
+
declare namespace io.flow.flexe.v0.models {
|
|
754
|
+
interface BillOfLading {
|
|
755
|
+
readonly type: string;
|
|
756
|
+
readonly gs1us?: io.flow.flexe.v0.models.Gs1Us;
|
|
858
757
|
}
|
|
859
|
-
interface
|
|
860
|
-
readonly id: string;
|
|
758
|
+
interface BillTo {
|
|
861
759
|
readonly name: string;
|
|
760
|
+
readonly address_1: string;
|
|
761
|
+
readonly locality: string;
|
|
762
|
+
readonly region: string;
|
|
763
|
+
readonly postal_code: string;
|
|
862
764
|
readonly country: string;
|
|
863
|
-
readonly
|
|
864
|
-
readonly
|
|
765
|
+
readonly address_2?: string;
|
|
766
|
+
readonly address_3?: string;
|
|
865
767
|
}
|
|
866
|
-
interface
|
|
867
|
-
readonly
|
|
868
|
-
readonly
|
|
768
|
+
interface CartonPickDeliveryDetails {
|
|
769
|
+
readonly shipment_uuid?: string;
|
|
770
|
+
readonly carrier?: string;
|
|
771
|
+
readonly carrier_id?: string;
|
|
869
772
|
}
|
|
870
|
-
interface
|
|
871
|
-
readonly
|
|
872
|
-
readonly
|
|
773
|
+
interface ContainerDeliveryDetails {
|
|
774
|
+
readonly purchase_order: string;
|
|
775
|
+
readonly container_number?: string;
|
|
776
|
+
readonly seal_number?: string;
|
|
777
|
+
readonly vendor?: string;
|
|
778
|
+
readonly expected_inventory: io.flow.flexe.v0.models.InventoryDetails[];
|
|
779
|
+
readonly received_inventory: io.flow.flexe.v0.models.InventoryDetails[];
|
|
780
|
+
readonly damaged_inventory: io.flow.flexe.v0.models.InventoryDetails[];
|
|
781
|
+
readonly quantities_by_inventory: Record<string, io.flow.flexe.v0.models.QuantityByInventory>;
|
|
873
782
|
}
|
|
874
|
-
interface
|
|
875
|
-
readonly
|
|
876
|
-
readonly
|
|
877
|
-
readonly
|
|
878
|
-
readonly
|
|
879
|
-
readonly regions: string[];
|
|
880
|
-
readonly capabilities?: io.flow.reference.v0.enums.PaymentMethodCapability[];
|
|
783
|
+
interface DeliveryDetails {
|
|
784
|
+
readonly shipment_uuid?: string;
|
|
785
|
+
readonly trailer_number?: string;
|
|
786
|
+
readonly pallets: io.flow.flexe.v0.models.Pallet[];
|
|
787
|
+
readonly quantities_by_inventory: Record<string, io.flow.flexe.v0.models.QuantityByInventory>;
|
|
881
788
|
}
|
|
882
|
-
interface
|
|
789
|
+
interface Error {
|
|
883
790
|
readonly url: string;
|
|
884
|
-
readonly
|
|
885
|
-
readonly
|
|
791
|
+
readonly client_request_id: string;
|
|
792
|
+
readonly generated_at: string;
|
|
793
|
+
readonly error: string;
|
|
886
794
|
}
|
|
887
|
-
interface
|
|
888
|
-
readonly
|
|
889
|
-
readonly
|
|
890
|
-
readonly
|
|
795
|
+
interface FlexeAttachment {
|
|
796
|
+
readonly type: io.flow.flexe.v0.enums.FlexeAttachmentType;
|
|
797
|
+
readonly display_name: string;
|
|
798
|
+
readonly url: string;
|
|
891
799
|
}
|
|
892
|
-
interface
|
|
893
|
-
readonly
|
|
894
|
-
readonly
|
|
895
|
-
readonly
|
|
896
|
-
readonly
|
|
897
|
-
readonly
|
|
898
|
-
readonly translations?: io.flow.reference.v0.models.LocalizedTranslation[];
|
|
899
|
-
}
|
|
900
|
-
interface Region {
|
|
901
|
-
readonly id: string;
|
|
902
|
-
readonly name: string;
|
|
903
|
-
readonly countries: string[];
|
|
904
|
-
readonly currencies: string[];
|
|
905
|
-
readonly languages: string[];
|
|
906
|
-
readonly measurement_systems: string[];
|
|
907
|
-
readonly timezones: string[];
|
|
908
|
-
}
|
|
909
|
-
interface Timezone {
|
|
910
|
-
readonly name: string;
|
|
911
|
-
readonly description: string;
|
|
912
|
-
readonly offset: number;
|
|
913
|
-
}
|
|
914
|
-
}
|
|
915
|
-
declare namespace io.flow.RESERVED_WORD_export.v0.enums {
|
|
916
|
-
type ExportStatus = 'created' | 'processing' | 'completed' | 'failed';
|
|
917
|
-
type ItemIdentifier = 'item_number' | 'sku';
|
|
918
|
-
}
|
|
919
|
-
declare namespace io.flow.RESERVED_WORD_export.v0.models {
|
|
920
|
-
interface AccountOrdersExportType {
|
|
921
|
-
readonly discriminator: 'account_orders_export_type';
|
|
922
|
-
readonly statement_id?: string;
|
|
923
|
-
readonly transaction_summary_id?: string;
|
|
924
|
-
readonly transaction_created_from?: string;
|
|
925
|
-
readonly transaction_created_to?: string;
|
|
926
|
-
readonly transaction_created_on_or_after?: string;
|
|
927
|
-
readonly transaction_created_after?: string;
|
|
928
|
-
readonly transaction_created_on_or_before?: string;
|
|
929
|
-
readonly transaction_created_before?: string;
|
|
930
|
-
readonly transaction_posted_from?: string;
|
|
931
|
-
readonly transaction_posted_to?: string;
|
|
932
|
-
readonly transaction_posted_on_or_after?: string;
|
|
933
|
-
readonly transaction_posted_after?: string;
|
|
934
|
-
readonly transaction_posted_on_or_before?: string;
|
|
935
|
-
readonly transaction_posted_before?: string;
|
|
936
|
-
}
|
|
937
|
-
interface AccountTransactionsExportType {
|
|
938
|
-
readonly discriminator: 'account_transactions_export_type';
|
|
939
|
-
readonly statement_id?: string;
|
|
940
|
-
readonly transaction_summary_id?: string;
|
|
941
|
-
readonly created_from?: string;
|
|
942
|
-
readonly created_to?: string;
|
|
943
|
-
readonly created_on_or_after?: string;
|
|
944
|
-
readonly created_after?: string;
|
|
945
|
-
readonly created_on_or_before?: string;
|
|
946
|
-
readonly created_before?: string;
|
|
947
|
-
readonly posted_from?: string;
|
|
948
|
-
readonly posted_to?: string;
|
|
949
|
-
readonly posted_on_or_after?: string;
|
|
950
|
-
readonly posted_after?: string;
|
|
951
|
-
readonly posted_on_or_before?: string;
|
|
952
|
-
readonly posted_before?: string;
|
|
800
|
+
interface FlexeEcommerceFulfillment {
|
|
801
|
+
readonly url: string;
|
|
802
|
+
readonly client_request_id: string;
|
|
803
|
+
readonly generated_at: string;
|
|
804
|
+
readonly data: io.flow.flexe.v0.models.FlexeEcommerceFulfillmentData;
|
|
805
|
+
readonly errors: io.flow.flexe.v0.models.FlexeEcommerceFulfillmentErrors[];
|
|
953
806
|
}
|
|
954
|
-
interface
|
|
955
|
-
readonly
|
|
956
|
-
readonly
|
|
957
|
-
readonly
|
|
958
|
-
readonly
|
|
959
|
-
readonly interval?: io.flow.common.v0.enums.UnitOfTime;
|
|
807
|
+
interface FlexeEcommerceFulfillmentData {
|
|
808
|
+
readonly import_id: string;
|
|
809
|
+
readonly succeeded_uuids: string[];
|
|
810
|
+
readonly failed_uuids: string[];
|
|
811
|
+
readonly errors: string[];
|
|
960
812
|
}
|
|
961
|
-
interface
|
|
962
|
-
readonly
|
|
963
|
-
readonly
|
|
964
|
-
readonly
|
|
965
|
-
readonly
|
|
813
|
+
interface FlexeEcommerceFulfillmentErrors {
|
|
814
|
+
readonly status: string;
|
|
815
|
+
readonly title: string;
|
|
816
|
+
readonly detail: string;
|
|
817
|
+
readonly source?: string;
|
|
966
818
|
}
|
|
967
|
-
interface
|
|
968
|
-
readonly
|
|
969
|
-
readonly
|
|
970
|
-
readonly
|
|
971
|
-
readonly item_name: string;
|
|
972
|
-
readonly amount: number;
|
|
973
|
-
readonly item_attributes?: Record<string, string>;
|
|
974
|
-
readonly schedule: io.flow.price.v0.models.PriceBookItemSchedule;
|
|
819
|
+
interface FlexeEcommerceFulfillmentForm {
|
|
820
|
+
readonly reservation_id: number;
|
|
821
|
+
readonly client_request_id: string;
|
|
822
|
+
readonly request: io.flow.flexe.v0.models.Orders;
|
|
975
823
|
}
|
|
976
|
-
interface
|
|
824
|
+
interface FlexeInventoryData {
|
|
977
825
|
readonly sku: string;
|
|
978
|
-
readonly
|
|
979
|
-
readonly
|
|
980
|
-
readonly item_name: string;
|
|
981
|
-
readonly amount: number;
|
|
982
|
-
readonly item_attributes?: Record<string, string>;
|
|
983
|
-
readonly schedule: io.flow.price.v0.models.PriceBookItemSchedule;
|
|
826
|
+
readonly quantity: string;
|
|
827
|
+
readonly unit: string;
|
|
984
828
|
}
|
|
985
|
-
interface
|
|
986
|
-
readonly
|
|
987
|
-
readonly
|
|
988
|
-
readonly sort?: string;
|
|
829
|
+
interface FlexeRetailAttachment {
|
|
830
|
+
readonly display_name: string;
|
|
831
|
+
readonly url: string;
|
|
989
832
|
}
|
|
990
|
-
interface
|
|
991
|
-
readonly
|
|
992
|
-
readonly
|
|
993
|
-
readonly
|
|
994
|
-
readonly
|
|
833
|
+
interface FlexeRetailFulfillment {
|
|
834
|
+
readonly url: string;
|
|
835
|
+
readonly client_request_id: string;
|
|
836
|
+
readonly generated_at: string;
|
|
837
|
+
readonly data: io.flow.flexe.v0.models.FlexeRetailFulfillmentData;
|
|
838
|
+
readonly errors?: io.flow.flexe.v0.models.FlexeRetailFulfillmentErrors[];
|
|
995
839
|
}
|
|
996
|
-
interface
|
|
840
|
+
interface FlexeRetailFulfillmentData {
|
|
997
841
|
readonly id: string;
|
|
998
|
-
readonly
|
|
999
|
-
readonly status:
|
|
1000
|
-
readonly organization_q: string;
|
|
1001
|
-
readonly created_at: string;
|
|
1002
|
-
readonly started_at?: string;
|
|
1003
|
-
readonly completed_at?: string;
|
|
1004
|
-
readonly url?: string;
|
|
1005
|
-
readonly deliveries: io.flow.RESERVED_WORD_export.v0.unions.ExportDelivery[];
|
|
842
|
+
readonly purchase_order_uuid: string;
|
|
843
|
+
readonly status: string;
|
|
1006
844
|
}
|
|
1007
|
-
interface
|
|
1008
|
-
readonly
|
|
1009
|
-
readonly
|
|
845
|
+
interface FlexeRetailFulfillmentErrors {
|
|
846
|
+
readonly type: string;
|
|
847
|
+
readonly message: string;
|
|
1010
848
|
}
|
|
1011
|
-
interface
|
|
1012
|
-
readonly
|
|
1013
|
-
readonly
|
|
1014
|
-
readonly
|
|
849
|
+
interface FlexeRetailFulfillmentForm {
|
|
850
|
+
readonly reservation_id: number;
|
|
851
|
+
readonly client_request_id?: string;
|
|
852
|
+
readonly request: io.flow.flexe.v0.models.RetailOrder;
|
|
1015
853
|
}
|
|
1016
|
-
interface
|
|
1017
|
-
readonly
|
|
1018
|
-
readonly
|
|
1019
|
-
readonly
|
|
1020
|
-
readonly prices: io.flow.RESERVED_WORD_export.v0.models.ExportLocalizedItemPricesDetail;
|
|
1021
|
-
readonly status?: io.flow.catalog.v0.enums.SubcatalogItemStatus;
|
|
1022
|
-
readonly rates?: io.flow.currency.v0.models.Rate[];
|
|
854
|
+
interface FulfillmentOrderDetails {
|
|
855
|
+
readonly shipment_uuid: string;
|
|
856
|
+
readonly carrier?: string;
|
|
857
|
+
readonly carrier_id?: string;
|
|
1023
858
|
}
|
|
1024
|
-
interface
|
|
1025
|
-
readonly
|
|
1026
|
-
readonly
|
|
1027
|
-
readonly
|
|
1028
|
-
readonly shipping_price?: io.flow.common.v0.models.Price;
|
|
1029
|
-
readonly price_attributes: Record<string, io.flow.common.v0.models.PriceWithBase>;
|
|
859
|
+
interface Gs1Us {
|
|
860
|
+
readonly number: string;
|
|
861
|
+
readonly ship_to?: io.flow.flexe.v0.models.Gs1UsShipTo;
|
|
862
|
+
readonly bill_to?: io.flow.flexe.v0.models.BillTo;
|
|
1030
863
|
}
|
|
1031
|
-
interface
|
|
1032
|
-
readonly
|
|
1033
|
-
readonly
|
|
1034
|
-
readonly
|
|
1035
|
-
readonly export: io.flow.RESERVED_WORD_export.v0.models.Export;
|
|
864
|
+
interface Gs1UsShipTo {
|
|
865
|
+
readonly cid_number?: string;
|
|
866
|
+
readonly location_number?: string;
|
|
867
|
+
readonly free_on_board?: boolean;
|
|
1036
868
|
}
|
|
1037
|
-
interface
|
|
1038
|
-
readonly
|
|
1039
|
-
readonly
|
|
1040
|
-
readonly
|
|
1041
|
-
readonly
|
|
1042
|
-
readonly has_codes?: boolean;
|
|
1043
|
-
readonly has_origins?: boolean;
|
|
1044
|
-
readonly sort?: string;
|
|
869
|
+
interface Inventory {
|
|
870
|
+
readonly url: string;
|
|
871
|
+
readonly client_request_id: string;
|
|
872
|
+
readonly generated_at: string;
|
|
873
|
+
readonly data: Record<string, io.flow.flexe.v0.models.InventoryDetails>;
|
|
1045
874
|
}
|
|
1046
|
-
interface
|
|
1047
|
-
readonly
|
|
1048
|
-
readonly
|
|
1049
|
-
readonly has_codes?: boolean;
|
|
1050
|
-
readonly sort?: string;
|
|
875
|
+
interface InventoryCount {
|
|
876
|
+
readonly amount: number;
|
|
877
|
+
readonly unit: string;
|
|
1051
878
|
}
|
|
1052
|
-
interface
|
|
1053
|
-
readonly
|
|
1054
|
-
readonly
|
|
1055
|
-
readonly
|
|
1056
|
-
readonly sort?: string;
|
|
879
|
+
interface InventoryData {
|
|
880
|
+
readonly pallet: io.flow.flexe.v0.models.InventoryCount;
|
|
881
|
+
readonly carton?: io.flow.flexe.v0.models.InventoryCount;
|
|
882
|
+
readonly each?: io.flow.flexe.v0.models.InventoryCount;
|
|
1057
883
|
}
|
|
1058
|
-
interface
|
|
1059
|
-
readonly
|
|
1060
|
-
readonly sort?: string;
|
|
884
|
+
interface InventoryDetails {
|
|
885
|
+
readonly key: Record<string, io.flow.flexe.v0.models.Sku>;
|
|
1061
886
|
}
|
|
1062
|
-
interface
|
|
1063
|
-
readonly
|
|
1064
|
-
readonly origin: string;
|
|
1065
|
-
readonly destination: string;
|
|
887
|
+
interface LadingQuantity {
|
|
888
|
+
readonly num_pallets: number;
|
|
1066
889
|
}
|
|
1067
|
-
interface
|
|
1068
|
-
readonly
|
|
1069
|
-
readonly
|
|
890
|
+
interface Order {
|
|
891
|
+
readonly shipment_uuid: string;
|
|
892
|
+
readonly purchase_order: string;
|
|
893
|
+
readonly carrier: string;
|
|
894
|
+
readonly service_type: string;
|
|
895
|
+
readonly carrier_assigned_id: string;
|
|
896
|
+
readonly name: string;
|
|
897
|
+
readonly address_1: string;
|
|
898
|
+
readonly address_2?: string;
|
|
899
|
+
readonly address_3?: string;
|
|
900
|
+
readonly city: string;
|
|
901
|
+
readonly state: string;
|
|
902
|
+
readonly postal_code: string;
|
|
903
|
+
readonly phone?: string;
|
|
904
|
+
readonly instructions?: string;
|
|
905
|
+
readonly inventory_data: io.flow.flexe.v0.models.FlexeInventoryData[];
|
|
906
|
+
readonly attachments: io.flow.flexe.v0.models.FlexeAttachment[];
|
|
1070
907
|
}
|
|
1071
|
-
interface
|
|
1072
|
-
readonly
|
|
1073
|
-
readonly organization: io.flow.common.v0.models.OrganizationReference;
|
|
1074
|
-
readonly feed_ids: string[];
|
|
1075
|
-
}
|
|
1076
|
-
interface OrderExportType {
|
|
1077
|
-
readonly discriminator: 'order_export_type';
|
|
1078
|
-
readonly numbers?: string[];
|
|
1079
|
-
readonly min_hours_since_submitted_at?: number;
|
|
1080
|
-
readonly submitted_on_or_before?: string;
|
|
1081
|
-
readonly submitted_on_or_after?: string;
|
|
1082
|
-
readonly status?: io.flow.experience.v0.enums.OrderStatus;
|
|
1083
|
-
readonly has_tracking_label?: boolean;
|
|
1084
|
-
readonly sort?: string;
|
|
1085
|
-
}
|
|
1086
|
-
interface PriceBookItemExportType {
|
|
1087
|
-
readonly discriminator: 'price_book_item_export_type';
|
|
1088
|
-
readonly price_book_key?: string;
|
|
1089
|
-
readonly item_numbers?: string[];
|
|
1090
|
-
readonly start_date?: string;
|
|
1091
|
-
readonly end_date?: string;
|
|
1092
|
-
readonly item_identifier?: io.flow.RESERVED_WORD_export.v0.enums.ItemIdentifier;
|
|
1093
|
-
}
|
|
1094
|
-
interface ScheduledExport {
|
|
1095
|
-
readonly id: string;
|
|
1096
|
-
readonly user: io.flow.common.v0.models.UserReference;
|
|
1097
|
-
readonly organization_q: string;
|
|
1098
|
-
readonly hour: number;
|
|
1099
|
-
readonly minute: number;
|
|
1100
|
-
readonly timezone: string;
|
|
1101
|
-
readonly types: io.flow.RESERVED_WORD_export.v0.unions.ExportType[];
|
|
1102
|
-
readonly last_sent_at?: string;
|
|
1103
|
-
}
|
|
1104
|
-
interface ScheduledExportForm {
|
|
1105
|
-
readonly user_id: string;
|
|
1106
|
-
readonly organization_q: string;
|
|
1107
|
-
readonly hour: number;
|
|
1108
|
-
readonly minute: number;
|
|
1109
|
-
readonly timezone: string;
|
|
1110
|
-
readonly types: io.flow.RESERVED_WORD_export.v0.unions.ExportType[];
|
|
1111
|
-
}
|
|
1112
|
-
interface SolidusProductExportType {
|
|
1113
|
-
readonly discriminator: 'solidus_product_export_type';
|
|
1114
|
-
readonly numbers?: string[];
|
|
1115
|
-
readonly sort?: string;
|
|
1116
|
-
}
|
|
1117
|
-
interface SolidusVariantExportType {
|
|
1118
|
-
readonly discriminator: 'solidus_variant_export_type';
|
|
1119
|
-
readonly numbers?: string[];
|
|
1120
|
-
readonly sort?: string;
|
|
1121
|
-
}
|
|
1122
|
-
interface UnharmonizedItemExportType {
|
|
1123
|
-
readonly discriminator: 'unharmonized_item_export_type';
|
|
1124
|
-
readonly sort?: string;
|
|
1125
|
-
}
|
|
1126
|
-
}
|
|
1127
|
-
declare namespace io.flow.RESERVED_WORD_export.v0.unions {
|
|
1128
|
-
type ExportDelivery = io.flow.RESERVED_WORD_export.v0.models.ExportDeliveryEmail;
|
|
1129
|
-
type ExportType = io.flow.RESERVED_WORD_export.v0.models.AccountTransactionsExportType | io.flow.RESERVED_WORD_export.v0.models.AccountOrdersExportType | io.flow.RESERVED_WORD_export.v0.models.AnalyticsExportType | io.flow.RESERVED_WORD_export.v0.models.CatalogItemExportType | io.flow.RESERVED_WORD_export.v0.models.ExperienceExportType | io.flow.RESERVED_WORD_export.v0.models.HarmonizationOverviewExportType | io.flow.RESERVED_WORD_export.v0.models.HarmonizationHs6ExportType | io.flow.RESERVED_WORD_export.v0.models.HarmonizationHs10ExportType | io.flow.RESERVED_WORD_export.v0.models.HarmonizationTariffCodesExportType | io.flow.RESERVED_WORD_export.v0.models.UnharmonizedItemExportType | io.flow.RESERVED_WORD_export.v0.models.OrderExportType | io.flow.RESERVED_WORD_export.v0.models.PriceBookItemExportType | io.flow.RESERVED_WORD_export.v0.models.SolidusProductExportType | io.flow.RESERVED_WORD_export.v0.models.SolidusVariantExportType | io.flow.RESERVED_WORD_export.v0.models.LocalizedItemPricesExportType | io.flow.RESERVED_WORD_export.v0.models.MarketingFeedsExportType | io.flow.RESERVED_WORD_export.v0.models.ExclusionRulesExportType;
|
|
1130
|
-
}
|
|
1131
|
-
declare namespace io.flow.flexe.v0.enums {
|
|
1132
|
-
type FlexeAttachmentType = 'shipping_label' | 'packing_slip' | 'packing_slip_letter';
|
|
1133
|
-
type FlexeNotification = 'receipt' | 'shipment';
|
|
1134
|
-
type FlexeShipmentType = 'fulfillment_order' | 'retail_fulfillment_order' | 'carton_pick_delivery' | 'delivery' | 'container_delivery';
|
|
1135
|
-
type FlexeStatus = 'in_transit' | 'completed';
|
|
1136
|
-
}
|
|
1137
|
-
declare namespace io.flow.flexe.v0.models {
|
|
1138
|
-
interface BillOfLading {
|
|
1139
|
-
readonly type: string;
|
|
1140
|
-
readonly gs1us?: io.flow.flexe.v0.models.Gs1Us;
|
|
1141
|
-
}
|
|
1142
|
-
interface BillTo {
|
|
1143
|
-
readonly name: string;
|
|
1144
|
-
readonly address_1: string;
|
|
1145
|
-
readonly locality: string;
|
|
1146
|
-
readonly region: string;
|
|
1147
|
-
readonly postal_code: string;
|
|
1148
|
-
readonly country: string;
|
|
1149
|
-
readonly address_2?: string;
|
|
1150
|
-
readonly address_3?: string;
|
|
1151
|
-
}
|
|
1152
|
-
interface CartonPickDeliveryDetails {
|
|
1153
|
-
readonly shipment_uuid?: string;
|
|
1154
|
-
readonly carrier?: string;
|
|
1155
|
-
readonly carrier_id?: string;
|
|
1156
|
-
}
|
|
1157
|
-
interface ContainerDeliveryDetails {
|
|
1158
|
-
readonly purchase_order: string;
|
|
1159
|
-
readonly container_number?: string;
|
|
1160
|
-
readonly seal_number?: string;
|
|
1161
|
-
readonly vendor?: string;
|
|
1162
|
-
readonly expected_inventory: io.flow.flexe.v0.models.InventoryDetails[];
|
|
1163
|
-
readonly received_inventory: io.flow.flexe.v0.models.InventoryDetails[];
|
|
1164
|
-
readonly damaged_inventory: io.flow.flexe.v0.models.InventoryDetails[];
|
|
1165
|
-
readonly quantities_by_inventory: Record<string, io.flow.flexe.v0.models.QuantityByInventory>;
|
|
1166
|
-
}
|
|
1167
|
-
interface DeliveryDetails {
|
|
1168
|
-
readonly shipment_uuid?: string;
|
|
1169
|
-
readonly trailer_number?: string;
|
|
1170
|
-
readonly pallets: io.flow.flexe.v0.models.Pallet[];
|
|
1171
|
-
readonly quantities_by_inventory: Record<string, io.flow.flexe.v0.models.QuantityByInventory>;
|
|
1172
|
-
}
|
|
1173
|
-
interface Error {
|
|
1174
|
-
readonly url: string;
|
|
1175
|
-
readonly client_request_id: string;
|
|
1176
|
-
readonly generated_at: string;
|
|
1177
|
-
readonly error: string;
|
|
1178
|
-
}
|
|
1179
|
-
interface FlexeAttachment {
|
|
1180
|
-
readonly type: io.flow.flexe.v0.enums.FlexeAttachmentType;
|
|
1181
|
-
readonly display_name: string;
|
|
1182
|
-
readonly url: string;
|
|
1183
|
-
}
|
|
1184
|
-
interface FlexeEcommerceFulfillment {
|
|
1185
|
-
readonly url: string;
|
|
1186
|
-
readonly client_request_id: string;
|
|
1187
|
-
readonly generated_at: string;
|
|
1188
|
-
readonly data: io.flow.flexe.v0.models.FlexeEcommerceFulfillmentData;
|
|
1189
|
-
readonly errors: io.flow.flexe.v0.models.FlexeEcommerceFulfillmentErrors[];
|
|
1190
|
-
}
|
|
1191
|
-
interface FlexeEcommerceFulfillmentData {
|
|
1192
|
-
readonly import_id: string;
|
|
1193
|
-
readonly succeeded_uuids: string[];
|
|
1194
|
-
readonly failed_uuids: string[];
|
|
1195
|
-
readonly errors: string[];
|
|
1196
|
-
}
|
|
1197
|
-
interface FlexeEcommerceFulfillmentErrors {
|
|
1198
|
-
readonly status: string;
|
|
1199
|
-
readonly title: string;
|
|
1200
|
-
readonly detail: string;
|
|
1201
|
-
readonly source?: string;
|
|
1202
|
-
}
|
|
1203
|
-
interface FlexeEcommerceFulfillmentForm {
|
|
1204
|
-
readonly reservation_id: number;
|
|
1205
|
-
readonly client_request_id: string;
|
|
1206
|
-
readonly request: io.flow.flexe.v0.models.Orders;
|
|
1207
|
-
}
|
|
1208
|
-
interface FlexeInventoryData {
|
|
1209
|
-
readonly sku: string;
|
|
1210
|
-
readonly quantity: string;
|
|
1211
|
-
readonly unit: string;
|
|
1212
|
-
}
|
|
1213
|
-
interface FlexeRetailAttachment {
|
|
1214
|
-
readonly display_name: string;
|
|
1215
|
-
readonly url: string;
|
|
1216
|
-
}
|
|
1217
|
-
interface FlexeRetailFulfillment {
|
|
1218
|
-
readonly url: string;
|
|
1219
|
-
readonly client_request_id: string;
|
|
1220
|
-
readonly generated_at: string;
|
|
1221
|
-
readonly data: io.flow.flexe.v0.models.FlexeRetailFulfillmentData;
|
|
1222
|
-
readonly errors?: io.flow.flexe.v0.models.FlexeRetailFulfillmentErrors[];
|
|
1223
|
-
}
|
|
1224
|
-
interface FlexeRetailFulfillmentData {
|
|
1225
|
-
readonly id: string;
|
|
1226
|
-
readonly purchase_order_uuid: string;
|
|
1227
|
-
readonly status: string;
|
|
1228
|
-
}
|
|
1229
|
-
interface FlexeRetailFulfillmentErrors {
|
|
1230
|
-
readonly type: string;
|
|
1231
|
-
readonly message: string;
|
|
1232
|
-
}
|
|
1233
|
-
interface FlexeRetailFulfillmentForm {
|
|
1234
|
-
readonly reservation_id: number;
|
|
1235
|
-
readonly client_request_id?: string;
|
|
1236
|
-
readonly request: io.flow.flexe.v0.models.RetailOrder;
|
|
1237
|
-
}
|
|
1238
|
-
interface FulfillmentOrderDetails {
|
|
1239
|
-
readonly shipment_uuid: string;
|
|
1240
|
-
readonly carrier?: string;
|
|
1241
|
-
readonly carrier_id?: string;
|
|
1242
|
-
}
|
|
1243
|
-
interface Gs1Us {
|
|
1244
|
-
readonly number: string;
|
|
1245
|
-
readonly ship_to?: io.flow.flexe.v0.models.Gs1UsShipTo;
|
|
1246
|
-
readonly bill_to?: io.flow.flexe.v0.models.BillTo;
|
|
1247
|
-
}
|
|
1248
|
-
interface Gs1UsShipTo {
|
|
1249
|
-
readonly cid_number?: string;
|
|
1250
|
-
readonly location_number?: string;
|
|
1251
|
-
readonly free_on_board?: boolean;
|
|
1252
|
-
}
|
|
1253
|
-
interface Inventory {
|
|
1254
|
-
readonly url: string;
|
|
1255
|
-
readonly client_request_id: string;
|
|
1256
|
-
readonly generated_at: string;
|
|
1257
|
-
readonly data: Record<string, io.flow.flexe.v0.models.InventoryDetails>;
|
|
1258
|
-
}
|
|
1259
|
-
interface InventoryCount {
|
|
1260
|
-
readonly amount: number;
|
|
1261
|
-
readonly unit: string;
|
|
1262
|
-
}
|
|
1263
|
-
interface InventoryData {
|
|
1264
|
-
readonly pallet: io.flow.flexe.v0.models.InventoryCount;
|
|
1265
|
-
readonly carton?: io.flow.flexe.v0.models.InventoryCount;
|
|
1266
|
-
readonly each?: io.flow.flexe.v0.models.InventoryCount;
|
|
1267
|
-
}
|
|
1268
|
-
interface InventoryDetails {
|
|
1269
|
-
readonly key: Record<string, io.flow.flexe.v0.models.Sku>;
|
|
1270
|
-
}
|
|
1271
|
-
interface LadingQuantity {
|
|
1272
|
-
readonly num_pallets: number;
|
|
1273
|
-
}
|
|
1274
|
-
interface Order {
|
|
1275
|
-
readonly shipment_uuid: string;
|
|
1276
|
-
readonly purchase_order: string;
|
|
1277
|
-
readonly carrier: string;
|
|
1278
|
-
readonly service_type: string;
|
|
1279
|
-
readonly carrier_assigned_id: string;
|
|
1280
|
-
readonly name: string;
|
|
1281
|
-
readonly address_1: string;
|
|
1282
|
-
readonly address_2?: string;
|
|
1283
|
-
readonly address_3?: string;
|
|
1284
|
-
readonly city: string;
|
|
1285
|
-
readonly state: string;
|
|
1286
|
-
readonly postal_code: string;
|
|
1287
|
-
readonly phone?: string;
|
|
1288
|
-
readonly instructions?: string;
|
|
1289
|
-
readonly inventory_data: io.flow.flexe.v0.models.FlexeInventoryData[];
|
|
1290
|
-
readonly attachments: io.flow.flexe.v0.models.FlexeAttachment[];
|
|
1291
|
-
}
|
|
1292
|
-
interface Orders {
|
|
1293
|
-
readonly orders: io.flow.flexe.v0.models.Order[];
|
|
908
|
+
interface Orders {
|
|
909
|
+
readonly orders: io.flow.flexe.v0.models.Order[];
|
|
1294
910
|
}
|
|
1295
911
|
interface Pallet {
|
|
1296
912
|
readonly pallet_id: string;
|
|
@@ -1445,11 +1061,15 @@ declare namespace io.flow.payment.v0.models {
|
|
|
1445
1061
|
readonly validation_url: string;
|
|
1446
1062
|
readonly display_name?: string;
|
|
1447
1063
|
}
|
|
1448
|
-
interface
|
|
1449
|
-
readonly discriminator: '
|
|
1064
|
+
interface ApplepaySdkCreateResultActionDetails {
|
|
1065
|
+
readonly discriminator: 'applepay_sdk_create_result_action_details';
|
|
1450
1066
|
readonly merchant_identifier: string;
|
|
1451
1067
|
readonly payment_data_request: any;
|
|
1452
1068
|
}
|
|
1069
|
+
interface ApplepaySdkValidateResultActionDetails {
|
|
1070
|
+
readonly discriminator: 'applepay_sdk_validate_result_action_details';
|
|
1071
|
+
readonly payment_session: any;
|
|
1072
|
+
}
|
|
1453
1073
|
interface AuthorizationCode {
|
|
1454
1074
|
readonly result_code: string;
|
|
1455
1075
|
readonly code: string;
|
|
@@ -2178,7 +1798,7 @@ declare namespace io.flow.payment.v0.unions {
|
|
|
2178
1798
|
type AuthorizationForm = io.flow.payment.v0.models.AuthorizationCopyForm | io.flow.payment.v0.models.DirectAuthorizationForm | io.flow.payment.v0.models.MerchantOfRecordAuthorizationForm | io.flow.payment.v0.models.PaypalAuthorizationForm | io.flow.payment.v0.models.RedirectAuthorizationForm | io.flow.payment.v0.models.InlineAuthorizationForm | io.flow.payment.v0.models.AchAuthorizationForm | io.flow.payment.v0.models.CardPaymentSourceAuthorizationForm | io.flow.payment.v0.models.OnlinePaymentAuthorizationForm;
|
|
2179
1799
|
type AuthorizationPayloadParameters = io.flow.payment.v0.models.GooglePayAuthorizationPayload | io.flow.payment.v0.models.ApplePayMerchantValidationPayload;
|
|
2180
1800
|
type AuthorizationResultAction = io.flow.payment.v0.models.AuthorizationResultActionGet | io.flow.payment.v0.models.AuthorizationResultActionPost | io.flow.payment.v0.models.AuthorizationResultActionWait | io.flow.payment.v0.models.AuthorizationResultActionNative;
|
|
2181
|
-
type AuthorizationResultActionDetails = io.flow.payment.v0.models.AdyenNativeActionDetails | io.flow.payment.v0.models.StripeAuthorizationResultActionDetails | io.flow.payment.v0.models.ThreedsIdentifyActionDetails | io.flow.payment.v0.models.ThreedsChallengeActionDetails | io.flow.payment.v0.models.
|
|
1801
|
+
type AuthorizationResultActionDetails = io.flow.payment.v0.models.AdyenNativeActionDetails | io.flow.payment.v0.models.StripeAuthorizationResultActionDetails | io.flow.payment.v0.models.ThreedsIdentifyActionDetails | io.flow.payment.v0.models.ThreedsChallengeActionDetails | io.flow.payment.v0.models.ApplepaySdkCreateResultActionDetails | io.flow.payment.v0.models.ApplepaySdkValidateResultActionDetails | io.flow.payment.v0.models.KlarnaSdkAuthorizationResultActionDetails | io.flow.payment.v0.models.SelectIssuerOptionActionDetails;
|
|
2182
1802
|
type BrowserActionConfiguration = io.flow.payment.v0.models.CardBrowserActionConfiguration;
|
|
2183
1803
|
type ConfirmationDetails = io.flow.payment.v0.models.DirectDebit;
|
|
2184
1804
|
type ExpandableCard = io.flow.payment.v0.models.Card | io.flow.payment.v0.models.CardReference | io.flow.payment.v0.models.CardSummary;
|
|
@@ -3044,6 +2664,7 @@ declare namespace io.flow.label.v0.models {
|
|
|
3044
2664
|
}
|
|
3045
2665
|
interface ShippingLabelDocument {
|
|
3046
2666
|
readonly zpl?: string;
|
|
2667
|
+
readonly zpl_url?: string;
|
|
3047
2668
|
readonly pdf?: string;
|
|
3048
2669
|
readonly pdf_data?: string;
|
|
3049
2670
|
readonly png?: string;
|
|
@@ -3273,7 +2894,7 @@ declare namespace io.flow.external.paypal.v1.models {
|
|
|
3273
2894
|
readonly communication_details?: io.flow.external.paypal.v1.models.CommunicationDetails;
|
|
3274
2895
|
readonly supporting_info?: io.flow.external.paypal.v1.models.SupportingInfo;
|
|
3275
2896
|
readonly allowed_response_options?: io.flow.external.paypal.v1.models.AllowedResponseOptions;
|
|
3276
|
-
readonly links
|
|
2897
|
+
readonly links?: io.flow.external.paypal.v1.models.Link[];
|
|
3277
2898
|
}
|
|
3278
2899
|
interface DisputeExtension {
|
|
3279
2900
|
readonly merchant_contacted?: boolean;
|
|
@@ -3350,7 +2971,7 @@ declare namespace io.flow.external.paypal.v1.models {
|
|
|
3350
2971
|
readonly currency: string;
|
|
3351
2972
|
}
|
|
3352
2973
|
interface ItemInfo {
|
|
3353
|
-
readonly item_id
|
|
2974
|
+
readonly item_id?: string;
|
|
3354
2975
|
readonly item_description?: string;
|
|
3355
2976
|
readonly item_quantity?: string;
|
|
3356
2977
|
readonly partner_transaction_id?: string;
|
|
@@ -3564,7 +3185,7 @@ declare namespace io.flow.external.paypal.v1.models {
|
|
|
3564
3185
|
readonly insurance: string;
|
|
3565
3186
|
}
|
|
3566
3187
|
interface TransactionInfo {
|
|
3567
|
-
readonly buyer_transaction_id
|
|
3188
|
+
readonly buyer_transaction_id?: string;
|
|
3568
3189
|
readonly seller_transaction_id?: string;
|
|
3569
3190
|
readonly reference_id?: string;
|
|
3570
3191
|
readonly create_time?: string;
|
|
@@ -3844,9 +3465,9 @@ declare namespace io.flow.adyen.v0.enums {
|
|
|
3844
3465
|
type Contract = 'RECURRING';
|
|
3845
3466
|
type DeviceChannel = 'app' | 'browser';
|
|
3846
3467
|
type EventCode = 'AUTHORISATION' | 'CANCELLATION' | 'REFUND' | 'CANCEL_OR_REFUND' | 'CAPTURE' | 'CAPTURE_FAILED' | 'REFUND_FAILED' | 'REFUNDED_REVERSED' | 'PAIDOUT_REVERSED' | 'REQUEST_FOR_INFORMATION' | 'CHARGEBACK' | 'CHARGEBACK_REVERSED' | 'NOTIFICATION_OF_CHARGEBACK' | 'NOTIFICATION_OF_FRAUD' | 'MANUAL_REVIEW_ACCEPT' | 'MANUAL_REVIEW_REJECT' | 'RECURRING_CONTRACT' | 'PAYOUT_EXPIRE' | 'PAYOUT_DECLINE' | 'PAYOUT_THIRDPARTY' | 'REFUND_WITH_DATA' | 'AUTHORISE_REFERRAL' | 'EXPIRE' | 'FRAUD_ONLY' | 'FUND_TRANSFER' | 'HANDLED_EXTERNALLY' | 'OFFER_CLOSED' | 'ORDER_OPENED' | 'ORDER_CLOSED' | 'PENDING' | 'PROCESS_RETRY' | 'REPORT_AVAILABLE' | 'SECOND_CHARGEBACK' | 'PREARBITRATION_WON' | 'PREARBITRATION_LOST';
|
|
3847
|
-
type
|
|
3468
|
+
type Method = 'GET' | 'POST';
|
|
3848
3469
|
type Operation = 'cancel' | 'capture' | 'refund';
|
|
3849
|
-
type PaymentMethod = 'ach' | 'alipay' | '
|
|
3470
|
+
type PaymentMethod = 'ach' | 'alipay' | 'alipay_wap' | 'amex' | 'bankTransfer_IBAN' | 'bcmc' | 'cartebancaire' | 'cup' | 'diners' | 'directEbanking' | 'discover' | 'dotpay' | 'dragonpay_ebanking' | 'dragonpay_gcash' | 'dragonpay_otc_banking' | 'ebanking_FI' | 'giropay' | 'ideal' | 'interac' | 'jcb' | 'kcp_banktransfer' | 'kcp_creditcard' | 'kcp_payco' | 'maestro' | 'mc' | 'molpay_points' | 'multibanco' | 'qiwiwallet' | 'sepadirectdebit' | 'trustly' | 'trustpay' | 'unionpay' | 'visa' | 'wechatpay' | 'unknowncard';
|
|
3850
3471
|
type RecurringProcessingModel = 'Subscription' | 'CardOnFile' | 'UnscheduledCardOnFile';
|
|
3851
3472
|
type ResultCode = 'Authorised' | 'Cancelled' | 'Error' | 'Refused' | 'Received' | 'RedirectShopper' | 'Pending' | 'ChallengeShopper' | 'IdentifyShopper';
|
|
3852
3473
|
type ShopperInteraction = 'Ecommerce' | 'ContAuth' | 'POS' | 'Moto';
|
|
@@ -3865,10 +3486,6 @@ declare namespace io.flow.adyen.v0.models {
|
|
|
3865
3486
|
readonly value: number;
|
|
3866
3487
|
readonly currency: string;
|
|
3867
3488
|
}
|
|
3868
|
-
interface Applepay {
|
|
3869
|
-
readonly type: 'applepay';
|
|
3870
|
-
readonly applePayToken: string;
|
|
3871
|
-
}
|
|
3872
3489
|
interface Authentication {
|
|
3873
3490
|
readonly 'threeds2.fingerprintToken'?: string;
|
|
3874
3491
|
readonly 'threeds2.challengeToken'?: string;
|
|
@@ -3895,8 +3512,6 @@ declare namespace io.flow.adyen.v0.models {
|
|
|
3895
3512
|
readonly browserInfo?: io.flow.adyen.v0.unions.BrowserInfo;
|
|
3896
3513
|
readonly threeDS2RequestData?: io.flow.adyen.v0.models.Threeds2RequestData;
|
|
3897
3514
|
readonly recurringProcessingModel?: io.flow.adyen.v0.enums.RecurringProcessingModel;
|
|
3898
|
-
readonly mcc?: string;
|
|
3899
|
-
readonly metadata?: any;
|
|
3900
3515
|
}
|
|
3901
3516
|
interface AuthorizeRequest3D {
|
|
3902
3517
|
readonly merchantAccount: string;
|
|
@@ -4030,12 +3645,6 @@ declare namespace io.flow.adyen.v0.models {
|
|
|
4030
3645
|
readonly details: any;
|
|
4031
3646
|
readonly paymentData?: string;
|
|
4032
3647
|
}
|
|
4033
|
-
interface PaymentDetailsV663Ds2Challenge {
|
|
4034
|
-
readonly 'threeds2.challengeResult': string;
|
|
4035
|
-
}
|
|
4036
|
-
interface PaymentDetailsV663Ds2Fingerprint {
|
|
4037
|
-
readonly 'threeds2.fingerprint': string;
|
|
4038
|
-
}
|
|
4039
3648
|
interface PaymentRequest {
|
|
4040
3649
|
readonly reference: string;
|
|
4041
3650
|
readonly merchantAccount: string;
|
|
@@ -4057,12 +3666,7 @@ declare namespace io.flow.adyen.v0.models {
|
|
|
4057
3666
|
readonly browserInfo?: io.flow.adyen.v0.unions.BrowserInfo;
|
|
4058
3667
|
readonly origin?: string;
|
|
4059
3668
|
readonly channel?: io.flow.adyen.v0.enums.Channel;
|
|
4060
|
-
readonly
|
|
4061
|
-
readonly mcc?: string;
|
|
4062
|
-
readonly metadata?: any;
|
|
4063
|
-
readonly redirectToIssuerMethod?: io.flow.adyen.v0.enums.HttpRedirectMethod;
|
|
4064
|
-
readonly redirectFromIssuerMethod?: io.flow.adyen.v0.enums.HttpRedirectMethod;
|
|
4065
|
-
readonly storePaymentMethod?: boolean;
|
|
3669
|
+
readonly returnURL?: string;
|
|
4066
3670
|
}
|
|
4067
3671
|
interface PaymentResponse {
|
|
4068
3672
|
readonly resultCode: io.flow.adyen.v0.enums.ResultCode;
|
|
@@ -4077,57 +3681,19 @@ declare namespace io.flow.adyen.v0.models {
|
|
|
4077
3681
|
interface PaymentResponseAdditionalData {
|
|
4078
3682
|
readonly authCode?: string;
|
|
4079
3683
|
readonly avsResultRaw?: string;
|
|
4080
|
-
readonly avsResult?: string;
|
|
4081
3684
|
readonly cvcResultRaw?: string;
|
|
4082
|
-
readonly cvcResult?: string;
|
|
4083
|
-
readonly refusalReasonRaw?: string;
|
|
4084
3685
|
readonly liabilityShift?: string;
|
|
4085
3686
|
readonly threeDAuthenticated?: string;
|
|
4086
3687
|
readonly threeDAuthenticatedResponse?: string;
|
|
4087
3688
|
readonly threeDOffered?: string;
|
|
4088
3689
|
readonly threeDOfferedResponse?: string;
|
|
4089
|
-
readonly threeDSVersion?: string;
|
|
4090
|
-
readonly eci?: string;
|
|
4091
|
-
readonly scaExemptionRequested?: string;
|
|
4092
|
-
readonly paymentMethod?: string;
|
|
4093
|
-
readonly paymentMethodVariant?: string;
|
|
4094
|
-
readonly tokenTxVariant?: string;
|
|
4095
|
-
readonly acquirerCode?: string;
|
|
4096
|
-
readonly acquirerAccountCode?: string;
|
|
4097
|
-
readonly cardPaymentMethod?: string;
|
|
4098
|
-
readonly coBrandedWith?: string;
|
|
4099
|
-
readonly cardIssuingCountry?: string;
|
|
4100
|
-
readonly cardIssuingCurrency?: string;
|
|
4101
|
-
readonly cardIssuingBank?: string;
|
|
4102
|
-
readonly cardBin?: string;
|
|
4103
|
-
readonly issuerBin?: string;
|
|
4104
|
-
readonly cardSummary?: string;
|
|
4105
|
-
readonly untokenisedCardSummary?: string;
|
|
4106
|
-
readonly ownerName?: string;
|
|
4107
|
-
readonly bankName?: string;
|
|
4108
|
-
readonly issuerCountry?: string;
|
|
4109
|
-
readonly iban?: string;
|
|
4110
|
-
readonly bic?: string;
|
|
4111
|
-
readonly iDealConsumerAccountNumber?: string;
|
|
4112
|
-
readonly iDealConsumerBIC?: string;
|
|
4113
|
-
readonly iDealConsumerCity?: string;
|
|
4114
|
-
readonly iDealConsumerIBAN?: string;
|
|
4115
|
-
readonly iDealConsumerName?: string;
|
|
4116
|
-
readonly iDealTransactionId?: string;
|
|
4117
|
-
readonly 'recurring.recurringDetailReference'?: string;
|
|
4118
|
-
readonly 'recurring.shopperReference'?: string;
|
|
4119
|
-
readonly networkTxReference?: string;
|
|
4120
|
-
readonly PaymentAccountReference?: string;
|
|
4121
|
-
readonly 'networkToken.available'?: string;
|
|
4122
|
-
readonly 'networkToken.bin'?: string;
|
|
4123
|
-
readonly 'networkToken.tokenSummary'?: string;
|
|
4124
3690
|
}
|
|
4125
3691
|
interface Recurring {
|
|
4126
3692
|
readonly contract: io.flow.adyen.v0.enums.Contract;
|
|
4127
3693
|
}
|
|
4128
3694
|
interface Redirect {
|
|
4129
3695
|
readonly data?: io.flow.adyen.v0.models.RedirectData;
|
|
4130
|
-
readonly method?: io.flow.adyen.v0.enums.
|
|
3696
|
+
readonly method?: io.flow.adyen.v0.enums.Method;
|
|
4131
3697
|
readonly url?: string;
|
|
4132
3698
|
}
|
|
4133
3699
|
interface RedirectData {
|
|
@@ -4147,15 +3713,6 @@ declare namespace io.flow.adyen.v0.models {
|
|
|
4147
3713
|
readonly holderName: string;
|
|
4148
3714
|
readonly number: string;
|
|
4149
3715
|
readonly cvc?: string;
|
|
4150
|
-
readonly storedPaymentMethodId?: string;
|
|
4151
|
-
readonly networkPaymentReference?: string;
|
|
4152
|
-
}
|
|
4153
|
-
interface SdkV3OnCompleteData {
|
|
4154
|
-
readonly details: any;
|
|
4155
|
-
readonly payment_data?: string;
|
|
4156
|
-
}
|
|
4157
|
-
interface SdkV3OnCompleteResult {
|
|
4158
|
-
readonly data: io.flow.adyen.v0.models.SdkV3OnCompleteData;
|
|
4159
3716
|
}
|
|
4160
3717
|
interface ThreeDSecureData {
|
|
4161
3718
|
readonly authenticationResponse?: string;
|
|
@@ -4182,7 +3739,7 @@ declare namespace io.flow.adyen.v0.models {
|
|
|
4182
3739
|
}
|
|
4183
3740
|
declare namespace io.flow.adyen.v0.unions {
|
|
4184
3741
|
type BrowserInfo = io.flow.adyen.v0.models.BrowserInfo3Ds1 | io.flow.adyen.v0.models.BrowserInfo3Ds2;
|
|
4185
|
-
type PaymentMethodData = io.flow.adyen.v0.models.Scheme
|
|
3742
|
+
type PaymentMethodData = io.flow.adyen.v0.models.Scheme;
|
|
4186
3743
|
}
|
|
4187
3744
|
declare namespace io.flow.order.management.v0.enums {
|
|
4188
3745
|
type CancelReason = 'out_of_stock' | 'consumer_requested' | 'flow_cancel';
|
|
@@ -5459,919 +5016,1417 @@ declare namespace io.flow.shopify.markets.v0.models {
|
|
|
5459
5016
|
readonly product_exists?: boolean;
|
|
5460
5017
|
readonly duties: io.flow.shopify.markets.v0.models.ShopifyOrderDuty[];
|
|
5461
5018
|
}
|
|
5462
|
-
interface ShopifyOrderMetafield {
|
|
5463
|
-
readonly id: number;
|
|
5464
|
-
readonly key: string;
|
|
5465
|
-
readonly namespace: string;
|
|
5466
|
-
readonly value: string;
|
|
5467
|
-
readonly value_type: io.flow.shopify.markets.v0.enums.ShopifyOrderValueType;
|
|
5468
|
-
readonly description?: string;
|
|
5469
|
-
readonly owner_id: number;
|
|
5470
|
-
readonly owner_resource: string;
|
|
5019
|
+
interface ShopifyOrderMetafield {
|
|
5020
|
+
readonly id: number;
|
|
5021
|
+
readonly key: string;
|
|
5022
|
+
readonly namespace: string;
|
|
5023
|
+
readonly value: string;
|
|
5024
|
+
readonly value_type: io.flow.shopify.markets.v0.enums.ShopifyOrderValueType;
|
|
5025
|
+
readonly description?: string;
|
|
5026
|
+
readonly owner_id: number;
|
|
5027
|
+
readonly owner_resource: string;
|
|
5028
|
+
}
|
|
5029
|
+
interface ShopifyOrderMetafieldForm {
|
|
5030
|
+
readonly key: string;
|
|
5031
|
+
readonly namespace: string;
|
|
5032
|
+
readonly value: string;
|
|
5033
|
+
readonly value_type: io.flow.shopify.markets.v0.enums.ShopifyOrderValueType;
|
|
5034
|
+
readonly description?: string;
|
|
5035
|
+
}
|
|
5036
|
+
interface ShopifyOrderMoney {
|
|
5037
|
+
readonly amount: number;
|
|
5038
|
+
readonly currency_code: string;
|
|
5039
|
+
}
|
|
5040
|
+
interface ShopifyOrderMoneySet {
|
|
5041
|
+
readonly shop_money: io.flow.shopify.markets.v0.models.ShopifyOrderMoney;
|
|
5042
|
+
readonly presentment_money: io.flow.shopify.markets.v0.models.ShopifyOrderMoney;
|
|
5043
|
+
}
|
|
5044
|
+
interface ShopifyOrderOriginLocation {
|
|
5045
|
+
readonly id: number;
|
|
5046
|
+
readonly country_code: string;
|
|
5047
|
+
readonly province_code: string;
|
|
5048
|
+
readonly name: string;
|
|
5049
|
+
readonly address1: string;
|
|
5050
|
+
readonly address2: string;
|
|
5051
|
+
readonly city: string;
|
|
5052
|
+
readonly zip: string;
|
|
5053
|
+
}
|
|
5054
|
+
interface ShopifyOrderPaymentDetail {
|
|
5055
|
+
readonly avs_result_code?: string;
|
|
5056
|
+
readonly credit_card_bin?: string;
|
|
5057
|
+
readonly credit_card_company: string;
|
|
5058
|
+
readonly credit_card_number: string;
|
|
5059
|
+
readonly cvv_result_code?: string;
|
|
5060
|
+
}
|
|
5061
|
+
interface ShopifyOrderProperty {
|
|
5062
|
+
readonly name: string;
|
|
5063
|
+
readonly value: any;
|
|
5064
|
+
}
|
|
5065
|
+
interface ShopifyOrderRefund {
|
|
5066
|
+
readonly id: number;
|
|
5067
|
+
readonly order_id: number;
|
|
5068
|
+
readonly created_at: string;
|
|
5069
|
+
readonly processed_at: string;
|
|
5070
|
+
readonly note?: string;
|
|
5071
|
+
readonly refund_line_items?: io.flow.shopify.markets.v0.models.ShopifyOrderRefundLineItem[];
|
|
5072
|
+
readonly restock?: boolean;
|
|
5073
|
+
readonly transactions?: io.flow.shopify.markets.v0.models.ShopifyOrderTransaction[];
|
|
5074
|
+
readonly user_id?: number;
|
|
5075
|
+
}
|
|
5076
|
+
interface ShopifyOrderRefundLineItem {
|
|
5077
|
+
readonly id: number;
|
|
5078
|
+
readonly line_item: io.flow.shopify.markets.v0.models.ShopifyOrderLineItem;
|
|
5079
|
+
readonly line_item_id: number;
|
|
5080
|
+
readonly quantity: number;
|
|
5081
|
+
readonly restock_type: io.flow.shopify.markets.v0.enums.ShopifyOrderRestockType;
|
|
5082
|
+
readonly location_id?: number;
|
|
5083
|
+
readonly subtotal?: number;
|
|
5084
|
+
readonly total_tax?: number;
|
|
5085
|
+
}
|
|
5086
|
+
interface ShopifyOrderShippingLine {
|
|
5087
|
+
readonly code?: string;
|
|
5088
|
+
readonly price: string;
|
|
5089
|
+
readonly source: string;
|
|
5090
|
+
readonly title: string;
|
|
5091
|
+
readonly tax_lines: io.flow.shopify.markets.v0.models.ShopifyOrderTaxLine[];
|
|
5092
|
+
readonly carrier_identifier?: string;
|
|
5093
|
+
readonly price_set: io.flow.shopify.markets.v0.models.ShopifyOrderMoneySet;
|
|
5094
|
+
readonly discounted_price_set: io.flow.shopify.markets.v0.models.ShopifyOrderMoneySet;
|
|
5095
|
+
}
|
|
5096
|
+
interface ShopifyOrderTaxLine {
|
|
5097
|
+
readonly price_set: io.flow.shopify.markets.v0.models.ShopifyOrderMoneySet;
|
|
5098
|
+
readonly rate: number;
|
|
5099
|
+
readonly title: string;
|
|
5100
|
+
}
|
|
5101
|
+
interface ShopifyOrderTransaction {
|
|
5102
|
+
readonly id: number;
|
|
5103
|
+
readonly order_id: number;
|
|
5104
|
+
readonly amount: number;
|
|
5105
|
+
readonly kind: io.flow.shopify.markets.v0.enums.ShopifyOrderKindType;
|
|
5106
|
+
readonly gateway: string;
|
|
5107
|
+
readonly currency: string;
|
|
5108
|
+
readonly status?: io.flow.shopify.markets.v0.enums.ShopifyOrderTransactionStatus;
|
|
5109
|
+
readonly payment_details?: io.flow.shopify.markets.v0.models.ShopifyOrderPaymentDetail;
|
|
5110
|
+
readonly receipt?: any;
|
|
5111
|
+
readonly authorization?: string;
|
|
5112
|
+
readonly created_at: string;
|
|
5113
|
+
readonly device_id?: number;
|
|
5114
|
+
readonly gift_card_id?: number;
|
|
5115
|
+
readonly source_name: string;
|
|
5116
|
+
readonly error_code?: io.flow.shopify.markets.v0.enums.ShopifyOrderTransactionErrorCode;
|
|
5117
|
+
readonly test: boolean;
|
|
5118
|
+
readonly parent_id?: number;
|
|
5119
|
+
readonly user_id?: number;
|
|
5120
|
+
}
|
|
5121
|
+
interface ShopifyOrderUpdateShippingAddressForm {
|
|
5122
|
+
readonly order: io.flow.shopify.markets.v0.models.ShopifyUpdateShippingAddress;
|
|
5123
|
+
}
|
|
5124
|
+
interface ShopifyOrderWrapper {
|
|
5125
|
+
readonly order: io.flow.shopify.markets.v0.models.ShopifyOrder;
|
|
5126
|
+
}
|
|
5127
|
+
interface ShopifyOrdersWrapper {
|
|
5128
|
+
readonly orders: io.flow.shopify.markets.v0.models.ShopifyOrder[];
|
|
5129
|
+
}
|
|
5130
|
+
interface ShopifyPaymentSchedules {
|
|
5131
|
+
readonly amount?: number;
|
|
5132
|
+
readonly currency?: string;
|
|
5133
|
+
readonly issued_at?: string;
|
|
5134
|
+
readonly due_at?: string;
|
|
5135
|
+
readonly completed_at?: string;
|
|
5136
|
+
readonly expected_payment_method?: string;
|
|
5137
|
+
}
|
|
5138
|
+
interface ShopifyPaymentTerms {
|
|
5139
|
+
readonly amount?: number;
|
|
5140
|
+
readonly currency?: string;
|
|
5141
|
+
readonly payment_terms_name?: string;
|
|
5142
|
+
readonly payment_terms_type?: number;
|
|
5143
|
+
readonly due_in_days?: number;
|
|
5144
|
+
readonly payment_schedules?: io.flow.shopify.markets.v0.models.ShopifyPaymentSchedules;
|
|
5145
|
+
}
|
|
5146
|
+
interface ShopifyRefund {
|
|
5147
|
+
readonly notify_x: boolean;
|
|
5148
|
+
readonly note?: string;
|
|
5149
|
+
readonly discrepancy_reason?: io.flow.shopify.markets.v0.enums.ShopifyDiscrepancyReason;
|
|
5150
|
+
readonly shipping: io.flow.shopify.markets.v0.models.ShopifyRefundShipping;
|
|
5151
|
+
readonly refund_line_items: io.flow.shopify.markets.v0.models.ShopifyRefundLineItem[];
|
|
5152
|
+
readonly transactions: io.flow.shopify.markets.v0.models.ShopifyRefundTransaction[];
|
|
5153
|
+
readonly currency: string;
|
|
5154
|
+
}
|
|
5155
|
+
interface ShopifyRefundLineItem {
|
|
5156
|
+
readonly line_item_id: number;
|
|
5157
|
+
readonly quantity: number;
|
|
5158
|
+
readonly restock_type: io.flow.shopify.markets.v0.enums.ShopifyOrderRestockType;
|
|
5159
|
+
readonly location_id?: number;
|
|
5160
|
+
}
|
|
5161
|
+
interface ShopifyRefundShipping {
|
|
5162
|
+
readonly full_refund?: boolean;
|
|
5163
|
+
readonly amount?: number;
|
|
5164
|
+
}
|
|
5165
|
+
interface ShopifyRefundTransaction {
|
|
5166
|
+
readonly parent_id: number;
|
|
5167
|
+
readonly amount: string;
|
|
5168
|
+
readonly currency: string;
|
|
5169
|
+
readonly kind: string;
|
|
5170
|
+
readonly gateway: string;
|
|
5171
|
+
}
|
|
5172
|
+
interface ShopifyUpdateShippingAddress {
|
|
5173
|
+
readonly id: number;
|
|
5174
|
+
readonly shipping_address: io.flow.shopify.markets.v0.models.ShopifyOrderAddress;
|
|
5175
|
+
}
|
|
5176
|
+
interface ShopifyWebhookCustomersDataRequest {
|
|
5177
|
+
readonly shop_id: number;
|
|
5178
|
+
readonly shop_domain: string;
|
|
5179
|
+
readonly orders_requested: number[];
|
|
5180
|
+
readonly customer: io.flow.shopify.markets.v0.models.ShopifyWebhookCustomersRedactCustomer;
|
|
5181
|
+
readonly data_request: io.flow.shopify.markets.v0.models.ShopifyWebhookCustomersDataRequestId;
|
|
5182
|
+
}
|
|
5183
|
+
interface ShopifyWebhookCustomersDataRequestId {
|
|
5184
|
+
readonly id: number;
|
|
5185
|
+
}
|
|
5186
|
+
interface ShopifyWebhookCustomersRedact {
|
|
5187
|
+
readonly shop_id: number;
|
|
5188
|
+
readonly shop_domain: string;
|
|
5189
|
+
readonly customer: io.flow.shopify.markets.v0.models.ShopifyWebhookCustomersRedactCustomer;
|
|
5190
|
+
readonly orders_to_redact?: number[];
|
|
5191
|
+
}
|
|
5192
|
+
interface ShopifyWebhookCustomersRedactCustomer {
|
|
5193
|
+
readonly id: number;
|
|
5194
|
+
readonly email?: string;
|
|
5195
|
+
readonly phone?: string;
|
|
5196
|
+
}
|
|
5197
|
+
interface ShopifyWebhookRequest {
|
|
5198
|
+
readonly topic: io.flow.shopify.markets.v0.enums.ShopifyWebhookTopic;
|
|
5199
|
+
readonly address: string;
|
|
5200
|
+
readonly format: io.flow.shopify.markets.v0.enums.ShopifyWebhookFormat;
|
|
5201
|
+
}
|
|
5202
|
+
interface ShopifyWebhookRequestWrapper {
|
|
5203
|
+
readonly webhook: io.flow.shopify.markets.v0.models.ShopifyWebhookRequest;
|
|
5204
|
+
}
|
|
5205
|
+
interface ShopifyWebhookResponse {
|
|
5206
|
+
readonly id: number;
|
|
5207
|
+
readonly address: string;
|
|
5208
|
+
readonly topic: io.flow.shopify.markets.v0.enums.ShopifyWebhookTopic;
|
|
5209
|
+
readonly created_at: string;
|
|
5210
|
+
readonly updated_at: string;
|
|
5211
|
+
readonly format: io.flow.shopify.markets.v0.enums.ShopifyWebhookFormat;
|
|
5212
|
+
readonly fields: any[];
|
|
5213
|
+
readonly metafield_namespaces: any[];
|
|
5214
|
+
readonly api_version: string;
|
|
5215
|
+
readonly private_metafield_namespaces: any[];
|
|
5216
|
+
}
|
|
5217
|
+
interface ShopifyWebhookResponseWrapper {
|
|
5218
|
+
readonly webhook: io.flow.shopify.markets.v0.models.ShopifyWebhookResponse;
|
|
5219
|
+
}
|
|
5220
|
+
interface ShopifyWebhookShopRedact {
|
|
5221
|
+
readonly shop_id: number;
|
|
5222
|
+
readonly shop_domain: string;
|
|
5223
|
+
}
|
|
5224
|
+
interface ShopifyWebhooksResponseWrapper {
|
|
5225
|
+
readonly webhooks: io.flow.shopify.markets.v0.models.ShopifyWebhookResponse[];
|
|
5226
|
+
}
|
|
5227
|
+
}
|
|
5228
|
+
declare namespace io.flow.pricing.indicator.internal.event.v0.enums {
|
|
5229
|
+
type PricingIndicatorStatus = 'complete' | 'in_progress';
|
|
5230
|
+
type ServiceName = 'catalog' | 'demandware' | 'metric';
|
|
5231
|
+
}
|
|
5232
|
+
declare namespace io.flow.pricing.indicator.internal.event.v0.models {
|
|
5233
|
+
interface Details {
|
|
5234
|
+
readonly catalog_item: io.flow.common.v0.models.CatalogItemSummary;
|
|
5235
|
+
readonly experience?: io.flow.common.v0.models.ExperienceSummary;
|
|
5236
|
+
readonly upserted_at: string;
|
|
5237
|
+
readonly time_elapsed_since_upserted: number;
|
|
5238
|
+
}
|
|
5239
|
+
interface PricingIndicator {
|
|
5240
|
+
readonly discriminator: 'pricing_indicator';
|
|
5241
|
+
readonly event_id: string;
|
|
5242
|
+
readonly timestamp: string;
|
|
5243
|
+
readonly organization: string;
|
|
5244
|
+
readonly published_from: io.flow.pricing.indicator.internal.event.v0.enums.ServiceName;
|
|
5245
|
+
readonly status: io.flow.pricing.indicator.internal.event.v0.enums.PricingIndicatorStatus;
|
|
5246
|
+
readonly event_identifier: string;
|
|
5247
|
+
readonly details: io.flow.pricing.indicator.internal.event.v0.models.Details;
|
|
5248
|
+
}
|
|
5249
|
+
}
|
|
5250
|
+
declare namespace io.flow.pricing.indicator.internal.event.v0.unions {
|
|
5251
|
+
type PricingIndicatorEvent = io.flow.pricing.indicator.internal.event.v0.models.PricingIndicator;
|
|
5252
|
+
}
|
|
5253
|
+
declare namespace io.flow.svb.v0.enums {
|
|
5254
|
+
type ClearingType = 'Credit' | 'Debit';
|
|
5255
|
+
type NotificationType = 'virtualcard.clearings' | 'virtualcard.created' | 'virtualcard.deleted' | 'virtualcard.realtime.auths';
|
|
5256
|
+
type TransactionType = 'Authorization' | 'Advice' | 'First Presentment' | 'Reversal' | 'Reversal Advice' | 'Unspecified' | 'Purchase Return' | 'Forced Post';
|
|
5257
|
+
}
|
|
5258
|
+
declare namespace io.flow.svb.v0.models {
|
|
5259
|
+
interface Authorization {
|
|
5260
|
+
readonly billing_amount: number;
|
|
5261
|
+
readonly billing_currency: string;
|
|
5262
|
+
readonly issuer_response: string;
|
|
5263
|
+
readonly mcc: string;
|
|
5264
|
+
readonly mcc_description: string;
|
|
5265
|
+
readonly merchant_amount: number;
|
|
5266
|
+
readonly merchant_currency: string;
|
|
5267
|
+
readonly merchant_id: string;
|
|
5268
|
+
readonly merchant_name: string;
|
|
5269
|
+
readonly transaction_date_time: string;
|
|
5270
|
+
readonly transaction_type: io.flow.svb.v0.enums.TransactionType;
|
|
5271
|
+
}
|
|
5272
|
+
interface Clearing {
|
|
5273
|
+
readonly billing_amount: number;
|
|
5274
|
+
readonly billing_currency: string;
|
|
5275
|
+
readonly clearing_type: io.flow.svb.v0.enums.ClearingType;
|
|
5276
|
+
readonly authorization_date?: string;
|
|
5277
|
+
readonly exchange_rate: string;
|
|
5278
|
+
readonly mcc: string;
|
|
5279
|
+
readonly mcc_description: string;
|
|
5280
|
+
readonly merchant_amount: number;
|
|
5281
|
+
readonly merchant_currency: string;
|
|
5282
|
+
readonly merchant_id: string;
|
|
5283
|
+
readonly merchant_name: string;
|
|
5284
|
+
readonly settlement_date: string;
|
|
5285
|
+
}
|
|
5286
|
+
interface ClearingNotification {
|
|
5287
|
+
readonly acquirer_ica: string;
|
|
5288
|
+
readonly approval_code?: string;
|
|
5289
|
+
readonly authorization_date: string;
|
|
5290
|
+
readonly billing_amount: number;
|
|
5291
|
+
readonly billing_currency: string;
|
|
5292
|
+
readonly clearing_type: io.flow.svb.v0.enums.ClearingType;
|
|
5293
|
+
readonly exchange_rate: string;
|
|
5294
|
+
readonly mcc: string;
|
|
5295
|
+
readonly mcc_description: string;
|
|
5296
|
+
readonly merchant_amount: number;
|
|
5297
|
+
readonly merchant_currency: string;
|
|
5298
|
+
readonly merchant_id: string;
|
|
5299
|
+
readonly merchant_name: string;
|
|
5300
|
+
readonly settlement_date: string;
|
|
5301
|
+
readonly vcn_id: number;
|
|
5302
|
+
}
|
|
5303
|
+
interface CreateBody {
|
|
5304
|
+
readonly data: io.flow.svb.v0.models.CreateVirtualCard;
|
|
5305
|
+
readonly show_card_number: boolean;
|
|
5306
|
+
}
|
|
5307
|
+
interface CreateVirtualCard {
|
|
5308
|
+
readonly emails?: string[];
|
|
5309
|
+
readonly mastercard_data?: io.flow.svb.v0.models.MastercardData;
|
|
5310
|
+
readonly metadata?: any;
|
|
5311
|
+
readonly per_transaction_max?: number;
|
|
5312
|
+
readonly per_transaction_min?: number;
|
|
5313
|
+
readonly rcn_id?: number;
|
|
5314
|
+
readonly rcn_alias?: string;
|
|
5315
|
+
readonly supplier_id?: number;
|
|
5316
|
+
readonly total_card_amount: number;
|
|
5317
|
+
readonly transactions_max: number;
|
|
5318
|
+
readonly valid_ending_on: string;
|
|
5319
|
+
readonly valid_starting_on?: string;
|
|
5320
|
+
}
|
|
5321
|
+
interface Email {
|
|
5322
|
+
readonly email: string;
|
|
5323
|
+
}
|
|
5324
|
+
interface EmailBody {
|
|
5325
|
+
readonly data: io.flow.svb.v0.models.Email;
|
|
5326
|
+
}
|
|
5327
|
+
interface EmailResponse {
|
|
5328
|
+
readonly id: string;
|
|
5329
|
+
}
|
|
5330
|
+
interface ListData {
|
|
5331
|
+
readonly id: string;
|
|
5332
|
+
readonly type: string;
|
|
5333
|
+
readonly url: string;
|
|
5334
|
+
}
|
|
5335
|
+
interface ListLinks {
|
|
5336
|
+
readonly first: string;
|
|
5337
|
+
readonly next?: string;
|
|
5338
|
+
}
|
|
5339
|
+
interface ListResponse {
|
|
5340
|
+
readonly data: io.flow.svb.v0.models.ListData[];
|
|
5341
|
+
readonly links: io.flow.svb.v0.models.ListLinks;
|
|
5342
|
+
}
|
|
5343
|
+
interface MastercardData {
|
|
5344
|
+
readonly id?: string;
|
|
5345
|
+
readonly organization?: string;
|
|
5346
|
+
readonly order_number?: string;
|
|
5347
|
+
readonly authorization_key?: string;
|
|
5348
|
+
}
|
|
5349
|
+
interface NotificationData {
|
|
5350
|
+
readonly date: string;
|
|
5351
|
+
readonly 'event-id': number;
|
|
5352
|
+
readonly payload: any;
|
|
5353
|
+
readonly type?: io.flow.svb.v0.enums.NotificationType;
|
|
5354
|
+
}
|
|
5355
|
+
interface SvbNotification {
|
|
5356
|
+
readonly data: io.flow.svb.v0.models.NotificationData;
|
|
5357
|
+
}
|
|
5358
|
+
interface UpdateBody {
|
|
5359
|
+
readonly data: io.flow.svb.v0.models.UpdateVirtualCard;
|
|
5360
|
+
}
|
|
5361
|
+
interface UpdateVirtualCard {
|
|
5362
|
+
readonly emails?: string[];
|
|
5363
|
+
readonly mastercard_data?: io.flow.svb.v0.models.MastercardData;
|
|
5364
|
+
readonly metadata?: any;
|
|
5365
|
+
readonly per_transaction_max?: number;
|
|
5366
|
+
readonly per_transaction_min?: number;
|
|
5367
|
+
readonly total_card_amount?: number;
|
|
5368
|
+
readonly transactions_max?: number;
|
|
5369
|
+
readonly valid_ending_on?: string;
|
|
5370
|
+
readonly valid_starting_on?: string;
|
|
5371
|
+
}
|
|
5372
|
+
interface VirtualCard {
|
|
5373
|
+
readonly authorizations: io.flow.svb.v0.models.Authorization[];
|
|
5374
|
+
readonly available_balance?: number;
|
|
5375
|
+
readonly card_number?: string;
|
|
5376
|
+
readonly clearings: io.flow.svb.v0.models.Clearing[];
|
|
5377
|
+
readonly currency: string;
|
|
5378
|
+
readonly cvc?: string;
|
|
5379
|
+
readonly emails?: string[];
|
|
5380
|
+
readonly expiry: string;
|
|
5381
|
+
readonly id: string;
|
|
5382
|
+
readonly last4: string;
|
|
5383
|
+
readonly mastercard_data: io.flow.svb.v0.models.MastercardData;
|
|
5384
|
+
readonly metadata?: any;
|
|
5385
|
+
readonly notified: boolean;
|
|
5386
|
+
readonly per_transaction_max: number;
|
|
5387
|
+
readonly per_transaction_min: number;
|
|
5388
|
+
readonly rcn_alias: string;
|
|
5389
|
+
readonly rcn_id: number;
|
|
5390
|
+
readonly status: string;
|
|
5391
|
+
readonly supplier_id: number;
|
|
5392
|
+
readonly total_card_amount: number;
|
|
5393
|
+
readonly transactions_max: number;
|
|
5394
|
+
readonly valid_ending_on: string;
|
|
5395
|
+
readonly valid_starting_on: string;
|
|
5396
|
+
}
|
|
5397
|
+
interface VirtualCardResponse {
|
|
5398
|
+
readonly data: io.flow.svb.v0.models.VirtualCard;
|
|
5399
|
+
}
|
|
5400
|
+
}
|
|
5401
|
+
declare namespace io.flow.payment.gateway.v0.enums {
|
|
5402
|
+
type InlineWindowViewportSize = 'xxx_small' | 'xx_small' | 'x_small' | 'small' | 'fullscreen' | 'responsive';
|
|
5403
|
+
type PaymentActionType = 'redirect' | 'redirect_get' | 'redirect_post' | 'select_payment_option' | 'use_sdk_klarna_v1' | 'use_sdk_applepay_js' | 'use_sdk_googlepay' | 'use_sdk_paypal' | 'use_sdk_stripe_v3' | 'use_sdk_adyen_v3' | 'use_sdk_adyen_v4' | 'execute_script' | 'display_inline_window';
|
|
5404
|
+
type PaymentFailureCode = 'action_expired' | 'action_cancelled' | 'action_failed' | 'authorization_declined' | 'not_supported' | 'fraudulent' | 'error' | 'payment_checks_declined';
|
|
5405
|
+
type PaymentMethodDataOptionType = 'ideal_issuer_option';
|
|
5406
|
+
type PaymentRequestReviewCheckStatus = 'passed' | 'failed';
|
|
5407
|
+
type PaymentRequestReviewCheckType = 'restricted_party_screening' | 'fraud_suspicious_behavior' | 'fraud_suspicious_past_activity' | 'fraud_risky_velocity' | 'fraud_previous_chargebacks' | 'order_restricted_goods' | 'order_unsupported_destination' | 'order_missing_information' | 'order_domestic';
|
|
5408
|
+
type PaymentRequestReviewStatus = 'pending' | 'approved' | 'rejected';
|
|
5409
|
+
type PaymentStatus = 'requires_payment_method' | 'requires_action' | 'processing' | 'cancelled' | 'expired' | 'authorized' | 'reversed' | 'captured' | 'refunded' | 'in_dispute' | 'charged_back';
|
|
5410
|
+
type PaymentType = 'card' | 'klarna' | 'googlepay' | 'paypal' | 'applepay' | 'ideal' | 'sofort' | 'afterpay' | 'bancontact';
|
|
5411
|
+
}
|
|
5412
|
+
declare namespace io.flow.payment.gateway.v0.models {
|
|
5413
|
+
interface ActionDisplayInlineWindow {
|
|
5414
|
+
readonly type: 'display_inline_window';
|
|
5415
|
+
readonly expires_at?: string;
|
|
5416
|
+
readonly method: string;
|
|
5417
|
+
readonly url: string;
|
|
5418
|
+
readonly data?: any;
|
|
5419
|
+
readonly window_size?: io.flow.payment.gateway.v0.enums.InlineWindowViewportSize;
|
|
5420
|
+
}
|
|
5421
|
+
interface ActionExecuteScript {
|
|
5422
|
+
readonly type: 'execute_script';
|
|
5423
|
+
readonly expires_at?: string;
|
|
5424
|
+
readonly script: string;
|
|
5425
|
+
}
|
|
5426
|
+
interface ActionRedirect {
|
|
5427
|
+
readonly type: 'redirect';
|
|
5428
|
+
readonly expires_at?: string;
|
|
5429
|
+
readonly method: string;
|
|
5430
|
+
readonly url: string;
|
|
5431
|
+
readonly data?: any;
|
|
5432
|
+
}
|
|
5433
|
+
interface ActionSelectPaymentOption {
|
|
5434
|
+
readonly type: 'select_payment_option';
|
|
5435
|
+
readonly expires_at?: string;
|
|
5436
|
+
readonly options: io.flow.payment.gateway.v0.models.PaymentMethodDataPaymentOption[];
|
|
5437
|
+
readonly option_type: io.flow.payment.gateway.v0.enums.PaymentMethodDataOptionType;
|
|
5438
|
+
}
|
|
5439
|
+
interface ActionUseSdkAdyenV3 {
|
|
5440
|
+
readonly type: 'use_sdk_adyen_v3';
|
|
5441
|
+
readonly expires_at?: string;
|
|
5442
|
+
readonly origin_key: string;
|
|
5443
|
+
readonly authentication_token: io.flow.payment.gateway.v0.unions.SdkAdyenV3AuthenticationToken;
|
|
5444
|
+
}
|
|
5445
|
+
interface ActionUseSdkAdyenV4 {
|
|
5446
|
+
readonly type: 'use_sdk_adyen_v4';
|
|
5447
|
+
readonly expires_at?: string;
|
|
5448
|
+
readonly client_key: string;
|
|
5449
|
+
readonly action: any;
|
|
5450
|
+
}
|
|
5451
|
+
interface ActionUseSdkApplepayJsCompleteValidation {
|
|
5452
|
+
readonly type: 'use_sdk_applepay_js_complete_validation';
|
|
5453
|
+
readonly expires_at?: string;
|
|
5454
|
+
readonly payment_session: any;
|
|
5455
|
+
}
|
|
5456
|
+
interface ActionUseSdkApplepayJsCreateSession {
|
|
5457
|
+
readonly type: 'use_sdk_applepay_js_create_session';
|
|
5458
|
+
readonly expires_at?: string;
|
|
5459
|
+
readonly merchant_identifier: string;
|
|
5460
|
+
readonly payment_data_request: io.flow.apple.pay.v0.models.ApplePayPaymentInfo;
|
|
5461
|
+
}
|
|
5462
|
+
interface ActionUseSdkGooglepay {
|
|
5463
|
+
readonly type: 'use_sdk_googlepay';
|
|
5464
|
+
readonly expires_at?: string;
|
|
5465
|
+
readonly payment_data_request: io.flow.google.pay.v0.models.PaymentDataRequest;
|
|
5466
|
+
}
|
|
5467
|
+
interface ActionUseSdkKlarnaV1 {
|
|
5468
|
+
readonly type: 'use_sdk_klarna_v1';
|
|
5469
|
+
readonly expires_at?: string;
|
|
5470
|
+
readonly client_token: string;
|
|
5471
|
+
readonly payment_method_categories: io.flow.payment.gateway.v0.models.KlarnaPaymentCategory[];
|
|
5472
|
+
}
|
|
5473
|
+
interface ActionUseSdkPaypal {
|
|
5474
|
+
readonly type: 'use_sdk_paypal';
|
|
5475
|
+
readonly expires_at?: string;
|
|
5476
|
+
readonly payment_id: string;
|
|
5477
|
+
}
|
|
5478
|
+
interface ActionUseSdkStripeV3 {
|
|
5479
|
+
readonly type: 'use_sdk_stripe_v3';
|
|
5480
|
+
readonly expires_at?: string;
|
|
5481
|
+
readonly client_secret: string;
|
|
5482
|
+
readonly publishable_key: string;
|
|
5471
5483
|
}
|
|
5472
|
-
interface
|
|
5473
|
-
readonly
|
|
5474
|
-
readonly
|
|
5475
|
-
readonly value: string;
|
|
5476
|
-
readonly value_type: io.flow.shopify.markets.v0.enums.ShopifyOrderValueType;
|
|
5477
|
-
readonly description?: string;
|
|
5484
|
+
interface ActionWait {
|
|
5485
|
+
readonly type: 'wait';
|
|
5486
|
+
readonly expires_at?: string;
|
|
5478
5487
|
}
|
|
5479
|
-
interface
|
|
5480
|
-
readonly
|
|
5481
|
-
readonly
|
|
5488
|
+
interface AdyenV3ChallengeToken {
|
|
5489
|
+
readonly type: 'token';
|
|
5490
|
+
readonly challenge_token: string;
|
|
5482
5491
|
}
|
|
5483
|
-
interface
|
|
5484
|
-
readonly
|
|
5485
|
-
readonly
|
|
5492
|
+
interface AdyenV3FingerprintToken {
|
|
5493
|
+
readonly type: 'fingerprint';
|
|
5494
|
+
readonly fingerprint_token: string;
|
|
5486
5495
|
}
|
|
5487
|
-
interface
|
|
5488
|
-
readonly
|
|
5489
|
-
readonly
|
|
5490
|
-
readonly province_code: string;
|
|
5491
|
-
readonly name: string;
|
|
5492
|
-
readonly address1: string;
|
|
5493
|
-
readonly address2: string;
|
|
5494
|
-
readonly city: string;
|
|
5495
|
-
readonly zip: string;
|
|
5496
|
+
interface AuthorizationActionResultAdyenV3 {
|
|
5497
|
+
readonly type: 'adyen_v3';
|
|
5498
|
+
readonly result: any;
|
|
5496
5499
|
}
|
|
5497
|
-
interface
|
|
5498
|
-
readonly
|
|
5499
|
-
readonly
|
|
5500
|
-
readonly credit_card_company: string;
|
|
5501
|
-
readonly credit_card_number: string;
|
|
5502
|
-
readonly cvv_result_code?: string;
|
|
5500
|
+
interface AuthorizationActionResultAdyenV4 {
|
|
5501
|
+
readonly type: 'adyen_v4';
|
|
5502
|
+
readonly result: any;
|
|
5503
5503
|
}
|
|
5504
|
-
interface
|
|
5504
|
+
interface DeviceDetailsBrowser {
|
|
5505
|
+
readonly type: 'browser';
|
|
5506
|
+
readonly user_agent: string;
|
|
5507
|
+
readonly origin: string;
|
|
5508
|
+
readonly accept_language?: string;
|
|
5509
|
+
readonly ip?: string;
|
|
5510
|
+
readonly time_zone_offset?: number;
|
|
5511
|
+
readonly date_string?: string;
|
|
5512
|
+
readonly navigator_language?: string;
|
|
5513
|
+
readonly navigator_hardware_concurrency?: number;
|
|
5514
|
+
readonly cookie_created_at?: number;
|
|
5515
|
+
readonly session_duration?: number;
|
|
5516
|
+
readonly fingerprint?: string;
|
|
5517
|
+
}
|
|
5518
|
+
interface DeviceFingerprintDetailsBrowser {
|
|
5519
|
+
readonly type: 'browser';
|
|
5520
|
+
readonly accept?: string;
|
|
5521
|
+
readonly java_enabled: boolean;
|
|
5522
|
+
readonly color_depth: number;
|
|
5523
|
+
readonly screen_height: number;
|
|
5524
|
+
readonly screen_width: number;
|
|
5525
|
+
readonly time_zone_offset: number;
|
|
5526
|
+
}
|
|
5527
|
+
interface KlarnaPaymentCategory {
|
|
5528
|
+
readonly id: string;
|
|
5505
5529
|
readonly name: string;
|
|
5506
|
-
readonly
|
|
5530
|
+
readonly standard_asset_url?: string;
|
|
5531
|
+
readonly descriptive_asset_url?: string;
|
|
5507
5532
|
}
|
|
5508
|
-
interface
|
|
5509
|
-
readonly
|
|
5510
|
-
readonly
|
|
5511
|
-
readonly
|
|
5512
|
-
readonly
|
|
5513
|
-
readonly
|
|
5514
|
-
readonly
|
|
5515
|
-
readonly restock?: boolean;
|
|
5516
|
-
readonly transactions?: io.flow.shopify.markets.v0.models.ShopifyOrderTransaction[];
|
|
5517
|
-
readonly user_id?: number;
|
|
5533
|
+
interface OrderDetails {
|
|
5534
|
+
readonly line_items: io.flow.payment.gateway.v0.models.PaymentOrderDetailsLineItem[];
|
|
5535
|
+
readonly shipping?: io.flow.payment.gateway.v0.models.Shipping;
|
|
5536
|
+
readonly discounts?: io.flow.payment.gateway.v0.models.PaymentDiscount[];
|
|
5537
|
+
readonly tax?: io.flow.payment.gateway.v0.models.PaymentTax;
|
|
5538
|
+
readonly duty?: io.flow.payment.gateway.v0.models.PaymentDuty;
|
|
5539
|
+
readonly reference?: string;
|
|
5518
5540
|
}
|
|
5519
|
-
interface
|
|
5520
|
-
readonly
|
|
5521
|
-
readonly
|
|
5522
|
-
readonly
|
|
5523
|
-
readonly
|
|
5524
|
-
readonly restock_type: io.flow.shopify.markets.v0.enums.ShopifyOrderRestockType;
|
|
5525
|
-
readonly location_id?: number;
|
|
5526
|
-
readonly subtotal?: number;
|
|
5527
|
-
readonly total_tax?: number;
|
|
5541
|
+
interface OrderInformationDetails {
|
|
5542
|
+
readonly type: 'details';
|
|
5543
|
+
readonly order_details: io.flow.payment.gateway.v0.models.OrderDetails;
|
|
5544
|
+
readonly billing_address?: io.flow.payment.gateway.v0.models.PaymentAddressBilling;
|
|
5545
|
+
readonly shipping_address?: io.flow.payment.gateway.v0.models.PaymentAddressShipping;
|
|
5528
5546
|
}
|
|
5529
|
-
interface
|
|
5530
|
-
readonly
|
|
5531
|
-
readonly
|
|
5532
|
-
readonly
|
|
5533
|
-
readonly title: string;
|
|
5534
|
-
readonly tax_lines: io.flow.shopify.markets.v0.models.ShopifyOrderTaxLine[];
|
|
5535
|
-
readonly carrier_identifier?: string;
|
|
5536
|
-
readonly price_set: io.flow.shopify.markets.v0.models.ShopifyOrderMoneySet;
|
|
5537
|
-
readonly discounted_price_set: io.flow.shopify.markets.v0.models.ShopifyOrderMoneySet;
|
|
5547
|
+
interface OrderInformationFlow {
|
|
5548
|
+
readonly type: 'flow';
|
|
5549
|
+
readonly order_number: string;
|
|
5550
|
+
readonly billing_address?: io.flow.payment.gateway.v0.models.PaymentAddressBilling;
|
|
5538
5551
|
}
|
|
5539
|
-
interface
|
|
5540
|
-
readonly
|
|
5541
|
-
readonly
|
|
5542
|
-
readonly
|
|
5552
|
+
interface PaymentAddress {
|
|
5553
|
+
readonly streets: string[];
|
|
5554
|
+
readonly city: string;
|
|
5555
|
+
readonly province?: string;
|
|
5556
|
+
readonly postal?: string;
|
|
5557
|
+
readonly country: string;
|
|
5543
5558
|
}
|
|
5544
|
-
interface
|
|
5545
|
-
readonly
|
|
5546
|
-
readonly
|
|
5547
|
-
readonly amount: number;
|
|
5548
|
-
readonly kind: io.flow.shopify.markets.v0.enums.ShopifyOrderKindType;
|
|
5549
|
-
readonly gateway: string;
|
|
5550
|
-
readonly currency: string;
|
|
5551
|
-
readonly status?: io.flow.shopify.markets.v0.enums.ShopifyOrderTransactionStatus;
|
|
5552
|
-
readonly payment_details?: io.flow.shopify.markets.v0.models.ShopifyOrderPaymentDetail;
|
|
5553
|
-
readonly receipt?: any;
|
|
5554
|
-
readonly authorization?: string;
|
|
5555
|
-
readonly created_at: string;
|
|
5556
|
-
readonly device_id?: number;
|
|
5557
|
-
readonly gift_card_id?: number;
|
|
5558
|
-
readonly source_name: string;
|
|
5559
|
-
readonly error_code?: io.flow.shopify.markets.v0.enums.ShopifyOrderTransactionErrorCode;
|
|
5560
|
-
readonly test: boolean;
|
|
5561
|
-
readonly parent_id?: number;
|
|
5562
|
-
readonly user_id?: number;
|
|
5559
|
+
interface PaymentAddressBilling {
|
|
5560
|
+
readonly contact: io.flow.payment.gateway.v0.models.PaymentContactBilling;
|
|
5561
|
+
readonly location: io.flow.payment.gateway.v0.models.PaymentAddress;
|
|
5563
5562
|
}
|
|
5564
|
-
interface
|
|
5565
|
-
readonly
|
|
5563
|
+
interface PaymentAddressShipping {
|
|
5564
|
+
readonly contact: io.flow.payment.gateway.v0.models.PaymentContactShipping;
|
|
5565
|
+
readonly location: io.flow.payment.gateway.v0.models.PaymentAddress;
|
|
5566
5566
|
}
|
|
5567
|
-
interface
|
|
5568
|
-
readonly
|
|
5567
|
+
interface PaymentAuthorization {
|
|
5568
|
+
readonly id: string;
|
|
5569
|
+
readonly payment_method_summary: io.flow.payment.gateway.v0.unions.PaymentMethodSummary;
|
|
5570
|
+
readonly captures: io.flow.payment.gateway.v0.models.PaymentCapture[];
|
|
5571
|
+
readonly refunds: io.flow.payment.gateway.v0.models.PaymentRefund[];
|
|
5572
|
+
readonly reversals: io.flow.payment.gateway.v0.models.PaymentReversal[];
|
|
5573
|
+
readonly created_at: string;
|
|
5574
|
+
readonly updated_at: string;
|
|
5575
|
+
readonly status: io.flow.payment.gateway.v0.models.PaymentAuthorizationStatus;
|
|
5576
|
+
readonly amount: number;
|
|
5577
|
+
readonly currency: string;
|
|
5569
5578
|
}
|
|
5570
|
-
interface
|
|
5571
|
-
readonly
|
|
5579
|
+
interface PaymentAuthorizationStatus {
|
|
5580
|
+
readonly status: io.flow.payment.v0.enums.AuthorizationStatus;
|
|
5581
|
+
readonly reason?: io.flow.payment.v0.enums.AuthorizationDeclineCode;
|
|
5572
5582
|
}
|
|
5573
|
-
interface
|
|
5574
|
-
readonly
|
|
5575
|
-
readonly
|
|
5576
|
-
readonly
|
|
5577
|
-
readonly
|
|
5578
|
-
readonly
|
|
5579
|
-
readonly
|
|
5583
|
+
interface PaymentCapture {
|
|
5584
|
+
readonly id: string;
|
|
5585
|
+
readonly amount: number;
|
|
5586
|
+
readonly currency: string;
|
|
5587
|
+
readonly created_at: string;
|
|
5588
|
+
readonly updated_at: string;
|
|
5589
|
+
readonly status: io.flow.payment.gateway.v0.models.PaymentCaptureStatus;
|
|
5580
5590
|
}
|
|
5581
|
-
interface
|
|
5591
|
+
interface PaymentCaptureForm {
|
|
5582
5592
|
readonly amount?: number;
|
|
5583
5593
|
readonly currency?: string;
|
|
5584
|
-
readonly
|
|
5585
|
-
readonly payment_terms_type?: number;
|
|
5586
|
-
readonly due_in_days?: number;
|
|
5587
|
-
readonly payment_schedules?: io.flow.shopify.markets.v0.models.ShopifyPaymentSchedules;
|
|
5588
|
-
}
|
|
5589
|
-
interface ShopifyRefund {
|
|
5590
|
-
readonly notify_x: boolean;
|
|
5591
|
-
readonly note?: string;
|
|
5592
|
-
readonly discrepancy_reason?: io.flow.shopify.markets.v0.enums.ShopifyDiscrepancyReason;
|
|
5593
|
-
readonly shipping: io.flow.shopify.markets.v0.models.ShopifyRefundShipping;
|
|
5594
|
-
readonly refund_line_items: io.flow.shopify.markets.v0.models.ShopifyRefundLineItem[];
|
|
5595
|
-
readonly transactions: io.flow.shopify.markets.v0.models.ShopifyRefundTransaction[];
|
|
5596
|
-
readonly currency: string;
|
|
5594
|
+
readonly attributes?: Record<string, string>;
|
|
5597
5595
|
}
|
|
5598
|
-
interface
|
|
5599
|
-
readonly
|
|
5600
|
-
readonly
|
|
5601
|
-
readonly restock_type: io.flow.shopify.markets.v0.enums.ShopifyOrderRestockType;
|
|
5602
|
-
readonly location_id?: number;
|
|
5596
|
+
interface PaymentCaptureOptionAutomaticImmediate {
|
|
5597
|
+
readonly type: 'automatic_immediate';
|
|
5598
|
+
readonly placeholder?: string;
|
|
5603
5599
|
}
|
|
5604
|
-
interface
|
|
5605
|
-
readonly
|
|
5606
|
-
readonly
|
|
5600
|
+
interface PaymentCaptureOptionManual {
|
|
5601
|
+
readonly type: 'manual';
|
|
5602
|
+
readonly placeholder?: string;
|
|
5607
5603
|
}
|
|
5608
|
-
interface
|
|
5609
|
-
readonly
|
|
5610
|
-
readonly
|
|
5611
|
-
readonly currency: string;
|
|
5612
|
-
readonly kind: string;
|
|
5613
|
-
readonly gateway: string;
|
|
5604
|
+
interface PaymentCaptureStatus {
|
|
5605
|
+
readonly status: io.flow.payment.v0.enums.CaptureStatus;
|
|
5606
|
+
readonly reason?: io.flow.payment.v0.enums.CaptureDeclineCode;
|
|
5614
5607
|
}
|
|
5615
|
-
interface
|
|
5616
|
-
readonly
|
|
5617
|
-
readonly
|
|
5608
|
+
interface PaymentContactBilling {
|
|
5609
|
+
readonly first_name?: string;
|
|
5610
|
+
readonly last_name: string;
|
|
5611
|
+
readonly company?: string;
|
|
5612
|
+
readonly email?: string;
|
|
5613
|
+
readonly phone?: string;
|
|
5618
5614
|
}
|
|
5619
|
-
interface
|
|
5620
|
-
readonly
|
|
5621
|
-
readonly
|
|
5622
|
-
readonly
|
|
5623
|
-
readonly
|
|
5624
|
-
readonly data_request: io.flow.shopify.markets.v0.models.ShopifyWebhookCustomersDataRequestId;
|
|
5615
|
+
interface PaymentContactShipping {
|
|
5616
|
+
readonly first_name?: string;
|
|
5617
|
+
readonly last_name: string;
|
|
5618
|
+
readonly email: string;
|
|
5619
|
+
readonly phone?: string;
|
|
5625
5620
|
}
|
|
5626
|
-
interface
|
|
5627
|
-
readonly
|
|
5621
|
+
interface PaymentDiscount {
|
|
5622
|
+
readonly amount: number;
|
|
5623
|
+
readonly name?: string;
|
|
5624
|
+
readonly code?: string;
|
|
5628
5625
|
}
|
|
5629
|
-
interface
|
|
5630
|
-
readonly
|
|
5631
|
-
readonly
|
|
5632
|
-
readonly customer: io.flow.shopify.markets.v0.models.ShopifyWebhookCustomersRedactCustomer;
|
|
5633
|
-
readonly orders_to_redact?: number[];
|
|
5626
|
+
interface PaymentDuty {
|
|
5627
|
+
readonly amount: number;
|
|
5628
|
+
readonly name?: string;
|
|
5634
5629
|
}
|
|
5635
|
-
interface
|
|
5636
|
-
readonly
|
|
5637
|
-
readonly
|
|
5638
|
-
readonly
|
|
5630
|
+
interface PaymentFailure {
|
|
5631
|
+
readonly authorization_id?: string;
|
|
5632
|
+
readonly failure_code: io.flow.payment.gateway.v0.enums.PaymentFailureCode;
|
|
5633
|
+
readonly failure_message: string;
|
|
5639
5634
|
}
|
|
5640
|
-
interface
|
|
5641
|
-
readonly
|
|
5642
|
-
readonly
|
|
5643
|
-
readonly
|
|
5635
|
+
interface PaymentInformation {
|
|
5636
|
+
readonly amount_refundable?: number;
|
|
5637
|
+
readonly amount_refunded?: number;
|
|
5638
|
+
readonly refundable_before?: string;
|
|
5639
|
+
readonly amount_capturable?: number;
|
|
5640
|
+
readonly amount_captured?: number;
|
|
5641
|
+
readonly capturable_before?: string;
|
|
5642
|
+
readonly authorizations: io.flow.payment.gateway.v0.models.PaymentAuthorization[];
|
|
5644
5643
|
}
|
|
5645
|
-
interface
|
|
5646
|
-
readonly
|
|
5644
|
+
interface PaymentMethodBrand {
|
|
5645
|
+
readonly id: string;
|
|
5646
|
+
readonly name: string;
|
|
5647
|
+
readonly images: io.flow.reference.v0.models.PaymentMethodImages;
|
|
5647
5648
|
}
|
|
5648
|
-
interface
|
|
5649
|
-
readonly
|
|
5650
|
-
readonly
|
|
5651
|
-
readonly topic: io.flow.shopify.markets.v0.enums.ShopifyWebhookTopic;
|
|
5652
|
-
readonly created_at: string;
|
|
5653
|
-
readonly updated_at: string;
|
|
5654
|
-
readonly format: io.flow.shopify.markets.v0.enums.ShopifyWebhookFormat;
|
|
5655
|
-
readonly fields: any[];
|
|
5656
|
-
readonly metafield_namespaces: any[];
|
|
5657
|
-
readonly api_version: string;
|
|
5658
|
-
readonly private_metafield_namespaces: any[];
|
|
5649
|
+
interface PaymentMethodCardNumberCipher {
|
|
5650
|
+
readonly type: 'cipher';
|
|
5651
|
+
readonly cipher: string;
|
|
5659
5652
|
}
|
|
5660
|
-
interface
|
|
5661
|
-
readonly
|
|
5653
|
+
interface PaymentMethodCardNumberCleartext {
|
|
5654
|
+
readonly type: 'cleartext';
|
|
5655
|
+
readonly number: string;
|
|
5662
5656
|
}
|
|
5663
|
-
interface
|
|
5664
|
-
readonly
|
|
5665
|
-
readonly
|
|
5657
|
+
interface PaymentMethodCardPciDetails {
|
|
5658
|
+
readonly type: 'card_pci_details';
|
|
5659
|
+
readonly card_number: io.flow.payment.gateway.v0.unions.CardNumber;
|
|
5660
|
+
readonly expiration_month: number;
|
|
5661
|
+
readonly expiration_year: number;
|
|
5662
|
+
readonly name: string;
|
|
5666
5663
|
}
|
|
5667
|
-
interface
|
|
5668
|
-
readonly
|
|
5664
|
+
interface PaymentMethodCardToken {
|
|
5665
|
+
readonly type: 'token';
|
|
5666
|
+
readonly token: string;
|
|
5669
5667
|
}
|
|
5670
|
-
|
|
5671
|
-
|
|
5672
|
-
|
|
5673
|
-
type ServiceName = 'catalog' | 'demandware' | 'metric';
|
|
5674
|
-
}
|
|
5675
|
-
declare namespace io.flow.pricing.indicator.internal.event.v0.models {
|
|
5676
|
-
interface Details {
|
|
5677
|
-
readonly catalog_item: io.flow.common.v0.models.CatalogItemSummary;
|
|
5678
|
-
readonly experience?: io.flow.common.v0.models.ExperienceSummary;
|
|
5679
|
-
readonly upserted_at: string;
|
|
5680
|
-
readonly time_elapsed_since_upserted: number;
|
|
5668
|
+
interface PaymentMethodDataAuthorizeApplepay {
|
|
5669
|
+
readonly type: 'authorize_applepay';
|
|
5670
|
+
readonly result: io.flow.payment.gateway.v0.unions.PaymentMethodDataAuthorizeApplepayResult;
|
|
5681
5671
|
}
|
|
5682
|
-
interface
|
|
5683
|
-
readonly
|
|
5684
|
-
readonly
|
|
5685
|
-
readonly timestamp: string;
|
|
5686
|
-
readonly organization: string;
|
|
5687
|
-
readonly published_from: io.flow.pricing.indicator.internal.event.v0.enums.ServiceName;
|
|
5688
|
-
readonly status: io.flow.pricing.indicator.internal.event.v0.enums.PricingIndicatorStatus;
|
|
5689
|
-
readonly event_identifier: string;
|
|
5690
|
-
readonly details: io.flow.pricing.indicator.internal.event.v0.models.Details;
|
|
5672
|
+
interface PaymentMethodDataAuthorizeApplepayResultFailure {
|
|
5673
|
+
readonly type: 'failure';
|
|
5674
|
+
readonly message: string;
|
|
5691
5675
|
}
|
|
5692
|
-
|
|
5693
|
-
|
|
5694
|
-
|
|
5695
|
-
}
|
|
5696
|
-
declare namespace io.flow.svb.v0.enums {
|
|
5697
|
-
type ClearingType = 'Credit' | 'Debit';
|
|
5698
|
-
type NotificationType = 'virtualcard.clearings' | 'virtualcard.created' | 'virtualcard.deleted' | 'virtualcard.realtime.auths';
|
|
5699
|
-
type TransactionType = 'Authorization' | 'Advice' | 'First Presentment' | 'Reversal' | 'Reversal Advice' | 'Unspecified' | 'Purchase Return' | 'Forced Post';
|
|
5700
|
-
}
|
|
5701
|
-
declare namespace io.flow.svb.v0.models {
|
|
5702
|
-
interface Authorization {
|
|
5703
|
-
readonly billing_amount: number;
|
|
5704
|
-
readonly billing_currency: string;
|
|
5705
|
-
readonly issuer_response: string;
|
|
5706
|
-
readonly mcc: string;
|
|
5707
|
-
readonly mcc_description: string;
|
|
5708
|
-
readonly merchant_amount: number;
|
|
5709
|
-
readonly merchant_currency: string;
|
|
5710
|
-
readonly merchant_id: string;
|
|
5711
|
-
readonly merchant_name: string;
|
|
5712
|
-
readonly transaction_date_time: string;
|
|
5713
|
-
readonly transaction_type: io.flow.svb.v0.enums.TransactionType;
|
|
5676
|
+
interface PaymentMethodDataAuthorizeApplepayResultSuccess {
|
|
5677
|
+
readonly type: 'success';
|
|
5678
|
+
readonly token: string;
|
|
5714
5679
|
}
|
|
5715
|
-
interface
|
|
5716
|
-
readonly
|
|
5717
|
-
readonly
|
|
5718
|
-
readonly
|
|
5719
|
-
readonly
|
|
5720
|
-
readonly
|
|
5721
|
-
readonly mcc: string;
|
|
5722
|
-
readonly mcc_description: string;
|
|
5723
|
-
readonly merchant_amount: number;
|
|
5724
|
-
readonly merchant_currency: string;
|
|
5725
|
-
readonly merchant_id: string;
|
|
5726
|
-
readonly merchant_name: string;
|
|
5727
|
-
readonly settlement_date: string;
|
|
5680
|
+
interface PaymentMethodDataAuthorizeCard {
|
|
5681
|
+
readonly type: 'authorize_card';
|
|
5682
|
+
readonly card_data: io.flow.payment.gateway.v0.unions.PaymentMethodCard;
|
|
5683
|
+
readonly device_fingerprint_details: io.flow.payment.gateway.v0.unions.DeviceFingerprintDetails;
|
|
5684
|
+
readonly cvv?: string;
|
|
5685
|
+
readonly stored_details_card?: io.flow.payment.gateway.v0.unions.PaymentMethodStoredDetailsCard;
|
|
5728
5686
|
}
|
|
5729
|
-
interface
|
|
5730
|
-
readonly
|
|
5731
|
-
readonly
|
|
5732
|
-
readonly authorization_date: string;
|
|
5733
|
-
readonly billing_amount: number;
|
|
5734
|
-
readonly billing_currency: string;
|
|
5735
|
-
readonly clearing_type: io.flow.svb.v0.enums.ClearingType;
|
|
5736
|
-
readonly exchange_rate: string;
|
|
5737
|
-
readonly mcc: string;
|
|
5738
|
-
readonly mcc_description: string;
|
|
5739
|
-
readonly merchant_amount: number;
|
|
5740
|
-
readonly merchant_currency: string;
|
|
5741
|
-
readonly merchant_id: string;
|
|
5742
|
-
readonly merchant_name: string;
|
|
5743
|
-
readonly settlement_date: string;
|
|
5744
|
-
readonly vcn_id: number;
|
|
5687
|
+
interface PaymentMethodDataAuthorizeGooglepay {
|
|
5688
|
+
readonly type: 'authorize_googlepay';
|
|
5689
|
+
readonly payment_data: any;
|
|
5745
5690
|
}
|
|
5746
|
-
interface
|
|
5747
|
-
readonly
|
|
5748
|
-
readonly
|
|
5691
|
+
interface PaymentMethodDataAuthorizeKlarna {
|
|
5692
|
+
readonly type: 'authorize_klarna';
|
|
5693
|
+
readonly result: io.flow.payment.gateway.v0.unions.PaymentMethodDataAuthorizeKlarnaResult;
|
|
5749
5694
|
}
|
|
5750
|
-
interface
|
|
5751
|
-
readonly
|
|
5752
|
-
readonly
|
|
5753
|
-
readonly metadata?: any;
|
|
5754
|
-
readonly per_transaction_max?: number;
|
|
5755
|
-
readonly per_transaction_min?: number;
|
|
5756
|
-
readonly rcn_id?: number;
|
|
5757
|
-
readonly rcn_alias?: string;
|
|
5758
|
-
readonly supplier_id?: number;
|
|
5759
|
-
readonly total_card_amount: number;
|
|
5760
|
-
readonly transactions_max: number;
|
|
5761
|
-
readonly valid_ending_on: string;
|
|
5762
|
-
readonly valid_starting_on?: string;
|
|
5695
|
+
interface PaymentMethodDataAuthorizeKlarnaResultFailure {
|
|
5696
|
+
readonly type: 'failure';
|
|
5697
|
+
readonly placeholder?: string;
|
|
5763
5698
|
}
|
|
5764
|
-
interface
|
|
5765
|
-
readonly
|
|
5699
|
+
interface PaymentMethodDataAuthorizeKlarnaResultSuccess {
|
|
5700
|
+
readonly type: 'success';
|
|
5701
|
+
readonly authorization_token: string;
|
|
5766
5702
|
}
|
|
5767
|
-
interface
|
|
5768
|
-
readonly
|
|
5703
|
+
interface PaymentMethodDataAuthorizePaypal {
|
|
5704
|
+
readonly type: 'authorize_paypal';
|
|
5705
|
+
readonly payment_id: string;
|
|
5706
|
+
readonly payer_id: string;
|
|
5769
5707
|
}
|
|
5770
|
-
interface
|
|
5771
|
-
readonly
|
|
5708
|
+
interface PaymentMethodDataCompleteAuthorizationCard {
|
|
5709
|
+
readonly type: 'complete_authorization_card';
|
|
5710
|
+
readonly action_result: io.flow.payment.gateway.v0.unions.CardAuthorizationActionResult;
|
|
5772
5711
|
}
|
|
5773
|
-
interface
|
|
5774
|
-
readonly
|
|
5775
|
-
readonly
|
|
5776
|
-
readonly url: string;
|
|
5712
|
+
interface PaymentMethodDataInitAfterpay {
|
|
5713
|
+
readonly type: 'init_afterpay';
|
|
5714
|
+
readonly placeholder?: string;
|
|
5777
5715
|
}
|
|
5778
|
-
interface
|
|
5779
|
-
readonly
|
|
5780
|
-
readonly
|
|
5716
|
+
interface PaymentMethodDataInitApplepay {
|
|
5717
|
+
readonly type: 'init_applepay';
|
|
5718
|
+
readonly placeholder?: string;
|
|
5781
5719
|
}
|
|
5782
|
-
interface
|
|
5783
|
-
readonly
|
|
5784
|
-
readonly
|
|
5720
|
+
interface PaymentMethodDataInitBancontact {
|
|
5721
|
+
readonly type: 'init_bancontact';
|
|
5722
|
+
readonly placeholder?: string;
|
|
5785
5723
|
}
|
|
5786
|
-
interface
|
|
5787
|
-
readonly
|
|
5788
|
-
readonly
|
|
5789
|
-
readonly order_number?: string;
|
|
5790
|
-
readonly authorization_key?: string;
|
|
5724
|
+
interface PaymentMethodDataInitGooglepay {
|
|
5725
|
+
readonly type: 'init_googlepay';
|
|
5726
|
+
readonly placeholder?: string;
|
|
5791
5727
|
}
|
|
5792
|
-
interface
|
|
5793
|
-
readonly
|
|
5794
|
-
readonly
|
|
5795
|
-
readonly payload: any;
|
|
5796
|
-
readonly type?: io.flow.svb.v0.enums.NotificationType;
|
|
5728
|
+
interface PaymentMethodDataInitIdeal {
|
|
5729
|
+
readonly type: 'init_ideal';
|
|
5730
|
+
readonly issuer?: string;
|
|
5797
5731
|
}
|
|
5798
|
-
interface
|
|
5799
|
-
readonly
|
|
5732
|
+
interface PaymentMethodDataInitKlarna {
|
|
5733
|
+
readonly type: 'init_klarna';
|
|
5734
|
+
readonly placeholder?: string;
|
|
5800
5735
|
}
|
|
5801
|
-
interface
|
|
5802
|
-
readonly
|
|
5736
|
+
interface PaymentMethodDataInitPaypal {
|
|
5737
|
+
readonly type: 'init_paypal';
|
|
5738
|
+
readonly placeholder?: string;
|
|
5803
5739
|
}
|
|
5804
|
-
interface
|
|
5805
|
-
readonly
|
|
5806
|
-
readonly
|
|
5807
|
-
readonly metadata?: any;
|
|
5808
|
-
readonly per_transaction_max?: number;
|
|
5809
|
-
readonly per_transaction_min?: number;
|
|
5810
|
-
readonly total_card_amount?: number;
|
|
5811
|
-
readonly transactions_max?: number;
|
|
5812
|
-
readonly valid_ending_on?: string;
|
|
5813
|
-
readonly valid_starting_on?: string;
|
|
5740
|
+
interface PaymentMethodDataInitSofort {
|
|
5741
|
+
readonly type: 'init_sofort';
|
|
5742
|
+
readonly placeholder?: string;
|
|
5814
5743
|
}
|
|
5815
|
-
interface
|
|
5816
|
-
readonly
|
|
5817
|
-
readonly
|
|
5818
|
-
|
|
5819
|
-
|
|
5820
|
-
readonly currency: string;
|
|
5821
|
-
readonly cvc?: string;
|
|
5822
|
-
readonly emails?: string[];
|
|
5823
|
-
readonly expiry: string;
|
|
5744
|
+
interface PaymentMethodDataOptionLogoSvg {
|
|
5745
|
+
readonly type: 'svg';
|
|
5746
|
+
readonly url: string;
|
|
5747
|
+
}
|
|
5748
|
+
interface PaymentMethodDataPaymentOption {
|
|
5824
5749
|
readonly id: string;
|
|
5825
|
-
readonly
|
|
5826
|
-
readonly
|
|
5827
|
-
readonly metadata?: any;
|
|
5828
|
-
readonly notified: boolean;
|
|
5829
|
-
readonly per_transaction_max: number;
|
|
5830
|
-
readonly per_transaction_min: number;
|
|
5831
|
-
readonly rcn_alias: string;
|
|
5832
|
-
readonly rcn_id: number;
|
|
5833
|
-
readonly status: string;
|
|
5834
|
-
readonly supplier_id: number;
|
|
5835
|
-
readonly total_card_amount: number;
|
|
5836
|
-
readonly transactions_max: number;
|
|
5837
|
-
readonly valid_ending_on: string;
|
|
5838
|
-
readonly valid_starting_on: string;
|
|
5750
|
+
readonly name: string;
|
|
5751
|
+
readonly logo?: io.flow.payment.gateway.v0.unions.PaymentMethodDataOptionLogo[];
|
|
5839
5752
|
}
|
|
5840
|
-
interface
|
|
5841
|
-
readonly
|
|
5753
|
+
interface PaymentMethodDataSelectedPaymentOption {
|
|
5754
|
+
readonly type: 'select_option';
|
|
5755
|
+
readonly option_id: string;
|
|
5842
5756
|
}
|
|
5843
|
-
|
|
5844
|
-
|
|
5845
|
-
|
|
5846
|
-
type PaymentActionType = 'redirect' | 'redirect_get' | 'redirect_post' | 'select_payment_option' | 'use_sdk_klarna_v1' | 'use_sdk_applepay_js' | 'use_sdk_googlepay' | 'use_sdk_paypal' | 'use_sdk_stripe_v3' | 'use_sdk_adyen_v3' | 'use_sdk_adyen_v4' | 'execute_script' | 'display_inline_window';
|
|
5847
|
-
type PaymentFailureCode = 'action_expired' | 'action_cancelled' | 'action_failed' | 'authorization_declined' | 'not_supported' | 'fraudulent' | 'error' | 'payment_checks_declined';
|
|
5848
|
-
type PaymentMethodDataOptionType = 'ideal_issuer_option';
|
|
5849
|
-
type PaymentRequestReviewCheckStatus = 'passed' | 'failed';
|
|
5850
|
-
type PaymentRequestReviewCheckType = 'restricted_party_screening' | 'fraud_suspicious_behavior' | 'fraud_suspicious_past_activity' | 'fraud_risky_velocity' | 'fraud_previous_chargebacks' | 'order_restricted_goods' | 'order_unsupported_destination' | 'order_missing_information' | 'order_domestic';
|
|
5851
|
-
type PaymentRequestReviewStatus = 'pending' | 'approved' | 'rejected';
|
|
5852
|
-
type PaymentStatus = 'requires_payment_method' | 'requires_action' | 'processing' | 'cancelled' | 'expired' | 'authorized' | 'reversed' | 'captured' | 'refunded' | 'in_dispute' | 'charged_back';
|
|
5853
|
-
type PaymentType = 'card' | 'klarna' | 'googlepay' | 'paypal' | 'applepay' | 'ideal' | 'sofort' | 'afterpay' | 'bancontact';
|
|
5854
|
-
}
|
|
5855
|
-
declare namespace io.flow.payment.gateway.v0.models {
|
|
5856
|
-
interface ActionDisplayInlineWindow {
|
|
5857
|
-
readonly type: 'display_inline_window';
|
|
5858
|
-
readonly expires_at?: string;
|
|
5859
|
-
readonly method: string;
|
|
5860
|
-
readonly url: string;
|
|
5861
|
-
readonly data?: any;
|
|
5862
|
-
readonly window_size?: io.flow.payment.gateway.v0.enums.InlineWindowViewportSize;
|
|
5757
|
+
interface PaymentMethodDataValidateApplepay {
|
|
5758
|
+
readonly type: 'validate_applepay';
|
|
5759
|
+
readonly validation_url: string;
|
|
5863
5760
|
}
|
|
5864
|
-
interface
|
|
5865
|
-
readonly type: '
|
|
5866
|
-
readonly
|
|
5867
|
-
readonly script: string;
|
|
5761
|
+
interface PaymentMethodStoredDetailsCardInitial {
|
|
5762
|
+
readonly type: 'initial';
|
|
5763
|
+
readonly reference?: string;
|
|
5868
5764
|
}
|
|
5869
|
-
interface
|
|
5870
|
-
readonly type: '
|
|
5871
|
-
readonly
|
|
5872
|
-
readonly
|
|
5873
|
-
readonly url: string;
|
|
5874
|
-
readonly data?: any;
|
|
5765
|
+
interface PaymentMethodStoredDetailsCardSubsequent {
|
|
5766
|
+
readonly type: 'subsequent';
|
|
5767
|
+
readonly reference?: string;
|
|
5768
|
+
readonly previous_transaction_details?: io.flow.payment.v0.models.TransactionNetworkDetailsCard;
|
|
5875
5769
|
}
|
|
5876
|
-
interface
|
|
5877
|
-
readonly type: '
|
|
5878
|
-
readonly
|
|
5879
|
-
readonly options: io.flow.payment.gateway.v0.models.PaymentMethodDataPaymentOption[];
|
|
5880
|
-
readonly option_type: io.flow.payment.gateway.v0.enums.PaymentMethodDataOptionType;
|
|
5770
|
+
interface PaymentMethodSummaryAfterpay {
|
|
5771
|
+
readonly type: 'afterpay';
|
|
5772
|
+
readonly merchant_of_record: io.flow.common.v0.enums.MerchantOfRecord;
|
|
5881
5773
|
}
|
|
5882
|
-
interface
|
|
5883
|
-
readonly type: '
|
|
5884
|
-
readonly
|
|
5885
|
-
readonly origin_key: string;
|
|
5886
|
-
readonly authentication_token: io.flow.payment.gateway.v0.unions.SdkAdyenV3AuthenticationToken;
|
|
5774
|
+
interface PaymentMethodSummaryApplepay {
|
|
5775
|
+
readonly type: 'applepay';
|
|
5776
|
+
readonly merchant_of_record: io.flow.common.v0.enums.MerchantOfRecord;
|
|
5887
5777
|
}
|
|
5888
|
-
interface
|
|
5889
|
-
readonly type: '
|
|
5890
|
-
readonly
|
|
5891
|
-
readonly client_key: string;
|
|
5892
|
-
readonly action: any;
|
|
5778
|
+
interface PaymentMethodSummaryBancontact {
|
|
5779
|
+
readonly type: 'bancontact';
|
|
5780
|
+
readonly merchant_of_record: io.flow.common.v0.enums.MerchantOfRecord;
|
|
5893
5781
|
}
|
|
5894
|
-
interface
|
|
5895
|
-
readonly type: '
|
|
5896
|
-
readonly
|
|
5897
|
-
readonly
|
|
5782
|
+
interface PaymentMethodSummaryCard {
|
|
5783
|
+
readonly type: 'card';
|
|
5784
|
+
readonly merchant_of_record: io.flow.common.v0.enums.MerchantOfRecord;
|
|
5785
|
+
readonly last_four: string;
|
|
5786
|
+
readonly card_type: io.flow.payment.v0.enums.CardType;
|
|
5787
|
+
readonly id: string;
|
|
5788
|
+
readonly reference?: string;
|
|
5789
|
+
readonly transaction_details?: io.flow.payment.v0.models.TransactionDetailsCard;
|
|
5898
5790
|
}
|
|
5899
|
-
interface
|
|
5900
|
-
readonly type: '
|
|
5901
|
-
readonly
|
|
5902
|
-
readonly merchant_identifier: string;
|
|
5903
|
-
readonly payment_data_request: io.flow.apple.pay.v0.models.ApplePayPaymentInfo;
|
|
5791
|
+
interface PaymentMethodSummaryGooglepay {
|
|
5792
|
+
readonly type: 'googlepay';
|
|
5793
|
+
readonly merchant_of_record: io.flow.common.v0.enums.MerchantOfRecord;
|
|
5904
5794
|
}
|
|
5905
|
-
interface
|
|
5906
|
-
readonly type: '
|
|
5907
|
-
readonly
|
|
5908
|
-
readonly
|
|
5795
|
+
interface PaymentMethodSummaryIdeal {
|
|
5796
|
+
readonly type: 'ideal';
|
|
5797
|
+
readonly merchant_of_record: io.flow.common.v0.enums.MerchantOfRecord;
|
|
5798
|
+
readonly issuer?: string;
|
|
5909
5799
|
}
|
|
5910
|
-
interface
|
|
5911
|
-
readonly type: '
|
|
5912
|
-
readonly
|
|
5913
|
-
readonly client_token: string;
|
|
5914
|
-
readonly payment_method_categories: io.flow.payment.gateway.v0.models.KlarnaPaymentCategory[];
|
|
5800
|
+
interface PaymentMethodSummaryKlarna {
|
|
5801
|
+
readonly type: 'klarna';
|
|
5802
|
+
readonly merchant_of_record: io.flow.common.v0.enums.MerchantOfRecord;
|
|
5915
5803
|
}
|
|
5916
|
-
interface
|
|
5917
|
-
readonly type: '
|
|
5918
|
-
readonly
|
|
5919
|
-
readonly payment_id: string;
|
|
5804
|
+
interface PaymentMethodSummaryPaypal {
|
|
5805
|
+
readonly type: 'paypal';
|
|
5806
|
+
readonly merchant_of_record: io.flow.common.v0.enums.MerchantOfRecord;
|
|
5920
5807
|
}
|
|
5921
|
-
interface
|
|
5922
|
-
readonly type: '
|
|
5923
|
-
readonly
|
|
5924
|
-
readonly client_secret: string;
|
|
5925
|
-
readonly publishable_key: string;
|
|
5808
|
+
interface PaymentMethodSummarySofort {
|
|
5809
|
+
readonly type: 'sofort';
|
|
5810
|
+
readonly merchant_of_record: io.flow.common.v0.enums.MerchantOfRecord;
|
|
5926
5811
|
}
|
|
5927
|
-
interface
|
|
5928
|
-
readonly
|
|
5929
|
-
readonly
|
|
5812
|
+
interface PaymentOrderDetailsLineItem {
|
|
5813
|
+
readonly id: string;
|
|
5814
|
+
readonly description: string;
|
|
5815
|
+
readonly quantity: number;
|
|
5816
|
+
readonly amount: number;
|
|
5817
|
+
readonly tax?: io.flow.payment.gateway.v0.models.PaymentTax;
|
|
5818
|
+
readonly duty?: io.flow.payment.gateway.v0.models.PaymentDuty;
|
|
5819
|
+
readonly product_url?: string;
|
|
5820
|
+
readonly image_url?: string;
|
|
5821
|
+
readonly category?: string;
|
|
5822
|
+
readonly discounts?: io.flow.payment.gateway.v0.models.PaymentDiscount[];
|
|
5930
5823
|
}
|
|
5931
|
-
interface
|
|
5932
|
-
readonly
|
|
5933
|
-
readonly
|
|
5824
|
+
interface PaymentPaymentMethod {
|
|
5825
|
+
readonly id: string;
|
|
5826
|
+
readonly name: string;
|
|
5827
|
+
readonly type: io.flow.payment.gateway.v0.enums.PaymentType;
|
|
5828
|
+
readonly brands: io.flow.payment.gateway.v0.models.PaymentMethodBrand[];
|
|
5829
|
+
readonly merchant_of_record: io.flow.common.v0.enums.MerchantOfRecord;
|
|
5830
|
+
readonly images: io.flow.reference.v0.models.PaymentMethodImages;
|
|
5831
|
+
readonly possible_actions: io.flow.payment.gateway.v0.enums.PaymentActionType[];
|
|
5934
5832
|
}
|
|
5935
|
-
interface
|
|
5936
|
-
readonly
|
|
5937
|
-
readonly
|
|
5833
|
+
interface PaymentRefund {
|
|
5834
|
+
readonly id: string;
|
|
5835
|
+
readonly amount: number;
|
|
5836
|
+
readonly currency: string;
|
|
5837
|
+
readonly created_at: string;
|
|
5838
|
+
readonly updated_at: string;
|
|
5839
|
+
readonly status: io.flow.payment.gateway.v0.models.PaymentRefundStatus;
|
|
5938
5840
|
}
|
|
5939
|
-
interface
|
|
5940
|
-
readonly
|
|
5941
|
-
readonly
|
|
5841
|
+
interface PaymentRefundForm {
|
|
5842
|
+
readonly amount?: number;
|
|
5843
|
+
readonly currency?: string;
|
|
5942
5844
|
}
|
|
5943
|
-
interface
|
|
5944
|
-
readonly
|
|
5945
|
-
readonly
|
|
5845
|
+
interface PaymentRefundStatus {
|
|
5846
|
+
readonly status: io.flow.payment.v0.enums.RefundStatus;
|
|
5847
|
+
readonly reason?: io.flow.payment.v0.enums.RefundDeclineCode;
|
|
5946
5848
|
}
|
|
5947
|
-
interface
|
|
5948
|
-
readonly
|
|
5949
|
-
readonly
|
|
5950
|
-
readonly
|
|
5951
|
-
readonly
|
|
5952
|
-
readonly
|
|
5849
|
+
interface PaymentRequest {
|
|
5850
|
+
readonly id: string;
|
|
5851
|
+
readonly status: io.flow.payment.gateway.v0.enums.PaymentStatus;
|
|
5852
|
+
readonly created_at: string;
|
|
5853
|
+
readonly updated_at: string;
|
|
5854
|
+
readonly available_payment_methods: io.flow.payment.gateway.v0.models.PaymentPaymentMethod[];
|
|
5855
|
+
readonly last_payment_failure?: io.flow.payment.gateway.v0.models.PaymentFailure;
|
|
5856
|
+
readonly next_action?: io.flow.payment.gateway.v0.unions.Action;
|
|
5857
|
+
readonly amount: number;
|
|
5858
|
+
readonly currency: string;
|
|
5859
|
+
readonly order_information: io.flow.payment.gateway.v0.unions.OrderInformation;
|
|
5860
|
+
readonly device_details: io.flow.payment.gateway.v0.unions.DeviceDetails;
|
|
5861
|
+
readonly locale?: string;
|
|
5862
|
+
readonly return_url: string;
|
|
5863
|
+
readonly attributes?: Record<string, string>;
|
|
5864
|
+
readonly reference?: string;
|
|
5865
|
+
readonly payment_information: io.flow.payment.gateway.v0.models.PaymentInformation;
|
|
5866
|
+
readonly supported_actions: io.flow.payment.gateway.v0.enums.PaymentActionType[];
|
|
5867
|
+
readonly payment_capture_option?: io.flow.payment.gateway.v0.unions.PaymentCaptureOption;
|
|
5868
|
+
readonly review?: io.flow.payment.gateway.v0.models.PaymentRequestReview;
|
|
5953
5869
|
}
|
|
5954
|
-
interface
|
|
5955
|
-
readonly
|
|
5956
|
-
readonly
|
|
5957
|
-
readonly
|
|
5958
|
-
readonly
|
|
5959
|
-
readonly
|
|
5960
|
-
readonly
|
|
5961
|
-
readonly
|
|
5870
|
+
interface PaymentRequestForm {
|
|
5871
|
+
readonly amount: number;
|
|
5872
|
+
readonly currency: string;
|
|
5873
|
+
readonly order_information: io.flow.payment.gateway.v0.unions.OrderInformation;
|
|
5874
|
+
readonly device_details: io.flow.payment.gateway.v0.unions.DeviceDetails;
|
|
5875
|
+
readonly locale?: string;
|
|
5876
|
+
readonly return_url: string;
|
|
5877
|
+
readonly attributes?: Record<string, string>;
|
|
5878
|
+
readonly reference?: string;
|
|
5879
|
+
readonly payment_method_data?: io.flow.payment.gateway.v0.unions.PaymentMethodData;
|
|
5880
|
+
readonly supported_actions?: io.flow.payment.gateway.v0.enums.PaymentActionType[];
|
|
5881
|
+
readonly payment_capture_option?: io.flow.payment.gateway.v0.unions.PaymentCaptureOption;
|
|
5882
|
+
}
|
|
5883
|
+
interface PaymentRequestReference {
|
|
5884
|
+
readonly id: string;
|
|
5885
|
+
readonly reference?: string;
|
|
5886
|
+
}
|
|
5887
|
+
interface PaymentRequestReview {
|
|
5888
|
+
readonly status: io.flow.payment.gateway.v0.enums.PaymentRequestReviewStatus;
|
|
5889
|
+
readonly checks: io.flow.payment.gateway.v0.models.PaymentRequestReviewCheck[];
|
|
5890
|
+
}
|
|
5891
|
+
interface PaymentRequestReviewCheck {
|
|
5892
|
+
readonly type: io.flow.payment.gateway.v0.enums.PaymentRequestReviewCheckType;
|
|
5893
|
+
readonly status: io.flow.payment.gateway.v0.enums.PaymentRequestReviewCheckStatus;
|
|
5962
5894
|
}
|
|
5963
|
-
interface
|
|
5895
|
+
interface PaymentReversal {
|
|
5964
5896
|
readonly id: string;
|
|
5965
|
-
readonly
|
|
5966
|
-
readonly
|
|
5967
|
-
readonly
|
|
5897
|
+
readonly amount: number;
|
|
5898
|
+
readonly currency: string;
|
|
5899
|
+
readonly created_at: string;
|
|
5900
|
+
readonly updated_at: string;
|
|
5901
|
+
readonly status: io.flow.payment.gateway.v0.models.PaymentReversalStatus;
|
|
5968
5902
|
}
|
|
5969
|
-
interface
|
|
5970
|
-
readonly
|
|
5971
|
-
readonly
|
|
5972
|
-
|
|
5903
|
+
interface PaymentReversalForm {
|
|
5904
|
+
readonly amount?: number;
|
|
5905
|
+
readonly currency?: string;
|
|
5906
|
+
}
|
|
5907
|
+
interface PaymentReversalStatus {
|
|
5908
|
+
readonly status: io.flow.payment.v0.enums.ReversalStatus;
|
|
5909
|
+
readonly reason?: io.flow.payment.v0.enums.ReversalErrorCode;
|
|
5910
|
+
}
|
|
5911
|
+
interface PaymentTax {
|
|
5912
|
+
readonly amount: number;
|
|
5913
|
+
readonly name?: string;
|
|
5914
|
+
}
|
|
5915
|
+
interface Shipping {
|
|
5916
|
+
readonly description: string;
|
|
5917
|
+
readonly amount: number;
|
|
5973
5918
|
readonly tax?: io.flow.payment.gateway.v0.models.PaymentTax;
|
|
5974
5919
|
readonly duty?: io.flow.payment.gateway.v0.models.PaymentDuty;
|
|
5975
|
-
readonly
|
|
5920
|
+
readonly discounts?: io.flow.payment.gateway.v0.models.PaymentDiscount[];
|
|
5976
5921
|
}
|
|
5977
|
-
|
|
5978
|
-
|
|
5979
|
-
|
|
5980
|
-
|
|
5981
|
-
|
|
5922
|
+
}
|
|
5923
|
+
declare namespace io.flow.payment.gateway.v0.unions {
|
|
5924
|
+
type Action = io.flow.payment.gateway.v0.models.ActionRedirect | io.flow.payment.gateway.v0.models.ActionUseSdkKlarnaV1 | io.flow.payment.gateway.v0.models.ActionUseSdkApplepayJsCreateSession | io.flow.payment.gateway.v0.models.ActionUseSdkApplepayJsCompleteValidation | io.flow.payment.gateway.v0.models.ActionUseSdkGooglepay | io.flow.payment.gateway.v0.models.ActionUseSdkPaypal | io.flow.payment.gateway.v0.models.ActionUseSdkStripeV3 | io.flow.payment.gateway.v0.models.ActionUseSdkAdyenV3 | io.flow.payment.gateway.v0.models.ActionUseSdkAdyenV4 | io.flow.payment.gateway.v0.models.ActionSelectPaymentOption | io.flow.payment.gateway.v0.models.ActionExecuteScript | io.flow.payment.gateway.v0.models.ActionDisplayInlineWindow | io.flow.payment.gateway.v0.models.ActionWait;
|
|
5925
|
+
type CardAuthorizationActionResult = io.flow.payment.gateway.v0.models.AuthorizationActionResultAdyenV3 | io.flow.payment.gateway.v0.models.AuthorizationActionResultAdyenV4;
|
|
5926
|
+
type CardNumber = io.flow.payment.gateway.v0.models.PaymentMethodCardNumberCleartext | io.flow.payment.gateway.v0.models.PaymentMethodCardNumberCipher;
|
|
5927
|
+
type DeviceDetails = io.flow.payment.gateway.v0.models.DeviceDetailsBrowser;
|
|
5928
|
+
type DeviceFingerprintDetails = io.flow.payment.gateway.v0.models.DeviceFingerprintDetailsBrowser;
|
|
5929
|
+
type OrderInformation = io.flow.payment.gateway.v0.models.OrderInformationFlow | io.flow.payment.gateway.v0.models.OrderInformationDetails;
|
|
5930
|
+
type PaymentCaptureOption = io.flow.payment.gateway.v0.models.PaymentCaptureOptionAutomaticImmediate | io.flow.payment.gateway.v0.models.PaymentCaptureOptionManual;
|
|
5931
|
+
type PaymentMethodCard = io.flow.payment.gateway.v0.models.PaymentMethodCardPciDetails | io.flow.payment.gateway.v0.models.PaymentMethodCardToken;
|
|
5932
|
+
type PaymentMethodData = io.flow.payment.gateway.v0.models.PaymentMethodDataInitKlarna | io.flow.payment.gateway.v0.models.PaymentMethodDataInitAfterpay | io.flow.payment.gateway.v0.models.PaymentMethodDataInitApplepay | io.flow.payment.gateway.v0.models.PaymentMethodDataInitGooglepay | io.flow.payment.gateway.v0.models.PaymentMethodDataInitPaypal | io.flow.payment.gateway.v0.models.PaymentMethodDataInitIdeal | io.flow.payment.gateway.v0.models.PaymentMethodDataInitSofort | io.flow.payment.gateway.v0.models.PaymentMethodDataInitBancontact | io.flow.payment.gateway.v0.models.PaymentMethodDataValidateApplepay | io.flow.payment.gateway.v0.models.PaymentMethodDataAuthorizeCard | io.flow.payment.gateway.v0.models.PaymentMethodDataAuthorizeGooglepay | io.flow.payment.gateway.v0.models.PaymentMethodDataAuthorizeApplepay | io.flow.payment.gateway.v0.models.PaymentMethodDataAuthorizePaypal | io.flow.payment.gateway.v0.models.PaymentMethodDataAuthorizeKlarna | io.flow.payment.gateway.v0.models.PaymentMethodDataSelectedPaymentOption | io.flow.payment.gateway.v0.models.PaymentMethodDataCompleteAuthorizationCard;
|
|
5933
|
+
type PaymentMethodDataAuthorizeApplepayResult = io.flow.payment.gateway.v0.models.PaymentMethodDataAuthorizeApplepayResultSuccess | io.flow.payment.gateway.v0.models.PaymentMethodDataAuthorizeApplepayResultFailure;
|
|
5934
|
+
type PaymentMethodDataAuthorizeKlarnaResult = io.flow.payment.gateway.v0.models.PaymentMethodDataAuthorizeKlarnaResultSuccess | io.flow.payment.gateway.v0.models.PaymentMethodDataAuthorizeKlarnaResultFailure;
|
|
5935
|
+
type PaymentMethodDataOptionLogo = io.flow.payment.gateway.v0.models.PaymentMethodDataOptionLogoSvg;
|
|
5936
|
+
type PaymentMethodStoredDetailsCard = io.flow.payment.gateway.v0.models.PaymentMethodStoredDetailsCardInitial | io.flow.payment.gateway.v0.models.PaymentMethodStoredDetailsCardSubsequent;
|
|
5937
|
+
type PaymentMethodSummary = io.flow.payment.gateway.v0.models.PaymentMethodSummaryCard | io.flow.payment.gateway.v0.models.PaymentMethodSummaryKlarna | io.flow.payment.gateway.v0.models.PaymentMethodSummaryAfterpay | io.flow.payment.gateway.v0.models.PaymentMethodSummaryApplepay | io.flow.payment.gateway.v0.models.PaymentMethodSummaryGooglepay | io.flow.payment.gateway.v0.models.PaymentMethodSummaryPaypal | io.flow.payment.gateway.v0.models.PaymentMethodSummaryIdeal | io.flow.payment.gateway.v0.models.PaymentMethodSummarySofort | io.flow.payment.gateway.v0.models.PaymentMethodSummaryBancontact;
|
|
5938
|
+
type SdkAdyenV3AuthenticationToken = io.flow.payment.gateway.v0.models.AdyenV3FingerprintToken | io.flow.payment.gateway.v0.models.AdyenV3ChallengeToken;
|
|
5939
|
+
}
|
|
5940
|
+
declare namespace io.flow.partner.v0.enums {
|
|
5941
|
+
type LabelFormat = 'pdf' | 'zpl' | 'all';
|
|
5942
|
+
}
|
|
5943
|
+
declare namespace io.flow.partner.v0.models {
|
|
5944
|
+
interface DetailedLabelForm {
|
|
5945
|
+
readonly discriminator: 'detailed_label_form';
|
|
5946
|
+
readonly organization: string;
|
|
5947
|
+
readonly destination: io.flow.fulfillment.v0.models.ShippingAddress;
|
|
5948
|
+
readonly order_number: string;
|
|
5949
|
+
readonly origin: io.flow.fulfillment.v0.models.ShippingAddress;
|
|
5950
|
+
readonly package: io.flow.label.v0.models.ShippingLabelPackage;
|
|
5951
|
+
readonly service?: string;
|
|
5952
|
+
readonly references?: string[];
|
|
5982
5953
|
}
|
|
5983
|
-
interface
|
|
5984
|
-
readonly
|
|
5954
|
+
interface Label {
|
|
5955
|
+
readonly id: string;
|
|
5956
|
+
readonly organization: io.flow.partner.v0.models.PartnerOrganizationReference;
|
|
5985
5957
|
readonly order_number: string;
|
|
5986
|
-
readonly
|
|
5958
|
+
readonly package: io.flow.label.v0.models.ShippingLabelPackage;
|
|
5959
|
+
readonly carrier_tracking_number: string;
|
|
5960
|
+
readonly carrier_tracking_number_url: string;
|
|
5961
|
+
readonly destination: io.flow.fulfillment.v0.models.ShippingAddress;
|
|
5962
|
+
readonly flow_tracking_number: string;
|
|
5963
|
+
readonly flow_tracking_number_url: string;
|
|
5964
|
+
readonly origin: io.flow.fulfillment.v0.models.ShippingAddress;
|
|
5965
|
+
readonly service: io.flow.fulfillment.v0.models.ServiceSummary;
|
|
5966
|
+
readonly window: io.flow.common.v0.models.DatetimeRange;
|
|
5967
|
+
readonly zpl?: string;
|
|
5968
|
+
readonly pdf?: string;
|
|
5969
|
+
readonly png?: string;
|
|
5970
|
+
readonly commercial_invoice?: string;
|
|
5971
|
+
readonly references?: string[];
|
|
5972
|
+
readonly label?: io.flow.label.v0.models.ShippingLabelDocument;
|
|
5973
|
+
readonly invoice?: io.flow.label.v0.models.ShippingLabelDocument;
|
|
5974
|
+
readonly cost?: io.flow.common.v0.models.Price;
|
|
5975
|
+
readonly shipment_recipient?: io.flow.label.v0.enums.ShipmentRecipient;
|
|
5987
5976
|
}
|
|
5988
|
-
interface
|
|
5989
|
-
readonly
|
|
5990
|
-
readonly
|
|
5991
|
-
readonly
|
|
5992
|
-
readonly
|
|
5993
|
-
readonly
|
|
5977
|
+
interface PartnerBridgeManifest {
|
|
5978
|
+
readonly id: string;
|
|
5979
|
+
readonly organization: io.flow.partner.v0.models.PartnerOrganizationReference;
|
|
5980
|
+
readonly service: io.flow.fulfillment.v0.models.ServiceSummary;
|
|
5981
|
+
readonly pdf: string;
|
|
5982
|
+
readonly data: string;
|
|
5994
5983
|
}
|
|
5995
|
-
interface
|
|
5996
|
-
readonly
|
|
5997
|
-
readonly location: io.flow.payment.gateway.v0.models.PaymentAddress;
|
|
5984
|
+
interface PartnerBridgeManifestForm {
|
|
5985
|
+
readonly order_numbers: string[];
|
|
5998
5986
|
}
|
|
5999
|
-
interface
|
|
6000
|
-
readonly
|
|
6001
|
-
readonly
|
|
5987
|
+
interface PartnerFulfillment {
|
|
5988
|
+
readonly organization: string;
|
|
5989
|
+
readonly key: string;
|
|
5990
|
+
readonly number: string;
|
|
5991
|
+
readonly items: io.flow.order.management.v0.models.FulfillmentItem[];
|
|
5992
|
+
readonly center?: io.flow.fulfillment.v0.models.CenterSummary[];
|
|
6002
5993
|
}
|
|
6003
|
-
interface
|
|
5994
|
+
interface PartnerFulfillmentCancellationForm {
|
|
5995
|
+
readonly change_source: io.flow.order.management.v0.enums.OrderChangeSource;
|
|
5996
|
+
readonly reason: io.flow.order.management.v0.enums.CancelReason;
|
|
5997
|
+
readonly lines: io.flow.order.management.v0.models.FulfillmentLineCancelForm[];
|
|
5998
|
+
}
|
|
5999
|
+
interface PartnerFulfillmentCompleteCancellationForm {
|
|
6000
|
+
readonly change_source: io.flow.order.management.v0.enums.OrderChangeSource;
|
|
6001
|
+
readonly reason: io.flow.order.management.v0.enums.CancelReason;
|
|
6002
|
+
}
|
|
6003
|
+
interface PartnerManifest {
|
|
6004
6004
|
readonly id: string;
|
|
6005
|
-
readonly
|
|
6006
|
-
readonly
|
|
6007
|
-
readonly
|
|
6008
|
-
readonly
|
|
6009
|
-
readonly
|
|
6010
|
-
readonly updated_at: string;
|
|
6011
|
-
readonly status: io.flow.payment.gateway.v0.models.PaymentAuthorizationStatus;
|
|
6012
|
-
readonly amount: number;
|
|
6013
|
-
readonly currency: string;
|
|
6005
|
+
readonly organization: io.flow.partner.v0.models.PartnerOrganizationReference;
|
|
6006
|
+
readonly service?: io.flow.fulfillment.v0.models.ServiceSummary;
|
|
6007
|
+
readonly timestamp: string;
|
|
6008
|
+
readonly shipping_labels: io.flow.label.v0.models.ShippingLabelSummary[];
|
|
6009
|
+
readonly pdf?: string;
|
|
6014
6010
|
}
|
|
6015
|
-
interface
|
|
6016
|
-
readonly
|
|
6017
|
-
readonly
|
|
6011
|
+
interface PartnerManifestForm {
|
|
6012
|
+
readonly tracking_numbers: string[];
|
|
6013
|
+
readonly service?: string;
|
|
6018
6014
|
}
|
|
6019
|
-
interface
|
|
6015
|
+
interface PartnerOrderIdentifier {
|
|
6020
6016
|
readonly id: string;
|
|
6021
|
-
readonly
|
|
6022
|
-
readonly
|
|
6023
|
-
readonly
|
|
6024
|
-
readonly updated_at: string;
|
|
6025
|
-
readonly status: io.flow.payment.gateway.v0.models.PaymentCaptureStatus;
|
|
6017
|
+
readonly organization: io.flow.partner.v0.models.PartnerOrganizationReference;
|
|
6018
|
+
readonly order: io.flow.partner.v0.models.PartnerOrderReference;
|
|
6019
|
+
readonly number: string;
|
|
6026
6020
|
}
|
|
6027
|
-
interface
|
|
6028
|
-
readonly
|
|
6029
|
-
readonly
|
|
6030
|
-
readonly attributes?: Record<string, string>;
|
|
6021
|
+
interface PartnerOrderIdentifierForm {
|
|
6022
|
+
readonly number: string;
|
|
6023
|
+
readonly order_number: string;
|
|
6031
6024
|
}
|
|
6032
|
-
interface
|
|
6033
|
-
readonly
|
|
6034
|
-
readonly placeholder?: string;
|
|
6025
|
+
interface PartnerOrderIdentifierPutForm {
|
|
6026
|
+
readonly order_number: string;
|
|
6035
6027
|
}
|
|
6036
|
-
interface
|
|
6037
|
-
readonly
|
|
6038
|
-
readonly
|
|
6028
|
+
interface PartnerOrderReference {
|
|
6029
|
+
readonly id: string;
|
|
6030
|
+
readonly number: string;
|
|
6039
6031
|
}
|
|
6040
|
-
interface
|
|
6041
|
-
readonly
|
|
6042
|
-
readonly reason?: io.flow.payment.v0.enums.CaptureDeclineCode;
|
|
6032
|
+
interface PartnerOrganizationReference {
|
|
6033
|
+
readonly id: string;
|
|
6043
6034
|
}
|
|
6044
|
-
interface
|
|
6045
|
-
readonly
|
|
6046
|
-
readonly
|
|
6047
|
-
readonly
|
|
6048
|
-
readonly
|
|
6049
|
-
readonly
|
|
6035
|
+
interface SummaryLabelForm {
|
|
6036
|
+
readonly discriminator: 'summary_label_form';
|
|
6037
|
+
readonly organization: string;
|
|
6038
|
+
readonly order_number: string;
|
|
6039
|
+
readonly items?: io.flow.common.v0.models.LineItemForm[];
|
|
6040
|
+
readonly package?: io.flow.label.v0.models.ShippingLabelPackage;
|
|
6041
|
+
readonly center_key?: string;
|
|
6050
6042
|
}
|
|
6051
|
-
|
|
6052
|
-
|
|
6053
|
-
|
|
6054
|
-
|
|
6055
|
-
|
|
6043
|
+
}
|
|
6044
|
+
declare namespace io.flow.partner.v0.unions {
|
|
6045
|
+
type LabelForm = io.flow.partner.v0.models.DetailedLabelForm | io.flow.partner.v0.models.SummaryLabelForm;
|
|
6046
|
+
}
|
|
6047
|
+
declare namespace io.flow.common.v0.enums {
|
|
6048
|
+
type AttributeDataType = 'boolean' | 'integer' | 'decimal' | 'string' | 'json_array';
|
|
6049
|
+
type AvailabilityStatus = 'enabled' | 'disabled';
|
|
6050
|
+
type Calendar = 'weekdays' | 'everyday';
|
|
6051
|
+
type Capability = 'crossdock';
|
|
6052
|
+
type ChangeType = 'insert' | 'update' | 'delete';
|
|
6053
|
+
type CurrencyLabelFormatter = 'strip_trailing_zeros' | 'symbol_prefix' | 'symbol_suffix';
|
|
6054
|
+
type CurrencySymbolFormat = 'narrow' | 'primary';
|
|
6055
|
+
type DayOfWeek = 'sunday' | 'monday' | 'tuesday' | 'wednesday' | 'thursday' | 'friday' | 'saturday';
|
|
6056
|
+
type DeliveredDuty = 'paid' | 'unpaid';
|
|
6057
|
+
type DiscountTarget = 'item' | 'shipping';
|
|
6058
|
+
type EntityIdentifierType = 'ioss' | 'voec';
|
|
6059
|
+
type Environment = 'sandbox' | 'production';
|
|
6060
|
+
type ExceptionType = 'open' | 'closed';
|
|
6061
|
+
type GoodsSupply = 'export' | 'intra_community' | 'local';
|
|
6062
|
+
type HolidayCalendar = 'us_bank_holidays' | 'jewish_holidays';
|
|
6063
|
+
type IncludedLevyKey = 'duty' | 'vat' | 'vat_and_duty' | 'none';
|
|
6064
|
+
type Incoterm = 'EXW' | 'FCA' | 'CPT' | 'CIP' | 'DAT' | 'DAP' | 'DDP' | 'FAS' | 'FOB' | 'CFR' | 'CIF' | 'DAF' | 'DES' | 'DEQ' | 'DDU';
|
|
6065
|
+
type InputSpecificationType = 'text' | 'number';
|
|
6066
|
+
type MarginType = 'fixed' | 'percent';
|
|
6067
|
+
type MeasurementSystem = 'imperial' | 'metric';
|
|
6068
|
+
type MerchantOfRecord = 'flow' | 'organization';
|
|
6069
|
+
type OrderMerchantOfRecord = 'flow' | 'organization' | 'mixed';
|
|
6070
|
+
type OrganizationStatus = 'active' | 'inactive' | 'deactivated' | 'provisioned';
|
|
6071
|
+
type OrganizationType = 'standalone' | 'channel';
|
|
6072
|
+
type PriceBookStatus = 'draft' | 'published' | 'archived';
|
|
6073
|
+
type Role = 'admin' | 'member';
|
|
6074
|
+
type RoundingMethod = 'up' | 'down' | 'nearest';
|
|
6075
|
+
type RoundingType = 'pattern' | 'multiple';
|
|
6076
|
+
type ScheduleExceptionStatus = 'Open' | 'Closed';
|
|
6077
|
+
type SortDirection = 'ascending' | 'descending';
|
|
6078
|
+
type UnitOfMeasurement = 'millimeter' | 'centimeter' | 'inch' | 'foot' | 'cubic_inch' | 'cubic_meter' | 'gram' | 'kilogram' | 'meter' | 'ounce' | 'pound';
|
|
6079
|
+
type UnitOfTime = 'year' | 'month' | 'week' | 'day' | 'hour' | 'minute';
|
|
6080
|
+
type UserStatus = 'pending' | 'active' | 'inactive';
|
|
6081
|
+
type ValueAddedService = 'Hazardous Material';
|
|
6082
|
+
type Visibility = 'public' | 'private';
|
|
6083
|
+
}
|
|
6084
|
+
declare namespace io.flow.common.v0.models {
|
|
6085
|
+
interface Address {
|
|
6086
|
+
readonly text?: string;
|
|
6087
|
+
readonly streets?: string[];
|
|
6088
|
+
readonly street_number?: string;
|
|
6089
|
+
readonly city?: string;
|
|
6090
|
+
readonly province?: string;
|
|
6091
|
+
readonly postal?: string;
|
|
6092
|
+
readonly country?: string;
|
|
6093
|
+
readonly latitude?: string;
|
|
6094
|
+
readonly longitude?: string;
|
|
6056
6095
|
}
|
|
6057
|
-
interface
|
|
6058
|
-
readonly
|
|
6059
|
-
readonly
|
|
6060
|
-
readonly
|
|
6096
|
+
interface BillingAddress {
|
|
6097
|
+
readonly name?: io.flow.common.v0.models.Name;
|
|
6098
|
+
readonly streets?: string[];
|
|
6099
|
+
readonly city?: string;
|
|
6100
|
+
readonly province?: string;
|
|
6101
|
+
readonly postal?: string;
|
|
6102
|
+
readonly country?: string;
|
|
6103
|
+
readonly company?: string;
|
|
6061
6104
|
}
|
|
6062
|
-
interface
|
|
6063
|
-
readonly
|
|
6064
|
-
readonly
|
|
6105
|
+
interface CatalogItemReference {
|
|
6106
|
+
readonly id: string;
|
|
6107
|
+
readonly number: string;
|
|
6065
6108
|
}
|
|
6066
|
-
interface
|
|
6067
|
-
readonly
|
|
6068
|
-
readonly
|
|
6069
|
-
readonly
|
|
6109
|
+
interface CatalogItemSummary {
|
|
6110
|
+
readonly number: string;
|
|
6111
|
+
readonly name: string;
|
|
6112
|
+
readonly attributes: Record<string, string>;
|
|
6070
6113
|
}
|
|
6071
|
-
interface
|
|
6072
|
-
readonly
|
|
6073
|
-
readonly amount_refunded?: number;
|
|
6074
|
-
readonly refundable_before?: string;
|
|
6075
|
-
readonly amount_capturable?: number;
|
|
6076
|
-
readonly amount_captured?: number;
|
|
6077
|
-
readonly capturable_before?: string;
|
|
6078
|
-
readonly authorizations: io.flow.payment.gateway.v0.models.PaymentAuthorization[];
|
|
6114
|
+
interface ChannelReference {
|
|
6115
|
+
readonly id: string;
|
|
6079
6116
|
}
|
|
6080
|
-
interface
|
|
6117
|
+
interface CheckoutReference {
|
|
6081
6118
|
readonly id: string;
|
|
6082
|
-
readonly name: string;
|
|
6083
|
-
readonly images: io.flow.reference.v0.models.PaymentMethodImages;
|
|
6084
6119
|
}
|
|
6085
|
-
interface
|
|
6086
|
-
readonly
|
|
6087
|
-
readonly
|
|
6120
|
+
interface Contact {
|
|
6121
|
+
readonly name: io.flow.common.v0.models.Name;
|
|
6122
|
+
readonly company?: string;
|
|
6123
|
+
readonly email?: string;
|
|
6124
|
+
readonly phone?: string;
|
|
6088
6125
|
}
|
|
6089
|
-
interface
|
|
6090
|
-
readonly
|
|
6126
|
+
interface CustomerInvoice {
|
|
6127
|
+
readonly address?: io.flow.common.v0.models.BillingAddress;
|
|
6128
|
+
}
|
|
6129
|
+
interface CustomerReference {
|
|
6091
6130
|
readonly number: string;
|
|
6092
6131
|
}
|
|
6093
|
-
interface
|
|
6094
|
-
readonly
|
|
6095
|
-
readonly
|
|
6096
|
-
readonly expiration_month: number;
|
|
6097
|
-
readonly expiration_year: number;
|
|
6098
|
-
readonly name: string;
|
|
6132
|
+
interface DatetimeRange {
|
|
6133
|
+
readonly from: string;
|
|
6134
|
+
readonly to: string;
|
|
6099
6135
|
}
|
|
6100
|
-
interface
|
|
6101
|
-
readonly
|
|
6102
|
-
readonly
|
|
6136
|
+
interface Dimension {
|
|
6137
|
+
readonly depth?: io.flow.common.v0.models.Measurement;
|
|
6138
|
+
readonly diameter?: io.flow.common.v0.models.Measurement;
|
|
6139
|
+
readonly length?: io.flow.common.v0.models.Measurement;
|
|
6140
|
+
readonly weight?: io.flow.common.v0.models.Measurement;
|
|
6141
|
+
readonly width?: io.flow.common.v0.models.Measurement;
|
|
6103
6142
|
}
|
|
6104
|
-
interface
|
|
6105
|
-
readonly
|
|
6106
|
-
readonly
|
|
6143
|
+
interface Dimensions {
|
|
6144
|
+
readonly product?: io.flow.common.v0.models.Dimension;
|
|
6145
|
+
readonly packaging?: io.flow.common.v0.models.Dimension;
|
|
6107
6146
|
}
|
|
6108
|
-
interface
|
|
6109
|
-
readonly
|
|
6110
|
-
readonly
|
|
6147
|
+
interface DiscountForm {
|
|
6148
|
+
readonly offer: io.flow.common.v0.unions.DiscountOffer;
|
|
6149
|
+
readonly target?: io.flow.common.v0.enums.DiscountTarget;
|
|
6150
|
+
readonly label?: string;
|
|
6111
6151
|
}
|
|
6112
|
-
interface
|
|
6113
|
-
readonly
|
|
6114
|
-
readonly
|
|
6152
|
+
interface DiscountOfferFixed {
|
|
6153
|
+
readonly discriminator: 'discount_offer_fixed';
|
|
6154
|
+
readonly money: io.flow.common.v0.models.Money;
|
|
6115
6155
|
}
|
|
6116
|
-
interface
|
|
6117
|
-
readonly
|
|
6118
|
-
readonly
|
|
6119
|
-
readonly device_fingerprint_details: io.flow.payment.gateway.v0.unions.DeviceFingerprintDetails;
|
|
6120
|
-
readonly cvv?: string;
|
|
6121
|
-
readonly stored_details_card?: io.flow.payment.gateway.v0.unions.PaymentMethodStoredDetailsCard;
|
|
6156
|
+
interface DiscountOfferPercent {
|
|
6157
|
+
readonly discriminator: 'discount_offer_percent';
|
|
6158
|
+
readonly percent: number;
|
|
6122
6159
|
}
|
|
6123
|
-
interface
|
|
6124
|
-
readonly
|
|
6125
|
-
readonly payment_data: any;
|
|
6160
|
+
interface DiscountsForm {
|
|
6161
|
+
readonly discounts: io.flow.common.v0.models.DiscountForm[];
|
|
6126
6162
|
}
|
|
6127
|
-
interface
|
|
6128
|
-
readonly
|
|
6129
|
-
readonly
|
|
6163
|
+
interface Duration {
|
|
6164
|
+
readonly unit: io.flow.common.v0.enums.UnitOfTime;
|
|
6165
|
+
readonly value: number;
|
|
6130
6166
|
}
|
|
6131
|
-
interface
|
|
6132
|
-
readonly
|
|
6133
|
-
readonly
|
|
6167
|
+
interface EntityIdentifier {
|
|
6168
|
+
readonly name: io.flow.common.v0.enums.EntityIdentifierType;
|
|
6169
|
+
readonly number: string;
|
|
6170
|
+
readonly issuing_country?: string;
|
|
6134
6171
|
}
|
|
6135
|
-
interface
|
|
6136
|
-
readonly type:
|
|
6137
|
-
readonly
|
|
6172
|
+
interface Exception {
|
|
6173
|
+
readonly type: io.flow.common.v0.enums.ExceptionType;
|
|
6174
|
+
readonly datetime_range: io.flow.common.v0.models.DatetimeRange;
|
|
6138
6175
|
}
|
|
6139
|
-
interface
|
|
6140
|
-
readonly
|
|
6141
|
-
readonly
|
|
6142
|
-
readonly
|
|
6176
|
+
interface ExperienceSummary {
|
|
6177
|
+
readonly id: string;
|
|
6178
|
+
readonly key: string;
|
|
6179
|
+
readonly name: string;
|
|
6180
|
+
readonly country?: string;
|
|
6181
|
+
readonly currency?: string;
|
|
6182
|
+
readonly language?: string;
|
|
6143
6183
|
}
|
|
6144
|
-
interface
|
|
6145
|
-
readonly
|
|
6146
|
-
readonly
|
|
6184
|
+
interface IncludedLevies {
|
|
6185
|
+
readonly key: io.flow.common.v0.enums.IncludedLevyKey;
|
|
6186
|
+
readonly label: string;
|
|
6147
6187
|
}
|
|
6148
|
-
interface
|
|
6149
|
-
readonly
|
|
6150
|
-
readonly placeholder?: string;
|
|
6188
|
+
interface InputForm {
|
|
6189
|
+
readonly values?: Record<string, string>;
|
|
6151
6190
|
}
|
|
6152
|
-
interface
|
|
6153
|
-
readonly
|
|
6154
|
-
readonly
|
|
6191
|
+
interface InputFormSpecification {
|
|
6192
|
+
readonly inputs?: io.flow.common.v0.models.InputSpecification[];
|
|
6193
|
+
readonly limitations?: io.flow.common.v0.models.InputSpecificationLimitations;
|
|
6155
6194
|
}
|
|
6156
|
-
interface
|
|
6157
|
-
readonly type:
|
|
6158
|
-
readonly
|
|
6195
|
+
interface InputSpecification {
|
|
6196
|
+
readonly type: io.flow.common.v0.enums.InputSpecificationType;
|
|
6197
|
+
readonly name: string;
|
|
6198
|
+
readonly display_text?: string;
|
|
6159
6199
|
}
|
|
6160
|
-
interface
|
|
6161
|
-
readonly
|
|
6162
|
-
readonly
|
|
6200
|
+
interface InputSpecificationLimitationMax {
|
|
6201
|
+
readonly discriminator: 'input_specification_limitation_max';
|
|
6202
|
+
readonly max: number;
|
|
6163
6203
|
}
|
|
6164
|
-
interface
|
|
6165
|
-
readonly
|
|
6166
|
-
readonly issuer?: string;
|
|
6204
|
+
interface InputSpecificationLimitations {
|
|
6205
|
+
readonly limitations?: io.flow.common.v0.unions.InputSpecificationLimitation[];
|
|
6167
6206
|
}
|
|
6168
|
-
interface
|
|
6169
|
-
readonly
|
|
6170
|
-
readonly placeholder?: string;
|
|
6207
|
+
interface ItemReference {
|
|
6208
|
+
readonly number: string;
|
|
6171
6209
|
}
|
|
6172
|
-
interface
|
|
6173
|
-
readonly
|
|
6174
|
-
readonly
|
|
6210
|
+
interface LineItem {
|
|
6211
|
+
readonly number: string;
|
|
6212
|
+
readonly quantity: number;
|
|
6213
|
+
readonly price: io.flow.common.v0.models.Money;
|
|
6214
|
+
readonly attributes: Record<string, string>;
|
|
6215
|
+
readonly center?: string;
|
|
6216
|
+
readonly discount?: io.flow.common.v0.models.Money;
|
|
6175
6217
|
}
|
|
6176
|
-
interface
|
|
6177
|
-
readonly
|
|
6178
|
-
readonly placeholder?: string;
|
|
6218
|
+
interface LineItemAttributesForm {
|
|
6219
|
+
readonly attributes: Record<string, string>;
|
|
6179
6220
|
}
|
|
6180
|
-
interface
|
|
6181
|
-
readonly
|
|
6182
|
-
readonly
|
|
6221
|
+
interface LineItemForm {
|
|
6222
|
+
readonly number: string;
|
|
6223
|
+
readonly quantity: number;
|
|
6224
|
+
readonly shipment_estimate?: io.flow.common.v0.models.DatetimeRange;
|
|
6225
|
+
readonly price?: io.flow.common.v0.models.Money;
|
|
6226
|
+
readonly attributes?: Record<string, string>;
|
|
6227
|
+
readonly center?: string;
|
|
6228
|
+
readonly discount?: io.flow.common.v0.models.Money;
|
|
6229
|
+
readonly discounts?: io.flow.common.v0.models.DiscountsForm;
|
|
6183
6230
|
}
|
|
6184
|
-
interface
|
|
6185
|
-
readonly
|
|
6186
|
-
readonly name: string;
|
|
6187
|
-
readonly logo?: io.flow.payment.gateway.v0.unions.PaymentMethodDataOptionLogo[];
|
|
6231
|
+
interface LineItemQuantityForm {
|
|
6232
|
+
readonly quantity: number;
|
|
6188
6233
|
}
|
|
6189
|
-
interface
|
|
6190
|
-
readonly
|
|
6191
|
-
readonly
|
|
6234
|
+
interface LogoImageSetStatic {
|
|
6235
|
+
readonly discriminator: 'static';
|
|
6236
|
+
readonly small?: io.flow.common.v0.models.LogoImageStatic;
|
|
6237
|
+
readonly medium: io.flow.common.v0.models.LogoImageStatic;
|
|
6238
|
+
readonly large?: io.flow.common.v0.models.LogoImageStatic;
|
|
6192
6239
|
}
|
|
6193
|
-
interface
|
|
6194
|
-
readonly
|
|
6195
|
-
readonly
|
|
6240
|
+
interface LogoImageStatic {
|
|
6241
|
+
readonly url: string;
|
|
6242
|
+
readonly width: number;
|
|
6243
|
+
readonly height: number;
|
|
6196
6244
|
}
|
|
6197
|
-
interface
|
|
6198
|
-
readonly
|
|
6199
|
-
readonly
|
|
6245
|
+
interface LogoImageSvg {
|
|
6246
|
+
readonly discriminator: 'svg';
|
|
6247
|
+
readonly url: string;
|
|
6200
6248
|
}
|
|
6201
|
-
interface
|
|
6202
|
-
readonly type:
|
|
6203
|
-
readonly
|
|
6204
|
-
readonly previous_transaction_details?: io.flow.payment.v0.models.TransactionNetworkDetailsCard;
|
|
6249
|
+
interface Margin {
|
|
6250
|
+
readonly type: io.flow.common.v0.enums.MarginType;
|
|
6251
|
+
readonly value: number;
|
|
6205
6252
|
}
|
|
6206
|
-
interface
|
|
6207
|
-
readonly
|
|
6208
|
-
readonly
|
|
6253
|
+
interface Measurement {
|
|
6254
|
+
readonly value: string;
|
|
6255
|
+
readonly units: io.flow.common.v0.enums.UnitOfMeasurement;
|
|
6209
6256
|
}
|
|
6210
|
-
interface
|
|
6211
|
-
readonly
|
|
6212
|
-
readonly
|
|
6257
|
+
interface MerchantOfRecordEntity {
|
|
6258
|
+
readonly organization: io.flow.common.v0.models.OrganizationReference;
|
|
6259
|
+
readonly name: string;
|
|
6260
|
+
readonly vat?: io.flow.common.v0.models.MerchantOfRecordEntityRegistration;
|
|
6261
|
+
readonly identifiers?: io.flow.common.v0.models.EntityIdentifier[];
|
|
6262
|
+
readonly streets: string[];
|
|
6263
|
+
readonly city: string;
|
|
6264
|
+
readonly province?: string;
|
|
6265
|
+
readonly postal?: string;
|
|
6266
|
+
readonly country: string;
|
|
6267
|
+
readonly phone?: string;
|
|
6268
|
+
readonly email?: string;
|
|
6213
6269
|
}
|
|
6214
|
-
interface
|
|
6215
|
-
readonly
|
|
6216
|
-
readonly
|
|
6270
|
+
interface MerchantOfRecordEntityRegistration {
|
|
6271
|
+
readonly number: string;
|
|
6272
|
+
readonly country: string;
|
|
6217
6273
|
}
|
|
6218
|
-
interface
|
|
6219
|
-
readonly
|
|
6220
|
-
readonly
|
|
6221
|
-
readonly last_four: string;
|
|
6222
|
-
readonly card_type: io.flow.payment.v0.enums.CardType;
|
|
6223
|
-
readonly id: string;
|
|
6224
|
-
readonly reference?: string;
|
|
6225
|
-
readonly transaction_details?: io.flow.payment.v0.models.TransactionDetailsCard;
|
|
6274
|
+
interface Money {
|
|
6275
|
+
readonly amount: number;
|
|
6276
|
+
readonly currency: string;
|
|
6226
6277
|
}
|
|
6227
|
-
interface
|
|
6228
|
-
readonly
|
|
6229
|
-
readonly
|
|
6278
|
+
interface MoneyWithBase {
|
|
6279
|
+
readonly currency: string;
|
|
6280
|
+
readonly amount: number;
|
|
6281
|
+
readonly base: io.flow.common.v0.models.Money;
|
|
6230
6282
|
}
|
|
6231
|
-
interface
|
|
6232
|
-
readonly
|
|
6233
|
-
readonly
|
|
6234
|
-
readonly
|
|
6283
|
+
interface MoneyWithOptionalBase {
|
|
6284
|
+
readonly currency: string;
|
|
6285
|
+
readonly amount: number;
|
|
6286
|
+
readonly base?: io.flow.common.v0.models.Money;
|
|
6287
|
+
}
|
|
6288
|
+
interface Name {
|
|
6289
|
+
readonly first?: string;
|
|
6290
|
+
readonly last?: string;
|
|
6235
6291
|
}
|
|
6236
|
-
interface
|
|
6237
|
-
readonly
|
|
6238
|
-
readonly
|
|
6292
|
+
interface OrderCustomer {
|
|
6293
|
+
readonly name: io.flow.common.v0.models.Name;
|
|
6294
|
+
readonly number?: string;
|
|
6295
|
+
readonly phone?: string;
|
|
6296
|
+
readonly email?: string;
|
|
6297
|
+
readonly address?: io.flow.common.v0.models.BillingAddress;
|
|
6298
|
+
readonly invoice?: io.flow.common.v0.models.CustomerInvoice;
|
|
6239
6299
|
}
|
|
6240
|
-
interface
|
|
6241
|
-
readonly
|
|
6242
|
-
readonly
|
|
6300
|
+
interface OrderCustomerForm {
|
|
6301
|
+
readonly name?: io.flow.common.v0.models.Name;
|
|
6302
|
+
readonly number?: string;
|
|
6303
|
+
readonly phone?: string;
|
|
6304
|
+
readonly email?: string;
|
|
6305
|
+
readonly address?: io.flow.common.v0.models.BillingAddress;
|
|
6306
|
+
readonly invoice?: io.flow.common.v0.models.CustomerInvoice;
|
|
6243
6307
|
}
|
|
6244
|
-
interface
|
|
6245
|
-
readonly
|
|
6246
|
-
readonly
|
|
6308
|
+
interface Organization {
|
|
6309
|
+
readonly discriminator: 'organization';
|
|
6310
|
+
readonly id: string;
|
|
6311
|
+
readonly name: string;
|
|
6312
|
+
readonly environment: io.flow.common.v0.enums.Environment;
|
|
6313
|
+
readonly parent?: io.flow.common.v0.models.OrganizationReference;
|
|
6314
|
+
readonly defaults?: io.flow.common.v0.models.OrganizationDefaults;
|
|
6315
|
+
readonly created_at?: string;
|
|
6316
|
+
readonly status?: io.flow.common.v0.enums.OrganizationStatus;
|
|
6317
|
+
readonly type?: io.flow.common.v0.enums.OrganizationType;
|
|
6247
6318
|
}
|
|
6248
|
-
interface
|
|
6319
|
+
interface OrganizationDefaults {
|
|
6320
|
+
readonly country: string;
|
|
6321
|
+
readonly base_currency: string;
|
|
6322
|
+
readonly language: string;
|
|
6323
|
+
readonly locale: string;
|
|
6324
|
+
readonly timezone: string;
|
|
6325
|
+
}
|
|
6326
|
+
interface OrganizationReference {
|
|
6327
|
+
readonly discriminator: 'organization_reference';
|
|
6249
6328
|
readonly id: string;
|
|
6250
|
-
readonly description: string;
|
|
6251
|
-
readonly quantity: number;
|
|
6252
|
-
readonly amount: number;
|
|
6253
|
-
readonly tax?: io.flow.payment.gateway.v0.models.PaymentTax;
|
|
6254
|
-
readonly duty?: io.flow.payment.gateway.v0.models.PaymentDuty;
|
|
6255
|
-
readonly product_url?: string;
|
|
6256
|
-
readonly image_url?: string;
|
|
6257
|
-
readonly category?: string;
|
|
6258
|
-
readonly discounts?: io.flow.payment.gateway.v0.models.PaymentDiscount[];
|
|
6259
6329
|
}
|
|
6260
|
-
interface
|
|
6330
|
+
interface OrganizationSummary {
|
|
6261
6331
|
readonly id: string;
|
|
6262
6332
|
readonly name: string;
|
|
6263
|
-
readonly
|
|
6264
|
-
readonly brands: io.flow.payment.gateway.v0.models.PaymentMethodBrand[];
|
|
6265
|
-
readonly merchant_of_record: io.flow.common.v0.enums.MerchantOfRecord;
|
|
6266
|
-
readonly images: io.flow.reference.v0.models.PaymentMethodImages;
|
|
6267
|
-
readonly possible_actions: io.flow.payment.gateway.v0.enums.PaymentActionType[];
|
|
6333
|
+
readonly environment: io.flow.common.v0.enums.Environment;
|
|
6268
6334
|
}
|
|
6269
|
-
interface
|
|
6335
|
+
interface PartnerReference {
|
|
6270
6336
|
readonly id: string;
|
|
6337
|
+
}
|
|
6338
|
+
interface Price {
|
|
6271
6339
|
readonly amount: number;
|
|
6272
6340
|
readonly currency: string;
|
|
6273
|
-
readonly
|
|
6274
|
-
readonly updated_at: string;
|
|
6275
|
-
readonly status: io.flow.payment.gateway.v0.models.PaymentRefundStatus;
|
|
6341
|
+
readonly label: string;
|
|
6276
6342
|
}
|
|
6277
|
-
interface
|
|
6278
|
-
readonly amount
|
|
6279
|
-
readonly currency
|
|
6343
|
+
interface PriceForm {
|
|
6344
|
+
readonly amount: number;
|
|
6345
|
+
readonly currency: string;
|
|
6280
6346
|
}
|
|
6281
|
-
interface
|
|
6282
|
-
readonly
|
|
6283
|
-
readonly
|
|
6347
|
+
interface PriceSourceCatalog {
|
|
6348
|
+
readonly discriminator: 'catalog';
|
|
6349
|
+
readonly price: io.flow.common.v0.models.Money;
|
|
6284
6350
|
}
|
|
6285
|
-
interface
|
|
6351
|
+
interface PriceSourcePriceBook {
|
|
6352
|
+
readonly discriminator: 'price_book';
|
|
6353
|
+
readonly price: io.flow.common.v0.models.Money;
|
|
6354
|
+
readonly includes: io.flow.common.v0.models.IncludedLevies;
|
|
6355
|
+
readonly price_book_reference: io.flow.common.v0.models.PriceSourcePriceBookReference;
|
|
6356
|
+
}
|
|
6357
|
+
interface PriceSourcePriceBookReference {
|
|
6286
6358
|
readonly id: string;
|
|
6287
|
-
readonly
|
|
6288
|
-
readonly created_at: string;
|
|
6289
|
-
readonly updated_at: string;
|
|
6290
|
-
readonly available_payment_methods: io.flow.payment.gateway.v0.models.PaymentPaymentMethod[];
|
|
6291
|
-
readonly last_payment_failure?: io.flow.payment.gateway.v0.models.PaymentFailure;
|
|
6292
|
-
readonly next_action?: io.flow.payment.gateway.v0.unions.Action;
|
|
6293
|
-
readonly amount: number;
|
|
6294
|
-
readonly currency: string;
|
|
6295
|
-
readonly order_information: io.flow.payment.gateway.v0.unions.OrderInformation;
|
|
6296
|
-
readonly device_details: io.flow.payment.gateway.v0.unions.DeviceDetails;
|
|
6297
|
-
readonly locale?: string;
|
|
6298
|
-
readonly return_url: string;
|
|
6299
|
-
readonly attributes?: Record<string, string>;
|
|
6300
|
-
readonly reference?: string;
|
|
6301
|
-
readonly payment_information: io.flow.payment.gateway.v0.models.PaymentInformation;
|
|
6302
|
-
readonly supported_actions: io.flow.payment.gateway.v0.enums.PaymentActionType[];
|
|
6303
|
-
readonly payment_capture_option?: io.flow.payment.gateway.v0.unions.PaymentCaptureOption;
|
|
6304
|
-
readonly review?: io.flow.payment.gateway.v0.models.PaymentRequestReview;
|
|
6359
|
+
readonly key: string;
|
|
6305
6360
|
}
|
|
6306
|
-
interface
|
|
6307
|
-
readonly
|
|
6361
|
+
interface PriceSourceProvided {
|
|
6362
|
+
readonly discriminator: 'provided';
|
|
6363
|
+
readonly price: io.flow.common.v0.models.Money;
|
|
6364
|
+
}
|
|
6365
|
+
interface PriceWithBase {
|
|
6308
6366
|
readonly currency: string;
|
|
6309
|
-
readonly
|
|
6310
|
-
readonly
|
|
6311
|
-
readonly
|
|
6312
|
-
readonly return_url: string;
|
|
6313
|
-
readonly attributes?: Record<string, string>;
|
|
6314
|
-
readonly reference?: string;
|
|
6315
|
-
readonly payment_method_data?: io.flow.payment.gateway.v0.unions.PaymentMethodData;
|
|
6316
|
-
readonly supported_actions?: io.flow.payment.gateway.v0.enums.PaymentActionType[];
|
|
6317
|
-
readonly payment_capture_option?: io.flow.payment.gateway.v0.unions.PaymentCaptureOption;
|
|
6367
|
+
readonly amount: number;
|
|
6368
|
+
readonly label: string;
|
|
6369
|
+
readonly base?: io.flow.common.v0.models.Price;
|
|
6318
6370
|
}
|
|
6319
|
-
interface
|
|
6320
|
-
readonly
|
|
6321
|
-
readonly
|
|
6371
|
+
interface RepeatDaily {
|
|
6372
|
+
readonly discriminator: 'repeat_daily';
|
|
6373
|
+
readonly interval: number;
|
|
6322
6374
|
}
|
|
6323
|
-
interface
|
|
6324
|
-
readonly
|
|
6325
|
-
readonly
|
|
6375
|
+
interface RepeatHourly {
|
|
6376
|
+
readonly discriminator: 'repeat_hourly';
|
|
6377
|
+
readonly interval: number;
|
|
6326
6378
|
}
|
|
6327
|
-
interface
|
|
6328
|
-
readonly
|
|
6329
|
-
readonly
|
|
6379
|
+
interface RepeatMonthly {
|
|
6380
|
+
readonly discriminator: 'repeat_monthly';
|
|
6381
|
+
readonly interval: number;
|
|
6382
|
+
readonly days: number[];
|
|
6330
6383
|
}
|
|
6331
|
-
interface
|
|
6332
|
-
readonly
|
|
6333
|
-
readonly
|
|
6334
|
-
readonly
|
|
6335
|
-
readonly created_at: string;
|
|
6336
|
-
readonly updated_at: string;
|
|
6337
|
-
readonly status: io.flow.payment.gateway.v0.models.PaymentReversalStatus;
|
|
6384
|
+
interface RepeatWeekly {
|
|
6385
|
+
readonly discriminator: 'repeat_weekly';
|
|
6386
|
+
readonly interval: number;
|
|
6387
|
+
readonly days_of_week: io.flow.common.v0.enums.DayOfWeek[];
|
|
6338
6388
|
}
|
|
6339
|
-
interface
|
|
6340
|
-
readonly
|
|
6341
|
-
readonly
|
|
6389
|
+
interface Rounding {
|
|
6390
|
+
readonly type: io.flow.common.v0.enums.RoundingType;
|
|
6391
|
+
readonly method: io.flow.common.v0.enums.RoundingMethod;
|
|
6392
|
+
readonly value: number;
|
|
6342
6393
|
}
|
|
6343
|
-
interface
|
|
6344
|
-
readonly
|
|
6345
|
-
readonly
|
|
6394
|
+
interface Schedule {
|
|
6395
|
+
readonly calendar?: io.flow.common.v0.enums.Calendar;
|
|
6396
|
+
readonly holiday: io.flow.common.v0.enums.HolidayCalendar;
|
|
6397
|
+
readonly exception: io.flow.common.v0.models.Exception[];
|
|
6398
|
+
readonly cutoff?: string;
|
|
6399
|
+
readonly min_lead_time?: number;
|
|
6400
|
+
readonly max_lead_time?: number;
|
|
6346
6401
|
}
|
|
6347
|
-
interface
|
|
6348
|
-
readonly
|
|
6349
|
-
readonly name?: string;
|
|
6402
|
+
interface SessionReference {
|
|
6403
|
+
readonly id: string;
|
|
6350
6404
|
}
|
|
6351
|
-
interface
|
|
6352
|
-
readonly
|
|
6353
|
-
readonly
|
|
6354
|
-
readonly
|
|
6355
|
-
readonly
|
|
6356
|
-
readonly
|
|
6405
|
+
interface User {
|
|
6406
|
+
readonly discriminator: 'user';
|
|
6407
|
+
readonly id: string;
|
|
6408
|
+
readonly email?: string;
|
|
6409
|
+
readonly name: io.flow.common.v0.models.Name;
|
|
6410
|
+
readonly status: io.flow.common.v0.enums.UserStatus;
|
|
6411
|
+
}
|
|
6412
|
+
interface UserReference {
|
|
6413
|
+
readonly discriminator: 'user_reference';
|
|
6414
|
+
readonly id: string;
|
|
6415
|
+
}
|
|
6416
|
+
interface Zone {
|
|
6417
|
+
readonly postals?: string[];
|
|
6418
|
+
readonly provinces?: string[];
|
|
6419
|
+
readonly country: string;
|
|
6357
6420
|
}
|
|
6358
6421
|
}
|
|
6359
|
-
declare namespace io.flow.
|
|
6360
|
-
type
|
|
6361
|
-
type
|
|
6362
|
-
type
|
|
6363
|
-
type
|
|
6364
|
-
type
|
|
6365
|
-
type
|
|
6366
|
-
type
|
|
6367
|
-
type PaymentMethodCard = io.flow.payment.gateway.v0.models.PaymentMethodCardPciDetails | io.flow.payment.gateway.v0.models.PaymentMethodCardToken;
|
|
6368
|
-
type PaymentMethodData = io.flow.payment.gateway.v0.models.PaymentMethodDataInitKlarna | io.flow.payment.gateway.v0.models.PaymentMethodDataInitAfterpay | io.flow.payment.gateway.v0.models.PaymentMethodDataInitApplepay | io.flow.payment.gateway.v0.models.PaymentMethodDataInitGooglepay | io.flow.payment.gateway.v0.models.PaymentMethodDataInitPaypal | io.flow.payment.gateway.v0.models.PaymentMethodDataInitIdeal | io.flow.payment.gateway.v0.models.PaymentMethodDataInitSofort | io.flow.payment.gateway.v0.models.PaymentMethodDataInitBancontact | io.flow.payment.gateway.v0.models.PaymentMethodDataValidateApplepay | io.flow.payment.gateway.v0.models.PaymentMethodDataAuthorizeCard | io.flow.payment.gateway.v0.models.PaymentMethodDataAuthorizeGooglepay | io.flow.payment.gateway.v0.models.PaymentMethodDataAuthorizeApplepay | io.flow.payment.gateway.v0.models.PaymentMethodDataAuthorizePaypal | io.flow.payment.gateway.v0.models.PaymentMethodDataAuthorizeKlarna | io.flow.payment.gateway.v0.models.PaymentMethodDataSelectedPaymentOption | io.flow.payment.gateway.v0.models.PaymentMethodDataCompleteAuthorizationCard;
|
|
6369
|
-
type PaymentMethodDataAuthorizeApplepayResult = io.flow.payment.gateway.v0.models.PaymentMethodDataAuthorizeApplepayResultSuccess | io.flow.payment.gateway.v0.models.PaymentMethodDataAuthorizeApplepayResultFailure;
|
|
6370
|
-
type PaymentMethodDataAuthorizeKlarnaResult = io.flow.payment.gateway.v0.models.PaymentMethodDataAuthorizeKlarnaResultSuccess | io.flow.payment.gateway.v0.models.PaymentMethodDataAuthorizeKlarnaResultFailure;
|
|
6371
|
-
type PaymentMethodDataOptionLogo = io.flow.payment.gateway.v0.models.PaymentMethodDataOptionLogoSvg;
|
|
6372
|
-
type PaymentMethodStoredDetailsCard = io.flow.payment.gateway.v0.models.PaymentMethodStoredDetailsCardInitial | io.flow.payment.gateway.v0.models.PaymentMethodStoredDetailsCardSubsequent;
|
|
6373
|
-
type PaymentMethodSummary = io.flow.payment.gateway.v0.models.PaymentMethodSummaryCard | io.flow.payment.gateway.v0.models.PaymentMethodSummaryKlarna | io.flow.payment.gateway.v0.models.PaymentMethodSummaryAfterpay | io.flow.payment.gateway.v0.models.PaymentMethodSummaryApplepay | io.flow.payment.gateway.v0.models.PaymentMethodSummaryGooglepay | io.flow.payment.gateway.v0.models.PaymentMethodSummaryPaypal | io.flow.payment.gateway.v0.models.PaymentMethodSummaryIdeal | io.flow.payment.gateway.v0.models.PaymentMethodSummarySofort | io.flow.payment.gateway.v0.models.PaymentMethodSummaryBancontact;
|
|
6374
|
-
type SdkAdyenV3AuthenticationToken = io.flow.payment.gateway.v0.models.AdyenV3FingerprintToken | io.flow.payment.gateway.v0.models.AdyenV3ChallengeToken;
|
|
6422
|
+
declare namespace io.flow.common.v0.unions {
|
|
6423
|
+
type DiscountOffer = io.flow.common.v0.models.DiscountOfferFixed | io.flow.common.v0.models.DiscountOfferPercent;
|
|
6424
|
+
type ExpandableOrganization = io.flow.common.v0.models.Organization | io.flow.common.v0.models.OrganizationReference;
|
|
6425
|
+
type ExpandableUser = io.flow.common.v0.models.User | io.flow.common.v0.models.UserReference;
|
|
6426
|
+
type InputSpecificationLimitation = io.flow.common.v0.models.InputSpecificationLimitationMax;
|
|
6427
|
+
type LogoImage = io.flow.common.v0.models.LogoImageSvg | io.flow.common.v0.models.LogoImageSetStatic;
|
|
6428
|
+
type PriceSource = io.flow.common.v0.models.PriceSourcePriceBook | io.flow.common.v0.models.PriceSourceCatalog | io.flow.common.v0.models.PriceSourceProvided;
|
|
6429
|
+
type RepeatSchedule = io.flow.common.v0.models.RepeatHourly | io.flow.common.v0.models.RepeatDaily | io.flow.common.v0.models.RepeatWeekly | io.flow.common.v0.models.RepeatMonthly;
|
|
6375
6430
|
}
|
|
6376
6431
|
declare namespace io.flow.order.management.event.v0.models {
|
|
6377
6432
|
interface FulfillmentItemAllocationDetails {
|
|
@@ -9315,6 +9370,7 @@ declare namespace io.flow.fulfillment.v0.enums {
|
|
|
9315
9370
|
type DeliveryOptionCostDetailSource = 'center' | 'ratecard';
|
|
9316
9371
|
type DeliveryWindowComponentSource = 'flow' | 'organization' | 'carrier' | 'center' | 'mixed';
|
|
9317
9372
|
type DeliveryWindowLocation = 'center' | 'crossdock' | 'customer';
|
|
9373
|
+
type FulfillmentRouting = 'fulfilled_from_center' | 'fulfillment_service';
|
|
9318
9374
|
type ItemAvailabilityStatus = 'available' | 'low' | 'out_of_stock';
|
|
9319
9375
|
type LaneDirection = 'outbound' | 'return';
|
|
9320
9376
|
type LanePreselectPreference = 'lowest_cost' | 'default_tier';
|
|
@@ -9576,6 +9632,8 @@ declare namespace io.flow.fulfillment.v0.models {
|
|
|
9576
9632
|
readonly id: string;
|
|
9577
9633
|
readonly key?: string;
|
|
9578
9634
|
readonly center?: io.flow.fulfillment.v0.models.CenterSummary;
|
|
9635
|
+
readonly fulfillment_routing?: io.flow.fulfillment.v0.enums.FulfillmentRouting;
|
|
9636
|
+
readonly ship_from_country?: string;
|
|
9579
9637
|
readonly items: io.flow.fulfillment.v0.models.DeliveryItem[];
|
|
9580
9638
|
readonly options: io.flow.fulfillment.v0.models.DeliveryOption[];
|
|
9581
9639
|
readonly special_services?: io.flow.fulfillment.v0.enums.PhysicalDeliverySpecialSerivce[];
|
|
@@ -9893,7 +9951,7 @@ declare namespace io.flow.catalog.RESERVED_WORD_return.v0.models {
|
|
|
9893
9951
|
}
|
|
9894
9952
|
}
|
|
9895
9953
|
declare namespace io.flow.apple.pay.v0.enums {
|
|
9896
|
-
type ApplePayContactField = 'email' | 'name' | 'phone' | '
|
|
9954
|
+
type ApplePayContactField = 'email' | 'name' | 'phone' | 'postal_address' | 'phonetic_name';
|
|
9897
9955
|
type ApplePayLineItemType = 'final' | 'pending';
|
|
9898
9956
|
type ApplePayMerchantCapability = 'supports3DS' | 'supportsCredit' | 'supportsDebit' | 'supportsEMV';
|
|
9899
9957
|
type ApplePayShippingType = 'shipping' | 'delivery' | 'store_pickup' | 'service_pickup';
|
|
@@ -9903,7 +9961,7 @@ declare namespace io.flow.apple.pay.v0.models {
|
|
|
9903
9961
|
interface ApplePayLineItem {
|
|
9904
9962
|
readonly label: string;
|
|
9905
9963
|
readonly type: io.flow.apple.pay.v0.enums.ApplePayLineItemType;
|
|
9906
|
-
readonly amount:
|
|
9964
|
+
readonly amount: number;
|
|
9907
9965
|
}
|
|
9908
9966
|
interface ApplePayPaymentContact {
|
|
9909
9967
|
readonly email_address?: string;
|
|
@@ -9950,7 +10008,7 @@ declare namespace io.flow.apple.pay.v0.models {
|
|
|
9950
10008
|
interface ApplePayShippingMethod {
|
|
9951
10009
|
readonly label: string;
|
|
9952
10010
|
readonly detail: string;
|
|
9953
|
-
readonly amount:
|
|
10011
|
+
readonly amount: number;
|
|
9954
10012
|
readonly identifier: string;
|
|
9955
10013
|
}
|
|
9956
10014
|
}
|
|
@@ -10451,7 +10509,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
10451
10509
|
type DutyTransactionType = 'adjustment' | 'reversal' | 'duty';
|
|
10452
10510
|
type EmptyAttribute = 'irrelevant';
|
|
10453
10511
|
type ErpFileType = 'vendor';
|
|
10454
|
-
type EventType = 'adyen_authorization_deleted' | 'adyen_authorization_upserted' | 'adyen_cancel_deleted' | 'adyen_cancel_upserted' | 'adyen_capture_deleted' | 'adyen_capture_upserted' | 'adyen_refund_deleted' | 'adyen_refund_upserted' | 'account_upserted' | 'account_upserted_v2' | 'account_deleted_v2' | 'account_contact_upserted' | 'account_contact_deleted' | 'billing_statement_upserted' | 'billing_statement_deleted' | 'tax_remittance_transaction_upserted' | 'tax_remittance_transaction_deleted' | 'channel_account_upserted_v2' | 'channel_account_deleted' | 'organization_account_upserted_v2' | 'organization_account_deleted' | 'account_transactions_export_request' | 'account_orders_export_request' | 'main_transaction_upserted' | 'main_transaction_deleted' | 'main_transaction_upserted_v2' | 'main_transaction_deleted_v2' | 'transfer_transaction_upserted' | 'transfer_transaction_deleted' | 'transfer_transaction_upserted_v2' | 'transfer_transaction_deleted_v2' | 'processing_transaction_upserted' | 'processing_transaction_deleted' | 'bank_payment_upserted' | 'bank_payment_deleted' | 'bank_payment_upserted_v2' | 'bank_payment_deleted_v2' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'order_transaction_upserted' | 'order_transaction_deleted' | 'label_transaction_upserted' | 'label_transaction_deleted' | 'channel_billed_transaction_upserted' | 'channel_billed_transaction_deleted' | 'tax_transaction_upserted' | 'tax_transaction_deleted' | 'duty_transaction_upserted' | 'duty_transaction_deleted' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_deleted' | 'catalog_import_request' | 'exclusion_rule_upserted' | 'exclusion_rule_deleted' | 'exclusion_rule_export_request' | 'catalog_item_region_availabilities_published' | 'return_policy_upserted' | 'return_policy_deleted' | 'return_policy_item_result_upserted' | 'return_policy_item_result_deleted' | 'catalog_settings_upserted' | 'catalog_settings_deleted' | 'channel_order_acceptance_upserted' | 'channel_order_acceptance_deleted' | 'checkout_configuration_upserted' | 'checkout_configuration_deleted' | 'localized_content_upserted' | 'localization_upserted' | 'internal_channel_rate_deleted' | 'internal_channel_rate_upserted' | 'rate_deleted' | 'rate_upserted' | 'spot_rate_deleted' | 'spot_rate_upserted' | 'usd_spot_rate_deleted' | 'usd_spot_rate_upserted' | 'rate_deleted_v2' | 'rate_upserted_v2' | 'organization_currency_setting_upserted' | 'organization_currency_setting_deleted' | 'channel_currency_setting_upserted' | 'channel_currency_setting_deleted' | 'customer_purge_upserted' | 'customs_description_import' | 'customs_description_tariffs_import' | 'item_dimension_estimate_upserted_v2' | 'item_dimension_estimate_deleted_v2' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'duty_rate_request' | 'duty_rate_bulk_request' | 'duty_raw_upserted' | 'duty_raw_bulk_upserted' | 'duty_rate_upserted' | 'duty_rate_response' | 'duty_rate_bulk_response' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'order_attribute_deleted' | 'order_attribute_upserted' | 'experience_export_request' | 'experience_import_request' | 'submitted_order_upserted' | 'levy_rate_summary_upserted' | 'experiment_upserted' | 'experiment_deleted' | 'experiment_results_upserted' | 'experiment_results_deleted' | 'daily_experiment_results_upserted' | 'daily_experiment_results_deleted' | 'experiment_milestone_upserted' | 'experiment_milestone_deleted' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | 'organization_boolean_value_upserted' | 'organization_boolean_value_deleted' | 'account_settings_upserted' | 'account_settings_deleted' | 'account_processing_rates_upserted' | 'account_processing_rates_deleted' | 'billing_organization_processing_rates_upserted' | 'billing_organization_processing_rates_deleted' | 'billing_organization_settings_upserted' | 'billing_organization_settings_deleted' | 'billing_statement_batch_upserted' | 'billing_statement_batch_deleted' | 'billing_statement_batch_statement_upserted' | 'billing_statement_batch_statement_deleted' | 'platform_fee_change_upserted' | 'platform_fee_change_deleted' | 'fraud_review_upserted' | 'fraud_review_deleted' | 'fraud_pending_review_upserted' | 'fraud_pending_review_deleted' | 'fraud_review_decision_upserted' | 'fraud_review_decision_deleted' | 'fraud_provider_configuration_upserted' | 'fraud_provider_configuration_deleted' | 'ftp_file_upserted' | 'ftp_file_deleted' | 'ftp_file_to_process_uploaded' | 'pregenerated_request_event' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'tariff_codes_export' | 'harmonization_phrase_suggestion_request_import' | 'harmonization_codes_import' | 'item_classification_created' | 'harmonize_fully_request_v2' | 'hybris_catalog_items_import_request' | 'import_completed' | 'import_failed' | 'time_to_classify_upserted' | 'time_to_classify_deleted' | 'time_to_classify_aggregated_upserted' | 'time_to_classify_aggregated_deleted' | 'rate_source_summary_upserted' | 'rate_source_summary_deleted' | 'rate_freshness_summary_upserted' | 'rate_freshness_summary_deleted' | 'item_harmonization_upserted' | 'item_harmonization_deleted' | 'harmonization_item_classification_upserted' | 'harmonization_item_classification_deleted' | 'issuer_upserted' | 'issuer_deleted' | 'item_form_import_request' | 'label_tracking_summary_upserted' | 'label_tracking_summary_deleted' | 'localized_item_upserted_v2' | 'localized_item_deleted' | 'localized_item_deleted_v2' | 'localized_item_snapshot' | 'localized_price_book_item_upserted' | 'localized_price_book_item_deleted' | 'feed_upserted' | 'feed_deleted' | 'feeds_export' | 'localized_item_prices_export_request' | 'optin_prompt_upserted' | 'optin_prompt_deleted' | 'order_fulfillment_deleted' | 'order_fulfillment_upserted' | 'order_placed' | 'ready_to_fulfill' | 'fulfillment_cancel' | 'order_shipped' | 'items_shipped' | 'organization_business_entity_deleted' | 'organization_business_entity_upserted' | 'organization_restriction_approval_upserted' | 'organization_restriction_approval_deleted' | 'internal_authorization_upserted' | 'internal_authorization_deleted' | 'afterpay_authorization_upserted' | 'afterpay_authorization_deleted' | 'afterpay_capture_upserted' | 'afterpay_capture_deleted' | 'afterpay_refund_upserted' | 'afterpay_refund_deleted' | 'adyen_merchant_account_upserted' | 'adyen_merchant_account_deleted' | 'chargeback_upserted' | 'chargeback_deleted' | 'payment_processor_account_upserted' | 'payment_processor_account_deleted' | 'payment_processor_merchant_upserted' | 'payment_processor_merchant_deleted' | 'virtual_card_provider_upserted' | 'virtual_card_provider_deleted' | 'authorization_bundle_upserted' | 'authorization_bundle_deleted' | 'organization_payment_setting_upserted' | 'organization_payment_setting_deleted' | 'paypal_payment_deleted' | 'paypal_payment_upserted' | 'paypal_execution_deleted' | 'paypal_execution_upserted' | 'paypal_refund_deleted' | 'paypal_refund_upserted' | 'pricing_indicator' | 'order_rates_published_v3' | 'ratecard_dimension_estimate_upserted' | 'ratecard_dimension_estimate_deleted' | 'ratecard_lanes_import_request' | 'ratecard_standard_configuration_upserted' | 'ratecard_standard_configuration_deleted' | 'ratecard_service_fee_upserted' | 'ratecard_service_fee_deleted' | 'ratecard_lane_aggregate_upserted' | 'ratecard_lane_aggregate_deleted' | 'ratecard_rate_level_upserted' | 'ratecard_rate_level_deleted' | 'ratecard_rate_level_ratecard_upserted' | 'ratecard_rate_level_ratecard_deleted' | 'ratecard_rate_level_organization_upserted' | 'ratecard_rate_level_organization_deleted' | 'organization_restriction_snapshot_upserted' | 'organization_restriction_snapshot_deleted' | 'restriction_organization_status_upserted' | 'restriction_organization_status_deleted' | 'shopify_shop_upserted' | 'shopify_shop_deleted' | 'shopify_experience_short_id_upserted' | 'shopify_experience_short_id_deleted' | 'shopify_markets_order_upserted' | 'shopify_markets_order_deleted' | 'shopify_markets_shop_upserted' | 'shopify_markets_shop_deleted' | 'shopify_monitoring_order_monitor_event_upserted' | 'shopify_monitoring_order_monitor_event_deleted' | 'stripe_authorization_deleted' | 'stripe_authorization_upserted' | 'stripe_reversal_deleted' | 'stripe_reversal_upserted' | 'stripe_capture_deleted' | 'stripe_capture_upserted' | 'stripe_refund_deleted' | 'stripe_refund_upserted' | 'svb_virtual_card_clearing_upserted' | 'svb_virtual_card_clearing_deleted' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_deleted' | 'tracking_label_event_upserted_v2' | 'tracking_label_event_deleted_v2' | 'tracking_label_upserted' | 'tracking_label_deleted' | 'tracking_upserted' | 'tracking_deleted' | 'tracking_request_upserted' | 'tracking_response_upserted' | 'user_upserted_v2' | 'user_deleted_v2';
|
|
10512
|
+
type EventType = 'adyen_authorization_deleted' | 'adyen_authorization_upserted' | 'adyen_cancel_deleted' | 'adyen_cancel_upserted' | 'adyen_capture_deleted' | 'adyen_capture_upserted' | 'adyen_refund_deleted' | 'adyen_refund_upserted' | 'account_upserted' | 'account_upserted_v2' | 'account_deleted_v2' | 'account_contact_upserted' | 'account_contact_deleted' | 'billing_statement_upserted' | 'billing_statement_deleted' | 'tax_remittance_transaction_upserted' | 'tax_remittance_transaction_deleted' | 'channel_account_upserted_v2' | 'channel_account_deleted' | 'organization_account_upserted_v2' | 'organization_account_deleted' | 'account_transactions_export_request' | 'account_orders_export_request' | 'main_transaction_upserted' | 'main_transaction_deleted' | 'main_transaction_upserted_v2' | 'main_transaction_deleted_v2' | 'transfer_transaction_upserted' | 'transfer_transaction_deleted' | 'transfer_transaction_upserted_v2' | 'transfer_transaction_deleted_v2' | 'processing_transaction_upserted' | 'processing_transaction_deleted' | 'bank_payment_upserted' | 'bank_payment_deleted' | 'bank_payment_upserted_v2' | 'bank_payment_deleted_v2' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'order_transaction_upserted' | 'order_transaction_deleted' | 'label_transaction_upserted' | 'label_transaction_deleted' | 'channel_billed_transaction_upserted' | 'channel_billed_transaction_deleted' | 'tax_transaction_upserted' | 'tax_transaction_deleted' | 'duty_transaction_upserted' | 'duty_transaction_deleted' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_deleted' | 'catalog_import_request' | 'exclusion_rule_upserted' | 'exclusion_rule_deleted' | 'exclusion_rule_export_request' | 'catalog_item_region_availabilities_published' | 'return_policy_upserted' | 'return_policy_deleted' | 'return_policy_item_result_upserted' | 'return_policy_item_result_deleted' | 'catalog_settings_upserted' | 'catalog_settings_deleted' | 'channel_order_acceptance_upserted' | 'channel_order_acceptance_deleted' | 'checkout_configuration_upserted' | 'checkout_configuration_deleted' | 'localized_content_upserted' | 'localization_upserted' | 'internal_channel_rate_deleted' | 'internal_channel_rate_upserted' | 'rate_deleted' | 'rate_upserted' | 'spot_rate_deleted' | 'spot_rate_upserted' | 'usd_spot_rate_deleted' | 'usd_spot_rate_upserted' | 'rate_deleted_v2' | 'rate_upserted_v2' | 'organization_currency_setting_upserted' | 'organization_currency_setting_deleted' | 'channel_currency_setting_upserted' | 'channel_currency_setting_deleted' | 'customer_purge_upserted' | 'customs_description_import' | 'customs_description_tariffs_import' | 'item_dimension_estimate_upserted_v2' | 'item_dimension_estimate_deleted_v2' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'duty_rate_request' | 'duty_rate_bulk_request' | 'duty_raw_upserted' | 'duty_raw_bulk_upserted' | 'duty_rate_upserted' | 'duty_rate_response' | 'duty_rate_bulk_response' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'order_attribute_deleted' | 'order_attribute_upserted' | 'experience_export_request' | 'experience_import_request' | 'submitted_order_upserted' | 'levy_rate_summary_upserted' | 'experiment_upserted' | 'experiment_deleted' | 'experiment_results_upserted' | 'experiment_results_deleted' | 'daily_experiment_results_upserted' | 'daily_experiment_results_deleted' | 'experiment_milestone_upserted' | 'experiment_milestone_deleted' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | 'organization_boolean_value_upserted' | 'organization_boolean_value_deleted' | 'account_settings_upserted' | 'account_settings_deleted' | 'account_processing_rates_upserted' | 'account_processing_rates_deleted' | 'billing_organization_processing_rates_upserted' | 'billing_organization_processing_rates_deleted' | 'billing_organization_settings_upserted' | 'billing_organization_settings_deleted' | 'billing_statement_batch_upserted' | 'billing_statement_batch_deleted' | 'billing_statement_batch_statement_upserted' | 'billing_statement_batch_statement_deleted' | 'platform_fee_change_upserted' | 'platform_fee_change_deleted' | 'fraud_review_upserted' | 'fraud_review_deleted' | 'fraud_pending_review_upserted' | 'fraud_pending_review_deleted' | 'fraud_review_decision_upserted' | 'fraud_review_decision_deleted' | 'fraud_provider_configuration_upserted' | 'fraud_provider_configuration_deleted' | 'ftp_file_upserted' | 'ftp_file_deleted' | 'ftp_file_to_process_uploaded' | 'pregenerated_request_event' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'tariff_codes_export' | 'harmonization_phrase_suggestion_request_import' | 'harmonization_codes_import' | 'item_classification_created' | 'harmonize_fully_request_v2' | 'hybris_catalog_items_import_request' | 'import_completed' | 'import_failed' | 'time_to_classify_upserted' | 'time_to_classify_deleted' | 'time_to_classify_aggregated_upserted' | 'time_to_classify_aggregated_deleted' | 'rate_source_summary_upserted' | 'rate_source_summary_deleted' | 'rate_freshness_summary_upserted' | 'rate_freshness_summary_deleted' | 'item_harmonization_upserted' | 'item_harmonization_deleted' | 'harmonization_item_classification_upserted' | 'harmonization_item_classification_deleted' | 'harmonization_classification_statistics_published' | 'issuer_upserted' | 'issuer_deleted' | 'item_form_import_request' | 'label_tracking_summary_upserted' | 'label_tracking_summary_deleted' | 'localized_item_upserted_v2' | 'localized_item_deleted' | 'localized_item_deleted_v2' | 'localized_item_snapshot' | 'localized_price_book_item_upserted' | 'localized_price_book_item_deleted' | 'feed_upserted' | 'feed_deleted' | 'feeds_export' | 'localized_item_prices_export_request' | 'optin_prompt_upserted' | 'optin_prompt_deleted' | 'order_fulfillment_deleted' | 'order_fulfillment_upserted' | 'order_placed' | 'ready_to_fulfill' | 'fulfillment_cancel' | 'order_shipped' | 'items_shipped' | 'organization_business_entity_deleted' | 'organization_business_entity_upserted' | 'organization_status_change_upserted' | 'organization_status_change_deleted' | 'organization_restriction_approval_upserted' | 'organization_restriction_approval_deleted' | 'internal_authorization_upserted' | 'internal_authorization_deleted' | 'afterpay_authorization_upserted' | 'afterpay_authorization_deleted' | 'afterpay_capture_upserted' | 'afterpay_capture_deleted' | 'afterpay_refund_upserted' | 'afterpay_refund_deleted' | 'adyen_merchant_account_upserted' | 'adyen_merchant_account_deleted' | 'chargeback_upserted' | 'chargeback_deleted' | 'payment_processor_account_upserted' | 'payment_processor_account_deleted' | 'payment_processor_merchant_upserted' | 'payment_processor_merchant_deleted' | 'virtual_card_provider_upserted' | 'virtual_card_provider_deleted' | 'authorization_bundle_upserted' | 'authorization_bundle_deleted' | 'organization_payment_setting_upserted' | 'organization_payment_setting_deleted' | 'paypal_payment_deleted' | 'paypal_payment_upserted' | 'paypal_execution_deleted' | 'paypal_execution_upserted' | 'paypal_refund_deleted' | 'paypal_refund_upserted' | 'pricing_indicator' | 'order_rates_published_v3' | 'ratecard_dimension_estimate_upserted' | 'ratecard_dimension_estimate_deleted' | 'ratecard_lanes_import_request' | 'ratecard_standard_configuration_upserted' | 'ratecard_standard_configuration_deleted' | 'ratecard_service_fee_upserted' | 'ratecard_service_fee_deleted' | 'ratecard_lane_aggregate_upserted' | 'ratecard_lane_aggregate_deleted' | 'ratecard_rate_level_upserted' | 'ratecard_rate_level_deleted' | 'ratecard_rate_level_ratecard_upserted' | 'ratecard_rate_level_ratecard_deleted' | 'ratecard_rate_level_organization_upserted' | 'ratecard_rate_level_organization_deleted' | 'organization_restriction_snapshot_upserted' | 'organization_restriction_snapshot_deleted' | 'restriction_organization_status_upserted' | 'restriction_organization_status_deleted' | 'shopify_shop_upserted' | 'shopify_shop_deleted' | 'shopify_experience_short_id_upserted' | 'shopify_experience_short_id_deleted' | 'shopify_markets_order_upserted' | 'shopify_markets_order_deleted' | 'shopify_markets_shop_upserted' | 'shopify_markets_shop_deleted' | 'shopify_monitoring_order_monitor_event_upserted' | 'shopify_monitoring_order_monitor_event_deleted' | 'stripe_authorization_deleted' | 'stripe_authorization_upserted' | 'stripe_reversal_deleted' | 'stripe_reversal_upserted' | 'stripe_capture_deleted' | 'stripe_capture_upserted' | 'stripe_refund_deleted' | 'stripe_refund_upserted' | 'svb_virtual_card_clearing_upserted' | 'svb_virtual_card_clearing_deleted' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_deleted' | 'tracking_label_event_upserted_v2' | 'tracking_label_event_deleted_v2' | 'tracking_label_upserted' | 'tracking_label_deleted' | 'tracking_upserted' | 'tracking_deleted' | 'tracking_request_upserted' | 'tracking_response_upserted' | 'user_upserted_v2' | 'user_deleted_v2';
|
|
10455
10513
|
type ExperienceImportType = 'experience_with_settings';
|
|
10456
10514
|
type ExperienceOrderAction = 'submit' | 'refund_gift_cards';
|
|
10457
10515
|
type ExperienceOrderActionTrigger = 'zero_balance' | 'unsubmitted_order';
|
|
@@ -10573,7 +10631,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
10573
10631
|
type SubscriptionFrequency = 'yearly' | 'monthly';
|
|
10574
10632
|
type SuggestionAction = 'accept' | 'validate' | 'review';
|
|
10575
10633
|
type TariffEligibilityType = 'rex';
|
|
10576
|
-
type TaskProcessorKey = 'billing_account' | 'order_messenger' | 'harmonization' | 'fraud_review' | 'carrier_account' | 'payment' | 'label_generation_settings' | 'ratecard';
|
|
10634
|
+
type TaskProcessorKey = 'billing_account' | 'order_messenger' | 'harmonization' | 'fraud_review' | 'carrier_account' | 'payment' | 'label_generation_settings' | 'ratecard' | 'logistics_center' | 'center_defaults';
|
|
10577
10635
|
type TaxCalculationErrorCode = 'generic_error' | 'outside_of_jurisdiction';
|
|
10578
10636
|
type TaxParty = 'consumer' | 'organization' | 'flow' | 'carrier';
|
|
10579
10637
|
type TaxTransactionType = 'adjustment' | 'reversal' | 'tax';
|
|
@@ -12042,7 +12100,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
12042
12100
|
readonly spot_rate: number;
|
|
12043
12101
|
readonly flow_margin: number;
|
|
12044
12102
|
readonly flow_rate: number;
|
|
12045
|
-
readonly journal_id
|
|
12103
|
+
readonly journal_id?: string;
|
|
12046
12104
|
readonly effective_at: string;
|
|
12047
12105
|
readonly timestamp?: string;
|
|
12048
12106
|
}
|
|
@@ -15161,11 +15219,18 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15161
15219
|
readonly account: io.flow.internal.v0.models.AccountSummary;
|
|
15162
15220
|
readonly last4: string;
|
|
15163
15221
|
readonly info: io.flow.billing.bank.account.v0.unions.BankAccountInfo;
|
|
15164
|
-
readonly owner
|
|
15222
|
+
readonly owner?: io.flow.internal.v0.models.FinanceBankAccountOwner;
|
|
15165
15223
|
}
|
|
15166
15224
|
interface FinanceBankAccountOwner {
|
|
15167
15225
|
readonly name: string;
|
|
15168
15226
|
}
|
|
15227
|
+
interface FinanceBankPayment {
|
|
15228
|
+
readonly id: string;
|
|
15229
|
+
readonly account: io.flow.internal.v0.models.AccountSummary;
|
|
15230
|
+
readonly last4?: string;
|
|
15231
|
+
readonly info?: io.flow.billing.bank.account.v0.unions.BankAccountInfo;
|
|
15232
|
+
readonly owner?: io.flow.internal.v0.models.FinanceBankAccountOwner;
|
|
15233
|
+
}
|
|
15169
15234
|
interface FinancialMerchantCategory {
|
|
15170
15235
|
readonly id: string;
|
|
15171
15236
|
readonly iso_18245_4: string;
|
|
@@ -15522,6 +15587,15 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15522
15587
|
readonly carrier_tracking_url?: string;
|
|
15523
15588
|
readonly items: io.flow.order.management.v0.models.FulfillmentItem[];
|
|
15524
15589
|
}
|
|
15590
|
+
interface FulfillmentSnapshot {
|
|
15591
|
+
readonly tracking_source: string;
|
|
15592
|
+
readonly fulfillment_status?: string;
|
|
15593
|
+
readonly is_fulfillment_fulfilled?: boolean;
|
|
15594
|
+
readonly in_transit_created_at?: string;
|
|
15595
|
+
readonly has_shipping_notification: boolean;
|
|
15596
|
+
readonly fulfillment_created_at?: string;
|
|
15597
|
+
readonly fulfillment_updated_at?: string;
|
|
15598
|
+
}
|
|
15525
15599
|
interface FxFee {
|
|
15526
15600
|
readonly base: io.flow.common.v0.models.Money;
|
|
15527
15601
|
readonly local: io.flow.common.v0.models.Money;
|
|
@@ -15622,6 +15696,16 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15622
15696
|
readonly discriminator: 'google_tag_manager';
|
|
15623
15697
|
readonly tracker_id: string;
|
|
15624
15698
|
}
|
|
15699
|
+
interface HarmonizationClassificationStatisticsData {
|
|
15700
|
+
readonly statistics: io.flow.internal.v0.models.ClassificationStatistics;
|
|
15701
|
+
}
|
|
15702
|
+
interface HarmonizationClassificationStatisticsPublished {
|
|
15703
|
+
readonly discriminator: 'harmonization_classification_statistics_published';
|
|
15704
|
+
readonly event_id: string;
|
|
15705
|
+
readonly timestamp: string;
|
|
15706
|
+
readonly organization: string;
|
|
15707
|
+
readonly data: io.flow.internal.v0.models.HarmonizationClassificationStatisticsData;
|
|
15708
|
+
}
|
|
15625
15709
|
interface HarmonizationCodesImport {
|
|
15626
15710
|
readonly discriminator: 'harmonization_codes_import';
|
|
15627
15711
|
readonly event_id: string;
|
|
@@ -17145,6 +17229,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17145
17229
|
readonly type: io.flow.internal.v0.enums.ContentType;
|
|
17146
17230
|
readonly url: string;
|
|
17147
17231
|
}
|
|
17232
|
+
interface LogisticsCenterCheck {
|
|
17233
|
+
readonly issues?: string[];
|
|
17234
|
+
readonly is_valid: boolean;
|
|
17235
|
+
}
|
|
17148
17236
|
interface Logo {
|
|
17149
17237
|
readonly url: string;
|
|
17150
17238
|
}
|
|
@@ -18052,6 +18140,25 @@ declare namespace io.flow.internal.v0.models {
|
|
|
18052
18140
|
readonly respect_item_sales_margins_on_override: boolean;
|
|
18053
18141
|
readonly respect_session_currency: boolean;
|
|
18054
18142
|
}
|
|
18143
|
+
interface OrganizationStatusChange {
|
|
18144
|
+
readonly id: string;
|
|
18145
|
+
readonly organization: string;
|
|
18146
|
+
readonly previous_status?: io.flow.common.v0.enums.OrganizationStatus;
|
|
18147
|
+
readonly status: io.flow.common.v0.enums.OrganizationStatus;
|
|
18148
|
+
readonly status_set_at: string;
|
|
18149
|
+
}
|
|
18150
|
+
interface OrganizationStatusChangeDeleted {
|
|
18151
|
+
readonly discriminator: 'organization_status_change_deleted';
|
|
18152
|
+
readonly event_id: string;
|
|
18153
|
+
readonly timestamp: string;
|
|
18154
|
+
readonly id: string;
|
|
18155
|
+
}
|
|
18156
|
+
interface OrganizationStatusChangeUpserted {
|
|
18157
|
+
readonly discriminator: 'organization_status_change_upserted';
|
|
18158
|
+
readonly event_id: string;
|
|
18159
|
+
readonly timestamp: string;
|
|
18160
|
+
readonly organization_status_change: io.flow.internal.v0.models.OrganizationStatusChange;
|
|
18161
|
+
}
|
|
18055
18162
|
interface Partner {
|
|
18056
18163
|
readonly id: string;
|
|
18057
18164
|
readonly name: string;
|
|
@@ -18103,10 +18210,12 @@ declare namespace io.flow.internal.v0.models {
|
|
|
18103
18210
|
readonly partner: string;
|
|
18104
18211
|
}
|
|
18105
18212
|
interface PartnerOrganizationSettings {
|
|
18213
|
+
readonly label_format: io.flow.partner.v0.enums.LabelFormat;
|
|
18106
18214
|
readonly glbe_merchant_guid: string;
|
|
18107
18215
|
}
|
|
18108
18216
|
interface PartnerOrganizationSettingsForm {
|
|
18109
|
-
readonly
|
|
18217
|
+
readonly label_format: io.flow.partner.v0.enums.LabelFormat;
|
|
18218
|
+
readonly glbe_merchant_guid?: string;
|
|
18110
18219
|
}
|
|
18111
18220
|
interface Passphrase {
|
|
18112
18221
|
readonly id: string;
|
|
@@ -19580,6 +19689,15 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19580
19689
|
readonly description: string;
|
|
19581
19690
|
readonly code?: string;
|
|
19582
19691
|
}
|
|
19692
|
+
interface ShopifyOrderFulfillmentsSnapshot {
|
|
19693
|
+
readonly id: string;
|
|
19694
|
+
readonly organization_id: string;
|
|
19695
|
+
readonly order_number: number;
|
|
19696
|
+
readonly order_created_at: string;
|
|
19697
|
+
readonly is_order_fulfilled: boolean;
|
|
19698
|
+
readonly should_be_fulfilled: boolean;
|
|
19699
|
+
readonly fulfillment_snapshots: io.flow.internal.v0.models.FulfillmentSnapshot[];
|
|
19700
|
+
}
|
|
19583
19701
|
interface ShopifyOrderInventoryCheck {
|
|
19584
19702
|
readonly item_number: string;
|
|
19585
19703
|
readonly quantity: number;
|
|
@@ -19808,7 +19926,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19808
19926
|
readonly base: string;
|
|
19809
19927
|
readonly target: string;
|
|
19810
19928
|
readonly value: number;
|
|
19811
|
-
readonly journal_id
|
|
19929
|
+
readonly journal_id?: string;
|
|
19812
19930
|
readonly effective_at: string;
|
|
19813
19931
|
readonly timestamp?: string;
|
|
19814
19932
|
}
|
|
@@ -20754,7 +20872,7 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
20754
20872
|
type DiscountRequestOfferForm = io.flow.internal.v0.models.DiscountRequestOfferFixedAmountForm;
|
|
20755
20873
|
type DisputeDetails = io.flow.internal.v0.models.DisputeDetailsAdyen | io.flow.internal.v0.models.DisputeDetailsPaypal;
|
|
20756
20874
|
type DutyExpression = io.flow.internal.v0.models.DutyCompoundExpression | io.flow.internal.v0.models.DutySimpleExpression;
|
|
20757
|
-
type Event = io.flow.internal.v0.models.AdyenAuthorizationDeleted | io.flow.internal.v0.models.AdyenAuthorizationUpserted | io.flow.internal.v0.models.AdyenCancelDeleted | io.flow.internal.v0.models.AdyenCancelUpserted | io.flow.internal.v0.models.AdyenCaptureDeleted | io.flow.internal.v0.models.AdyenCaptureUpserted | io.flow.internal.v0.models.AdyenRefundDeleted | io.flow.internal.v0.models.AdyenRefundUpserted | io.flow.internal.v0.models.AccountUpserted | io.flow.internal.v0.models.AccountUpsertedV2 | io.flow.internal.v0.models.AccountDeletedV2 | io.flow.internal.v0.models.AccountContactUpserted | io.flow.internal.v0.models.AccountContactDeleted | io.flow.internal.v0.models.BillingStatementUpserted | io.flow.internal.v0.models.BillingStatementDeleted | io.flow.internal.v0.models.TaxRemittanceTransactionUpserted | io.flow.internal.v0.models.TaxRemittanceTransactionDeleted | io.flow.internal.v0.models.ChannelAccountUpsertedV2 | io.flow.internal.v0.models.ChannelAccountDeleted | io.flow.internal.v0.models.OrganizationAccountUpsertedV2 | io.flow.internal.v0.models.OrganizationAccountDeleted | io.flow.internal.v0.models.AccountTransactionsExportRequest | io.flow.internal.v0.models.AccountOrdersExportRequest | io.flow.internal.v0.models.MainTransactionUpserted | io.flow.internal.v0.models.MainTransactionDeleted | io.flow.internal.v0.models.MainTransactionUpsertedV2 | io.flow.internal.v0.models.MainTransactionDeletedV2 | io.flow.internal.v0.models.TransferTransactionUpserted | io.flow.internal.v0.models.TransferTransactionDeleted | io.flow.internal.v0.models.TransferTransactionUpsertedV2 | io.flow.internal.v0.models.TransferTransactionDeletedV2 | io.flow.internal.v0.models.ProcessingTransactionUpserted | io.flow.internal.v0.models.ProcessingTransactionDeleted | io.flow.internal.v0.models.BankPaymentUpserted | io.flow.internal.v0.models.BankPaymentDeleted | io.flow.internal.v0.models.BankPaymentUpsertedV2 | io.flow.internal.v0.models.BankPaymentDeletedV2 | io.flow.internal.v0.models.ChannelTransactionUpserted | io.flow.internal.v0.models.ChannelTransactionDeleted | io.flow.internal.v0.models.OrderTransactionUpserted | io.flow.internal.v0.models.OrderTransactionDeleted | io.flow.internal.v0.models.LabelTransactionUpserted | io.flow.internal.v0.models.LabelTransactionDeleted | io.flow.internal.v0.models.ChannelBilledTransactionUpserted | io.flow.internal.v0.models.ChannelBilledTransactionDeleted | io.flow.internal.v0.models.TaxTransactionUpserted | io.flow.internal.v0.models.TaxTransactionDeleted | io.flow.internal.v0.models.DutyTransactionUpserted | io.flow.internal.v0.models.DutyTransactionDeleted | io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted | io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted | io.flow.internal.v0.models.CarrierAccountUpsertedV2 | io.flow.internal.v0.models.CarrierAccountDeleted | io.flow.internal.v0.models.CatalogImportRequest | io.flow.internal.v0.models.ExclusionRuleUpserted | io.flow.internal.v0.models.ExclusionRuleDeleted | io.flow.internal.v0.models.ExclusionRuleExportRequest | io.flow.internal.v0.models.CatalogItemRegionAvailabilitiesPublished | io.flow.internal.v0.models.ReturnPolicyUpserted | io.flow.internal.v0.models.ReturnPolicyDeleted | io.flow.internal.v0.models.ReturnPolicyItemResultUpserted | io.flow.internal.v0.models.ReturnPolicyItemResultDeleted | io.flow.internal.v0.models.CatalogSettingsUpserted | io.flow.internal.v0.models.CatalogSettingsDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceUpserted | io.flow.internal.v0.models.ChannelOrderAcceptanceDeleted | io.flow.internal.v0.models.CheckoutConfigurationUpserted | io.flow.internal.v0.models.CheckoutConfigurationDeleted | io.flow.internal.v0.models.LocalizedContentUpserted | io.flow.internal.v0.models.LocalizationUpserted | io.flow.internal.v0.models.InternalChannelRateDeleted | io.flow.internal.v0.models.InternalChannelRateUpserted | io.flow.internal.v0.models.RateDeleted | io.flow.internal.v0.models.RateUpserted | io.flow.internal.v0.models.SpotRateDeleted | io.flow.internal.v0.models.SpotRateUpserted | io.flow.internal.v0.models.UsdSpotRateDeleted | io.flow.internal.v0.models.UsdSpotRateUpserted | io.flow.internal.v0.models.RateDeletedV2 | io.flow.internal.v0.models.RateUpsertedV2 | io.flow.internal.v0.models.OrganizationCurrencySettingUpserted | io.flow.internal.v0.models.OrganizationCurrencySettingDeleted | io.flow.internal.v0.models.ChannelCurrencySettingUpserted | io.flow.internal.v0.models.ChannelCurrencySettingDeleted | io.flow.internal.v0.models.CustomerPurgeUpserted | io.flow.internal.v0.models.CustomsDescriptionImport | io.flow.internal.v0.models.CustomsDescriptionTariffsImport | io.flow.internal.v0.models.ItemDimensionEstimateUpsertedV2 | io.flow.internal.v0.models.ItemDimensionEstimateDeletedV2 | io.flow.internal.v0.models.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.DutyRateRequest | io.flow.internal.v0.models.DutyRateBulkRequest | io.flow.internal.v0.models.DutyRawUpserted | io.flow.internal.v0.models.DutyRawBulkUpserted | io.flow.internal.v0.models.DutyRateUpserted | io.flow.internal.v0.models.DutyRateResponse | io.flow.internal.v0.models.DutyRateBulkResponse | io.flow.internal.v0.models.ItemSalesMarginDeleted | io.flow.internal.v0.models.ItemSalesMarginUpserted | io.flow.internal.v0.models.OrderAttributeDeleted | io.flow.internal.v0.models.OrderAttributeUpserted | io.flow.internal.v0.models.ExperienceExportRequest | io.flow.internal.v0.models.ExperienceImportRequest | io.flow.internal.v0.models.SubmittedOrderUpserted | io.flow.internal.v0.models.LevyRateSummaryUpserted | io.flow.internal.v0.models.ExperimentUpserted | io.flow.internal.v0.models.ExperimentDeleted | io.flow.internal.v0.models.ExperimentResultsUpserted | io.flow.internal.v0.models.ExperimentResultsDeleted | io.flow.internal.v0.models.DailyExperimentResultsUpserted | io.flow.internal.v0.models.DailyExperimentResultsDeleted | io.flow.internal.v0.models.ExperimentMilestoneUpserted | io.flow.internal.v0.models.ExperimentMilestoneDeleted | io.flow.internal.v0.models.ExportCompleted | io.flow.internal.v0.models.ExportFailed | io.flow.internal.v0.models.FeatureUpserted | io.flow.internal.v0.models.FeatureDeleted | io.flow.internal.v0.models.OrganizationBooleanValueUpserted | io.flow.internal.v0.models.OrganizationBooleanValueDeleted | io.flow.internal.v0.models.AccountSettingsUpserted | io.flow.internal.v0.models.AccountSettingsDeleted | io.flow.internal.v0.models.AccountProcessingRatesUpserted | io.flow.internal.v0.models.AccountProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesUpserted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationSettingsUpserted | io.flow.internal.v0.models.BillingOrganizationSettingsDeleted | io.flow.internal.v0.models.BillingStatementBatchUpserted | io.flow.internal.v0.models.BillingStatementBatchDeleted | io.flow.internal.v0.models.BillingStatementBatchStatementUpserted | io.flow.internal.v0.models.BillingStatementBatchStatementDeleted | io.flow.internal.v0.models.PlatformFeeChangeUpserted | io.flow.internal.v0.models.PlatformFeeChangeDeleted | io.flow.internal.v0.models.FraudReviewUpserted | io.flow.internal.v0.models.FraudReviewDeleted | io.flow.internal.v0.models.FraudPendingReviewUpserted | io.flow.internal.v0.models.FraudPendingReviewDeleted | io.flow.internal.v0.models.FraudReviewDecisionUpserted | io.flow.internal.v0.models.FraudReviewDecisionDeleted | io.flow.internal.v0.models.FraudProviderConfigurationUpserted | io.flow.internal.v0.models.FraudProviderConfigurationDeleted | io.flow.internal.v0.models.FtpFileUpserted | io.flow.internal.v0.models.FtpFileDeleted | io.flow.internal.v0.models.FtpFileToProcessUploaded | io.flow.internal.v0.models.PregeneratedRequestEvent | io.flow.internal.v0.models.AllItemsExport | io.flow.internal.v0.models.HarmonizedItemsHs6Export | io.flow.internal.v0.models.UnharmonizedItemsExport | io.flow.internal.v0.models.DutiedItemsExport | io.flow.internal.v0.models.TariffCodesExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.ItemClassificationCreated | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.HybrisCatalogItemsImportRequest | io.flow.internal.v0.models.ImportCompleted | io.flow.internal.v0.models.ImportFailed | io.flow.internal.v0.models.TimeToClassifyUpserted | io.flow.internal.v0.models.TimeToClassifyDeleted | io.flow.internal.v0.models.TimeToClassifyAggregatedUpserted | io.flow.internal.v0.models.TimeToClassifyAggregatedDeleted | io.flow.internal.v0.models.RateSourceSummaryUpserted | io.flow.internal.v0.models.RateSourceSummaryDeleted | io.flow.internal.v0.models.RateFreshnessSummaryUpserted | io.flow.internal.v0.models.RateFreshnessSummaryDeleted | io.flow.internal.v0.models.ItemHarmonizationUpserted | io.flow.internal.v0.models.ItemHarmonizationDeleted | io.flow.internal.v0.models.HarmonizationItemClassificationUpserted | io.flow.internal.v0.models.HarmonizationItemClassificationDeleted | io.flow.internal.v0.models.IssuerUpserted | io.flow.internal.v0.models.IssuerDeleted | io.flow.internal.v0.models.ItemFormImportRequest | io.flow.internal.v0.models.LabelTrackingSummaryUpserted | io.flow.internal.v0.models.LabelTrackingSummaryDeleted | io.flow.internal.v0.models.LocalizedItemUpsertedV2 | io.flow.internal.v0.models.LocalizedItemDeleted | io.flow.internal.v0.models.LocalizedItemDeletedV2 | io.flow.internal.v0.models.LocalizedItemSnapshot | io.flow.internal.v0.models.LocalizedPriceBookItemUpserted | io.flow.internal.v0.models.LocalizedPriceBookItemDeleted | io.flow.internal.v0.models.FeedUpserted | io.flow.internal.v0.models.FeedDeleted | io.flow.internal.v0.models.FeedsExport | io.flow.internal.v0.models.LocalizedItemPricesExportRequest | io.flow.internal.v0.models.OptinPromptUpserted | io.flow.internal.v0.models.OptinPromptDeleted | io.flow.internal.v0.models.OrderFulfillmentDeleted | io.flow.internal.v0.models.OrderFulfillmentUpserted | io.flow.internal.v0.models.OrderPlaced | io.flow.internal.v0.models.ReadyToFulfill | io.flow.internal.v0.models.FulfillmentCancel | io.flow.internal.v0.models.OrderShipped | io.flow.internal.v0.models.ItemsShipped | io.flow.internal.v0.models.OrganizationBusinessEntityDeleted | io.flow.internal.v0.models.OrganizationBusinessEntityUpserted | io.flow.internal.v0.models.OrganizationRestrictionApprovalUpserted | io.flow.internal.v0.models.OrganizationRestrictionApprovalDeleted | io.flow.internal.v0.models.InternalAuthorizationUpserted | io.flow.internal.v0.models.InternalAuthorizationDeleted | io.flow.internal.v0.models.AfterpayAuthorizationUpserted | io.flow.internal.v0.models.AfterpayAuthorizationDeleted | io.flow.internal.v0.models.AfterpayCaptureUpserted | io.flow.internal.v0.models.AfterpayCaptureDeleted | io.flow.internal.v0.models.AfterpayRefundUpserted | io.flow.internal.v0.models.AfterpayRefundDeleted | io.flow.internal.v0.models.AdyenMerchantAccountUpserted | io.flow.internal.v0.models.AdyenMerchantAccountDeleted | io.flow.internal.v0.models.ChargebackUpserted | io.flow.internal.v0.models.ChargebackDeleted | io.flow.internal.v0.models.PaymentProcessorAccountUpserted | io.flow.internal.v0.models.PaymentProcessorAccountDeleted | io.flow.internal.v0.models.PaymentProcessorMerchantUpserted | io.flow.internal.v0.models.PaymentProcessorMerchantDeleted | io.flow.internal.v0.models.VirtualCardProviderUpserted | io.flow.internal.v0.models.VirtualCardProviderDeleted | io.flow.internal.v0.models.AuthorizationBundleUpserted | io.flow.internal.v0.models.AuthorizationBundleDeleted | io.flow.internal.v0.models.OrganizationPaymentSettingUpserted | io.flow.internal.v0.models.OrganizationPaymentSettingDeleted | io.flow.internal.v0.models.PaypalPaymentDeleted | io.flow.internal.v0.models.PaypalPaymentUpserted | io.flow.internal.v0.models.PaypalExecutionDeleted | io.flow.internal.v0.models.PaypalExecutionUpserted | io.flow.internal.v0.models.PaypalRefundDeleted | io.flow.internal.v0.models.PaypalRefundUpserted | io.flow.internal.v0.models.PricingIndicator | io.flow.internal.v0.models.OrderRatesPublishedV3 | io.flow.internal.v0.models.RatecardDimensionEstimateUpserted | io.flow.internal.v0.models.RatecardDimensionEstimateDeleted | io.flow.internal.v0.models.RatecardLanesImportRequest | io.flow.internal.v0.models.RatecardStandardConfigurationUpserted | io.flow.internal.v0.models.RatecardStandardConfigurationDeleted | io.flow.internal.v0.models.RatecardServiceFeeUpserted | io.flow.internal.v0.models.RatecardServiceFeeDeleted | io.flow.internal.v0.models.RatecardLaneAggregateUpserted | io.flow.internal.v0.models.RatecardLaneAggregateDeleted | io.flow.internal.v0.models.RatecardRateLevelUpserted | io.flow.internal.v0.models.RatecardRateLevelDeleted | io.flow.internal.v0.models.RatecardRateLevelRatecardUpserted | io.flow.internal.v0.models.RatecardRateLevelRatecardDeleted | io.flow.internal.v0.models.RatecardRateLevelOrganizationUpserted | io.flow.internal.v0.models.RatecardRateLevelOrganizationDeleted | io.flow.internal.v0.models.OrganizationRestrictionSnapshotUpserted | io.flow.internal.v0.models.OrganizationRestrictionSnapshotDeleted | io.flow.internal.v0.models.RestrictionOrganizationStatusUpserted | io.flow.internal.v0.models.RestrictionOrganizationStatusDeleted | io.flow.internal.v0.models.ShopifyShopUpserted | io.flow.internal.v0.models.ShopifyShopDeleted | io.flow.internal.v0.models.ShopifyExperienceShortIdUpserted | io.flow.internal.v0.models.ShopifyExperienceShortIdDeleted | io.flow.internal.v0.models.ShopifyMarketsOrderUpserted | io.flow.internal.v0.models.ShopifyMarketsOrderDeleted | io.flow.internal.v0.models.ShopifyMarketsShopUpserted | io.flow.internal.v0.models.ShopifyMarketsShopDeleted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventUpserted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventDeleted | io.flow.internal.v0.models.StripeAuthorizationDeleted | io.flow.internal.v0.models.StripeAuthorizationUpserted | io.flow.internal.v0.models.StripeReversalDeleted | io.flow.internal.v0.models.StripeReversalUpserted | io.flow.internal.v0.models.StripeCaptureDeleted | io.flow.internal.v0.models.StripeCaptureUpserted | io.flow.internal.v0.models.StripeRefundDeleted | io.flow.internal.v0.models.StripeRefundUpserted | io.flow.internal.v0.models.SvbVirtualCardClearingUpserted | io.flow.internal.v0.models.SvbVirtualCardClearingDeleted | io.flow.internal.v0.models.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | io.flow.internal.v0.models.TrackingLabelEventUpsertedV2 | io.flow.internal.v0.models.TrackingLabelEventDeletedV2 | io.flow.internal.v0.models.TrackingLabelUpserted | io.flow.internal.v0.models.TrackingLabelDeleted | io.flow.internal.v0.models.TrackingUpserted | io.flow.internal.v0.models.TrackingDeleted | io.flow.internal.v0.models.TrackingRequestUpserted | io.flow.internal.v0.models.TrackingResponseUpserted | io.flow.internal.v0.models.UserUpsertedV2 | io.flow.internal.v0.models.UserDeletedV2;
|
|
20875
|
+
type Event = io.flow.internal.v0.models.AdyenAuthorizationDeleted | io.flow.internal.v0.models.AdyenAuthorizationUpserted | io.flow.internal.v0.models.AdyenCancelDeleted | io.flow.internal.v0.models.AdyenCancelUpserted | io.flow.internal.v0.models.AdyenCaptureDeleted | io.flow.internal.v0.models.AdyenCaptureUpserted | io.flow.internal.v0.models.AdyenRefundDeleted | io.flow.internal.v0.models.AdyenRefundUpserted | io.flow.internal.v0.models.AccountUpserted | io.flow.internal.v0.models.AccountUpsertedV2 | io.flow.internal.v0.models.AccountDeletedV2 | io.flow.internal.v0.models.AccountContactUpserted | io.flow.internal.v0.models.AccountContactDeleted | io.flow.internal.v0.models.BillingStatementUpserted | io.flow.internal.v0.models.BillingStatementDeleted | io.flow.internal.v0.models.TaxRemittanceTransactionUpserted | io.flow.internal.v0.models.TaxRemittanceTransactionDeleted | io.flow.internal.v0.models.ChannelAccountUpsertedV2 | io.flow.internal.v0.models.ChannelAccountDeleted | io.flow.internal.v0.models.OrganizationAccountUpsertedV2 | io.flow.internal.v0.models.OrganizationAccountDeleted | io.flow.internal.v0.models.AccountTransactionsExportRequest | io.flow.internal.v0.models.AccountOrdersExportRequest | io.flow.internal.v0.models.MainTransactionUpserted | io.flow.internal.v0.models.MainTransactionDeleted | io.flow.internal.v0.models.MainTransactionUpsertedV2 | io.flow.internal.v0.models.MainTransactionDeletedV2 | io.flow.internal.v0.models.TransferTransactionUpserted | io.flow.internal.v0.models.TransferTransactionDeleted | io.flow.internal.v0.models.TransferTransactionUpsertedV2 | io.flow.internal.v0.models.TransferTransactionDeletedV2 | io.flow.internal.v0.models.ProcessingTransactionUpserted | io.flow.internal.v0.models.ProcessingTransactionDeleted | io.flow.internal.v0.models.BankPaymentUpserted | io.flow.internal.v0.models.BankPaymentDeleted | io.flow.internal.v0.models.BankPaymentUpsertedV2 | io.flow.internal.v0.models.BankPaymentDeletedV2 | io.flow.internal.v0.models.ChannelTransactionUpserted | io.flow.internal.v0.models.ChannelTransactionDeleted | io.flow.internal.v0.models.OrderTransactionUpserted | io.flow.internal.v0.models.OrderTransactionDeleted | io.flow.internal.v0.models.LabelTransactionUpserted | io.flow.internal.v0.models.LabelTransactionDeleted | io.flow.internal.v0.models.ChannelBilledTransactionUpserted | io.flow.internal.v0.models.ChannelBilledTransactionDeleted | io.flow.internal.v0.models.TaxTransactionUpserted | io.flow.internal.v0.models.TaxTransactionDeleted | io.flow.internal.v0.models.DutyTransactionUpserted | io.flow.internal.v0.models.DutyTransactionDeleted | io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted | io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted | io.flow.internal.v0.models.CarrierAccountUpsertedV2 | io.flow.internal.v0.models.CarrierAccountDeleted | io.flow.internal.v0.models.CatalogImportRequest | io.flow.internal.v0.models.ExclusionRuleUpserted | io.flow.internal.v0.models.ExclusionRuleDeleted | io.flow.internal.v0.models.ExclusionRuleExportRequest | io.flow.internal.v0.models.CatalogItemRegionAvailabilitiesPublished | io.flow.internal.v0.models.ReturnPolicyUpserted | io.flow.internal.v0.models.ReturnPolicyDeleted | io.flow.internal.v0.models.ReturnPolicyItemResultUpserted | io.flow.internal.v0.models.ReturnPolicyItemResultDeleted | io.flow.internal.v0.models.CatalogSettingsUpserted | io.flow.internal.v0.models.CatalogSettingsDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceUpserted | io.flow.internal.v0.models.ChannelOrderAcceptanceDeleted | io.flow.internal.v0.models.CheckoutConfigurationUpserted | io.flow.internal.v0.models.CheckoutConfigurationDeleted | io.flow.internal.v0.models.LocalizedContentUpserted | io.flow.internal.v0.models.LocalizationUpserted | io.flow.internal.v0.models.InternalChannelRateDeleted | io.flow.internal.v0.models.InternalChannelRateUpserted | io.flow.internal.v0.models.RateDeleted | io.flow.internal.v0.models.RateUpserted | io.flow.internal.v0.models.SpotRateDeleted | io.flow.internal.v0.models.SpotRateUpserted | io.flow.internal.v0.models.UsdSpotRateDeleted | io.flow.internal.v0.models.UsdSpotRateUpserted | io.flow.internal.v0.models.RateDeletedV2 | io.flow.internal.v0.models.RateUpsertedV2 | io.flow.internal.v0.models.OrganizationCurrencySettingUpserted | io.flow.internal.v0.models.OrganizationCurrencySettingDeleted | io.flow.internal.v0.models.ChannelCurrencySettingUpserted | io.flow.internal.v0.models.ChannelCurrencySettingDeleted | io.flow.internal.v0.models.CustomerPurgeUpserted | io.flow.internal.v0.models.CustomsDescriptionImport | io.flow.internal.v0.models.CustomsDescriptionTariffsImport | io.flow.internal.v0.models.ItemDimensionEstimateUpsertedV2 | io.flow.internal.v0.models.ItemDimensionEstimateDeletedV2 | io.flow.internal.v0.models.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.DutyRateRequest | io.flow.internal.v0.models.DutyRateBulkRequest | io.flow.internal.v0.models.DutyRawUpserted | io.flow.internal.v0.models.DutyRawBulkUpserted | io.flow.internal.v0.models.DutyRateUpserted | io.flow.internal.v0.models.DutyRateResponse | io.flow.internal.v0.models.DutyRateBulkResponse | io.flow.internal.v0.models.ItemSalesMarginDeleted | io.flow.internal.v0.models.ItemSalesMarginUpserted | io.flow.internal.v0.models.OrderAttributeDeleted | io.flow.internal.v0.models.OrderAttributeUpserted | io.flow.internal.v0.models.ExperienceExportRequest | io.flow.internal.v0.models.ExperienceImportRequest | io.flow.internal.v0.models.SubmittedOrderUpserted | io.flow.internal.v0.models.LevyRateSummaryUpserted | io.flow.internal.v0.models.ExperimentUpserted | io.flow.internal.v0.models.ExperimentDeleted | io.flow.internal.v0.models.ExperimentResultsUpserted | io.flow.internal.v0.models.ExperimentResultsDeleted | io.flow.internal.v0.models.DailyExperimentResultsUpserted | io.flow.internal.v0.models.DailyExperimentResultsDeleted | io.flow.internal.v0.models.ExperimentMilestoneUpserted | io.flow.internal.v0.models.ExperimentMilestoneDeleted | io.flow.internal.v0.models.ExportCompleted | io.flow.internal.v0.models.ExportFailed | io.flow.internal.v0.models.FeatureUpserted | io.flow.internal.v0.models.FeatureDeleted | io.flow.internal.v0.models.OrganizationBooleanValueUpserted | io.flow.internal.v0.models.OrganizationBooleanValueDeleted | io.flow.internal.v0.models.AccountSettingsUpserted | io.flow.internal.v0.models.AccountSettingsDeleted | io.flow.internal.v0.models.AccountProcessingRatesUpserted | io.flow.internal.v0.models.AccountProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesUpserted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationSettingsUpserted | io.flow.internal.v0.models.BillingOrganizationSettingsDeleted | io.flow.internal.v0.models.BillingStatementBatchUpserted | io.flow.internal.v0.models.BillingStatementBatchDeleted | io.flow.internal.v0.models.BillingStatementBatchStatementUpserted | io.flow.internal.v0.models.BillingStatementBatchStatementDeleted | io.flow.internal.v0.models.PlatformFeeChangeUpserted | io.flow.internal.v0.models.PlatformFeeChangeDeleted | io.flow.internal.v0.models.FraudReviewUpserted | io.flow.internal.v0.models.FraudReviewDeleted | io.flow.internal.v0.models.FraudPendingReviewUpserted | io.flow.internal.v0.models.FraudPendingReviewDeleted | io.flow.internal.v0.models.FraudReviewDecisionUpserted | io.flow.internal.v0.models.FraudReviewDecisionDeleted | io.flow.internal.v0.models.FraudProviderConfigurationUpserted | io.flow.internal.v0.models.FraudProviderConfigurationDeleted | io.flow.internal.v0.models.FtpFileUpserted | io.flow.internal.v0.models.FtpFileDeleted | io.flow.internal.v0.models.FtpFileToProcessUploaded | io.flow.internal.v0.models.PregeneratedRequestEvent | io.flow.internal.v0.models.AllItemsExport | io.flow.internal.v0.models.HarmonizedItemsHs6Export | io.flow.internal.v0.models.UnharmonizedItemsExport | io.flow.internal.v0.models.DutiedItemsExport | io.flow.internal.v0.models.TariffCodesExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.ItemClassificationCreated | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.HybrisCatalogItemsImportRequest | io.flow.internal.v0.models.ImportCompleted | io.flow.internal.v0.models.ImportFailed | io.flow.internal.v0.models.TimeToClassifyUpserted | io.flow.internal.v0.models.TimeToClassifyDeleted | io.flow.internal.v0.models.TimeToClassifyAggregatedUpserted | io.flow.internal.v0.models.TimeToClassifyAggregatedDeleted | io.flow.internal.v0.models.RateSourceSummaryUpserted | io.flow.internal.v0.models.RateSourceSummaryDeleted | io.flow.internal.v0.models.RateFreshnessSummaryUpserted | io.flow.internal.v0.models.RateFreshnessSummaryDeleted | io.flow.internal.v0.models.ItemHarmonizationUpserted | io.flow.internal.v0.models.ItemHarmonizationDeleted | io.flow.internal.v0.models.HarmonizationItemClassificationUpserted | io.flow.internal.v0.models.HarmonizationItemClassificationDeleted | io.flow.internal.v0.models.HarmonizationClassificationStatisticsPublished | io.flow.internal.v0.models.IssuerUpserted | io.flow.internal.v0.models.IssuerDeleted | io.flow.internal.v0.models.ItemFormImportRequest | io.flow.internal.v0.models.LabelTrackingSummaryUpserted | io.flow.internal.v0.models.LabelTrackingSummaryDeleted | io.flow.internal.v0.models.LocalizedItemUpsertedV2 | io.flow.internal.v0.models.LocalizedItemDeleted | io.flow.internal.v0.models.LocalizedItemDeletedV2 | io.flow.internal.v0.models.LocalizedItemSnapshot | io.flow.internal.v0.models.LocalizedPriceBookItemUpserted | io.flow.internal.v0.models.LocalizedPriceBookItemDeleted | io.flow.internal.v0.models.FeedUpserted | io.flow.internal.v0.models.FeedDeleted | io.flow.internal.v0.models.FeedsExport | io.flow.internal.v0.models.LocalizedItemPricesExportRequest | io.flow.internal.v0.models.OptinPromptUpserted | io.flow.internal.v0.models.OptinPromptDeleted | io.flow.internal.v0.models.OrderFulfillmentDeleted | io.flow.internal.v0.models.OrderFulfillmentUpserted | io.flow.internal.v0.models.OrderPlaced | io.flow.internal.v0.models.ReadyToFulfill | io.flow.internal.v0.models.FulfillmentCancel | io.flow.internal.v0.models.OrderShipped | io.flow.internal.v0.models.ItemsShipped | io.flow.internal.v0.models.OrganizationBusinessEntityDeleted | io.flow.internal.v0.models.OrganizationBusinessEntityUpserted | io.flow.internal.v0.models.OrganizationStatusChangeUpserted | io.flow.internal.v0.models.OrganizationStatusChangeDeleted | io.flow.internal.v0.models.OrganizationRestrictionApprovalUpserted | io.flow.internal.v0.models.OrganizationRestrictionApprovalDeleted | io.flow.internal.v0.models.InternalAuthorizationUpserted | io.flow.internal.v0.models.InternalAuthorizationDeleted | io.flow.internal.v0.models.AfterpayAuthorizationUpserted | io.flow.internal.v0.models.AfterpayAuthorizationDeleted | io.flow.internal.v0.models.AfterpayCaptureUpserted | io.flow.internal.v0.models.AfterpayCaptureDeleted | io.flow.internal.v0.models.AfterpayRefundUpserted | io.flow.internal.v0.models.AfterpayRefundDeleted | io.flow.internal.v0.models.AdyenMerchantAccountUpserted | io.flow.internal.v0.models.AdyenMerchantAccountDeleted | io.flow.internal.v0.models.ChargebackUpserted | io.flow.internal.v0.models.ChargebackDeleted | io.flow.internal.v0.models.PaymentProcessorAccountUpserted | io.flow.internal.v0.models.PaymentProcessorAccountDeleted | io.flow.internal.v0.models.PaymentProcessorMerchantUpserted | io.flow.internal.v0.models.PaymentProcessorMerchantDeleted | io.flow.internal.v0.models.VirtualCardProviderUpserted | io.flow.internal.v0.models.VirtualCardProviderDeleted | io.flow.internal.v0.models.AuthorizationBundleUpserted | io.flow.internal.v0.models.AuthorizationBundleDeleted | io.flow.internal.v0.models.OrganizationPaymentSettingUpserted | io.flow.internal.v0.models.OrganizationPaymentSettingDeleted | io.flow.internal.v0.models.PaypalPaymentDeleted | io.flow.internal.v0.models.PaypalPaymentUpserted | io.flow.internal.v0.models.PaypalExecutionDeleted | io.flow.internal.v0.models.PaypalExecutionUpserted | io.flow.internal.v0.models.PaypalRefundDeleted | io.flow.internal.v0.models.PaypalRefundUpserted | io.flow.internal.v0.models.PricingIndicator | io.flow.internal.v0.models.OrderRatesPublishedV3 | io.flow.internal.v0.models.RatecardDimensionEstimateUpserted | io.flow.internal.v0.models.RatecardDimensionEstimateDeleted | io.flow.internal.v0.models.RatecardLanesImportRequest | io.flow.internal.v0.models.RatecardStandardConfigurationUpserted | io.flow.internal.v0.models.RatecardStandardConfigurationDeleted | io.flow.internal.v0.models.RatecardServiceFeeUpserted | io.flow.internal.v0.models.RatecardServiceFeeDeleted | io.flow.internal.v0.models.RatecardLaneAggregateUpserted | io.flow.internal.v0.models.RatecardLaneAggregateDeleted | io.flow.internal.v0.models.RatecardRateLevelUpserted | io.flow.internal.v0.models.RatecardRateLevelDeleted | io.flow.internal.v0.models.RatecardRateLevelRatecardUpserted | io.flow.internal.v0.models.RatecardRateLevelRatecardDeleted | io.flow.internal.v0.models.RatecardRateLevelOrganizationUpserted | io.flow.internal.v0.models.RatecardRateLevelOrganizationDeleted | io.flow.internal.v0.models.OrganizationRestrictionSnapshotUpserted | io.flow.internal.v0.models.OrganizationRestrictionSnapshotDeleted | io.flow.internal.v0.models.RestrictionOrganizationStatusUpserted | io.flow.internal.v0.models.RestrictionOrganizationStatusDeleted | io.flow.internal.v0.models.ShopifyShopUpserted | io.flow.internal.v0.models.ShopifyShopDeleted | io.flow.internal.v0.models.ShopifyExperienceShortIdUpserted | io.flow.internal.v0.models.ShopifyExperienceShortIdDeleted | io.flow.internal.v0.models.ShopifyMarketsOrderUpserted | io.flow.internal.v0.models.ShopifyMarketsOrderDeleted | io.flow.internal.v0.models.ShopifyMarketsShopUpserted | io.flow.internal.v0.models.ShopifyMarketsShopDeleted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventUpserted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventDeleted | io.flow.internal.v0.models.StripeAuthorizationDeleted | io.flow.internal.v0.models.StripeAuthorizationUpserted | io.flow.internal.v0.models.StripeReversalDeleted | io.flow.internal.v0.models.StripeReversalUpserted | io.flow.internal.v0.models.StripeCaptureDeleted | io.flow.internal.v0.models.StripeCaptureUpserted | io.flow.internal.v0.models.StripeRefundDeleted | io.flow.internal.v0.models.StripeRefundUpserted | io.flow.internal.v0.models.SvbVirtualCardClearingUpserted | io.flow.internal.v0.models.SvbVirtualCardClearingDeleted | io.flow.internal.v0.models.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | io.flow.internal.v0.models.TrackingLabelEventUpsertedV2 | io.flow.internal.v0.models.TrackingLabelEventDeletedV2 | io.flow.internal.v0.models.TrackingLabelUpserted | io.flow.internal.v0.models.TrackingLabelDeleted | io.flow.internal.v0.models.TrackingUpserted | io.flow.internal.v0.models.TrackingDeleted | io.flow.internal.v0.models.TrackingRequestUpserted | io.flow.internal.v0.models.TrackingResponseUpserted | io.flow.internal.v0.models.UserUpsertedV2 | io.flow.internal.v0.models.UserDeletedV2;
|
|
20758
20876
|
type Experiment = io.flow.internal.v0.models.ExperienceExperiment | io.flow.internal.v0.models.FeatureExperiment;
|
|
20759
20877
|
type ExportSchedule = io.flow.internal.v0.models.ExportScheduleDaily | io.flow.internal.v0.models.ExportScheduleRepeated;
|
|
20760
20878
|
type FeatureDefaultValue = io.flow.internal.v0.models.BooleanFeatureDefaultValue | io.flow.internal.v0.models.StringFeatureDefaultValue;
|
|
@@ -21897,6 +22015,7 @@ export declare type FileMetadata = io.flow.internal.v0.models.FileMetadata;
|
|
|
21897
22015
|
export declare type FileMetadataCounts = io.flow.internal.v0.models.FileMetadataCounts;
|
|
21898
22016
|
export declare type FinanceBankAccount = io.flow.internal.v0.models.FinanceBankAccount;
|
|
21899
22017
|
export declare type FinanceBankAccountOwner = io.flow.internal.v0.models.FinanceBankAccountOwner;
|
|
22018
|
+
export declare type FinanceBankPayment = io.flow.internal.v0.models.FinanceBankPayment;
|
|
21900
22019
|
export declare type FinancialMerchantCategory = io.flow.internal.v0.models.FinancialMerchantCategory;
|
|
21901
22020
|
export declare type FinancialReportingResponsibleParty = io.flow.internal.v0.enums.FinancialReportingResponsibleParty;
|
|
21902
22021
|
export declare type FinancialReportingStatement = io.flow.internal.v0.models.FinancialReportingStatement;
|
|
@@ -21957,6 +22076,7 @@ export declare type FulfillmentActionForm = io.flow.internal.v0.models.Fulfillme
|
|
|
21957
22076
|
export declare type FulfillmentCancel = io.flow.internal.v0.models.FulfillmentCancel;
|
|
21958
22077
|
export declare type FulfillmentInternalExperienceReference = io.flow.internal.v0.models.FulfillmentInternalExperienceReference;
|
|
21959
22078
|
export declare type FulfillmentShipmentTracking = io.flow.internal.v0.models.FulfillmentShipmentTracking;
|
|
22079
|
+
export declare type FulfillmentSnapshot = io.flow.internal.v0.models.FulfillmentSnapshot;
|
|
21960
22080
|
export declare type FxFee = io.flow.internal.v0.models.FxFee;
|
|
21961
22081
|
export declare type FxRevenueRecognition = io.flow.internal.v0.models.FxRevenueRecognition;
|
|
21962
22082
|
export declare type FxRevenueRecognitionAccount = io.flow.internal.v0.models.FxRevenueRecognitionAccount;
|
|
@@ -21980,6 +22100,8 @@ export declare type GoogleLinker = io.flow.internal.v0.models.GoogleLinker;
|
|
|
21980
22100
|
export declare type GoogleShoppingAccountParameters = io.flow.internal.v0.models.GoogleShoppingAccountParameters;
|
|
21981
22101
|
export declare type GoogleShoppingSetting = io.flow.internal.v0.models.GoogleShoppingSetting;
|
|
21982
22102
|
export declare type GoogleTagManager = io.flow.internal.v0.models.GoogleTagManager;
|
|
22103
|
+
export declare type HarmonizationClassificationStatisticsData = io.flow.internal.v0.models.HarmonizationClassificationStatisticsData;
|
|
22104
|
+
export declare type HarmonizationClassificationStatisticsPublished = io.flow.internal.v0.models.HarmonizationClassificationStatisticsPublished;
|
|
21983
22105
|
export declare type HarmonizationCodesImport = io.flow.internal.v0.models.HarmonizationCodesImport;
|
|
21984
22106
|
export declare type HarmonizationColumnSetting = io.flow.internal.v0.models.HarmonizationColumnSetting;
|
|
21985
22107
|
export declare type HarmonizationItemClassification = io.flow.internal.v0.models.HarmonizationItemClassification;
|
|
@@ -22190,6 +22312,7 @@ export declare type LocalizedPriceBookItemData = io.flow.internal.v0.models.Loca
|
|
|
22190
22312
|
export declare type LocalizedPriceBookItemDeleted = io.flow.internal.v0.models.LocalizedPriceBookItemDeleted;
|
|
22191
22313
|
export declare type LocalizedPriceBookItemUpserted = io.flow.internal.v0.models.LocalizedPriceBookItemUpserted;
|
|
22192
22314
|
export declare type Location = io.flow.internal.v0.models.Location;
|
|
22315
|
+
export declare type LogisticsCenterCheck = io.flow.internal.v0.models.LogisticsCenterCheck;
|
|
22193
22316
|
export declare type Logo = io.flow.internal.v0.models.Logo;
|
|
22194
22317
|
export declare type LoyaltyProgram = io.flow.internal.v0.models.LoyaltyProgram;
|
|
22195
22318
|
export declare type LoyaltyProgramMessage = io.flow.internal.v0.models.LoyaltyProgramMessage;
|
|
@@ -22373,6 +22496,9 @@ export declare type OrganizationRestrictionStatus = io.flow.internal.v0.models.O
|
|
|
22373
22496
|
export declare type OrganizationRestrictionStatusNote = io.flow.internal.v0.models.OrganizationRestrictionStatusNote;
|
|
22374
22497
|
export declare type OrganizationSettings = io.flow.internal.v0.models.OrganizationSettings;
|
|
22375
22498
|
export declare type OrganizationSettingsForm = io.flow.internal.v0.models.OrganizationSettingsForm;
|
|
22499
|
+
export declare type OrganizationStatusChange = io.flow.internal.v0.models.OrganizationStatusChange;
|
|
22500
|
+
export declare type OrganizationStatusChangeDeleted = io.flow.internal.v0.models.OrganizationStatusChangeDeleted;
|
|
22501
|
+
export declare type OrganizationStatusChangeUpserted = io.flow.internal.v0.models.OrganizationStatusChangeUpserted;
|
|
22376
22502
|
export declare type OutputStyle = io.flow.internal.v0.enums.OutputStyle;
|
|
22377
22503
|
export declare type Owner = io.flow.internal.v0.enums.Owner;
|
|
22378
22504
|
export declare type Partner = io.flow.internal.v0.models.Partner;
|
|
@@ -22672,6 +22798,7 @@ export declare type ShopifyOrderContent = io.flow.internal.v0.models.ShopifyOrde
|
|
|
22672
22798
|
export declare type ShopifyOrderDestinationForm = io.flow.internal.v0.models.ShopifyOrderDestinationForm;
|
|
22673
22799
|
export declare type ShopifyOrderDetail = io.flow.internal.v0.models.ShopifyOrderDetail;
|
|
22674
22800
|
export declare type ShopifyOrderDiscountContent = io.flow.internal.v0.models.ShopifyOrderDiscountContent;
|
|
22801
|
+
export declare type ShopifyOrderFulfillmentsSnapshot = io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshot;
|
|
22675
22802
|
export declare type ShopifyOrderInventoryCheck = io.flow.internal.v0.models.ShopifyOrderInventoryCheck;
|
|
22676
22803
|
export declare type ShopifyOrderLineAttribute = io.flow.internal.v0.models.ShopifyOrderLineAttribute;
|
|
22677
22804
|
export declare type ShopifyOrderLineContent = io.flow.internal.v0.models.ShopifyOrderLineContent;
|