@shopware/api-client 1.2.1 → 1.4.0
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/README.md +106 -8
- package/api-types/adminApiSchema.json +76278 -51743
- package/api-types/adminApiTypes.d.ts +17039 -25893
- package/api-types/storeApiSchema.6.6.10.json +25865 -0
- package/api-types/storeApiSchema.6.6.10.overrides.json +1011 -0
- package/api-types/storeApiSchema.b2b.overrides.json +5 -0
- package/api-types/storeApiSchema.json +8850 -3696
- package/api-types/storeApiSchema.overrides.json +43 -871
- package/api-types/storeApiTypes.d.ts +2612 -651
- package/dist/helpers.cjs +13 -0
- package/dist/helpers.d.cts +9 -0
- package/dist/helpers.d.mts +9 -0
- package/dist/helpers.d.ts +9 -0
- package/dist/helpers.mjs +11 -0
- package/dist/index.cjs +57 -32
- package/dist/index.d.cts +23055 -29933
- package/dist/index.d.mts +23055 -29933
- package/dist/index.d.ts +23055 -29933
- package/dist/index.mjs +57 -32
- package/package.json +16 -6
- package/api-types/storeApiTypes.overrides.ts +0 -48
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file is auto-generated. Do not make direct changes to the file.
|
|
3
3
|
* Instead override it in your shopware.d.ts file.
|
|
4
4
|
*
|
|
5
|
-
* Shopware API version: 6.
|
|
5
|
+
* Shopware API version: 6.7.1.0
|
|
6
6
|
*
|
|
7
7
|
*/
|
|
8
8
|
type GenericRecord =
|
|
@@ -16,6 +16,10 @@ type GenericRecord =
|
|
|
16
16
|
};
|
|
17
17
|
export type components = {
|
|
18
18
|
schemas: Schemas;
|
|
19
|
+
parameters: {
|
|
20
|
+
accept: string;
|
|
21
|
+
contentType: string;
|
|
22
|
+
};
|
|
19
23
|
};
|
|
20
24
|
export type Schemas = {
|
|
21
25
|
AbstractDynamicPageOpenedPayload: {
|
|
@@ -313,6 +317,11 @@ export type Schemas = {
|
|
|
313
317
|
* @default false
|
|
314
318
|
*/
|
|
315
319
|
canSendRequestEmail?: boolean;
|
|
320
|
+
/**
|
|
321
|
+
* Indicates if the wishlist is enabled
|
|
322
|
+
* @default false
|
|
323
|
+
*/
|
|
324
|
+
enableWishlist?: boolean;
|
|
316
325
|
/**
|
|
317
326
|
* The mode of the interaction
|
|
318
327
|
* @enum {string}
|
|
@@ -390,12 +399,29 @@ export type Schemas = {
|
|
|
390
399
|
/** Format: date-time */
|
|
391
400
|
readonly updatedAt?: string;
|
|
392
401
|
};
|
|
402
|
+
B2bComponentsAdvancedProductCatalogs: {
|
|
403
|
+
autoAddNewCategories?: boolean;
|
|
404
|
+
categories?: components["schemas"]["Category"][];
|
|
405
|
+
/** Format: date-time */
|
|
406
|
+
readonly createdAt?: string;
|
|
407
|
+
id: string;
|
|
408
|
+
organizationId: string;
|
|
409
|
+
salesChannelId: string;
|
|
410
|
+
/** Format: date-time */
|
|
411
|
+
readonly updatedAt?: string;
|
|
412
|
+
};
|
|
393
413
|
B2bComponentsApprovalRule: {
|
|
414
|
+
active: boolean;
|
|
394
415
|
affectedRole?: components["schemas"]["B2bComponentsRole"];
|
|
395
416
|
affectedRoleId?: string;
|
|
417
|
+
conditions: GenericRecord;
|
|
396
418
|
/** Format: date-time */
|
|
397
419
|
readonly createdAt?: string;
|
|
398
|
-
|
|
420
|
+
description?: string;
|
|
421
|
+
id: string;
|
|
422
|
+
name: string;
|
|
423
|
+
/** Format: int64 */
|
|
424
|
+
priority: number;
|
|
399
425
|
reviewerRole?: components["schemas"]["B2bComponentsRole"];
|
|
400
426
|
reviewerRoleId?: string;
|
|
401
427
|
/** Format: date-time */
|
|
@@ -408,6 +434,40 @@ export type Schemas = {
|
|
|
408
434
|
/** Format: date-time */
|
|
409
435
|
readonly updatedAt?: string;
|
|
410
436
|
};
|
|
437
|
+
B2bComponentsOrganization: {
|
|
438
|
+
/** Format: date-time */
|
|
439
|
+
readonly createdAt?: string;
|
|
440
|
+
createdBy?: components["schemas"]["User"];
|
|
441
|
+
createdById?: string;
|
|
442
|
+
customer?: components["schemas"]["Customer"];
|
|
443
|
+
customerId: string;
|
|
444
|
+
customFields?: GenericRecord;
|
|
445
|
+
defaultBillingAddress?: components["schemas"]["CustomerAddress"];
|
|
446
|
+
defaultBillingAddressId: string;
|
|
447
|
+
defaultShippingAddress?: components["schemas"]["CustomerAddress"];
|
|
448
|
+
defaultShippingAddressId: string;
|
|
449
|
+
employees?: components["schemas"]["B2bEmployee"][];
|
|
450
|
+
id: string;
|
|
451
|
+
name: string;
|
|
452
|
+
organizationCustomerAddresses?: components["schemas"]["B2bComponentsOrganizationCustomerAddress"][];
|
|
453
|
+
paymentMethods?: components["schemas"]["PaymentMethod"][];
|
|
454
|
+
shippingMethods?: components["schemas"]["ShippingMethod"][];
|
|
455
|
+
/** Format: date-time */
|
|
456
|
+
readonly updatedAt?: string;
|
|
457
|
+
updatedBy?: components["schemas"]["User"];
|
|
458
|
+
updatedById?: string;
|
|
459
|
+
};
|
|
460
|
+
B2bComponentsOrganizationCustomerAddress: {
|
|
461
|
+
/** Format: date-time */
|
|
462
|
+
readonly createdAt?: string;
|
|
463
|
+
customerAddress?: components["schemas"]["CustomerAddress"];
|
|
464
|
+
customerAddressId: string;
|
|
465
|
+
id: string;
|
|
466
|
+
organizationId: string;
|
|
467
|
+
type: string;
|
|
468
|
+
/** Format: date-time */
|
|
469
|
+
readonly updatedAt?: string;
|
|
470
|
+
};
|
|
411
471
|
B2bComponentsPendingOrder: {
|
|
412
472
|
addresses?: components["schemas"]["B2bComponentsPendingOrderAddress"][];
|
|
413
473
|
/** Format: float */
|
|
@@ -418,6 +478,7 @@ export type Schemas = {
|
|
|
418
478
|
approvalRuleId?: string;
|
|
419
479
|
billingAddress?: components["schemas"]["B2bComponentsPendingOrderAddress"];
|
|
420
480
|
billingAddressId: string;
|
|
481
|
+
cartPayload: string;
|
|
421
482
|
country?: components["schemas"]["Country"];
|
|
422
483
|
countryId: string;
|
|
423
484
|
/** Format: date-time */
|
|
@@ -431,7 +492,7 @@ export type Schemas = {
|
|
|
431
492
|
decidedById?: string;
|
|
432
493
|
employee?: components["schemas"]["B2bEmployee"];
|
|
433
494
|
employeeId: string;
|
|
434
|
-
id
|
|
495
|
+
id: string;
|
|
435
496
|
language?: components["schemas"]["Language"];
|
|
436
497
|
languageId: string;
|
|
437
498
|
order?: components["schemas"]["Order"];
|
|
@@ -493,6 +554,8 @@ export type Schemas = {
|
|
|
493
554
|
/** Format: date-time */
|
|
494
555
|
readonly createdAt?: string;
|
|
495
556
|
customFields?: GenericRecord;
|
|
557
|
+
/** Runtime field, cannot be used as part of the criteria. */
|
|
558
|
+
default?: boolean;
|
|
496
559
|
id: string;
|
|
497
560
|
name: string;
|
|
498
561
|
permissions?: GenericRecord[];
|
|
@@ -509,6 +572,23 @@ export type Schemas = {
|
|
|
509
572
|
customFields?: GenericRecord;
|
|
510
573
|
employee?: components["schemas"]["B2bEmployee"];
|
|
511
574
|
employeeId?: string;
|
|
575
|
+
extensions?: {
|
|
576
|
+
organization?: {
|
|
577
|
+
data?: {
|
|
578
|
+
/** @example b4c1948c087fafc89a88450fcbb64c77 */
|
|
579
|
+
id?: string;
|
|
580
|
+
/** @example b2b_components_organization */
|
|
581
|
+
type?: string;
|
|
582
|
+
};
|
|
583
|
+
links?: {
|
|
584
|
+
/**
|
|
585
|
+
* Format: uri-reference
|
|
586
|
+
* @example /b2b-components-shopping-list/23cb3bfda723e05b43cb25a427ee5a25/organization
|
|
587
|
+
*/
|
|
588
|
+
related?: string;
|
|
589
|
+
};
|
|
590
|
+
};
|
|
591
|
+
};
|
|
512
592
|
id: string;
|
|
513
593
|
lineItems?: components["schemas"]["B2bComponentsShoppingListLineItem"][];
|
|
514
594
|
name?: string;
|
|
@@ -526,6 +606,23 @@ export type Schemas = {
|
|
|
526
606
|
customerId: string;
|
|
527
607
|
customFields?: GenericRecord;
|
|
528
608
|
employeeId?: string;
|
|
609
|
+
extensions?: {
|
|
610
|
+
organization?: {
|
|
611
|
+
data?: {
|
|
612
|
+
/** @example b4c1948c087fafc89a88450fcbb64c77 */
|
|
613
|
+
id?: string;
|
|
614
|
+
/** @example b2b_components_organization */
|
|
615
|
+
type?: string;
|
|
616
|
+
};
|
|
617
|
+
links?: {
|
|
618
|
+
/**
|
|
619
|
+
* Format: uri-reference
|
|
620
|
+
* @example /b2b-components-shopping-list/23cb3bfda723e05b43cb25a427ee5a25/organization
|
|
621
|
+
*/
|
|
622
|
+
related?: string;
|
|
623
|
+
};
|
|
624
|
+
};
|
|
625
|
+
};
|
|
529
626
|
id: string;
|
|
530
627
|
name?: string;
|
|
531
628
|
price?: components["schemas"]["Price"][];
|
|
@@ -624,7 +721,6 @@ export type Schemas = {
|
|
|
624
721
|
readonly updatedAt?: string;
|
|
625
722
|
};
|
|
626
723
|
B2bEmployee: {
|
|
627
|
-
active?: boolean;
|
|
628
724
|
/** Format: date-time */
|
|
629
725
|
readonly createdAt?: string;
|
|
630
726
|
customFields?: GenericRecord;
|
|
@@ -635,6 +731,7 @@ export type Schemas = {
|
|
|
635
731
|
languageId: string;
|
|
636
732
|
lastName: string;
|
|
637
733
|
role?: components["schemas"]["B2bComponentsRole"];
|
|
734
|
+
status?: string;
|
|
638
735
|
/** Format: date-time */
|
|
639
736
|
readonly updatedAt?: string;
|
|
640
737
|
};
|
|
@@ -735,7 +832,6 @@ export type Schemas = {
|
|
|
735
832
|
taxStatus: "net" | "tax-free";
|
|
736
833
|
totalPrice: number;
|
|
737
834
|
unitPrice: number;
|
|
738
|
-
/** Format: ^[0-9a-f]{32}$ */
|
|
739
835
|
variantId?: string | null;
|
|
740
836
|
};
|
|
741
837
|
Cart: {
|
|
@@ -876,7 +972,6 @@ export type Schemas = {
|
|
|
876
972
|
price?: number;
|
|
877
973
|
} | null;
|
|
878
974
|
unitName: string;
|
|
879
|
-
/** Format: ^[0-9a-f]{32}$ */
|
|
880
975
|
variantId?: string | null;
|
|
881
976
|
};
|
|
882
977
|
Category: {
|
|
@@ -885,7 +980,7 @@ export type Schemas = {
|
|
|
885
980
|
afterCategoryVersionId?: string;
|
|
886
981
|
/** @enum {string} */
|
|
887
982
|
apiAlias: "category";
|
|
888
|
-
breadcrumb: string[];
|
|
983
|
+
readonly breadcrumb: string[];
|
|
889
984
|
/** Format: int64 */
|
|
890
985
|
readonly childCount: number;
|
|
891
986
|
children: components["schemas"]["Category"][];
|
|
@@ -918,6 +1013,8 @@ export type Schemas = {
|
|
|
918
1013
|
parentVersionId?: string;
|
|
919
1014
|
readonly path?: string;
|
|
920
1015
|
productAssignmentType?: string;
|
|
1016
|
+
/** Runtime field, cannot be used as part of the criteria. */
|
|
1017
|
+
seoUrl?: string;
|
|
921
1018
|
seoUrls?: components["schemas"]["SeoUrl"][];
|
|
922
1019
|
tags?: components["schemas"]["Tag"][];
|
|
923
1020
|
translated: {
|
|
@@ -940,6 +1037,7 @@ export type Schemas = {
|
|
|
940
1037
|
parentVersionId: string;
|
|
941
1038
|
path: string;
|
|
942
1039
|
productAssignmentType: string;
|
|
1040
|
+
seoUrl: string;
|
|
943
1041
|
type: string;
|
|
944
1042
|
versionId: string;
|
|
945
1043
|
};
|
|
@@ -1080,6 +1178,8 @@ export type Schemas = {
|
|
|
1080
1178
|
};
|
|
1081
1179
|
};
|
|
1082
1180
|
};
|
|
1181
|
+
/** Runtime field, cannot be used as part of the criteria. */
|
|
1182
|
+
seoUrl?: string;
|
|
1083
1183
|
translated: {
|
|
1084
1184
|
afterCategoryId: string;
|
|
1085
1185
|
afterCategoryVersionId: string;
|
|
@@ -1099,6 +1199,7 @@ export type Schemas = {
|
|
|
1099
1199
|
parentVersionId: string;
|
|
1100
1200
|
path: string;
|
|
1101
1201
|
productAssignmentType: string;
|
|
1202
|
+
seoUrl: string;
|
|
1102
1203
|
type: string;
|
|
1103
1204
|
versionId: string;
|
|
1104
1205
|
};
|
|
@@ -1275,22 +1376,12 @@ export type Schemas = {
|
|
|
1275
1376
|
};
|
|
1276
1377
|
id?: string;
|
|
1277
1378
|
mobileBehavior?: string;
|
|
1379
|
+
name?: string;
|
|
1278
1380
|
page?: components["schemas"]["CmsPage"];
|
|
1279
1381
|
pageId: string;
|
|
1280
1382
|
/** Format: int64 */
|
|
1281
1383
|
position: number;
|
|
1282
1384
|
sizingMode?: string;
|
|
1283
|
-
translated: {
|
|
1284
|
-
backgroundColor: string;
|
|
1285
|
-
backgroundMediaId: string;
|
|
1286
|
-
backgroundMediaMode: string;
|
|
1287
|
-
cmsPageVersionId: string;
|
|
1288
|
-
cssClass: string;
|
|
1289
|
-
mobileBehavior: string;
|
|
1290
|
-
pageId: string;
|
|
1291
|
-
sizingMode: string;
|
|
1292
|
-
type: string;
|
|
1293
|
-
};
|
|
1294
1385
|
/** @enum {string} */
|
|
1295
1386
|
type: "default" | "sidebar";
|
|
1296
1387
|
/** Format: date-time */
|
|
@@ -1307,11 +1398,13 @@ export type Schemas = {
|
|
|
1307
1398
|
block?: components["schemas"]["CmsBlock"];
|
|
1308
1399
|
blockId: string;
|
|
1309
1400
|
cmsBlockVersionId?: string;
|
|
1401
|
+
config?: GenericRecord;
|
|
1310
1402
|
/** Format: date-time */
|
|
1311
1403
|
readonly createdAt?: string;
|
|
1312
1404
|
customFields?: {
|
|
1313
1405
|
_uniqueIdentifier?: string;
|
|
1314
1406
|
};
|
|
1407
|
+
readonly data?: GenericRecord;
|
|
1315
1408
|
extensions?: {
|
|
1316
1409
|
swagCmsExtensionsForm?: {
|
|
1317
1410
|
data?: {
|
|
@@ -1350,6 +1443,29 @@ export type Schemas = {
|
|
|
1350
1443
|
readonly updatedAt?: string;
|
|
1351
1444
|
versionId?: string;
|
|
1352
1445
|
};
|
|
1446
|
+
ContextMeasurementSystemInfo: {
|
|
1447
|
+
/**
|
|
1448
|
+
* The measurement system used in the store. 'metric' for metric system, 'imperial' for imperial system.
|
|
1449
|
+
* @default metric
|
|
1450
|
+
* @enum {string}
|
|
1451
|
+
*/
|
|
1452
|
+
system?: "metric" | "imperial";
|
|
1453
|
+
/** Units used in the measurement system. */
|
|
1454
|
+
units?: {
|
|
1455
|
+
/**
|
|
1456
|
+
* Unit of length.
|
|
1457
|
+
* @default mm
|
|
1458
|
+
* @enum {string}
|
|
1459
|
+
*/
|
|
1460
|
+
length?: "mm" | "cm" | "m" | "in" | "ft";
|
|
1461
|
+
/**
|
|
1462
|
+
* Unit of weight.
|
|
1463
|
+
* @default kg
|
|
1464
|
+
* @enum {string}
|
|
1465
|
+
*/
|
|
1466
|
+
weight?: "g" | "kg" | "oz" | "lb";
|
|
1467
|
+
};
|
|
1468
|
+
};
|
|
1353
1469
|
Country: {
|
|
1354
1470
|
active?: boolean;
|
|
1355
1471
|
addressFormat: GenericRecord;
|
|
@@ -1524,7 +1640,7 @@ export type Schemas = {
|
|
|
1524
1640
|
CreateInteractionRequestBody: components["schemas"]["DynamicInteractionBody"];
|
|
1525
1641
|
Criteria: {
|
|
1526
1642
|
aggregations?: components["schemas"]["Aggregation"][];
|
|
1527
|
-
associations?: components["schemas"]["
|
|
1643
|
+
associations?: components["schemas"]["Associations"];
|
|
1528
1644
|
/** Fields which should be returned in the search result. */
|
|
1529
1645
|
fields?: string[];
|
|
1530
1646
|
/** List of filters to restrict the search result. For more information, see [Search Queries > Filter](https://shopware.stoplight.io/docs/store-api/docs/concepts/search-queries.md#filter) */
|
|
@@ -1716,8 +1832,6 @@ export type Schemas = {
|
|
|
1716
1832
|
customFields?: GenericRecord;
|
|
1717
1833
|
defaultBillingAddress?: components["schemas"]["CustomerAddress"];
|
|
1718
1834
|
defaultBillingAddressId: string;
|
|
1719
|
-
defaultPaymentMethod?: components["schemas"]["PaymentMethod"];
|
|
1720
|
-
defaultPaymentMethodId: string;
|
|
1721
1835
|
defaultShippingAddress?: components["schemas"]["CustomerAddress"];
|
|
1722
1836
|
defaultShippingAddressId: string;
|
|
1723
1837
|
/** Format: date-time */
|
|
@@ -1786,16 +1900,6 @@ export type Schemas = {
|
|
|
1786
1900
|
company: string;
|
|
1787
1901
|
vatIds: [string, ...string[]];
|
|
1788
1902
|
}
|
|
1789
|
-
| {
|
|
1790
|
-
/** @enum {string} */
|
|
1791
|
-
accountType: "private";
|
|
1792
|
-
}
|
|
1793
|
-
| {
|
|
1794
|
-
/** @enum {string} */
|
|
1795
|
-
accountType: "business";
|
|
1796
|
-
company: string;
|
|
1797
|
-
vatIds: [string, ...string[]];
|
|
1798
|
-
}
|
|
1799
1903
|
);
|
|
1800
1904
|
CustomerAddress: {
|
|
1801
1905
|
additionalAddressLine1?: string;
|
|
@@ -1811,7 +1915,26 @@ export type Schemas = {
|
|
|
1811
1915
|
customerId: string;
|
|
1812
1916
|
customFields?: GenericRecord;
|
|
1813
1917
|
department?: string;
|
|
1918
|
+
extensions?: {
|
|
1919
|
+
organizationCustomerAddresses?: {
|
|
1920
|
+
data?: {
|
|
1921
|
+
/** @example ada6a19a929bea8dbec29edb3d68df58 */
|
|
1922
|
+
id?: string;
|
|
1923
|
+
/** @example b2b_components_organization_customer_address */
|
|
1924
|
+
type?: string;
|
|
1925
|
+
}[];
|
|
1926
|
+
links?: {
|
|
1927
|
+
/**
|
|
1928
|
+
* Format: uri-reference
|
|
1929
|
+
* @example /customer-address/1b4b031005f93d02d887e7d66efb653b/organizationCustomerAddresses
|
|
1930
|
+
*/
|
|
1931
|
+
related?: string;
|
|
1932
|
+
};
|
|
1933
|
+
};
|
|
1934
|
+
};
|
|
1814
1935
|
firstName: string;
|
|
1936
|
+
/** Runtime field, cannot be used as part of the criteria. */
|
|
1937
|
+
hash?: string;
|
|
1815
1938
|
id: string;
|
|
1816
1939
|
lastName: string;
|
|
1817
1940
|
phoneNumber?: string;
|
|
@@ -1845,13 +1968,12 @@ export type Schemas = {
|
|
|
1845
1968
|
};
|
|
1846
1969
|
CustomerAddressRead: {
|
|
1847
1970
|
country: components["schemas"]["Country"];
|
|
1848
|
-
countryState?: components["schemas"]["CountryState"];
|
|
1971
|
+
countryState?: components["schemas"]["CountryState"] | null;
|
|
1849
1972
|
/** Format: date-time */
|
|
1850
1973
|
createdAt: string;
|
|
1851
1974
|
readonly customerId: string;
|
|
1852
1975
|
readonly id?: string;
|
|
1853
1976
|
salutation: components["schemas"]["Salutation"];
|
|
1854
|
-
/** Format: date-time */
|
|
1855
1977
|
updatedAt: string | null;
|
|
1856
1978
|
};
|
|
1857
1979
|
CustomerGroup: {
|
|
@@ -1904,6 +2026,7 @@ export type Schemas = {
|
|
|
1904
2026
|
customerId: string;
|
|
1905
2027
|
customFields?: GenericRecord;
|
|
1906
2028
|
id: string;
|
|
2029
|
+
products?: components["schemas"]["CustomerWishlistProduct"][];
|
|
1907
2030
|
/** Format: date-time */
|
|
1908
2031
|
readonly updatedAt?: string;
|
|
1909
2032
|
};
|
|
@@ -1916,7 +2039,6 @@ export type Schemas = {
|
|
|
1916
2039
|
/** Format: date-time */
|
|
1917
2040
|
readonly updatedAt?: string;
|
|
1918
2041
|
};
|
|
1919
|
-
DeliveryInformation: unknown;
|
|
1920
2042
|
DeliveryTime: {
|
|
1921
2043
|
/** Format: date-time */
|
|
1922
2044
|
readonly createdAt?: string;
|
|
@@ -1953,12 +2075,14 @@ export type Schemas = {
|
|
|
1953
2075
|
customFields?: GenericRecord;
|
|
1954
2076
|
deepLinkCode: string;
|
|
1955
2077
|
dependentDocuments?: components["schemas"]["Document"][];
|
|
2078
|
+
documentA11yMediaFile?: components["schemas"]["Media"];
|
|
2079
|
+
documentA11yMediaFileId?: string;
|
|
1956
2080
|
documentMediaFile?: components["schemas"]["Media"];
|
|
1957
2081
|
documentMediaFileId?: string;
|
|
1958
2082
|
documentNumber?: string;
|
|
1959
2083
|
documentType?: components["schemas"]["DocumentType"];
|
|
1960
2084
|
documentTypeId: string;
|
|
1961
|
-
fileType
|
|
2085
|
+
fileType?: string;
|
|
1962
2086
|
id: string;
|
|
1963
2087
|
order?: components["schemas"]["Order"];
|
|
1964
2088
|
orderId: string;
|
|
@@ -2092,6 +2216,24 @@ export type Schemas = {
|
|
|
2092
2216
|
/** Format: date-time */
|
|
2093
2217
|
readonly updatedAt?: string;
|
|
2094
2218
|
};
|
|
2219
|
+
DsrCmsSlide: {
|
|
2220
|
+
cmsSection?: components["schemas"]["CmsSection"];
|
|
2221
|
+
cmsSectionId: string;
|
|
2222
|
+
cmsSectionVersionId?: string;
|
|
2223
|
+
/** Format: date-time */
|
|
2224
|
+
readonly createdAt?: string;
|
|
2225
|
+
id: string;
|
|
2226
|
+
slideName: string;
|
|
2227
|
+
translated: {
|
|
2228
|
+
cmsSectionId: string;
|
|
2229
|
+
cmsSectionVersionId: string;
|
|
2230
|
+
slideName: string;
|
|
2231
|
+
versionId: string;
|
|
2232
|
+
};
|
|
2233
|
+
/** Format: date-time */
|
|
2234
|
+
readonly updatedAt?: string;
|
|
2235
|
+
versionId?: string;
|
|
2236
|
+
};
|
|
2095
2237
|
DsrInteraction: {
|
|
2096
2238
|
/** Format: date-time */
|
|
2097
2239
|
readonly createdAt?: string;
|
|
@@ -2550,7 +2692,7 @@ export type Schemas = {
|
|
|
2550
2692
|
};
|
|
2551
2693
|
LineItem: {
|
|
2552
2694
|
children?: components["schemas"]["LineItem"][];
|
|
2553
|
-
cover
|
|
2695
|
+
cover: components["schemas"]["Media"] | null;
|
|
2554
2696
|
dataContextHash?: string;
|
|
2555
2697
|
dataTimestamp?: string;
|
|
2556
2698
|
deliveryInformation: components["schemas"]["CartDeliveryInformation"];
|
|
@@ -2755,6 +2897,62 @@ export type Schemas = {
|
|
|
2755
2897
|
/** Format: date-time */
|
|
2756
2898
|
readonly updatedAt?: string;
|
|
2757
2899
|
};
|
|
2900
|
+
MeasurementDisplayUnit: {
|
|
2901
|
+
/** Format: date-time */
|
|
2902
|
+
readonly createdAt?: string;
|
|
2903
|
+
default: boolean;
|
|
2904
|
+
/** Format: float */
|
|
2905
|
+
factor: number;
|
|
2906
|
+
id: string;
|
|
2907
|
+
measurementSystem?: components["schemas"]["MeasurementSystem"];
|
|
2908
|
+
measurementSystemId: string;
|
|
2909
|
+
/** Format: int64 */
|
|
2910
|
+
precision: number;
|
|
2911
|
+
shortName: string;
|
|
2912
|
+
translated: {
|
|
2913
|
+
measurementSystemId: string;
|
|
2914
|
+
shortName: string;
|
|
2915
|
+
type: string;
|
|
2916
|
+
};
|
|
2917
|
+
type: string;
|
|
2918
|
+
/** Format: date-time */
|
|
2919
|
+
readonly updatedAt?: string;
|
|
2920
|
+
};
|
|
2921
|
+
MeasurementSystem: {
|
|
2922
|
+
/** Format: date-time */
|
|
2923
|
+
readonly createdAt?: string;
|
|
2924
|
+
id: string;
|
|
2925
|
+
technicalName: string;
|
|
2926
|
+
translated: {
|
|
2927
|
+
technicalName: string;
|
|
2928
|
+
};
|
|
2929
|
+
units?: components["schemas"]["MeasurementDisplayUnit"][];
|
|
2930
|
+
/** Format: date-time */
|
|
2931
|
+
readonly updatedAt?: string;
|
|
2932
|
+
};
|
|
2933
|
+
MeasurementUnits: {
|
|
2934
|
+
/**
|
|
2935
|
+
* The measurement system used in the store. 'metric' for metric system, 'imperial' for imperial system.
|
|
2936
|
+
* @default metric
|
|
2937
|
+
* @enum {string}
|
|
2938
|
+
*/
|
|
2939
|
+
system?: "metric" | "imperial";
|
|
2940
|
+
/** Units used in the measurement system. */
|
|
2941
|
+
units?: {
|
|
2942
|
+
/**
|
|
2943
|
+
* Unit of length.
|
|
2944
|
+
* @default mm
|
|
2945
|
+
* @enum {string}
|
|
2946
|
+
*/
|
|
2947
|
+
length?: "mm" | "cm" | "m" | "in" | "ft";
|
|
2948
|
+
/**
|
|
2949
|
+
* Unit of weight.
|
|
2950
|
+
* @default kg
|
|
2951
|
+
* @enum {string}
|
|
2952
|
+
*/
|
|
2953
|
+
weight?: "g" | "kg" | "oz" | "lb";
|
|
2954
|
+
};
|
|
2955
|
+
};
|
|
2758
2956
|
Media: {
|
|
2759
2957
|
alt?: string;
|
|
2760
2958
|
/** @enum {string} */
|
|
@@ -2780,14 +2978,14 @@ export type Schemas = {
|
|
|
2780
2978
|
};
|
|
2781
2979
|
};
|
|
2782
2980
|
};
|
|
2783
|
-
|
|
2981
|
+
fileExtension: string;
|
|
2784
2982
|
fileName: string;
|
|
2785
2983
|
/** Format: int64 */
|
|
2786
2984
|
readonly fileSize?: number;
|
|
2787
2985
|
/** Runtime field, cannot be used as part of the criteria. */
|
|
2788
2986
|
hasFile: boolean;
|
|
2789
2987
|
id: string;
|
|
2790
|
-
metaData?: {
|
|
2988
|
+
readonly metaData?: {
|
|
2791
2989
|
/** Format: int64 */
|
|
2792
2990
|
height?: number;
|
|
2793
2991
|
/** Format: int64 */
|
|
@@ -2912,6 +3110,40 @@ export type Schemas = {
|
|
|
2912
3110
|
/** Format: date-time */
|
|
2913
3111
|
readonly updatedAt?: string;
|
|
2914
3112
|
};
|
|
3113
|
+
NoneFieldsCriteria: {
|
|
3114
|
+
aggregations?: components["schemas"]["Aggregation"][];
|
|
3115
|
+
associations?: components["schemas"]["Associations"];
|
|
3116
|
+
/** List of filters to restrict the search result. For more information, see [Search Queries > Filter](https://shopware.stoplight.io/docs/store-api/docs/concepts/search-queries.md#filter) */
|
|
3117
|
+
filter?: (
|
|
3118
|
+
| components["schemas"]["SimpleFilter"]
|
|
3119
|
+
| components["schemas"]["EqualsFilter"]
|
|
3120
|
+
| components["schemas"]["MultiNotFilter"]
|
|
3121
|
+
| components["schemas"]["RangeFilter"]
|
|
3122
|
+
)[];
|
|
3123
|
+
/** Perform groupings over certain fields */
|
|
3124
|
+
grouping?: string[];
|
|
3125
|
+
/** List of ids to search for */
|
|
3126
|
+
ids?: string[];
|
|
3127
|
+
includes?: components["schemas"]["Includes"];
|
|
3128
|
+
/** Number of items per result page */
|
|
3129
|
+
limit?: number;
|
|
3130
|
+
/** Search result page */
|
|
3131
|
+
page?: number;
|
|
3132
|
+
/** Filters that applied without affecting aggregations. For more information, see [Search Queries > Post Filter](https://shopware.stoplight.io/docs/store-api/docs/concepts/search-queries.md#post-filter) */
|
|
3133
|
+
"post-filter"?: (
|
|
3134
|
+
| components["schemas"]["SimpleFilter"]
|
|
3135
|
+
| components["schemas"]["EqualsFilter"]
|
|
3136
|
+
| components["schemas"]["MultiNotFilter"]
|
|
3137
|
+
| components["schemas"]["RangeFilter"]
|
|
3138
|
+
)[];
|
|
3139
|
+
/** The query string to search for */
|
|
3140
|
+
query?: string;
|
|
3141
|
+
/** Sorting in the search result. */
|
|
3142
|
+
sort?: components["schemas"]["Sort"][];
|
|
3143
|
+
/** Search term */
|
|
3144
|
+
term?: string;
|
|
3145
|
+
"total-count-mode"?: components["schemas"]["TotalCountMode"];
|
|
3146
|
+
};
|
|
2915
3147
|
Notification: {
|
|
2916
3148
|
/** Format: date-time */
|
|
2917
3149
|
readonly createdAt?: string;
|
|
@@ -2971,6 +3203,36 @@ export type Schemas = {
|
|
|
2971
3203
|
deliveries?: components["schemas"]["OrderDelivery"][];
|
|
2972
3204
|
documents: components["schemas"]["Document"][];
|
|
2973
3205
|
extensions?: {
|
|
3206
|
+
orderEmployee?: {
|
|
3207
|
+
data?: {
|
|
3208
|
+
/** @example 5ea451c08a87db806089c4031601c29a */
|
|
3209
|
+
id?: string;
|
|
3210
|
+
/** @example b2b_order_employee */
|
|
3211
|
+
type?: string;
|
|
3212
|
+
}[];
|
|
3213
|
+
links?: {
|
|
3214
|
+
/**
|
|
3215
|
+
* Format: uri-reference
|
|
3216
|
+
* @example /order/a240fa27925a635b08dc28c9e4f9216d/orderEmployee
|
|
3217
|
+
*/
|
|
3218
|
+
related?: string;
|
|
3219
|
+
};
|
|
3220
|
+
};
|
|
3221
|
+
organization?: {
|
|
3222
|
+
data?: {
|
|
3223
|
+
/** @example b4c1948c087fafc89a88450fcbb64c77 */
|
|
3224
|
+
id?: string;
|
|
3225
|
+
/** @example b2b_components_organization */
|
|
3226
|
+
type?: string;
|
|
3227
|
+
};
|
|
3228
|
+
links?: {
|
|
3229
|
+
/**
|
|
3230
|
+
* Format: uri-reference
|
|
3231
|
+
* @example /order/a240fa27925a635b08dc28c9e4f9216d/organization
|
|
3232
|
+
*/
|
|
3233
|
+
related?: string;
|
|
3234
|
+
};
|
|
3235
|
+
};
|
|
2974
3236
|
quote?: {
|
|
2975
3237
|
data?: {
|
|
2976
3238
|
/** @example 7a674c327bfa07f7c1204fb38ca6ef3b */
|
|
@@ -3029,6 +3291,12 @@ export type Schemas = {
|
|
|
3029
3291
|
/** Format: float */
|
|
3030
3292
|
readonly positionPrice?: number;
|
|
3031
3293
|
price: components["schemas"]["CalculatedPrice"];
|
|
3294
|
+
primaryOrderDelivery?: components["schemas"]["OrderDelivery"];
|
|
3295
|
+
primaryOrderDeliveryId?: string;
|
|
3296
|
+
primaryOrderDeliveryVersionId?: string;
|
|
3297
|
+
primaryOrderTransaction?: components["schemas"]["OrderTransaction"];
|
|
3298
|
+
primaryOrderTransactionId?: string;
|
|
3299
|
+
primaryOrderTransactionVersionId?: string;
|
|
3032
3300
|
salesChannelId: string;
|
|
3033
3301
|
shippingCosts?: {
|
|
3034
3302
|
calculatedTaxes?: GenericRecord;
|
|
@@ -3058,6 +3326,7 @@ export type Schemas = {
|
|
|
3058
3326
|
source?: string;
|
|
3059
3327
|
stateMachineState: components["schemas"]["StateMachineState"];
|
|
3060
3328
|
tags?: components["schemas"]["Tag"][];
|
|
3329
|
+
taxCalculationType?: string;
|
|
3061
3330
|
readonly taxStatus?: string;
|
|
3062
3331
|
transactions?: components["schemas"]["OrderTransaction"][];
|
|
3063
3332
|
/** Format: date-time */
|
|
@@ -3079,6 +3348,8 @@ export type Schemas = {
|
|
|
3079
3348
|
customFields?: GenericRecord;
|
|
3080
3349
|
department?: string;
|
|
3081
3350
|
firstName: string;
|
|
3351
|
+
/** Runtime field, cannot be used as part of the criteria. */
|
|
3352
|
+
hash?: string;
|
|
3082
3353
|
id: string;
|
|
3083
3354
|
lastName: string;
|
|
3084
3355
|
phoneNumber?: string;
|
|
@@ -3637,8 +3908,6 @@ export type Schemas = {
|
|
|
3637
3908
|
PaymentMethod: {
|
|
3638
3909
|
active?: boolean;
|
|
3639
3910
|
afterOrderEnabled?: boolean;
|
|
3640
|
-
/** Runtime field, cannot be used as part of the criteria. */
|
|
3641
|
-
readonly asynchronous?: boolean;
|
|
3642
3911
|
/** Format: date-time */
|
|
3643
3912
|
readonly createdAt?: string;
|
|
3644
3913
|
customFields?: GenericRecord;
|
|
@@ -3651,16 +3920,8 @@ export type Schemas = {
|
|
|
3651
3920
|
/** Format: int64 */
|
|
3652
3921
|
position?: number;
|
|
3653
3922
|
/** Runtime field, cannot be used as part of the criteria. */
|
|
3654
|
-
readonly prepared?: boolean;
|
|
3655
|
-
/** Runtime field, cannot be used as part of the criteria. */
|
|
3656
|
-
readonly recurring?: boolean;
|
|
3657
|
-
/** Runtime field, cannot be used as part of the criteria. */
|
|
3658
|
-
readonly refundable?: boolean;
|
|
3659
|
-
/** Runtime field, cannot be used as part of the criteria. */
|
|
3660
3923
|
shortName?: string;
|
|
3661
|
-
|
|
3662
|
-
readonly synchronous?: boolean;
|
|
3663
|
-
technicalName?: string;
|
|
3924
|
+
technicalName: string;
|
|
3664
3925
|
translated: {
|
|
3665
3926
|
description: string;
|
|
3666
3927
|
distinguishableName: string;
|
|
@@ -3675,8 +3936,6 @@ export type Schemas = {
|
|
|
3675
3936
|
PaymentMethodJsonApi: components["schemas"]["resource"] & {
|
|
3676
3937
|
active?: boolean;
|
|
3677
3938
|
afterOrderEnabled?: boolean;
|
|
3678
|
-
/** Runtime field, cannot be used as part of the criteria. */
|
|
3679
|
-
readonly asynchronous?: boolean;
|
|
3680
3939
|
/** Format: date-time */
|
|
3681
3940
|
readonly createdAt?: string;
|
|
3682
3941
|
customFields?: GenericRecord;
|
|
@@ -3687,12 +3946,6 @@ export type Schemas = {
|
|
|
3687
3946
|
name: string;
|
|
3688
3947
|
/** Format: int64 */
|
|
3689
3948
|
position?: number;
|
|
3690
|
-
/** Runtime field, cannot be used as part of the criteria. */
|
|
3691
|
-
readonly prepared?: boolean;
|
|
3692
|
-
/** Runtime field, cannot be used as part of the criteria. */
|
|
3693
|
-
readonly recurring?: boolean;
|
|
3694
|
-
/** Runtime field, cannot be used as part of the criteria. */
|
|
3695
|
-
readonly refundable?: boolean;
|
|
3696
3949
|
relationships?: {
|
|
3697
3950
|
media?: {
|
|
3698
3951
|
data?: {
|
|
@@ -3712,9 +3965,7 @@ export type Schemas = {
|
|
|
3712
3965
|
};
|
|
3713
3966
|
/** Runtime field, cannot be used as part of the criteria. */
|
|
3714
3967
|
shortName?: string;
|
|
3715
|
-
|
|
3716
|
-
readonly synchronous?: boolean;
|
|
3717
|
-
technicalName?: string;
|
|
3968
|
+
technicalName: string;
|
|
3718
3969
|
translated: {
|
|
3719
3970
|
description: string;
|
|
3720
3971
|
distinguishableName: string;
|
|
@@ -3730,37 +3981,52 @@ export type Schemas = {
|
|
|
3730
3981
|
amountNet?: number | null;
|
|
3731
3982
|
amountTotal?: number | null;
|
|
3732
3983
|
approvalRuleId?: string;
|
|
3733
|
-
billingAddress?:
|
|
3984
|
+
billingAddress?: components["schemas"]["OrderAddress"];
|
|
3734
3985
|
cartPayload?: GenericRecord | string;
|
|
3735
|
-
country?: GenericRecord;
|
|
3986
|
+
country?: GenericRecord | null;
|
|
3736
3987
|
countryId?: string;
|
|
3737
|
-
currency?: GenericRecord;
|
|
3988
|
+
currency?: GenericRecord | null;
|
|
3738
3989
|
currencyId?: string;
|
|
3739
3990
|
customerId?: string;
|
|
3740
3991
|
decidedById?: string;
|
|
3741
3992
|
employeeId?: string;
|
|
3742
3993
|
/** Format: uuid */
|
|
3743
3994
|
id?: string;
|
|
3744
|
-
itemRounding?: GenericRecord;
|
|
3745
|
-
language?: GenericRecord;
|
|
3995
|
+
itemRounding?: GenericRecord | null;
|
|
3996
|
+
language?: GenericRecord | null;
|
|
3746
3997
|
languageId?: string;
|
|
3747
3998
|
lineItemCount?: number;
|
|
3748
3999
|
number?: string;
|
|
3749
4000
|
originalPrice?: number | null;
|
|
4001
|
+
paymentMethod?: components["schemas"]["PaymentMethod"];
|
|
3750
4002
|
paymentMethodId?: string;
|
|
3751
|
-
price?:
|
|
3752
|
-
|
|
3753
|
-
|
|
3754
|
-
|
|
3755
|
-
|
|
3756
|
-
|
|
3757
|
-
|
|
3758
|
-
|
|
3759
|
-
|
|
3760
|
-
|
|
3761
|
-
|
|
3762
|
-
|
|
3763
|
-
|
|
4003
|
+
price?: {
|
|
4004
|
+
calculatedTaxes?: GenericRecord;
|
|
4005
|
+
/** Format: float */
|
|
4006
|
+
netPrice: number;
|
|
4007
|
+
/** Format: float */
|
|
4008
|
+
positionPrice: number;
|
|
4009
|
+
/** Format: float */
|
|
4010
|
+
rawTotal: number;
|
|
4011
|
+
taxRules?: GenericRecord;
|
|
4012
|
+
taxStatus: string;
|
|
4013
|
+
/** Format: float */
|
|
4014
|
+
totalPrice: number;
|
|
4015
|
+
};
|
|
4016
|
+
reason?: string;
|
|
4017
|
+
salesChannel?: GenericRecord | null;
|
|
4018
|
+
salesChannelId?: string;
|
|
4019
|
+
shippingMethod?: components["schemas"]["ShippingMethod"];
|
|
4020
|
+
shippingMethodId?: string;
|
|
4021
|
+
stateId?: string;
|
|
4022
|
+
stateMachineState?: components["schemas"]["StateMachineState"];
|
|
4023
|
+
taxStatus?: string;
|
|
4024
|
+
totalRounding?: GenericRecord | null;
|
|
4025
|
+
};
|
|
4026
|
+
Plugin: {
|
|
4027
|
+
/** Format: date-time */
|
|
4028
|
+
readonly createdAt?: string;
|
|
4029
|
+
id?: string;
|
|
3764
4030
|
/** Format: date-time */
|
|
3765
4031
|
readonly updatedAt?: string;
|
|
3766
4032
|
};
|
|
@@ -3944,6 +4210,7 @@ export type Schemas = {
|
|
|
3944
4210
|
markAsTopseller?: boolean;
|
|
3945
4211
|
/** Format: int64 */
|
|
3946
4212
|
maxPurchase?: number;
|
|
4213
|
+
measurements?: components["schemas"]["ProductMeasurements"];
|
|
3947
4214
|
media?: components["schemas"]["ProductMedia"][];
|
|
3948
4215
|
metaDescription?: string;
|
|
3949
4216
|
metaTitle?: string;
|
|
@@ -4126,516 +4393,518 @@ export type Schemas = {
|
|
|
4126
4393
|
| "attendee.product.collection.disliked"
|
|
4127
4394
|
| "attendee.product.collection.removed";
|
|
4128
4395
|
};
|
|
4129
|
-
ProductJsonApi:
|
|
4130
|
-
|
|
4131
|
-
|
|
4132
|
-
|
|
4133
|
-
|
|
4134
|
-
|
|
4135
|
-
|
|
4136
|
-
|
|
4137
|
-
|
|
4138
|
-
|
|
4139
|
-
|
|
4140
|
-
|
|
4141
|
-
|
|
4142
|
-
|
|
4143
|
-
|
|
4144
|
-
|
|
4145
|
-
|
|
4146
|
-
|
|
4147
|
-
|
|
4148
|
-
|
|
4149
|
-
|
|
4150
|
-
|
|
4151
|
-
|
|
4152
|
-
|
|
4153
|
-
|
|
4154
|
-
|
|
4155
|
-
|
|
4156
|
-
|
|
4157
|
-
|
|
4158
|
-
|
|
4159
|
-
|
|
4160
|
-
|
|
4161
|
-
|
|
4162
|
-
|
|
4163
|
-
|
|
4164
|
-
|
|
4165
|
-
|
|
4166
|
-
|
|
4167
|
-
|
|
4168
|
-
|
|
4169
|
-
|
|
4170
|
-
|
|
4171
|
-
|
|
4172
|
-
|
|
4173
|
-
|
|
4174
|
-
reviewSummaries?: {
|
|
4175
|
-
data?: {
|
|
4176
|
-
/** @example c9c718522e64ffa5effb26cef94f4849 */
|
|
4177
|
-
id?: string;
|
|
4178
|
-
/** @example product_review_summary */
|
|
4179
|
-
type?: string;
|
|
4180
|
-
}[];
|
|
4181
|
-
links?: {
|
|
4182
|
-
/**
|
|
4183
|
-
* Format: uri-reference
|
|
4184
|
-
* @example /product/deb10517653c255364175796ace3553f/reviewSummaries
|
|
4185
|
-
*/
|
|
4186
|
-
related?: string;
|
|
4187
|
-
};
|
|
4188
|
-
};
|
|
4189
|
-
swagCustomizedProductsTemplate?: {
|
|
4190
|
-
data?: {
|
|
4191
|
-
/** @example 6e9fad30dd3cb84748a01bb8152f4769 */
|
|
4192
|
-
id?: string;
|
|
4193
|
-
/** @example swag_customized_products_template */
|
|
4194
|
-
type?: string;
|
|
4195
|
-
};
|
|
4196
|
-
links?: {
|
|
4197
|
-
/**
|
|
4198
|
-
* Format: uri-reference
|
|
4199
|
-
* @example /product/deb10517653c255364175796ace3553f/swagCustomizedProductsTemplate
|
|
4200
|
-
*/
|
|
4201
|
-
related?: string;
|
|
4202
|
-
};
|
|
4203
|
-
};
|
|
4204
|
-
};
|
|
4205
|
-
/** Format: float */
|
|
4206
|
-
height?: number;
|
|
4207
|
-
id: string;
|
|
4208
|
-
isCloseout?: boolean;
|
|
4209
|
-
/** Runtime field, cannot be used as part of the criteria. */
|
|
4210
|
-
isNew?: boolean;
|
|
4211
|
-
keywords?: string;
|
|
4212
|
-
/** Format: float */
|
|
4213
|
-
length?: number;
|
|
4214
|
-
manufacturerId?: string;
|
|
4215
|
-
manufacturerNumber?: string;
|
|
4216
|
-
markAsTopseller?: boolean;
|
|
4217
|
-
/** Format: int64 */
|
|
4218
|
-
maxPurchase?: number;
|
|
4219
|
-
metaDescription?: string;
|
|
4220
|
-
metaTitle?: string;
|
|
4221
|
-
/** Format: int64 */
|
|
4222
|
-
minPurchase?: number;
|
|
4223
|
-
name: string;
|
|
4224
|
-
readonly optionIds?: string[];
|
|
4225
|
-
packUnit?: string;
|
|
4226
|
-
packUnitPlural?: string;
|
|
4227
|
-
parentId?: string;
|
|
4228
|
-
parentVersionId?: string;
|
|
4229
|
-
productManufacturerVersionId?: string;
|
|
4230
|
-
productMediaVersionId?: string;
|
|
4231
|
-
productNumber: string;
|
|
4232
|
-
readonly propertyIds?: string[];
|
|
4233
|
-
/** Format: int64 */
|
|
4234
|
-
purchaseSteps?: number;
|
|
4235
|
-
/** Format: float */
|
|
4236
|
-
purchaseUnit?: number;
|
|
4237
|
-
/** Format: float */
|
|
4238
|
-
readonly ratingAverage?: number;
|
|
4239
|
-
/** Format: float */
|
|
4240
|
-
referenceUnit?: number;
|
|
4241
|
-
relationships?: {
|
|
4242
|
-
canonicalProduct?: {
|
|
4243
|
-
data?: {
|
|
4244
|
-
/** @example 023995a50b56c0de077323e958b2bbcd */
|
|
4245
|
-
id?: string;
|
|
4246
|
-
/** @example product */
|
|
4247
|
-
type?: string;
|
|
4248
|
-
};
|
|
4249
|
-
links?: {
|
|
4250
|
-
/**
|
|
4251
|
-
* Format: uri-reference
|
|
4252
|
-
* @example /product/deb10517653c255364175796ace3553f/canonicalProduct
|
|
4253
|
-
*/
|
|
4254
|
-
related?: string;
|
|
4255
|
-
};
|
|
4256
|
-
};
|
|
4257
|
-
categories?: {
|
|
4258
|
-
data?: {
|
|
4259
|
-
/** @example b0b5ccb4a195a07fd3eed14affb8695f */
|
|
4260
|
-
id?: string;
|
|
4261
|
-
/** @example category */
|
|
4262
|
-
type?: string;
|
|
4263
|
-
}[];
|
|
4264
|
-
links?: {
|
|
4265
|
-
/**
|
|
4266
|
-
* Format: uri-reference
|
|
4267
|
-
* @example /product/deb10517653c255364175796ace3553f/categories
|
|
4268
|
-
*/
|
|
4269
|
-
related?: string;
|
|
4270
|
-
};
|
|
4271
|
-
};
|
|
4272
|
-
categoriesRo?: {
|
|
4273
|
-
data?: {
|
|
4274
|
-
/** @example 7f0702d3a90d965b8c9158c451f43fdb */
|
|
4275
|
-
id?: string;
|
|
4276
|
-
/** @example category */
|
|
4277
|
-
type?: string;
|
|
4278
|
-
}[];
|
|
4279
|
-
links?: {
|
|
4280
|
-
/**
|
|
4281
|
-
* Format: uri-reference
|
|
4282
|
-
* @example /product/deb10517653c255364175796ace3553f/categoriesRo
|
|
4283
|
-
*/
|
|
4284
|
-
related?: string;
|
|
4285
|
-
};
|
|
4286
|
-
};
|
|
4287
|
-
children?: {
|
|
4288
|
-
data?: {
|
|
4289
|
-
/** @example 268184c12df027f536154d099d497b31 */
|
|
4290
|
-
id?: string;
|
|
4291
|
-
/** @example product */
|
|
4292
|
-
type?: string;
|
|
4293
|
-
}[];
|
|
4294
|
-
links?: {
|
|
4295
|
-
/**
|
|
4296
|
-
* Format: uri-reference
|
|
4297
|
-
* @example /product/deb10517653c255364175796ace3553f/children
|
|
4298
|
-
*/
|
|
4299
|
-
related?: string;
|
|
4300
|
-
};
|
|
4301
|
-
};
|
|
4302
|
-
cmsPage?: {
|
|
4303
|
-
data?: {
|
|
4304
|
-
/** @example 7b1460918b1abb93311108f3dc021c9b */
|
|
4305
|
-
id?: string;
|
|
4306
|
-
/** @example cms_page */
|
|
4307
|
-
type?: string;
|
|
4396
|
+
ProductJsonApi: unknown &
|
|
4397
|
+
components["schemas"]["resource"] & {
|
|
4398
|
+
active?: boolean;
|
|
4399
|
+
readonly available?: boolean;
|
|
4400
|
+
/** Format: int64 */
|
|
4401
|
+
readonly availableStock?: number;
|
|
4402
|
+
calculatedCheapestPrice?: GenericRecord;
|
|
4403
|
+
/**
|
|
4404
|
+
* Format: int64
|
|
4405
|
+
* Runtime field, cannot be used as part of the criteria.
|
|
4406
|
+
*/
|
|
4407
|
+
calculatedMaxPurchase?: number;
|
|
4408
|
+
calculatedPrice?: GenericRecord;
|
|
4409
|
+
calculatedPrices?: GenericRecord[];
|
|
4410
|
+
canonicalProductId?: string;
|
|
4411
|
+
canonicalProductVersionId?: string;
|
|
4412
|
+
readonly categoryIds?: string[];
|
|
4413
|
+
readonly categoryTree?: string[];
|
|
4414
|
+
/** Format: int64 */
|
|
4415
|
+
readonly childCount?: number;
|
|
4416
|
+
cmsPageId?: string;
|
|
4417
|
+
cmsPageVersionId?: string;
|
|
4418
|
+
coverId?: string;
|
|
4419
|
+
/** Format: date-time */
|
|
4420
|
+
readonly createdAt?: string;
|
|
4421
|
+
customFields?: GenericRecord;
|
|
4422
|
+
deliveryTimeId?: string;
|
|
4423
|
+
description?: string;
|
|
4424
|
+
readonly displayGroup?: string;
|
|
4425
|
+
ean?: string;
|
|
4426
|
+
extensions?: {
|
|
4427
|
+
attendeeProductCollections?: {
|
|
4428
|
+
data?: {
|
|
4429
|
+
/** @example 0a7b3b2f4b81f36910a74f22826f35df */
|
|
4430
|
+
id?: string;
|
|
4431
|
+
/** @example dsr_attendee_product_collection */
|
|
4432
|
+
type?: string;
|
|
4433
|
+
}[];
|
|
4434
|
+
links?: {
|
|
4435
|
+
/**
|
|
4436
|
+
* Format: uri-reference
|
|
4437
|
+
* @example /product/deb10517653c255364175796ace3553f/attendeeProductCollections
|
|
4438
|
+
*/
|
|
4439
|
+
related?: string;
|
|
4440
|
+
};
|
|
4308
4441
|
};
|
|
4309
|
-
|
|
4310
|
-
|
|
4311
|
-
|
|
4312
|
-
|
|
4313
|
-
|
|
4314
|
-
|
|
4442
|
+
reviewSummaries?: {
|
|
4443
|
+
data?: {
|
|
4444
|
+
/** @example c9c718522e64ffa5effb26cef94f4849 */
|
|
4445
|
+
id?: string;
|
|
4446
|
+
/** @example product_review_summary */
|
|
4447
|
+
type?: string;
|
|
4448
|
+
}[];
|
|
4449
|
+
links?: {
|
|
4450
|
+
/**
|
|
4451
|
+
* Format: uri-reference
|
|
4452
|
+
* @example /product/deb10517653c255364175796ace3553f/reviewSummaries
|
|
4453
|
+
*/
|
|
4454
|
+
related?: string;
|
|
4455
|
+
};
|
|
4315
4456
|
};
|
|
4316
|
-
|
|
4317
|
-
|
|
4318
|
-
|
|
4319
|
-
|
|
4320
|
-
|
|
4321
|
-
|
|
4322
|
-
|
|
4323
|
-
|
|
4324
|
-
|
|
4325
|
-
|
|
4326
|
-
|
|
4327
|
-
|
|
4328
|
-
|
|
4329
|
-
|
|
4457
|
+
swagCustomizedProductsTemplate?: {
|
|
4458
|
+
data?: {
|
|
4459
|
+
/** @example 6e9fad30dd3cb84748a01bb8152f4769 */
|
|
4460
|
+
id?: string;
|
|
4461
|
+
/** @example swag_customized_products_template */
|
|
4462
|
+
type?: string;
|
|
4463
|
+
};
|
|
4464
|
+
links?: {
|
|
4465
|
+
/**
|
|
4466
|
+
* Format: uri-reference
|
|
4467
|
+
* @example /product/deb10517653c255364175796ace3553f/swagCustomizedProductsTemplate
|
|
4468
|
+
*/
|
|
4469
|
+
related?: string;
|
|
4470
|
+
};
|
|
4330
4471
|
};
|
|
4331
4472
|
};
|
|
4332
|
-
|
|
4333
|
-
|
|
4334
|
-
|
|
4335
|
-
|
|
4336
|
-
|
|
4337
|
-
|
|
4338
|
-
|
|
4339
|
-
|
|
4340
|
-
|
|
4341
|
-
|
|
4342
|
-
|
|
4343
|
-
|
|
4344
|
-
|
|
4473
|
+
/** Format: float */
|
|
4474
|
+
height?: number;
|
|
4475
|
+
id: string;
|
|
4476
|
+
isCloseout?: boolean;
|
|
4477
|
+
/** Runtime field, cannot be used as part of the criteria. */
|
|
4478
|
+
isNew?: boolean;
|
|
4479
|
+
keywords?: string;
|
|
4480
|
+
/** Format: float */
|
|
4481
|
+
length?: number;
|
|
4482
|
+
manufacturerId?: string;
|
|
4483
|
+
manufacturerNumber?: string;
|
|
4484
|
+
markAsTopseller?: boolean;
|
|
4485
|
+
/** Format: int64 */
|
|
4486
|
+
maxPurchase?: number;
|
|
4487
|
+
measurements?: GenericRecord;
|
|
4488
|
+
metaDescription?: string;
|
|
4489
|
+
metaTitle?: string;
|
|
4490
|
+
/** Format: int64 */
|
|
4491
|
+
minPurchase?: number;
|
|
4492
|
+
name: string;
|
|
4493
|
+
readonly optionIds?: string[];
|
|
4494
|
+
packUnit?: string;
|
|
4495
|
+
packUnitPlural?: string;
|
|
4496
|
+
parentId?: string;
|
|
4497
|
+
parentVersionId?: string;
|
|
4498
|
+
productManufacturerVersionId?: string;
|
|
4499
|
+
productMediaVersionId?: string;
|
|
4500
|
+
productNumber: string;
|
|
4501
|
+
readonly propertyIds?: string[];
|
|
4502
|
+
/** Format: int64 */
|
|
4503
|
+
purchaseSteps?: number;
|
|
4504
|
+
/** Format: float */
|
|
4505
|
+
purchaseUnit?: number;
|
|
4506
|
+
/** Format: float */
|
|
4507
|
+
readonly ratingAverage?: number;
|
|
4508
|
+
/** Format: float */
|
|
4509
|
+
referenceUnit?: number;
|
|
4510
|
+
relationships?: {
|
|
4511
|
+
canonicalProduct?: {
|
|
4512
|
+
data?: {
|
|
4513
|
+
/** @example 023995a50b56c0de077323e958b2bbcd */
|
|
4514
|
+
id?: string;
|
|
4515
|
+
/** @example product */
|
|
4516
|
+
type?: string;
|
|
4517
|
+
};
|
|
4518
|
+
links?: {
|
|
4519
|
+
/**
|
|
4520
|
+
* Format: uri-reference
|
|
4521
|
+
* @example /product/deb10517653c255364175796ace3553f/canonicalProduct
|
|
4522
|
+
*/
|
|
4523
|
+
related?: string;
|
|
4524
|
+
};
|
|
4345
4525
|
};
|
|
4346
|
-
|
|
4347
|
-
|
|
4348
|
-
|
|
4349
|
-
|
|
4350
|
-
|
|
4351
|
-
|
|
4352
|
-
|
|
4353
|
-
|
|
4354
|
-
|
|
4355
|
-
|
|
4356
|
-
|
|
4357
|
-
|
|
4358
|
-
|
|
4359
|
-
|
|
4526
|
+
categories?: {
|
|
4527
|
+
data?: {
|
|
4528
|
+
/** @example b0b5ccb4a195a07fd3eed14affb8695f */
|
|
4529
|
+
id?: string;
|
|
4530
|
+
/** @example category */
|
|
4531
|
+
type?: string;
|
|
4532
|
+
}[];
|
|
4533
|
+
links?: {
|
|
4534
|
+
/**
|
|
4535
|
+
* Format: uri-reference
|
|
4536
|
+
* @example /product/deb10517653c255364175796ace3553f/categories
|
|
4537
|
+
*/
|
|
4538
|
+
related?: string;
|
|
4539
|
+
};
|
|
4360
4540
|
};
|
|
4361
|
-
|
|
4362
|
-
|
|
4363
|
-
|
|
4364
|
-
|
|
4365
|
-
|
|
4366
|
-
|
|
4367
|
-
|
|
4541
|
+
categoriesRo?: {
|
|
4542
|
+
data?: {
|
|
4543
|
+
/** @example 7f0702d3a90d965b8c9158c451f43fdb */
|
|
4544
|
+
id?: string;
|
|
4545
|
+
/** @example category */
|
|
4546
|
+
type?: string;
|
|
4547
|
+
}[];
|
|
4548
|
+
links?: {
|
|
4549
|
+
/**
|
|
4550
|
+
* Format: uri-reference
|
|
4551
|
+
* @example /product/deb10517653c255364175796ace3553f/categoriesRo
|
|
4552
|
+
*/
|
|
4553
|
+
related?: string;
|
|
4554
|
+
};
|
|
4368
4555
|
};
|
|
4369
|
-
|
|
4370
|
-
|
|
4371
|
-
|
|
4372
|
-
|
|
4373
|
-
|
|
4374
|
-
|
|
4556
|
+
children?: {
|
|
4557
|
+
data?: {
|
|
4558
|
+
/** @example 268184c12df027f536154d099d497b31 */
|
|
4559
|
+
id?: string;
|
|
4560
|
+
/** @example product */
|
|
4561
|
+
type?: string;
|
|
4562
|
+
}[];
|
|
4563
|
+
links?: {
|
|
4564
|
+
/**
|
|
4565
|
+
* Format: uri-reference
|
|
4566
|
+
* @example /product/deb10517653c255364175796ace3553f/children
|
|
4567
|
+
*/
|
|
4568
|
+
related?: string;
|
|
4569
|
+
};
|
|
4375
4570
|
};
|
|
4376
|
-
|
|
4377
|
-
|
|
4378
|
-
|
|
4379
|
-
|
|
4380
|
-
|
|
4381
|
-
|
|
4382
|
-
|
|
4383
|
-
|
|
4384
|
-
|
|
4385
|
-
|
|
4386
|
-
|
|
4387
|
-
|
|
4388
|
-
|
|
4389
|
-
|
|
4571
|
+
cmsPage?: {
|
|
4572
|
+
data?: {
|
|
4573
|
+
/** @example 7b1460918b1abb93311108f3dc021c9b */
|
|
4574
|
+
id?: string;
|
|
4575
|
+
/** @example cms_page */
|
|
4576
|
+
type?: string;
|
|
4577
|
+
};
|
|
4578
|
+
links?: {
|
|
4579
|
+
/**
|
|
4580
|
+
* Format: uri-reference
|
|
4581
|
+
* @example /product/deb10517653c255364175796ace3553f/cmsPage
|
|
4582
|
+
*/
|
|
4583
|
+
related?: string;
|
|
4584
|
+
};
|
|
4390
4585
|
};
|
|
4391
|
-
|
|
4392
|
-
|
|
4393
|
-
|
|
4394
|
-
|
|
4395
|
-
|
|
4396
|
-
|
|
4397
|
-
|
|
4398
|
-
|
|
4399
|
-
|
|
4400
|
-
|
|
4401
|
-
|
|
4402
|
-
|
|
4403
|
-
|
|
4404
|
-
|
|
4586
|
+
configuratorSettings?: {
|
|
4587
|
+
data?: {
|
|
4588
|
+
/** @example c0827fee13725d41f1fd7e292243f5aa */
|
|
4589
|
+
id?: string;
|
|
4590
|
+
/** @example product_configurator_setting */
|
|
4591
|
+
type?: string;
|
|
4592
|
+
}[];
|
|
4593
|
+
links?: {
|
|
4594
|
+
/**
|
|
4595
|
+
* Format: uri-reference
|
|
4596
|
+
* @example /product/deb10517653c255364175796ace3553f/configuratorSettings
|
|
4597
|
+
*/
|
|
4598
|
+
related?: string;
|
|
4599
|
+
};
|
|
4405
4600
|
};
|
|
4406
|
-
|
|
4407
|
-
|
|
4408
|
-
|
|
4409
|
-
|
|
4410
|
-
|
|
4411
|
-
|
|
4412
|
-
|
|
4601
|
+
cover?: {
|
|
4602
|
+
data?: {
|
|
4603
|
+
/** @example 41d0e299ca1abeb2094852da042165c7 */
|
|
4604
|
+
id?: string;
|
|
4605
|
+
/** @example product_media */
|
|
4606
|
+
type?: string;
|
|
4607
|
+
};
|
|
4608
|
+
links?: {
|
|
4609
|
+
/**
|
|
4610
|
+
* Format: uri-reference
|
|
4611
|
+
* @example /product/deb10517653c255364175796ace3553f/cover
|
|
4612
|
+
*/
|
|
4613
|
+
related?: string;
|
|
4614
|
+
};
|
|
4413
4615
|
};
|
|
4414
|
-
|
|
4415
|
-
|
|
4416
|
-
|
|
4417
|
-
|
|
4418
|
-
|
|
4419
|
-
|
|
4616
|
+
crossSellings?: {
|
|
4617
|
+
data?: {
|
|
4618
|
+
/** @example 89936e14544d1b403cecef938101b6b0 */
|
|
4619
|
+
id?: string;
|
|
4620
|
+
/** @example product_cross_selling */
|
|
4621
|
+
type?: string;
|
|
4622
|
+
}[];
|
|
4623
|
+
links?: {
|
|
4624
|
+
/**
|
|
4625
|
+
* Format: uri-reference
|
|
4626
|
+
* @example /product/deb10517653c255364175796ace3553f/crossSellings
|
|
4627
|
+
*/
|
|
4628
|
+
related?: string;
|
|
4629
|
+
};
|
|
4420
4630
|
};
|
|
4421
|
-
|
|
4422
|
-
|
|
4423
|
-
|
|
4424
|
-
|
|
4425
|
-
|
|
4426
|
-
|
|
4427
|
-
|
|
4428
|
-
|
|
4429
|
-
|
|
4430
|
-
|
|
4431
|
-
|
|
4432
|
-
|
|
4433
|
-
|
|
4434
|
-
|
|
4631
|
+
deliveryTime?: {
|
|
4632
|
+
data?: {
|
|
4633
|
+
/** @example 8c888ae25a7bd42057370e31f7e01044 */
|
|
4634
|
+
id?: string;
|
|
4635
|
+
/** @example delivery_time */
|
|
4636
|
+
type?: string;
|
|
4637
|
+
};
|
|
4638
|
+
links?: {
|
|
4639
|
+
/**
|
|
4640
|
+
* Format: uri-reference
|
|
4641
|
+
* @example /product/deb10517653c255364175796ace3553f/deliveryTime
|
|
4642
|
+
*/
|
|
4643
|
+
related?: string;
|
|
4644
|
+
};
|
|
4435
4645
|
};
|
|
4436
|
-
|
|
4437
|
-
|
|
4438
|
-
|
|
4439
|
-
|
|
4440
|
-
|
|
4441
|
-
|
|
4442
|
-
|
|
4443
|
-
|
|
4444
|
-
|
|
4445
|
-
|
|
4446
|
-
|
|
4447
|
-
|
|
4448
|
-
|
|
4449
|
-
|
|
4646
|
+
downloads?: {
|
|
4647
|
+
data?: {
|
|
4648
|
+
/** @example d07d50a751bc6ddf12bf3af0efee9b45 */
|
|
4649
|
+
id?: string;
|
|
4650
|
+
/** @example product_download */
|
|
4651
|
+
type?: string;
|
|
4652
|
+
}[];
|
|
4653
|
+
links?: {
|
|
4654
|
+
/**
|
|
4655
|
+
* Format: uri-reference
|
|
4656
|
+
* @example /product/deb10517653c255364175796ace3553f/downloads
|
|
4657
|
+
*/
|
|
4658
|
+
related?: string;
|
|
4659
|
+
};
|
|
4450
4660
|
};
|
|
4451
|
-
|
|
4452
|
-
|
|
4453
|
-
|
|
4454
|
-
|
|
4455
|
-
|
|
4456
|
-
|
|
4457
|
-
|
|
4661
|
+
mainCategories?: {
|
|
4662
|
+
data?: {
|
|
4663
|
+
/** @example 1fb731fc4139cbb575429e28846f0c39 */
|
|
4664
|
+
id?: string;
|
|
4665
|
+
/** @example main_category */
|
|
4666
|
+
type?: string;
|
|
4667
|
+
}[];
|
|
4668
|
+
links?: {
|
|
4669
|
+
/**
|
|
4670
|
+
* Format: uri-reference
|
|
4671
|
+
* @example /product/deb10517653c255364175796ace3553f/mainCategories
|
|
4672
|
+
*/
|
|
4673
|
+
related?: string;
|
|
4674
|
+
};
|
|
4458
4675
|
};
|
|
4459
|
-
|
|
4460
|
-
|
|
4461
|
-
|
|
4462
|
-
|
|
4463
|
-
|
|
4464
|
-
|
|
4676
|
+
manufacturer?: {
|
|
4677
|
+
data?: {
|
|
4678
|
+
/** @example c2904bca62b22443d6cf5e9d89cab204 */
|
|
4679
|
+
id?: string;
|
|
4680
|
+
/** @example product_manufacturer */
|
|
4681
|
+
type?: string;
|
|
4682
|
+
};
|
|
4683
|
+
links?: {
|
|
4684
|
+
/**
|
|
4685
|
+
* Format: uri-reference
|
|
4686
|
+
* @example /product/deb10517653c255364175796ace3553f/manufacturer
|
|
4687
|
+
*/
|
|
4688
|
+
related?: string;
|
|
4689
|
+
};
|
|
4465
4690
|
};
|
|
4466
|
-
|
|
4467
|
-
|
|
4468
|
-
|
|
4469
|
-
|
|
4470
|
-
|
|
4471
|
-
|
|
4472
|
-
|
|
4473
|
-
|
|
4474
|
-
|
|
4475
|
-
|
|
4476
|
-
|
|
4477
|
-
|
|
4478
|
-
|
|
4479
|
-
|
|
4691
|
+
media?: {
|
|
4692
|
+
data?: {
|
|
4693
|
+
/** @example 62933a2951ef01f4eafd9bdf4d3cd2f0 */
|
|
4694
|
+
id?: string;
|
|
4695
|
+
/** @example product_media */
|
|
4696
|
+
type?: string;
|
|
4697
|
+
}[];
|
|
4698
|
+
links?: {
|
|
4699
|
+
/**
|
|
4700
|
+
* Format: uri-reference
|
|
4701
|
+
* @example /product/deb10517653c255364175796ace3553f/media
|
|
4702
|
+
*/
|
|
4703
|
+
related?: string;
|
|
4704
|
+
};
|
|
4480
4705
|
};
|
|
4481
|
-
|
|
4482
|
-
|
|
4483
|
-
|
|
4484
|
-
|
|
4485
|
-
|
|
4486
|
-
|
|
4487
|
-
|
|
4488
|
-
|
|
4489
|
-
|
|
4490
|
-
|
|
4491
|
-
|
|
4492
|
-
|
|
4493
|
-
|
|
4494
|
-
|
|
4706
|
+
options?: {
|
|
4707
|
+
data?: {
|
|
4708
|
+
/** @example 93da65a9fd0004d9477aeac024e08e15 */
|
|
4709
|
+
id?: string;
|
|
4710
|
+
/** @example property_group_option */
|
|
4711
|
+
type?: string;
|
|
4712
|
+
}[];
|
|
4713
|
+
links?: {
|
|
4714
|
+
/**
|
|
4715
|
+
* Format: uri-reference
|
|
4716
|
+
* @example /product/deb10517653c255364175796ace3553f/options
|
|
4717
|
+
*/
|
|
4718
|
+
related?: string;
|
|
4719
|
+
};
|
|
4495
4720
|
};
|
|
4496
|
-
|
|
4497
|
-
|
|
4498
|
-
|
|
4499
|
-
|
|
4500
|
-
|
|
4501
|
-
|
|
4502
|
-
|
|
4721
|
+
parent?: {
|
|
4722
|
+
data?: {
|
|
4723
|
+
/** @example d0e45878043844ffc41aac437e86b602 */
|
|
4724
|
+
id?: string;
|
|
4725
|
+
/** @example product */
|
|
4726
|
+
type?: string;
|
|
4727
|
+
};
|
|
4728
|
+
links?: {
|
|
4729
|
+
/**
|
|
4730
|
+
* Format: uri-reference
|
|
4731
|
+
* @example /product/deb10517653c255364175796ace3553f/parent
|
|
4732
|
+
*/
|
|
4733
|
+
related?: string;
|
|
4734
|
+
};
|
|
4503
4735
|
};
|
|
4504
|
-
|
|
4505
|
-
|
|
4506
|
-
|
|
4507
|
-
|
|
4508
|
-
|
|
4509
|
-
|
|
4736
|
+
productReviews?: {
|
|
4737
|
+
data?: {
|
|
4738
|
+
/** @example 01e78541ea343ed72424a5222796a4cd */
|
|
4739
|
+
id?: string;
|
|
4740
|
+
/** @example product_review */
|
|
4741
|
+
type?: string;
|
|
4742
|
+
}[];
|
|
4743
|
+
links?: {
|
|
4744
|
+
/**
|
|
4745
|
+
* Format: uri-reference
|
|
4746
|
+
* @example /product/deb10517653c255364175796ace3553f/productReviews
|
|
4747
|
+
*/
|
|
4748
|
+
related?: string;
|
|
4749
|
+
};
|
|
4510
4750
|
};
|
|
4511
|
-
|
|
4512
|
-
|
|
4513
|
-
|
|
4514
|
-
|
|
4515
|
-
|
|
4516
|
-
|
|
4517
|
-
|
|
4518
|
-
|
|
4519
|
-
|
|
4520
|
-
|
|
4521
|
-
|
|
4522
|
-
|
|
4523
|
-
|
|
4524
|
-
|
|
4751
|
+
properties?: {
|
|
4752
|
+
data?: {
|
|
4753
|
+
/** @example 74693d2fc58b46bd06410f278e39aa71 */
|
|
4754
|
+
id?: string;
|
|
4755
|
+
/** @example property_group_option */
|
|
4756
|
+
type?: string;
|
|
4757
|
+
}[];
|
|
4758
|
+
links?: {
|
|
4759
|
+
/**
|
|
4760
|
+
* Format: uri-reference
|
|
4761
|
+
* @example /product/deb10517653c255364175796ace3553f/properties
|
|
4762
|
+
*/
|
|
4763
|
+
related?: string;
|
|
4764
|
+
};
|
|
4525
4765
|
};
|
|
4526
|
-
|
|
4527
|
-
|
|
4528
|
-
|
|
4529
|
-
|
|
4530
|
-
|
|
4531
|
-
|
|
4532
|
-
|
|
4533
|
-
|
|
4534
|
-
|
|
4535
|
-
|
|
4536
|
-
|
|
4537
|
-
|
|
4538
|
-
|
|
4539
|
-
|
|
4766
|
+
seoCategory?: {
|
|
4767
|
+
data?: {
|
|
4768
|
+
/** @example 9354d004d12e03d35ad8292bf0bb234d */
|
|
4769
|
+
id?: string;
|
|
4770
|
+
/** @example category */
|
|
4771
|
+
type?: string;
|
|
4772
|
+
};
|
|
4773
|
+
links?: {
|
|
4774
|
+
/**
|
|
4775
|
+
* Format: uri-reference
|
|
4776
|
+
* @example /product/deb10517653c255364175796ace3553f/seoCategory
|
|
4777
|
+
*/
|
|
4778
|
+
related?: string;
|
|
4779
|
+
};
|
|
4540
4780
|
};
|
|
4541
|
-
|
|
4542
|
-
|
|
4543
|
-
|
|
4544
|
-
|
|
4545
|
-
|
|
4546
|
-
|
|
4547
|
-
|
|
4548
|
-
|
|
4549
|
-
|
|
4550
|
-
|
|
4551
|
-
|
|
4552
|
-
|
|
4553
|
-
|
|
4554
|
-
|
|
4781
|
+
seoUrls?: {
|
|
4782
|
+
data?: {
|
|
4783
|
+
/** @example 5321b5a71127b8b98cdd4b068ad56c4c */
|
|
4784
|
+
id?: string;
|
|
4785
|
+
/** @example seo_url */
|
|
4786
|
+
type?: string;
|
|
4787
|
+
}[];
|
|
4788
|
+
links?: {
|
|
4789
|
+
/**
|
|
4790
|
+
* Format: uri-reference
|
|
4791
|
+
* @example /product/deb10517653c255364175796ace3553f/seoUrls
|
|
4792
|
+
*/
|
|
4793
|
+
related?: string;
|
|
4794
|
+
};
|
|
4555
4795
|
};
|
|
4556
|
-
|
|
4557
|
-
|
|
4558
|
-
|
|
4559
|
-
|
|
4560
|
-
|
|
4561
|
-
|
|
4562
|
-
|
|
4796
|
+
streams?: {
|
|
4797
|
+
data?: {
|
|
4798
|
+
/** @example 2f6f4768f1c2d7c8f1f54823723f1a70 */
|
|
4799
|
+
id?: string;
|
|
4800
|
+
/** @example product_stream */
|
|
4801
|
+
type?: string;
|
|
4802
|
+
}[];
|
|
4803
|
+
links?: {
|
|
4804
|
+
/**
|
|
4805
|
+
* Format: uri-reference
|
|
4806
|
+
* @example /product/deb10517653c255364175796ace3553f/streams
|
|
4807
|
+
*/
|
|
4808
|
+
related?: string;
|
|
4809
|
+
};
|
|
4563
4810
|
};
|
|
4564
|
-
|
|
4565
|
-
|
|
4566
|
-
|
|
4567
|
-
|
|
4568
|
-
|
|
4569
|
-
|
|
4811
|
+
tags?: {
|
|
4812
|
+
data?: {
|
|
4813
|
+
/** @example d57ac45256849d9b13e2422d91580fb9 */
|
|
4814
|
+
id?: string;
|
|
4815
|
+
/** @example tag */
|
|
4816
|
+
type?: string;
|
|
4817
|
+
}[];
|
|
4818
|
+
links?: {
|
|
4819
|
+
/**
|
|
4820
|
+
* Format: uri-reference
|
|
4821
|
+
* @example /product/deb10517653c255364175796ace3553f/tags
|
|
4822
|
+
*/
|
|
4823
|
+
related?: string;
|
|
4824
|
+
};
|
|
4570
4825
|
};
|
|
4571
|
-
|
|
4572
|
-
|
|
4573
|
-
|
|
4574
|
-
|
|
4575
|
-
|
|
4576
|
-
|
|
4577
|
-
|
|
4826
|
+
tax?: {
|
|
4827
|
+
data?: {
|
|
4828
|
+
/** @example 06565e5611f23fdf8cc43e5077b92b54 */
|
|
4829
|
+
id?: string;
|
|
4830
|
+
/** @example tax */
|
|
4831
|
+
type?: string;
|
|
4832
|
+
};
|
|
4833
|
+
links?: {
|
|
4834
|
+
/**
|
|
4835
|
+
* Format: uri-reference
|
|
4836
|
+
* @example /product/deb10517653c255364175796ace3553f/tax
|
|
4837
|
+
*/
|
|
4838
|
+
related?: string;
|
|
4839
|
+
};
|
|
4578
4840
|
};
|
|
4579
|
-
|
|
4580
|
-
|
|
4581
|
-
|
|
4582
|
-
|
|
4583
|
-
|
|
4584
|
-
|
|
4841
|
+
unit?: {
|
|
4842
|
+
data?: {
|
|
4843
|
+
/** @example 3e34bdebd9bd5edda27e8728904a2552 */
|
|
4844
|
+
id?: string;
|
|
4845
|
+
/** @example unit */
|
|
4846
|
+
type?: string;
|
|
4847
|
+
};
|
|
4848
|
+
links?: {
|
|
4849
|
+
/**
|
|
4850
|
+
* Format: uri-reference
|
|
4851
|
+
* @example /product/deb10517653c255364175796ace3553f/unit
|
|
4852
|
+
*/
|
|
4853
|
+
related?: string;
|
|
4854
|
+
};
|
|
4585
4855
|
};
|
|
4586
4856
|
};
|
|
4587
|
-
|
|
4588
|
-
|
|
4589
|
-
|
|
4590
|
-
|
|
4591
|
-
|
|
4592
|
-
|
|
4593
|
-
|
|
4594
|
-
|
|
4595
|
-
|
|
4596
|
-
|
|
4597
|
-
|
|
4598
|
-
|
|
4599
|
-
|
|
4600
|
-
readonly tagIds?: string[];
|
|
4601
|
-
taxId: string;
|
|
4602
|
-
translated: {
|
|
4603
|
-
canonicalProductId: string;
|
|
4604
|
-
canonicalProductVersionId: string;
|
|
4605
|
-
cmsPageId: string;
|
|
4606
|
-
cmsPageVersionId: string;
|
|
4607
|
-
coverId: string;
|
|
4608
|
-
deliveryTimeId: string;
|
|
4609
|
-
description: string;
|
|
4610
|
-
displayGroup: string;
|
|
4611
|
-
ean: string;
|
|
4612
|
-
keywords: string;
|
|
4613
|
-
manufacturerId: string;
|
|
4614
|
-
manufacturerNumber: string;
|
|
4615
|
-
metaDescription: string;
|
|
4616
|
-
metaTitle: string;
|
|
4617
|
-
name: string;
|
|
4618
|
-
packUnit: string;
|
|
4619
|
-
packUnitPlural: string;
|
|
4620
|
-
parentId: string;
|
|
4621
|
-
parentVersionId: string;
|
|
4622
|
-
productManufacturerVersionId: string;
|
|
4623
|
-
productMediaVersionId: string;
|
|
4624
|
-
productNumber: string;
|
|
4625
|
-
releaseDate: string;
|
|
4857
|
+
/** Format: date-time */
|
|
4858
|
+
releaseDate?: string;
|
|
4859
|
+
/** Format: int64 */
|
|
4860
|
+
restockTime?: number;
|
|
4861
|
+
/** Format: int64 */
|
|
4862
|
+
readonly sales?: number;
|
|
4863
|
+
shippingFree?: boolean;
|
|
4864
|
+
sortedProperties?: GenericRecord;
|
|
4865
|
+
readonly states?: string[];
|
|
4866
|
+
/** Format: int64 */
|
|
4867
|
+
stock: number;
|
|
4868
|
+
readonly streamIds?: string[];
|
|
4869
|
+
readonly tagIds?: string[];
|
|
4626
4870
|
taxId: string;
|
|
4627
|
-
|
|
4628
|
-
|
|
4629
|
-
|
|
4630
|
-
|
|
4631
|
-
|
|
4632
|
-
|
|
4633
|
-
|
|
4634
|
-
|
|
4635
|
-
|
|
4636
|
-
|
|
4637
|
-
|
|
4638
|
-
|
|
4871
|
+
translated: {
|
|
4872
|
+
canonicalProductId: string;
|
|
4873
|
+
canonicalProductVersionId: string;
|
|
4874
|
+
cmsPageId: string;
|
|
4875
|
+
cmsPageVersionId: string;
|
|
4876
|
+
coverId: string;
|
|
4877
|
+
deliveryTimeId: string;
|
|
4878
|
+
description: string;
|
|
4879
|
+
displayGroup: string;
|
|
4880
|
+
ean: string;
|
|
4881
|
+
keywords: string;
|
|
4882
|
+
manufacturerId: string;
|
|
4883
|
+
manufacturerNumber: string;
|
|
4884
|
+
metaDescription: string;
|
|
4885
|
+
metaTitle: string;
|
|
4886
|
+
name: string;
|
|
4887
|
+
packUnit: string;
|
|
4888
|
+
packUnitPlural: string;
|
|
4889
|
+
parentId: string;
|
|
4890
|
+
parentVersionId: string;
|
|
4891
|
+
productManufacturerVersionId: string;
|
|
4892
|
+
productMediaVersionId: string;
|
|
4893
|
+
productNumber: string;
|
|
4894
|
+
releaseDate: string;
|
|
4895
|
+
taxId: string;
|
|
4896
|
+
unitId: string;
|
|
4897
|
+
versionId: string;
|
|
4898
|
+
};
|
|
4899
|
+
unitId?: string;
|
|
4900
|
+
/** Format: date-time */
|
|
4901
|
+
readonly updatedAt?: string;
|
|
4902
|
+
versionId?: string;
|
|
4903
|
+
/** Format: float */
|
|
4904
|
+
weight?: number;
|
|
4905
|
+
/** Format: float */
|
|
4906
|
+
width?: number;
|
|
4907
|
+
} & components["schemas"]["DiscountLineItemPayload"] & {
|
|
4639
4908
|
options: {
|
|
4640
4909
|
group: string;
|
|
4641
4910
|
option: string;
|
|
@@ -4728,8 +4997,7 @@ export type Schemas = {
|
|
|
4728
4997
|
label: string;
|
|
4729
4998
|
priority: number;
|
|
4730
4999
|
translated: {
|
|
4731
|
-
|
|
4732
|
-
key?: string;
|
|
5000
|
+
key: string;
|
|
4733
5001
|
label: string;
|
|
4734
5002
|
};
|
|
4735
5003
|
}[];
|
|
@@ -4744,8 +5012,8 @@ export type Schemas = {
|
|
|
4744
5012
|
min: number;
|
|
4745
5013
|
};
|
|
4746
5014
|
properties: string[];
|
|
4747
|
-
rating
|
|
4748
|
-
search
|
|
5015
|
+
rating: number | null;
|
|
5016
|
+
search?: string;
|
|
4749
5017
|
/** @default false */
|
|
4750
5018
|
"shipping-free": boolean;
|
|
4751
5019
|
};
|
|
@@ -4775,6 +5043,40 @@ export type Schemas = {
|
|
|
4775
5043
|
readonly updatedAt?: string;
|
|
4776
5044
|
versionId?: string;
|
|
4777
5045
|
};
|
|
5046
|
+
ProductMeasurements: {
|
|
5047
|
+
height?: {
|
|
5048
|
+
/**
|
|
5049
|
+
* @default mm
|
|
5050
|
+
* @enum {string}
|
|
5051
|
+
*/
|
|
5052
|
+
unit?: "mm" | "cm" | "m" | "in" | "ft";
|
|
5053
|
+
value?: number;
|
|
5054
|
+
};
|
|
5055
|
+
length?: {
|
|
5056
|
+
/**
|
|
5057
|
+
* @default mm
|
|
5058
|
+
* @enum {string}
|
|
5059
|
+
*/
|
|
5060
|
+
unit?: "mm" | "cm" | "m" | "in" | "ft";
|
|
5061
|
+
value?: number;
|
|
5062
|
+
};
|
|
5063
|
+
weight?: {
|
|
5064
|
+
/**
|
|
5065
|
+
* @default kg
|
|
5066
|
+
* @enum {string}
|
|
5067
|
+
*/
|
|
5068
|
+
unit?: "g" | "kg" | "oz" | "lb";
|
|
5069
|
+
value?: number;
|
|
5070
|
+
};
|
|
5071
|
+
width?: {
|
|
5072
|
+
/**
|
|
5073
|
+
* @default mm
|
|
5074
|
+
* @enum {string}
|
|
5075
|
+
*/
|
|
5076
|
+
unit?: "mm" | "cm" | "m" | "in" | "ft";
|
|
5077
|
+
value?: number;
|
|
5078
|
+
};
|
|
5079
|
+
};
|
|
4778
5080
|
ProductMedia: {
|
|
4779
5081
|
/** Format: date-time */
|
|
4780
5082
|
readonly createdAt?: string;
|
|
@@ -4786,7 +5088,6 @@ export type Schemas = {
|
|
|
4786
5088
|
position?: number;
|
|
4787
5089
|
productId: string;
|
|
4788
5090
|
productVersionId?: string;
|
|
4789
|
-
thumbnails?: components["schemas"]["MediaThumbnail"][];
|
|
4790
5091
|
/** Format: date-time */
|
|
4791
5092
|
readonly updatedAt?: string;
|
|
4792
5093
|
versionId?: string;
|
|
@@ -4813,13 +5114,12 @@ export type Schemas = {
|
|
|
4813
5114
|
content: string;
|
|
4814
5115
|
/** Format: date-time */
|
|
4815
5116
|
readonly createdAt?: string;
|
|
4816
|
-
customerId?: string;
|
|
4817
5117
|
customFields?: GenericRecord;
|
|
4818
5118
|
externalUser?: string;
|
|
4819
5119
|
id: string;
|
|
4820
5120
|
languageId: string;
|
|
4821
5121
|
/** Format: float */
|
|
4822
|
-
points
|
|
5122
|
+
points?: number;
|
|
4823
5123
|
productId: string;
|
|
4824
5124
|
productVersionId?: string;
|
|
4825
5125
|
salesChannelId: string;
|
|
@@ -4985,6 +5285,8 @@ export type Schemas = {
|
|
|
4985
5285
|
};
|
|
4986
5286
|
PropertyGroupOption: {
|
|
4987
5287
|
colorHexCode?: string;
|
|
5288
|
+
/** Runtime field, cannot be used as part of the criteria. */
|
|
5289
|
+
combinable?: boolean;
|
|
4988
5290
|
/** Format: date-time */
|
|
4989
5291
|
readonly createdAt?: string;
|
|
4990
5292
|
customFields?: GenericRecord;
|
|
@@ -5039,13 +5341,30 @@ export type Schemas = {
|
|
|
5039
5341
|
documents?: components["schemas"]["QuoteDocument"][];
|
|
5040
5342
|
/** Format: date-time */
|
|
5041
5343
|
expirationDate?: string;
|
|
5344
|
+
extensions?: {
|
|
5345
|
+
organization?: {
|
|
5346
|
+
data?: {
|
|
5347
|
+
/** @example b4c1948c087fafc89a88450fcbb64c77 */
|
|
5348
|
+
id?: string;
|
|
5349
|
+
/** @example b2b_components_organization */
|
|
5350
|
+
type?: string;
|
|
5351
|
+
};
|
|
5352
|
+
links?: {
|
|
5353
|
+
/**
|
|
5354
|
+
* Format: uri-reference
|
|
5355
|
+
* @example /quote/c48e929b2b1eabba2ba036884433345e/organization
|
|
5356
|
+
*/
|
|
5357
|
+
related?: string;
|
|
5358
|
+
};
|
|
5359
|
+
};
|
|
5360
|
+
};
|
|
5042
5361
|
id: string;
|
|
5043
5362
|
language?: components["schemas"]["Language"];
|
|
5044
5363
|
languageId: string;
|
|
5045
5364
|
lineItems?: components["schemas"]["QuoteLineItem"][];
|
|
5046
5365
|
orderId?: string;
|
|
5047
5366
|
orderVersionId?: string;
|
|
5048
|
-
price
|
|
5367
|
+
price?: {
|
|
5049
5368
|
calculatedTaxes?: GenericRecord;
|
|
5050
5369
|
/** Format: float */
|
|
5051
5370
|
netPrice: number;
|
|
@@ -5086,7 +5405,7 @@ export type Schemas = {
|
|
|
5086
5405
|
unitPrice: number;
|
|
5087
5406
|
};
|
|
5088
5407
|
stateId: string;
|
|
5089
|
-
stateMachineState
|
|
5408
|
+
stateMachineState?: components["schemas"]["StateMachineState"];
|
|
5090
5409
|
/** Format: float */
|
|
5091
5410
|
subtotalNet?: number;
|
|
5092
5411
|
readonly taxStatus?: string;
|
|
@@ -5106,6 +5425,8 @@ export type Schemas = {
|
|
|
5106
5425
|
createdById?: string;
|
|
5107
5426
|
customer?: components["schemas"]["Customer"];
|
|
5108
5427
|
customerId?: string;
|
|
5428
|
+
employee?: components["schemas"]["B2bEmployee"];
|
|
5429
|
+
employeeId?: string;
|
|
5109
5430
|
id: string;
|
|
5110
5431
|
quoteId: string;
|
|
5111
5432
|
quoteVersionId?: string;
|
|
@@ -5207,6 +5528,8 @@ export type Schemas = {
|
|
|
5207
5528
|
readonly createdAt?: string;
|
|
5208
5529
|
customFields?: GenericRecord;
|
|
5209
5530
|
deepLinkCode: string;
|
|
5531
|
+
documentA11yMediaFile?: components["schemas"]["Media"];
|
|
5532
|
+
documentA11yMediaFileId?: string;
|
|
5210
5533
|
documentMediaFile?: components["schemas"]["Media"];
|
|
5211
5534
|
documentMediaFileId?: string;
|
|
5212
5535
|
documentNumber?: string;
|
|
@@ -5250,6 +5573,23 @@ export type Schemas = {
|
|
|
5250
5573
|
};
|
|
5251
5574
|
/** Format: date-time */
|
|
5252
5575
|
expirationDate?: string;
|
|
5576
|
+
extensions?: {
|
|
5577
|
+
organization?: {
|
|
5578
|
+
data?: {
|
|
5579
|
+
/** @example b4c1948c087fafc89a88450fcbb64c77 */
|
|
5580
|
+
id?: string;
|
|
5581
|
+
/** @example b2b_components_organization */
|
|
5582
|
+
type?: string;
|
|
5583
|
+
};
|
|
5584
|
+
links?: {
|
|
5585
|
+
/**
|
|
5586
|
+
* Format: uri-reference
|
|
5587
|
+
* @example /quote/c48e929b2b1eabba2ba036884433345e/organization
|
|
5588
|
+
*/
|
|
5589
|
+
related?: string;
|
|
5590
|
+
};
|
|
5591
|
+
};
|
|
5592
|
+
};
|
|
5253
5593
|
id: string;
|
|
5254
5594
|
languageId: string;
|
|
5255
5595
|
orderId?: string;
|
|
@@ -5535,7 +5875,6 @@ export type Schemas = {
|
|
|
5535
5875
|
price?: number;
|
|
5536
5876
|
} | null;
|
|
5537
5877
|
unitName: string;
|
|
5538
|
-
/** Format: ^[0-9a-f]{32}$ */
|
|
5539
5878
|
variantId?: string | null;
|
|
5540
5879
|
};
|
|
5541
5880
|
Rule: {
|
|
@@ -5638,6 +5977,7 @@ export type Schemas = {
|
|
|
5638
5977
|
languageId: string;
|
|
5639
5978
|
mailHeaderFooterId?: string;
|
|
5640
5979
|
maintenance?: boolean;
|
|
5980
|
+
measurementUnits?: components["schemas"]["MeasurementUnits"];
|
|
5641
5981
|
name: string;
|
|
5642
5982
|
navigationCategory?: components["schemas"]["Category"];
|
|
5643
5983
|
/** Format: int64 */
|
|
@@ -5693,7 +6033,11 @@ export type Schemas = {
|
|
|
5693
6033
|
currencyPrecision?: number;
|
|
5694
6034
|
languageIdChain?: string[];
|
|
5695
6035
|
scope?: string;
|
|
5696
|
-
source?:
|
|
6036
|
+
source?: {
|
|
6037
|
+
salesChannelId: string;
|
|
6038
|
+
/** @enum {string} */
|
|
6039
|
+
type: "sales-channel" | "shop-api";
|
|
6040
|
+
};
|
|
5697
6041
|
taxState?: string;
|
|
5698
6042
|
useCache?: boolean;
|
|
5699
6043
|
versionId?: string;
|
|
@@ -5704,12 +6048,26 @@ export type Schemas = {
|
|
|
5704
6048
|
displayGross?: boolean;
|
|
5705
6049
|
name?: string;
|
|
5706
6050
|
};
|
|
5707
|
-
customer?: components["schemas"]["Customer"];
|
|
6051
|
+
customer?: null | components["schemas"]["Customer"];
|
|
5708
6052
|
/** Fallback group if the default customer group is not applicable */
|
|
5709
6053
|
fallbackCustomerGroup?: {
|
|
5710
6054
|
displayGross?: boolean;
|
|
5711
6055
|
name?: string;
|
|
5712
6056
|
};
|
|
6057
|
+
itemRounding: {
|
|
6058
|
+
/** @enum {string} */
|
|
6059
|
+
apiAlias: "shopware_core_framework_data_abstraction_layer_pricing_cash_rounding_config";
|
|
6060
|
+
/** Format: int32 */
|
|
6061
|
+
decimals: number;
|
|
6062
|
+
/** Format: float */
|
|
6063
|
+
interval: number;
|
|
6064
|
+
roundForNet: boolean;
|
|
6065
|
+
};
|
|
6066
|
+
languageInfo: {
|
|
6067
|
+
localeCode: string;
|
|
6068
|
+
name: string;
|
|
6069
|
+
};
|
|
6070
|
+
measurementSystem?: components["schemas"]["ContextMeasurementSystemInfo"];
|
|
5713
6071
|
paymentMethod?: components["schemas"]["PaymentMethod"];
|
|
5714
6072
|
salesChannel: components["schemas"]["SalesChannel"];
|
|
5715
6073
|
shippingLocation?: {
|
|
@@ -5727,6 +6085,15 @@ export type Schemas = {
|
|
|
5727
6085
|
}[];
|
|
5728
6086
|
/** Context the user session */
|
|
5729
6087
|
token?: string;
|
|
6088
|
+
totalRounding: {
|
|
6089
|
+
/** @enum {string} */
|
|
6090
|
+
apiAlias: "shopware_core_framework_data_abstraction_layer_pricing_cash_rounding_config";
|
|
6091
|
+
/** Format: int32 */
|
|
6092
|
+
decimals: number;
|
|
6093
|
+
/** Format: float */
|
|
6094
|
+
interval: number;
|
|
6095
|
+
roundForNet: boolean;
|
|
6096
|
+
};
|
|
5730
6097
|
};
|
|
5731
6098
|
SalesChannelDomain: {
|
|
5732
6099
|
/** Format: date-time */
|
|
@@ -5738,6 +6105,7 @@ export type Schemas = {
|
|
|
5738
6105
|
id: string;
|
|
5739
6106
|
language?: components["schemas"]["Language"];
|
|
5740
6107
|
languageId: string;
|
|
6108
|
+
measurementUnits?: components["schemas"]["MeasurementUnits"];
|
|
5741
6109
|
salesChannelDefaultHreflang?: components["schemas"]["SalesChannel"];
|
|
5742
6110
|
salesChannelId: string;
|
|
5743
6111
|
snippetSetId: string;
|
|
@@ -5893,7 +6261,7 @@ export type Schemas = {
|
|
|
5893
6261
|
tags?: components["schemas"]["Tag"][];
|
|
5894
6262
|
tax?: components["schemas"]["Tax"];
|
|
5895
6263
|
taxType?: string;
|
|
5896
|
-
technicalName
|
|
6264
|
+
technicalName: string;
|
|
5897
6265
|
trackingUrl?: string;
|
|
5898
6266
|
translated: {
|
|
5899
6267
|
deliveryTimeId: string;
|
|
@@ -6012,7 +6380,7 @@ export type Schemas = {
|
|
|
6012
6380
|
};
|
|
6013
6381
|
};
|
|
6014
6382
|
taxType?: string;
|
|
6015
|
-
technicalName
|
|
6383
|
+
technicalName: string;
|
|
6016
6384
|
trackingUrl?: string;
|
|
6017
6385
|
translated: {
|
|
6018
6386
|
deliveryTimeId: string;
|
|
@@ -6279,8 +6647,6 @@ export type Schemas = {
|
|
|
6279
6647
|
accessibleTo?: string | null;
|
|
6280
6648
|
/** @default false */
|
|
6281
6649
|
allowScreenSharing?: boolean;
|
|
6282
|
-
/** @default false */
|
|
6283
|
-
allowUserActionsForGuide?: boolean;
|
|
6284
6650
|
/** @enum {string} */
|
|
6285
6651
|
appointmentMode?: "guided" | "self";
|
|
6286
6652
|
attendeeRestrictionType?: ("open" | "customer" | "rules") | null;
|
|
@@ -6388,6 +6754,11 @@ export type Schemas = {
|
|
|
6388
6754
|
currencyId: string;
|
|
6389
6755
|
customFields?: GenericRecord;
|
|
6390
6756
|
dateInterval: string;
|
|
6757
|
+
/**
|
|
6758
|
+
* Format: date-time
|
|
6759
|
+
* Runtime field, cannot be used as part of the criteria.
|
|
6760
|
+
*/
|
|
6761
|
+
followingNextSchedule: string;
|
|
6391
6762
|
id: string;
|
|
6392
6763
|
/** Format: int64 */
|
|
6393
6764
|
initialExecutionCount?: number;
|
|
@@ -7551,8 +7922,6 @@ export type Schemas = {
|
|
|
7551
7922
|
UpdateAttendeeRequestBody: {
|
|
7552
7923
|
/** Name of the attendee */
|
|
7553
7924
|
attendeeName?: string;
|
|
7554
|
-
/** The permission for guide cart actions */
|
|
7555
|
-
guideCartPermissionsGranted?: boolean;
|
|
7556
7925
|
/** Id of the attendee in the video chat tool */
|
|
7557
7926
|
videoUserId?: string;
|
|
7558
7927
|
};
|
|
@@ -7720,6 +8089,1370 @@ export type Schemas = {
|
|
|
7720
8089
|
*/
|
|
7721
8090
|
prev?: string;
|
|
7722
8091
|
};
|
|
8092
|
+
paypal_error: {
|
|
8093
|
+
debug_id: string | null;
|
|
8094
|
+
details: components["schemas"]["paypal_error_detail"][] | null;
|
|
8095
|
+
/** Only set if OAuth error occurs */
|
|
8096
|
+
error: string | null;
|
|
8097
|
+
/** Only set if OAuth error occurs */
|
|
8098
|
+
error_description: string | null;
|
|
8099
|
+
links: components["schemas"]["paypal_v1_common_link"][] | null;
|
|
8100
|
+
message: string | null;
|
|
8101
|
+
name: string | null;
|
|
8102
|
+
};
|
|
8103
|
+
paypal_error_detail: {
|
|
8104
|
+
description: string;
|
|
8105
|
+
field: string;
|
|
8106
|
+
issue: string;
|
|
8107
|
+
location: string;
|
|
8108
|
+
value: string;
|
|
8109
|
+
};
|
|
8110
|
+
paypal_v1_capture: {
|
|
8111
|
+
amount: components["schemas"]["paypal_v1_common_amount"];
|
|
8112
|
+
create_time: string;
|
|
8113
|
+
id: string;
|
|
8114
|
+
is_final_capture: boolean;
|
|
8115
|
+
links: components["schemas"]["paypal_v1_common_link"][];
|
|
8116
|
+
parent_payment: string;
|
|
8117
|
+
reason_code: string;
|
|
8118
|
+
state: string;
|
|
8119
|
+
transaction_fee: components["schemas"]["paypal_v1_capture_transaction_fee"];
|
|
8120
|
+
update_time: string;
|
|
8121
|
+
};
|
|
8122
|
+
paypal_v1_capture_transaction_fee: components["schemas"]["paypal_v1_common_value"];
|
|
8123
|
+
paypal_v1_client_token: {
|
|
8124
|
+
client_token: string;
|
|
8125
|
+
/**
|
|
8126
|
+
* Format: date-time
|
|
8127
|
+
* Calculated expiration date
|
|
8128
|
+
*/
|
|
8129
|
+
expire_date_time: string;
|
|
8130
|
+
/** The lifetime of the access token, in seconds. */
|
|
8131
|
+
expires_in: number;
|
|
8132
|
+
};
|
|
8133
|
+
paypal_v1_common_address: {
|
|
8134
|
+
city: string;
|
|
8135
|
+
country_code: string;
|
|
8136
|
+
line_1: string;
|
|
8137
|
+
line_2: string | null;
|
|
8138
|
+
phone: string | null;
|
|
8139
|
+
postal_code: string;
|
|
8140
|
+
state: string | null;
|
|
8141
|
+
};
|
|
8142
|
+
paypal_v1_common_amount: {
|
|
8143
|
+
currency: string;
|
|
8144
|
+
details: components["schemas"]["paypal_v1_common_details"];
|
|
8145
|
+
total: string;
|
|
8146
|
+
};
|
|
8147
|
+
paypal_v1_common_details: {
|
|
8148
|
+
discount: string;
|
|
8149
|
+
handling_fee: string;
|
|
8150
|
+
insurance: string;
|
|
8151
|
+
shipping: string;
|
|
8152
|
+
shipping_discount: string;
|
|
8153
|
+
subtotal: string;
|
|
8154
|
+
tax: string;
|
|
8155
|
+
};
|
|
8156
|
+
paypal_v1_common_link: {
|
|
8157
|
+
enc_type: string | null;
|
|
8158
|
+
href: string;
|
|
8159
|
+
method: string;
|
|
8160
|
+
rel: string;
|
|
8161
|
+
};
|
|
8162
|
+
paypal_v1_common_money: {
|
|
8163
|
+
currency_code: string;
|
|
8164
|
+
value: string;
|
|
8165
|
+
};
|
|
8166
|
+
paypal_v1_common_value: {
|
|
8167
|
+
currency: string;
|
|
8168
|
+
value: string;
|
|
8169
|
+
};
|
|
8170
|
+
paypal_v1_disputes: {
|
|
8171
|
+
items: components["schemas"]["paypal_v1_disputes_item"][] | null;
|
|
8172
|
+
links: components["schemas"]["paypal_v1_common_link"][];
|
|
8173
|
+
};
|
|
8174
|
+
paypal_v1_disputes_common_buyer: {
|
|
8175
|
+
name: string;
|
|
8176
|
+
};
|
|
8177
|
+
paypal_v1_disputes_common_item: {
|
|
8178
|
+
dispute_amount: components["schemas"]["paypal_v1_common_money"];
|
|
8179
|
+
item_description: string;
|
|
8180
|
+
item_id: string;
|
|
8181
|
+
item_quantity: string;
|
|
8182
|
+
notes: string;
|
|
8183
|
+
partner_transaction_id: string;
|
|
8184
|
+
reason: string;
|
|
8185
|
+
};
|
|
8186
|
+
paypal_v1_disputes_common_product_details: {
|
|
8187
|
+
product_received: string;
|
|
8188
|
+
product_received_time: string;
|
|
8189
|
+
purchase_url: string;
|
|
8190
|
+
return_details: components["schemas"]["paypal_v1_disputes_common_return_details"];
|
|
8191
|
+
sub_reasons: components["schemas"]["paypal_v1_disputes_common_sub_reason"][];
|
|
8192
|
+
};
|
|
8193
|
+
paypal_v1_disputes_common_return_details: {
|
|
8194
|
+
mode: string;
|
|
8195
|
+
receipt: boolean;
|
|
8196
|
+
return_confirmation_number: string;
|
|
8197
|
+
return_time: string;
|
|
8198
|
+
returned: boolean;
|
|
8199
|
+
};
|
|
8200
|
+
paypal_v1_disputes_common_seller: {
|
|
8201
|
+
email: string;
|
|
8202
|
+
merchant_id: string;
|
|
8203
|
+
name: string;
|
|
8204
|
+
};
|
|
8205
|
+
paypal_v1_disputes_common_service_details: {
|
|
8206
|
+
description: string;
|
|
8207
|
+
note: string;
|
|
8208
|
+
purchase_url: string;
|
|
8209
|
+
service_started: string;
|
|
8210
|
+
sub_reasons: components["schemas"]["paypal_v1_disputes_common_sub_reason"][];
|
|
8211
|
+
};
|
|
8212
|
+
paypal_v1_disputes_common_sub_reason: {
|
|
8213
|
+
sub_reason: string;
|
|
8214
|
+
};
|
|
8215
|
+
paypal_v1_disputes_common_transaction: {
|
|
8216
|
+
buyer: components["schemas"]["paypal_v1_disputes_common_buyer"];
|
|
8217
|
+
buyer_transaction_id: string;
|
|
8218
|
+
create_time: string;
|
|
8219
|
+
custom: string;
|
|
8220
|
+
gross_amount: components["schemas"]["paypal_v1_common_money"];
|
|
8221
|
+
invoice_number: string;
|
|
8222
|
+
items: components["schemas"]["paypal_v1_disputes_common_item"][];
|
|
8223
|
+
reference_id: string;
|
|
8224
|
+
seller: components["schemas"]["paypal_v1_disputes_common_seller"];
|
|
8225
|
+
seller_transaction_id: string;
|
|
8226
|
+
transaction_status: string;
|
|
8227
|
+
};
|
|
8228
|
+
paypal_v1_disputes_item: {
|
|
8229
|
+
adjudications: components["schemas"]["paypal_v1_disputes_item_adjudication"][];
|
|
8230
|
+
buyer_response_due_date: string | null;
|
|
8231
|
+
communication_details:
|
|
8232
|
+
| components["schemas"]["paypal_v1_disputes_item_communication_details"]
|
|
8233
|
+
| null;
|
|
8234
|
+
create_time: string;
|
|
8235
|
+
dispute_amount: components["schemas"]["paypal_v1_disputes_item_dispute_amount"];
|
|
8236
|
+
dispute_channel: string | null;
|
|
8237
|
+
dispute_id: string;
|
|
8238
|
+
dispute_life_cycle_stage: string;
|
|
8239
|
+
dispute_outcome:
|
|
8240
|
+
| components["schemas"]["paypal_v1_disputes_item_dispute_outcome"]
|
|
8241
|
+
| null;
|
|
8242
|
+
/** @enum {string|null} */
|
|
8243
|
+
dispute_state:
|
|
8244
|
+
| "REQUIRED_ACTION"
|
|
8245
|
+
| "REQUIRED_OTHER_PARTY_ACTION"
|
|
8246
|
+
| "UNDER_PAYPAL_REVIEW"
|
|
8247
|
+
| "RESOLVED"
|
|
8248
|
+
| "OPEN_INQUIRIES"
|
|
8249
|
+
| "APPEALABLE"
|
|
8250
|
+
| null;
|
|
8251
|
+
disputed_transactions:
|
|
8252
|
+
| components["schemas"]["paypal_v1_disputes_item_disputed_transaction"][]
|
|
8253
|
+
| null;
|
|
8254
|
+
evidences:
|
|
8255
|
+
| components["schemas"]["paypal_v1_disputes_item_evidence"][]
|
|
8256
|
+
| null;
|
|
8257
|
+
extensions: components["schemas"]["paypal_v1_disputes_item_extensions"];
|
|
8258
|
+
external_reason_code: string | null;
|
|
8259
|
+
links: components["schemas"]["paypal_v1_common_link"][];
|
|
8260
|
+
messages: components["schemas"]["paypal_v1_disputes_item_message"][] | null;
|
|
8261
|
+
money_movements: components["schemas"]["paypal_v1_disputes_item_money_movement"][];
|
|
8262
|
+
offer: components["schemas"]["paypal_v1_disputes_item_offer"] | null;
|
|
8263
|
+
partner_actions:
|
|
8264
|
+
| components["schemas"]["paypal_v1_disputes_item_partner_action"][]
|
|
8265
|
+
| null;
|
|
8266
|
+
reason: string;
|
|
8267
|
+
refund_details:
|
|
8268
|
+
| components["schemas"]["paypal_v1_disputes_item_refund_details"]
|
|
8269
|
+
| null;
|
|
8270
|
+
seller_response_due_date: string | null;
|
|
8271
|
+
status: string;
|
|
8272
|
+
supporting_info:
|
|
8273
|
+
| components["schemas"]["paypal_v1_disputes_item_supporting_info"][]
|
|
8274
|
+
| null;
|
|
8275
|
+
update_time: string;
|
|
8276
|
+
};
|
|
8277
|
+
paypal_v1_disputes_item_adjudication: {
|
|
8278
|
+
adjudication_time: string;
|
|
8279
|
+
dispute_life_cycle_stage: string;
|
|
8280
|
+
reason: string;
|
|
8281
|
+
type: string;
|
|
8282
|
+
};
|
|
8283
|
+
paypal_v1_disputes_item_communication_details: {
|
|
8284
|
+
email: string;
|
|
8285
|
+
note: string;
|
|
8286
|
+
time_posted: string;
|
|
8287
|
+
};
|
|
8288
|
+
paypal_v1_disputes_item_dispute_amount: components["schemas"]["paypal_v1_common_money"];
|
|
8289
|
+
paypal_v1_disputes_item_dispute_outcome: {
|
|
8290
|
+
amount_refunded: components["schemas"]["paypal_v1_common_money"];
|
|
8291
|
+
outcome_code: string;
|
|
8292
|
+
};
|
|
8293
|
+
paypal_v1_disputes_item_disputed_transaction: components["schemas"]["paypal_v1_disputes_common_transaction"] & {
|
|
8294
|
+
seller_protection_eligible: boolean;
|
|
8295
|
+
};
|
|
8296
|
+
paypal_v1_disputes_item_evidence: {
|
|
8297
|
+
documents: components["schemas"]["paypal_v1_disputes_item_evidence_document"][];
|
|
8298
|
+
evidence_info: components["schemas"]["paypal_v1_disputes_item_evidence_evidence_info"];
|
|
8299
|
+
evidence_type: string;
|
|
8300
|
+
item_id: string;
|
|
8301
|
+
notes: string;
|
|
8302
|
+
};
|
|
8303
|
+
paypal_v1_disputes_item_evidence_document: {
|
|
8304
|
+
name: string;
|
|
8305
|
+
};
|
|
8306
|
+
paypal_v1_disputes_item_evidence_evidence_info: {
|
|
8307
|
+
refund_ids: components["schemas"]["paypal_v1_disputes_item_evidence_evidence_info_refund_id"][];
|
|
8308
|
+
tracking_info: components["schemas"]["paypal_v1_disputes_item_evidence_evidence_info_tracking_info"][];
|
|
8309
|
+
};
|
|
8310
|
+
paypal_v1_disputes_item_evidence_evidence_info_refund_id: {
|
|
8311
|
+
refund_id: string;
|
|
8312
|
+
};
|
|
8313
|
+
paypal_v1_disputes_item_evidence_evidence_info_tracking_info: {
|
|
8314
|
+
carrier_name: string;
|
|
8315
|
+
carrier_name_other: string;
|
|
8316
|
+
tracking_number: string;
|
|
8317
|
+
tracking_url: string;
|
|
8318
|
+
};
|
|
8319
|
+
paypal_v1_disputes_item_extensions: {
|
|
8320
|
+
billing_dispute_properties: components["schemas"]["paypal_v1_disputes_item_extensions_billing_dispute_properties"];
|
|
8321
|
+
buyer_contacted_channel: string;
|
|
8322
|
+
buyer_contacted_time: string;
|
|
8323
|
+
merchandize_dispute_properties: components["schemas"]["paypal_v1_disputes_item_extensions_merchandize_dispute_properties"];
|
|
8324
|
+
merchant_contacted: boolean;
|
|
8325
|
+
merchant_contacted_mode: string;
|
|
8326
|
+
merchant_contacted_outcome: string;
|
|
8327
|
+
merchant_contacted_time: string;
|
|
8328
|
+
};
|
|
8329
|
+
paypal_v1_disputes_item_extensions_billing_dispute_properties: {
|
|
8330
|
+
canceled_recurring_billing: components["schemas"]["paypal_v1_disputes_item_extensions_billing_dispute_properties_canceled_recurring_billing"];
|
|
8331
|
+
credit_not_processed: components["schemas"]["paypal_v1_disputes_item_extensions_billing_dispute_properties_credit_not_processed"];
|
|
8332
|
+
duplicate_transaction: components["schemas"]["paypal_v1_disputes_item_extensions_billing_dispute_properties_duplicate_transaction"];
|
|
8333
|
+
incorrect_transaction_amount: components["schemas"]["paypal_v1_disputes_item_extensions_billing_dispute_properties_incorrect_transaction_amount"];
|
|
8334
|
+
payment_by_other_means: components["schemas"]["paypal_v1_disputes_item_extensions_billing_dispute_properties_payment_by_other_means"];
|
|
8335
|
+
};
|
|
8336
|
+
paypal_v1_disputes_item_extensions_billing_dispute_properties_canceled_recurring_billing: {
|
|
8337
|
+
cancellation_details: components["schemas"]["paypal_v1_disputes_item_extensions_billing_dispute_properties_common_cancellation_details"];
|
|
8338
|
+
expected_refund: components["schemas"]["paypal_v1_common_money"];
|
|
8339
|
+
};
|
|
8340
|
+
paypal_v1_disputes_item_extensions_billing_dispute_properties_common_agreed_refund_details: {
|
|
8341
|
+
merchant_agreed_refund: boolean;
|
|
8342
|
+
merchant_agreed_refund_time: string;
|
|
8343
|
+
};
|
|
8344
|
+
paypal_v1_disputes_item_extensions_billing_dispute_properties_common_cancellation_details: {
|
|
8345
|
+
cancellation_date: string;
|
|
8346
|
+
cancellation_mode: string;
|
|
8347
|
+
cancellation_number: string;
|
|
8348
|
+
cancelled: boolean;
|
|
8349
|
+
};
|
|
8350
|
+
paypal_v1_disputes_item_extensions_billing_dispute_properties_credit_not_processed: {
|
|
8351
|
+
agreed_refund_details: components["schemas"]["paypal_v1_disputes_item_extensions_billing_dispute_properties_common_agreed_refund_details"];
|
|
8352
|
+
cancellation_details: components["schemas"]["paypal_v1_disputes_item_extensions_billing_dispute_properties_common_cancellation_details"];
|
|
8353
|
+
expected_refund: components["schemas"]["paypal_v1_common_money"];
|
|
8354
|
+
issue_type: string;
|
|
8355
|
+
product_details: components["schemas"]["paypal_v1_disputes_common_product_details"];
|
|
8356
|
+
service_details: components["schemas"]["paypal_v1_disputes_common_service_details"];
|
|
8357
|
+
};
|
|
8358
|
+
paypal_v1_disputes_item_extensions_billing_dispute_properties_duplicate_transaction: {
|
|
8359
|
+
original_transaction: components["schemas"]["paypal_v1_disputes_common_transaction"];
|
|
8360
|
+
received_duplicate: boolean;
|
|
8361
|
+
};
|
|
8362
|
+
paypal_v1_disputes_item_extensions_billing_dispute_properties_incorrect_transaction_amount: {
|
|
8363
|
+
correct_transaction_amount: components["schemas"]["paypal_v1_common_money"];
|
|
8364
|
+
correct_transaction_time: string;
|
|
8365
|
+
};
|
|
8366
|
+
paypal_v1_disputes_item_extensions_billing_dispute_properties_payment_by_other_means: {
|
|
8367
|
+
charge_different_from_original: boolean;
|
|
8368
|
+
payment_instrument_suffix: string;
|
|
8369
|
+
payment_method: string;
|
|
8370
|
+
received_duplicate: boolean;
|
|
8371
|
+
};
|
|
8372
|
+
paypal_v1_disputes_item_extensions_merchandize_dispute_properties: {
|
|
8373
|
+
issue_type: string;
|
|
8374
|
+
product_details: components["schemas"]["paypal_v1_disputes_common_product_details"];
|
|
8375
|
+
service_details: components["schemas"]["paypal_v1_disputes_common_service_details"];
|
|
8376
|
+
};
|
|
8377
|
+
paypal_v1_disputes_item_message: {
|
|
8378
|
+
content: string;
|
|
8379
|
+
posted_by: string;
|
|
8380
|
+
time_posted: string;
|
|
8381
|
+
};
|
|
8382
|
+
paypal_v1_disputes_item_money_movement: {
|
|
8383
|
+
affected_party: string;
|
|
8384
|
+
amount: components["schemas"]["paypal_v1_common_amount"];
|
|
8385
|
+
initiated_time: string;
|
|
8386
|
+
reason: string;
|
|
8387
|
+
type: string;
|
|
8388
|
+
};
|
|
8389
|
+
paypal_v1_disputes_item_offer: {
|
|
8390
|
+
buyer_requested_amount: components["schemas"]["paypal_v1_common_money"];
|
|
8391
|
+
history:
|
|
8392
|
+
| components["schemas"]["paypal_v1_disputes_item_offer_history"][]
|
|
8393
|
+
| null;
|
|
8394
|
+
offer_type: string;
|
|
8395
|
+
seller_offered_amount: components["schemas"]["paypal_v1_common_money"];
|
|
8396
|
+
};
|
|
8397
|
+
paypal_v1_disputes_item_offer_history: {
|
|
8398
|
+
actor: string;
|
|
8399
|
+
event_type: string;
|
|
8400
|
+
offer_time: string;
|
|
8401
|
+
offer_type: string;
|
|
8402
|
+
};
|
|
8403
|
+
paypal_v1_disputes_item_partner_action: {
|
|
8404
|
+
amount: components["schemas"]["paypal_v1_common_money"];
|
|
8405
|
+
create_time: string;
|
|
8406
|
+
due_time: string;
|
|
8407
|
+
id: string;
|
|
8408
|
+
name: string;
|
|
8409
|
+
status: string;
|
|
8410
|
+
update_time: string;
|
|
8411
|
+
};
|
|
8412
|
+
paypal_v1_disputes_item_refund_details: {
|
|
8413
|
+
allowed_refund_amount: components["schemas"]["paypal_v1_common_money"];
|
|
8414
|
+
};
|
|
8415
|
+
paypal_v1_disputes_item_supporting_info: {
|
|
8416
|
+
notes: string;
|
|
8417
|
+
provided_time: string;
|
|
8418
|
+
source: string;
|
|
8419
|
+
};
|
|
8420
|
+
paypal_v1_do_void: {
|
|
8421
|
+
amount: components["schemas"]["paypal_v1_common_amount"];
|
|
8422
|
+
create_time: string;
|
|
8423
|
+
id: string;
|
|
8424
|
+
links: components["schemas"]["paypal_v1_common_link"][];
|
|
8425
|
+
parent_payment: string;
|
|
8426
|
+
state: string;
|
|
8427
|
+
update_time: string;
|
|
8428
|
+
};
|
|
8429
|
+
paypal_v1_merchant_integrations: {
|
|
8430
|
+
capabilities:
|
|
8431
|
+
| components["schemas"]["paypal_v1_merchant_integrations_capability"][]
|
|
8432
|
+
| null;
|
|
8433
|
+
granted_permissions: string[];
|
|
8434
|
+
legal_name: string;
|
|
8435
|
+
merchant_id: string;
|
|
8436
|
+
oauth_integrations: components["schemas"]["paypal_v1_merchant_integrations_oauth_integration"][];
|
|
8437
|
+
payments_receivable: boolean;
|
|
8438
|
+
primary_email: string;
|
|
8439
|
+
primary_email_confirmed: boolean;
|
|
8440
|
+
products: components["schemas"]["paypal_v1_merchant_integrations_product"][];
|
|
8441
|
+
tracking_id: string;
|
|
8442
|
+
};
|
|
8443
|
+
paypal_v1_merchant_integrations_capability: {
|
|
8444
|
+
name: string;
|
|
8445
|
+
status: string;
|
|
8446
|
+
};
|
|
8447
|
+
paypal_v1_merchant_integrations_credentials: {
|
|
8448
|
+
client_id: string;
|
|
8449
|
+
client_secret: string;
|
|
8450
|
+
payer_id: string;
|
|
8451
|
+
};
|
|
8452
|
+
paypal_v1_merchant_integrations_oauth_integration: {
|
|
8453
|
+
integration_method?: string;
|
|
8454
|
+
integration_type?: string;
|
|
8455
|
+
oauth_third_party?: components["schemas"]["paypal_v1_merchant_integrations_oauth_integration_oauth_third_party"][];
|
|
8456
|
+
status?: string;
|
|
8457
|
+
};
|
|
8458
|
+
paypal_v1_merchant_integrations_oauth_integration_oauth_third_party: {
|
|
8459
|
+
access_token?: string;
|
|
8460
|
+
merchant_client_id?: string;
|
|
8461
|
+
partner_client_id?: string;
|
|
8462
|
+
refresh_token?: string;
|
|
8463
|
+
scopes: string[];
|
|
8464
|
+
};
|
|
8465
|
+
paypal_v1_merchant_integrations_product: {
|
|
8466
|
+
capabilities?: string[];
|
|
8467
|
+
name: string;
|
|
8468
|
+
vetting_status?: string;
|
|
8469
|
+
};
|
|
8470
|
+
paypal_v1_merchant_tracking: {
|
|
8471
|
+
links: components["schemas"]["paypal_v1_common_link"][];
|
|
8472
|
+
merchant_id: string;
|
|
8473
|
+
tracking_id: string;
|
|
8474
|
+
};
|
|
8475
|
+
paypal_v1_patch: {
|
|
8476
|
+
/** @enum {string} */
|
|
8477
|
+
op: "add" | "replace";
|
|
8478
|
+
path: string;
|
|
8479
|
+
value: string | Record<string, never>[];
|
|
8480
|
+
};
|
|
8481
|
+
paypal_v1_payment: {
|
|
8482
|
+
application_context: components["schemas"]["paypal_v1_payment_application_context"];
|
|
8483
|
+
cart: string;
|
|
8484
|
+
create_time: string;
|
|
8485
|
+
id: string;
|
|
8486
|
+
/**
|
|
8487
|
+
* @default sale
|
|
8488
|
+
* @enum {string}
|
|
8489
|
+
*/
|
|
8490
|
+
intent?: "sale" | "authorize" | "order";
|
|
8491
|
+
links: components["schemas"]["paypal_v1_common_link"][];
|
|
8492
|
+
payer: components["schemas"]["paypal_v1_payment_payer"];
|
|
8493
|
+
payment_instruction:
|
|
8494
|
+
| components["schemas"]["paypal_v1_payment_payment_instruction"]
|
|
8495
|
+
| null;
|
|
8496
|
+
redirect_urls: components["schemas"]["paypal_v1_payment_redirect_urls"];
|
|
8497
|
+
state: string;
|
|
8498
|
+
transactions: components["schemas"]["paypal_v1_payment_transaction"][];
|
|
8499
|
+
update_time: string;
|
|
8500
|
+
};
|
|
8501
|
+
paypal_v1_payment_application_context: {
|
|
8502
|
+
brand_name: string;
|
|
8503
|
+
/** @enum {string} */
|
|
8504
|
+
landing_page: "Login" | "Billing";
|
|
8505
|
+
locale: string;
|
|
8506
|
+
/** @default SET_PROVIDED_ADDRESS */
|
|
8507
|
+
shipping_preference?: string;
|
|
8508
|
+
/** @default commit */
|
|
8509
|
+
user_action?: string;
|
|
8510
|
+
};
|
|
8511
|
+
paypal_v1_payment_payer: {
|
|
8512
|
+
external_selected_funding_instrument_type: string;
|
|
8513
|
+
payer_info: components["schemas"]["paypal_v1_payment_payer_payer_info"];
|
|
8514
|
+
payment_method: string;
|
|
8515
|
+
status: string;
|
|
8516
|
+
};
|
|
8517
|
+
paypal_v1_payment_payer_execute_payer_info: {
|
|
8518
|
+
payer_id: string;
|
|
8519
|
+
};
|
|
8520
|
+
paypal_v1_payment_payer_payer_info: components["schemas"]["paypal_v1_payment_payer_execute_payer_info"] & {
|
|
8521
|
+
billing_address: components["schemas"]["paypal_v1_common_address"] | null;
|
|
8522
|
+
country_code: string;
|
|
8523
|
+
email: string;
|
|
8524
|
+
first_name: string;
|
|
8525
|
+
last_name: string;
|
|
8526
|
+
phone: string;
|
|
8527
|
+
shipping_address: components["schemas"]["paypal_v1_payment_transaction_item_list_shipping_address"];
|
|
8528
|
+
};
|
|
8529
|
+
paypal_v1_payment_payment_instruction: {
|
|
8530
|
+
amount: components["schemas"]["paypal_v1_common_value"];
|
|
8531
|
+
instruction_type: string;
|
|
8532
|
+
links: components["schemas"]["paypal_v1_common_link"][];
|
|
8533
|
+
payment_due_date: string;
|
|
8534
|
+
recipient_banking_instruction: components["schemas"]["paypal_v1_payment_payment_instruction_recipient_banking_instruction"];
|
|
8535
|
+
reference_number: string;
|
|
8536
|
+
};
|
|
8537
|
+
paypal_v1_payment_payment_instruction_recipient_banking_instruction: {
|
|
8538
|
+
account_holder_name: string;
|
|
8539
|
+
bank_identifier_code: string;
|
|
8540
|
+
bank_name: string;
|
|
8541
|
+
international_bank_account_number: string;
|
|
8542
|
+
};
|
|
8543
|
+
paypal_v1_payment_redirect_urls: {
|
|
8544
|
+
cancel_url: string;
|
|
8545
|
+
return_url: string;
|
|
8546
|
+
};
|
|
8547
|
+
paypal_v1_payment_transaction: {
|
|
8548
|
+
amount: components["schemas"]["paypal_v1_common_amount"];
|
|
8549
|
+
custom: string;
|
|
8550
|
+
description: string;
|
|
8551
|
+
invoice_number: string | null;
|
|
8552
|
+
item_list:
|
|
8553
|
+
| components["schemas"]["paypal_v1_payment_transaction_item_list"]
|
|
8554
|
+
| null;
|
|
8555
|
+
payee: components["schemas"]["paypal_v1_payment_transaction_payee"];
|
|
8556
|
+
related_resources: components["schemas"]["paypal_v1_payment_transaction_related_resource"][];
|
|
8557
|
+
soft_descriptor: string;
|
|
8558
|
+
};
|
|
8559
|
+
paypal_v1_payment_transaction_item_list: {
|
|
8560
|
+
items: components["schemas"]["paypal_v1_payment_transaction_item_list_item"][];
|
|
8561
|
+
shipping_address: components["schemas"]["paypal_v1_payment_transaction_item_list_shipping_address"];
|
|
8562
|
+
shipping_options: components["schemas"]["paypal_v1_payment_transaction_item_list_shipping_option"][];
|
|
8563
|
+
shipping_phone_number: string;
|
|
8564
|
+
};
|
|
8565
|
+
paypal_v1_payment_transaction_item_list_item: {
|
|
8566
|
+
currency: string;
|
|
8567
|
+
name: string;
|
|
8568
|
+
price: string;
|
|
8569
|
+
quantity: number;
|
|
8570
|
+
sku: string | null;
|
|
8571
|
+
tax: string;
|
|
8572
|
+
};
|
|
8573
|
+
paypal_v1_payment_transaction_item_list_shipping_address: components["schemas"]["paypal_v1_common_address"] & {
|
|
8574
|
+
recipient_name: string;
|
|
8575
|
+
};
|
|
8576
|
+
paypal_v1_payment_transaction_item_list_shipping_option: unknown;
|
|
8577
|
+
paypal_v1_payment_transaction_payee: {
|
|
8578
|
+
email: string;
|
|
8579
|
+
merchant_id: string;
|
|
8580
|
+
};
|
|
8581
|
+
paypal_v1_payment_transaction_related_resource: {
|
|
8582
|
+
authorization:
|
|
8583
|
+
| components["schemas"]["paypal_v1_payment_transaction_related_resource_authorization"]
|
|
8584
|
+
| null;
|
|
8585
|
+
capture:
|
|
8586
|
+
| components["schemas"]["paypal_v1_payment_transaction_related_resource_capture"]
|
|
8587
|
+
| null;
|
|
8588
|
+
order:
|
|
8589
|
+
| components["schemas"]["paypal_v1_payment_transaction_related_resource_order"]
|
|
8590
|
+
| null;
|
|
8591
|
+
refund:
|
|
8592
|
+
| components["schemas"]["paypal_v1_payment_transaction_related_resource_refund"]
|
|
8593
|
+
| null;
|
|
8594
|
+
sale:
|
|
8595
|
+
| components["schemas"]["paypal_v1_payment_transaction_related_resource_sale"]
|
|
8596
|
+
| null;
|
|
8597
|
+
};
|
|
8598
|
+
paypal_v1_payment_transaction_related_resource_authorization: {
|
|
8599
|
+
amount: components["schemas"]["paypal_v1_common_amount"];
|
|
8600
|
+
create_time: string;
|
|
8601
|
+
id: string;
|
|
8602
|
+
links: components["schemas"]["paypal_v1_common_link"][];
|
|
8603
|
+
parent_payment: string;
|
|
8604
|
+
payment_mode: string;
|
|
8605
|
+
protection_eligibility: string;
|
|
8606
|
+
protection_eligibility_type: string;
|
|
8607
|
+
reason_code: string;
|
|
8608
|
+
receipt_id: string;
|
|
8609
|
+
state: string;
|
|
8610
|
+
update_time: string;
|
|
8611
|
+
valid_until: string;
|
|
8612
|
+
};
|
|
8613
|
+
paypal_v1_payment_transaction_related_resource_capture: {
|
|
8614
|
+
amount: components["schemas"]["paypal_v1_common_amount"];
|
|
8615
|
+
create_time: string;
|
|
8616
|
+
custom: string;
|
|
8617
|
+
id: string;
|
|
8618
|
+
invoice_number: string;
|
|
8619
|
+
links: components["schemas"]["paypal_v1_common_link"][];
|
|
8620
|
+
parent_payment: string;
|
|
8621
|
+
payment_mode: string;
|
|
8622
|
+
protection_eligibility: string;
|
|
8623
|
+
protection_eligibility_type: string;
|
|
8624
|
+
receipt_id: string;
|
|
8625
|
+
state: string;
|
|
8626
|
+
transaction_fee: components["schemas"]["paypal_v1_common_value"];
|
|
8627
|
+
update_time: string;
|
|
8628
|
+
};
|
|
8629
|
+
paypal_v1_payment_transaction_related_resource_order: {
|
|
8630
|
+
amount: components["schemas"]["paypal_v1_common_amount"];
|
|
8631
|
+
create_time: string;
|
|
8632
|
+
id: string;
|
|
8633
|
+
links: components["schemas"]["paypal_v1_common_link"][];
|
|
8634
|
+
parent_payment: string;
|
|
8635
|
+
payment_mode: string;
|
|
8636
|
+
protection_eligibility: string;
|
|
8637
|
+
protection_eligibility_type: string;
|
|
8638
|
+
reason_code: string;
|
|
8639
|
+
receipt_id: string;
|
|
8640
|
+
state: string;
|
|
8641
|
+
update_time: string;
|
|
8642
|
+
};
|
|
8643
|
+
paypal_v1_payment_transaction_related_resource_refund: {
|
|
8644
|
+
amount: components["schemas"]["paypal_v1_common_amount"];
|
|
8645
|
+
capture_id: string;
|
|
8646
|
+
create_time: string;
|
|
8647
|
+
id: string;
|
|
8648
|
+
links: components["schemas"]["paypal_v1_common_link"][];
|
|
8649
|
+
parent_payment: string;
|
|
8650
|
+
payment_mode: string;
|
|
8651
|
+
protection_eligibility: string;
|
|
8652
|
+
protection_eligibility_type: string;
|
|
8653
|
+
receipt_id: string;
|
|
8654
|
+
sale_id: string;
|
|
8655
|
+
state: string;
|
|
8656
|
+
update_time: string;
|
|
8657
|
+
};
|
|
8658
|
+
paypal_v1_payment_transaction_related_resource_sale: {
|
|
8659
|
+
amount: components["schemas"]["paypal_v1_common_amount"];
|
|
8660
|
+
create_time: string;
|
|
8661
|
+
id: string;
|
|
8662
|
+
links: components["schemas"]["paypal_v1_common_link"][];
|
|
8663
|
+
parent_payment: string;
|
|
8664
|
+
payment_mode: string;
|
|
8665
|
+
protection_eligibility: string;
|
|
8666
|
+
protection_eligibility_type: string;
|
|
8667
|
+
receipt_id: string;
|
|
8668
|
+
state: string;
|
|
8669
|
+
transaction_fee: components["schemas"]["paypal_v1_common_value"];
|
|
8670
|
+
update_time: string;
|
|
8671
|
+
};
|
|
8672
|
+
paypal_v1_plan: {
|
|
8673
|
+
billing_cycles: components["schemas"]["paypal_v1_plan_billing_cycle"][];
|
|
8674
|
+
description: string | null;
|
|
8675
|
+
name: string;
|
|
8676
|
+
payment_preferences: components["schemas"]["paypal_v1_plan_payment_preferences"];
|
|
8677
|
+
product_id: string;
|
|
8678
|
+
status: string;
|
|
8679
|
+
taxes: components["schemas"]["paypal_v1_plan_taxes"];
|
|
8680
|
+
};
|
|
8681
|
+
paypal_v1_plan_billing_cycle: {
|
|
8682
|
+
frequency: components["schemas"]["paypal_v1_plan_billing_cycle_frequency"];
|
|
8683
|
+
pricing_scheme: components["schemas"]["paypal_v1_plan_billing_cycle_pricing_scheme"];
|
|
8684
|
+
sequence: number;
|
|
8685
|
+
tenure_type: string;
|
|
8686
|
+
total_cycles: number;
|
|
8687
|
+
};
|
|
8688
|
+
paypal_v1_plan_billing_cycle_frequency: {
|
|
8689
|
+
interval_count: number;
|
|
8690
|
+
interval_unit: string;
|
|
8691
|
+
};
|
|
8692
|
+
paypal_v1_plan_billing_cycle_pricing_scheme: {
|
|
8693
|
+
fixed_price: components["schemas"]["paypal_v1_common_money"];
|
|
8694
|
+
};
|
|
8695
|
+
paypal_v1_plan_payment_preferences: {
|
|
8696
|
+
auto_bill_outstanding: boolean;
|
|
8697
|
+
payment_failure_threshold: number;
|
|
8698
|
+
};
|
|
8699
|
+
paypal_v1_plan_taxes: {
|
|
8700
|
+
inclusive: boolean;
|
|
8701
|
+
percentage: string;
|
|
8702
|
+
};
|
|
8703
|
+
paypal_v1_product: {
|
|
8704
|
+
description: string;
|
|
8705
|
+
name: string;
|
|
8706
|
+
type: string;
|
|
8707
|
+
};
|
|
8708
|
+
paypal_v1_refund: {
|
|
8709
|
+
amount: components["schemas"]["paypal_v1_common_amount"];
|
|
8710
|
+
capture_id: string;
|
|
8711
|
+
create_time: string;
|
|
8712
|
+
description: string;
|
|
8713
|
+
id: string;
|
|
8714
|
+
invoice_number: string;
|
|
8715
|
+
links: components["schemas"]["paypal_v1_common_link"][];
|
|
8716
|
+
parent_payment: string;
|
|
8717
|
+
reason: string;
|
|
8718
|
+
refund_from_received_amount: components["schemas"]["paypal_v1_common_value"];
|
|
8719
|
+
refund_from_transaction_fee: components["schemas"]["paypal_v1_common_value"];
|
|
8720
|
+
sale_id: string;
|
|
8721
|
+
state: string;
|
|
8722
|
+
total_refunded_amount: components["schemas"]["paypal_v1_common_value"];
|
|
8723
|
+
update_time: string;
|
|
8724
|
+
};
|
|
8725
|
+
paypal_v1_shipping: {
|
|
8726
|
+
trackers: components["schemas"]["paypal_v1_shipping_tracker"][];
|
|
8727
|
+
};
|
|
8728
|
+
paypal_v1_shipping_tracker: {
|
|
8729
|
+
carrier: string;
|
|
8730
|
+
notify_buyer: boolean;
|
|
8731
|
+
/** Format: date-time */
|
|
8732
|
+
shipment_date: string;
|
|
8733
|
+
status: string;
|
|
8734
|
+
tracking_number: string;
|
|
8735
|
+
transaction_id: string;
|
|
8736
|
+
};
|
|
8737
|
+
paypal_v1_subscription: {
|
|
8738
|
+
application_context: components["schemas"]["paypal_v1_subscription_application_context"];
|
|
8739
|
+
billing_info:
|
|
8740
|
+
| components["schemas"]["paypal_v1_subscription_billing_info"]
|
|
8741
|
+
| null;
|
|
8742
|
+
create_time: string;
|
|
8743
|
+
id: string;
|
|
8744
|
+
links: components["schemas"]["paypal_v1_common_link"][];
|
|
8745
|
+
plan_id: string;
|
|
8746
|
+
quantity: string;
|
|
8747
|
+
shipping_amount: components["schemas"]["paypal_v1_common_money"];
|
|
8748
|
+
start_time: string;
|
|
8749
|
+
status: string;
|
|
8750
|
+
status_update_time: string;
|
|
8751
|
+
subscriber: components["schemas"]["paypal_v1_subscription_subscriber"];
|
|
8752
|
+
update_time: string;
|
|
8753
|
+
};
|
|
8754
|
+
paypal_v1_subscription_application_context: {
|
|
8755
|
+
brand_name: string;
|
|
8756
|
+
cancel_url: string;
|
|
8757
|
+
locale: string;
|
|
8758
|
+
return_url: string;
|
|
8759
|
+
/** @default SET_PROVIDED_ADDRESS */
|
|
8760
|
+
shipping_preference?: string;
|
|
8761
|
+
/** @default SUBSCRIBE_NOW */
|
|
8762
|
+
user_action?: string;
|
|
8763
|
+
};
|
|
8764
|
+
paypal_v1_subscription_billing_info: {
|
|
8765
|
+
cycle_executions: components["schemas"]["paypal_v1_subscription_billing_info_cycle_execution"][];
|
|
8766
|
+
failed_payments_count: number;
|
|
8767
|
+
last_payment: components["schemas"]["paypal_v1_subscription_billing_info_last_payment"];
|
|
8768
|
+
next_billing_time: string | null;
|
|
8769
|
+
outstanding_balance: components["schemas"]["paypal_v1_subscription_billing_info_outstanding_balance"];
|
|
8770
|
+
};
|
|
8771
|
+
paypal_v1_subscription_billing_info_cycle_execution: {
|
|
8772
|
+
cycles_completed: number;
|
|
8773
|
+
cycles_remaining: number;
|
|
8774
|
+
sequence: number;
|
|
8775
|
+
tenure_type: string;
|
|
8776
|
+
total_cycles: number;
|
|
8777
|
+
};
|
|
8778
|
+
paypal_v1_subscription_billing_info_last_payment: {
|
|
8779
|
+
amount: components["schemas"]["paypal_v1_common_money"];
|
|
8780
|
+
time: string;
|
|
8781
|
+
};
|
|
8782
|
+
paypal_v1_subscription_billing_info_outstanding_balance: components["schemas"]["paypal_v1_common_money"];
|
|
8783
|
+
paypal_v1_subscription_subscriber: {
|
|
8784
|
+
email_address: string;
|
|
8785
|
+
name: components["schemas"]["paypal_v1_subscription_subscriber_name"];
|
|
8786
|
+
payer_id: string;
|
|
8787
|
+
shipping_address:
|
|
8788
|
+
| components["schemas"]["paypal_v1_subscription_subscriber_shipping_address"]
|
|
8789
|
+
| null;
|
|
8790
|
+
};
|
|
8791
|
+
paypal_v1_subscription_subscriber_name: {
|
|
8792
|
+
given_name: string;
|
|
8793
|
+
surname: string;
|
|
8794
|
+
};
|
|
8795
|
+
paypal_v1_subscription_subscriber_shipping_address: {
|
|
8796
|
+
address:
|
|
8797
|
+
| components["schemas"]["paypal_v1_subscription_subscriber_shipping_address_address"]
|
|
8798
|
+
| null;
|
|
8799
|
+
name:
|
|
8800
|
+
| components["schemas"]["paypal_v1_subscription_subscriber_shipping_address_name"]
|
|
8801
|
+
| null;
|
|
8802
|
+
};
|
|
8803
|
+
paypal_v1_subscription_subscriber_shipping_address_address: {
|
|
8804
|
+
address_line_1: string | null;
|
|
8805
|
+
address_line_2: string | null;
|
|
8806
|
+
admin_area_1: string | null;
|
|
8807
|
+
admin_area_2: string | null;
|
|
8808
|
+
country_code: string;
|
|
8809
|
+
postal_code: string | null;
|
|
8810
|
+
};
|
|
8811
|
+
paypal_v1_subscription_subscriber_shipping_address_name: {
|
|
8812
|
+
full_name: string;
|
|
8813
|
+
};
|
|
8814
|
+
paypal_v1_token: {
|
|
8815
|
+
/** The access token issued by PayPal. After the access token
|
|
8816
|
+
* expires (see $expiresIn), you must request a new access token. */
|
|
8817
|
+
access_token: string;
|
|
8818
|
+
app_id: string;
|
|
8819
|
+
/**
|
|
8820
|
+
* Format: date-time
|
|
8821
|
+
* Calculated expiration date
|
|
8822
|
+
*/
|
|
8823
|
+
expire_date_time: string;
|
|
8824
|
+
/** The lifetime of the access token, in seconds. */
|
|
8825
|
+
expires_in: number;
|
|
8826
|
+
id_token: string | null;
|
|
8827
|
+
nonce: string;
|
|
8828
|
+
/** Scopes expressed in the form of resource URL endpoints. The value of the scope parameter
|
|
8829
|
+
* is expressed as a list of space-delimited, case-sensitive strings. */
|
|
8830
|
+
scope: string;
|
|
8831
|
+
/** The type of the token issued as described in OAuth2.0 RFC6749,
|
|
8832
|
+
* Section 7.1. Value is case insensitive. */
|
|
8833
|
+
token_type: string;
|
|
8834
|
+
};
|
|
8835
|
+
paypal_v1_webhook: {
|
|
8836
|
+
event_types: components["schemas"]["paypal_v1_webhook_event_type"][];
|
|
8837
|
+
id: string;
|
|
8838
|
+
links: components["schemas"]["paypal_v1_common_link"][];
|
|
8839
|
+
url: string;
|
|
8840
|
+
};
|
|
8841
|
+
paypal_v1_webhook_event: {
|
|
8842
|
+
create_time: string;
|
|
8843
|
+
event_type: string;
|
|
8844
|
+
event_version: string;
|
|
8845
|
+
id: string;
|
|
8846
|
+
links: components["schemas"]["paypal_v1_common_link"][];
|
|
8847
|
+
resource:
|
|
8848
|
+
| (
|
|
8849
|
+
| components["schemas"]["paypal_v3_payment_token"]
|
|
8850
|
+
| components["schemas"]["paypal_v2_order_purchase_unit_payments_authorization"]
|
|
8851
|
+
| components["schemas"]["paypal_v2_order_purchase_unit_payments_capture"]
|
|
8852
|
+
| components["schemas"]["paypal_v2_order_purchase_unit_payments_refund"]
|
|
8853
|
+
| components["schemas"]["paypal_v1_webhook_resource"]
|
|
8854
|
+
| components["schemas"]["paypal_v1_subscription"]
|
|
8855
|
+
)
|
|
8856
|
+
| null;
|
|
8857
|
+
resource_type: string;
|
|
8858
|
+
resource_version: string;
|
|
8859
|
+
summary: string;
|
|
8860
|
+
};
|
|
8861
|
+
paypal_v1_webhook_event_type: {
|
|
8862
|
+
description: string;
|
|
8863
|
+
name: string;
|
|
8864
|
+
resource_version: string;
|
|
8865
|
+
status: string;
|
|
8866
|
+
};
|
|
8867
|
+
paypal_v1_webhook_resource: {
|
|
8868
|
+
amount: components["schemas"]["paypal_v1_common_amount"];
|
|
8869
|
+
billing_agreement_id: string | null;
|
|
8870
|
+
clearing_time: string;
|
|
8871
|
+
create_time: string;
|
|
8872
|
+
id: string;
|
|
8873
|
+
invoice_number: string;
|
|
8874
|
+
links: components["schemas"]["paypal_v1_common_link"][];
|
|
8875
|
+
merchant_id: string | null;
|
|
8876
|
+
parent_payment: string | null;
|
|
8877
|
+
payment_mode: string;
|
|
8878
|
+
protection_eligibility: string;
|
|
8879
|
+
protection_eligibility_type: string;
|
|
8880
|
+
refund_reason_code: string | null;
|
|
8881
|
+
sale_id: string | null;
|
|
8882
|
+
state: string;
|
|
8883
|
+
transaction_fee: components["schemas"]["paypal_v1_common_value"];
|
|
8884
|
+
update_time: string;
|
|
8885
|
+
};
|
|
8886
|
+
paypal_v2_common_address: {
|
|
8887
|
+
/** The first line of the address. For example, number or street. For example, 173 Drury Lane.
|
|
8888
|
+
* Required for data entry and compliance and risk checks. Must contain the full address. */
|
|
8889
|
+
address_line_1: string | null;
|
|
8890
|
+
/** The second line of the address. For example, suite or apartment number. */
|
|
8891
|
+
address_line_2: string | null;
|
|
8892
|
+
/** The highest level sub-division in a country, which is usually a province, state, or ISO-3166-2 subdivision.
|
|
8893
|
+
* Format for postal delivery. For example, CA and not California. */
|
|
8894
|
+
admin_area_1: string | null;
|
|
8895
|
+
/** A city, town, or village. Smaller than $adminArea1 */
|
|
8896
|
+
admin_area_2: string | null;
|
|
8897
|
+
country_code: string;
|
|
8898
|
+
postal_code: string | null;
|
|
8899
|
+
};
|
|
8900
|
+
paypal_v2_common_link: {
|
|
8901
|
+
enc_type: string | null;
|
|
8902
|
+
href: string;
|
|
8903
|
+
method: string;
|
|
8904
|
+
rel: string;
|
|
8905
|
+
};
|
|
8906
|
+
paypal_v2_common_money: {
|
|
8907
|
+
currency_code: string;
|
|
8908
|
+
value: string;
|
|
8909
|
+
};
|
|
8910
|
+
paypal_v2_common_name: {
|
|
8911
|
+
given_name: string;
|
|
8912
|
+
surname: string;
|
|
8913
|
+
};
|
|
8914
|
+
paypal_v2_common_phone_number: {
|
|
8915
|
+
country_code: string;
|
|
8916
|
+
national_number: string;
|
|
8917
|
+
};
|
|
8918
|
+
paypal_v2_order: {
|
|
8919
|
+
application_context: components["schemas"]["paypal_v2_order_application_context"];
|
|
8920
|
+
create_time: string;
|
|
8921
|
+
id: string;
|
|
8922
|
+
/** @enum {string} */
|
|
8923
|
+
intent: "CAPTURE" | "AUTHORIZE";
|
|
8924
|
+
links: components["schemas"]["paypal_v2_common_link"][];
|
|
8925
|
+
payer: components["schemas"]["paypal_v2_order_payer"];
|
|
8926
|
+
payment_source:
|
|
8927
|
+
| components["schemas"]["paypal_v2_order_payment_source"]
|
|
8928
|
+
| null;
|
|
8929
|
+
processing_instruction: string;
|
|
8930
|
+
purchase_units:
|
|
8931
|
+
| components["schemas"]["paypal_v2_order_purchase_unit"][]
|
|
8932
|
+
| null;
|
|
8933
|
+
status: string;
|
|
8934
|
+
update_time: string;
|
|
8935
|
+
};
|
|
8936
|
+
paypal_v2_order_application_context: {
|
|
8937
|
+
brand_name: string;
|
|
8938
|
+
cancel_url: string;
|
|
8939
|
+
/**
|
|
8940
|
+
* @default NO_PREFERENCE
|
|
8941
|
+
* @enum {string}
|
|
8942
|
+
*/
|
|
8943
|
+
landing_page?: "LOGIN" | "BILLING" | "NO_PREFERENCE";
|
|
8944
|
+
return_url: string;
|
|
8945
|
+
/**
|
|
8946
|
+
* @default SET_PROVIDED_ADDRESS
|
|
8947
|
+
* @enum {string}
|
|
8948
|
+
*/
|
|
8949
|
+
shipping_preference?:
|
|
8950
|
+
| "SET_PROVIDED_ADDRESS"
|
|
8951
|
+
| "NO_SHIPPING"
|
|
8952
|
+
| "GET_FROM_FILE";
|
|
8953
|
+
/**
|
|
8954
|
+
* @default PAY_NOW
|
|
8955
|
+
* @enum {string}
|
|
8956
|
+
*/
|
|
8957
|
+
user_action?: "CONTINUE" | "PAY_NOW";
|
|
8958
|
+
};
|
|
8959
|
+
paypal_v2_order_payer: {
|
|
8960
|
+
address: components["schemas"]["paypal_v2_common_address"];
|
|
8961
|
+
email_address: string;
|
|
8962
|
+
name: components["schemas"]["paypal_v2_common_name"];
|
|
8963
|
+
payer_id: string;
|
|
8964
|
+
phone:
|
|
8965
|
+
| components["schemas"]["paypal_v2_order_payment_source_common_phone"]
|
|
8966
|
+
| null;
|
|
8967
|
+
};
|
|
8968
|
+
paypal_v2_order_payment_source: {
|
|
8969
|
+
apple_pay: components["schemas"]["paypal_v2_order_payment_source_apple_pay"];
|
|
8970
|
+
bancontact:
|
|
8971
|
+
| components["schemas"]["paypal_v2_order_payment_source_bancontact"]
|
|
8972
|
+
| null;
|
|
8973
|
+
blik: components["schemas"]["paypal_v2_order_payment_source_blik"] | null;
|
|
8974
|
+
boletobancario:
|
|
8975
|
+
| components["schemas"]["paypal_v2_order_payment_source_boletobancario"]
|
|
8976
|
+
| null;
|
|
8977
|
+
card: components["schemas"]["paypal_v2_order_payment_source_card"] | null;
|
|
8978
|
+
eps: components["schemas"]["paypal_v2_order_payment_source_eps"] | null;
|
|
8979
|
+
google_pay:
|
|
8980
|
+
| components["schemas"]["paypal_v2_order_payment_source_google_pay"]
|
|
8981
|
+
| null;
|
|
8982
|
+
ideal: components["schemas"]["paypal_v2_order_payment_source_ideal"] | null;
|
|
8983
|
+
multibanco:
|
|
8984
|
+
| components["schemas"]["paypal_v2_order_payment_source_multibanco"]
|
|
8985
|
+
| null;
|
|
8986
|
+
my_bank:
|
|
8987
|
+
| components["schemas"]["paypal_v2_order_payment_source_my_bank"]
|
|
8988
|
+
| null;
|
|
8989
|
+
oxxo: components["schemas"]["paypal_v2_order_payment_source_oxxo"] | null;
|
|
8990
|
+
p_2_4: components["schemas"]["paypal_v2_order_payment_source_p24"] | null;
|
|
8991
|
+
pay_upon_invoice:
|
|
8992
|
+
| components["schemas"]["paypal_v2_order_payment_source_pay_upon_invoice"]
|
|
8993
|
+
| null;
|
|
8994
|
+
paypal:
|
|
8995
|
+
| components["schemas"]["paypal_v2_order_payment_source_paypal"]
|
|
8996
|
+
| null;
|
|
8997
|
+
token: components["schemas"]["paypal_v2_order_payment_source_token"] | null;
|
|
8998
|
+
trustly:
|
|
8999
|
+
| components["schemas"]["paypal_v2_order_payment_source_trustly"]
|
|
9000
|
+
| null;
|
|
9001
|
+
venmo: components["schemas"]["paypal_v2_order_payment_source_venmo"] | null;
|
|
9002
|
+
};
|
|
9003
|
+
paypal_v2_order_payment_source_apple_pay: {
|
|
9004
|
+
attributes:
|
|
9005
|
+
| components["schemas"]["paypal_v2_order_payment_source_common_attributes"]
|
|
9006
|
+
| null;
|
|
9007
|
+
card: components["schemas"]["paypal_v2_order_payment_source_card"] | null;
|
|
9008
|
+
country_code: string;
|
|
9009
|
+
experience_context: components["schemas"]["paypal_v2_order_payment_source_common_experience_context"];
|
|
9010
|
+
name: string;
|
|
9011
|
+
};
|
|
9012
|
+
paypal_v2_order_payment_source_bancontact: {
|
|
9013
|
+
country_code: string;
|
|
9014
|
+
experience_context: components["schemas"]["paypal_v2_order_payment_source_common_experience_context"];
|
|
9015
|
+
name: string;
|
|
9016
|
+
};
|
|
9017
|
+
paypal_v2_order_payment_source_blik: {
|
|
9018
|
+
country_code: string;
|
|
9019
|
+
email: string;
|
|
9020
|
+
experience_context: components["schemas"]["paypal_v2_order_payment_source_common_experience_context"];
|
|
9021
|
+
name: string;
|
|
9022
|
+
};
|
|
9023
|
+
paypal_v2_order_payment_source_boletobancario: {
|
|
9024
|
+
billing_address: components["schemas"]["paypal_v2_common_address"];
|
|
9025
|
+
country_code: string;
|
|
9026
|
+
email: string;
|
|
9027
|
+
experience_context: components["schemas"]["paypal_v2_order_payment_source_common_experience_context"];
|
|
9028
|
+
expiry_date: string;
|
|
9029
|
+
name: string;
|
|
9030
|
+
tax_info: components["schemas"]["paypal_v2_order_payment_source_boletobancario_tax_info"];
|
|
9031
|
+
};
|
|
9032
|
+
paypal_v2_order_payment_source_boletobancario_tax_info: {
|
|
9033
|
+
tax_id: string;
|
|
9034
|
+
tax_id_type: string;
|
|
9035
|
+
};
|
|
9036
|
+
paypal_v2_order_payment_source_card: {
|
|
9037
|
+
attributes:
|
|
9038
|
+
| components["schemas"]["paypal_v2_order_payment_source_common_attributes"]
|
|
9039
|
+
| null;
|
|
9040
|
+
authentication_result:
|
|
9041
|
+
| components["schemas"]["paypal_v2_order_payment_source_card_authentication_result"]
|
|
9042
|
+
| null;
|
|
9043
|
+
billing_address: components["schemas"]["paypal_v2_common_address"] | null;
|
|
9044
|
+
brand: string;
|
|
9045
|
+
country_code: string;
|
|
9046
|
+
experience_context: components["schemas"]["paypal_v2_order_payment_source_common_experience_context"];
|
|
9047
|
+
last_digits: string;
|
|
9048
|
+
name: string;
|
|
9049
|
+
stored_credential:
|
|
9050
|
+
| components["schemas"]["paypal_v2_order_payment_source_card_stored_credential"]
|
|
9051
|
+
| null;
|
|
9052
|
+
type: string;
|
|
9053
|
+
vault_id: string;
|
|
9054
|
+
};
|
|
9055
|
+
paypal_v2_order_payment_source_card_authentication_result: {
|
|
9056
|
+
liability_shift: string;
|
|
9057
|
+
three_d_secure:
|
|
9058
|
+
| components["schemas"]["paypal_v2_order_payment_source_card_authentication_result_3d_secure"]
|
|
9059
|
+
| null;
|
|
9060
|
+
};
|
|
9061
|
+
paypal_v2_order_payment_source_card_authentication_result_3d_secure: {
|
|
9062
|
+
authentication_status: string;
|
|
9063
|
+
enrollment_status: string;
|
|
9064
|
+
};
|
|
9065
|
+
paypal_v2_order_payment_source_card_stored_credential: {
|
|
9066
|
+
/** @enum {string} */
|
|
9067
|
+
payment_initiator: "MERCHANT" | "CUSTOMER";
|
|
9068
|
+
/** @enum {string} */
|
|
9069
|
+
payment_type: "RECURRING" | "ONE_TIME" | "UNSCHEDULED";
|
|
9070
|
+
previous_network_transaction_reference: string;
|
|
9071
|
+
/** @enum {string} */
|
|
9072
|
+
usage: "DERIVED" | "FIRST" | "SUBSEQUENT";
|
|
9073
|
+
};
|
|
9074
|
+
paypal_v2_order_payment_source_common_attributes: {
|
|
9075
|
+
customer: components["schemas"]["paypal_v2_order_payment_source_common_attributes_customer"];
|
|
9076
|
+
vault: components["schemas"]["paypal_v2_order_payment_source_common_attributes_vault"];
|
|
9077
|
+
verification: components["schemas"]["paypal_v2_order_payment_source_common_attributes_verification"];
|
|
9078
|
+
};
|
|
9079
|
+
paypal_v2_order_payment_source_common_attributes_customer: {
|
|
9080
|
+
id: string;
|
|
9081
|
+
};
|
|
9082
|
+
paypal_v2_order_payment_source_common_attributes_vault: {
|
|
9083
|
+
confirm_payment_token: string;
|
|
9084
|
+
customer:
|
|
9085
|
+
| components["schemas"]["paypal_v2_order_payment_source_common_attributes_customer"]
|
|
9086
|
+
| null;
|
|
9087
|
+
id: string | null;
|
|
9088
|
+
links: components["schemas"]["paypal_v2_common_link"][];
|
|
9089
|
+
permit_multiple_payment_tokens: boolean;
|
|
9090
|
+
status: string;
|
|
9091
|
+
store_in_vault: string;
|
|
9092
|
+
usage_type: string;
|
|
9093
|
+
};
|
|
9094
|
+
paypal_v2_order_payment_source_common_attributes_verification: {
|
|
9095
|
+
method: string;
|
|
9096
|
+
};
|
|
9097
|
+
paypal_v2_order_payment_source_common_experience_context: {
|
|
9098
|
+
brand_name: string;
|
|
9099
|
+
cancel_url: string;
|
|
9100
|
+
/** Only: PUI */
|
|
9101
|
+
customer_service_instructions: string[];
|
|
9102
|
+
/**
|
|
9103
|
+
* @default NO_PREFERENCE
|
|
9104
|
+
* @enum {string}
|
|
9105
|
+
*/
|
|
9106
|
+
landing_page?: "LOGIN" | "GUEST_CHECKOUT" | "NO_PREFERENCE";
|
|
9107
|
+
locale: string;
|
|
9108
|
+
logo_url: string;
|
|
9109
|
+
/**
|
|
9110
|
+
* Only: PayPal Wallet
|
|
9111
|
+
* @enum {string}
|
|
9112
|
+
*/
|
|
9113
|
+
payment_method_preference: "UNRESTRICTED" | "IMMEDIATE_PAYMENT_REQUIRED";
|
|
9114
|
+
return_url: string;
|
|
9115
|
+
/**
|
|
9116
|
+
* @default SET_PROVIDED_ADDRESS
|
|
9117
|
+
* @enum {string}
|
|
9118
|
+
*/
|
|
9119
|
+
shipping_preference?:
|
|
9120
|
+
| "SET_PROVIDED_ADDRESS"
|
|
9121
|
+
| "NO_SHIPPING"
|
|
9122
|
+
| "GET_FROM_FILE";
|
|
9123
|
+
/**
|
|
9124
|
+
* @default PAY_NOW
|
|
9125
|
+
* @enum {string}
|
|
9126
|
+
*/
|
|
9127
|
+
user_action?: "CONTINUE" | "PAY_NOW";
|
|
9128
|
+
};
|
|
9129
|
+
paypal_v2_order_payment_source_common_phone: {
|
|
9130
|
+
phone_number: components["schemas"]["paypal_v2_common_phone_number"];
|
|
9131
|
+
phone_type: string;
|
|
9132
|
+
};
|
|
9133
|
+
paypal_v2_order_payment_source_eps: {
|
|
9134
|
+
country_code: string;
|
|
9135
|
+
experience_context: components["schemas"]["paypal_v2_order_payment_source_common_experience_context"];
|
|
9136
|
+
name: string;
|
|
9137
|
+
};
|
|
9138
|
+
paypal_v2_order_payment_source_google_pay: {
|
|
9139
|
+
attributes:
|
|
9140
|
+
| components["schemas"]["paypal_v2_order_payment_source_common_attributes"]
|
|
9141
|
+
| null;
|
|
9142
|
+
card: components["schemas"]["paypal_v2_order_payment_source_card"] | null;
|
|
9143
|
+
experience_context: components["schemas"]["paypal_v2_order_payment_source_common_experience_context"];
|
|
9144
|
+
};
|
|
9145
|
+
paypal_v2_order_payment_source_ideal: {
|
|
9146
|
+
country_code: string;
|
|
9147
|
+
experience_context: components["schemas"]["paypal_v2_order_payment_source_common_experience_context"];
|
|
9148
|
+
name: string;
|
|
9149
|
+
};
|
|
9150
|
+
paypal_v2_order_payment_source_multibanco: {
|
|
9151
|
+
country_code: string;
|
|
9152
|
+
experience_context: components["schemas"]["paypal_v2_order_payment_source_common_experience_context"];
|
|
9153
|
+
name: string;
|
|
9154
|
+
};
|
|
9155
|
+
paypal_v2_order_payment_source_my_bank: {
|
|
9156
|
+
country_code: string;
|
|
9157
|
+
experience_context: components["schemas"]["paypal_v2_order_payment_source_common_experience_context"];
|
|
9158
|
+
name: string;
|
|
9159
|
+
};
|
|
9160
|
+
paypal_v2_order_payment_source_oxxo: {
|
|
9161
|
+
country_code: string;
|
|
9162
|
+
email: string;
|
|
9163
|
+
experience_context: components["schemas"]["paypal_v2_order_payment_source_common_experience_context"];
|
|
9164
|
+
name: string;
|
|
9165
|
+
};
|
|
9166
|
+
paypal_v2_order_payment_source_p24: {
|
|
9167
|
+
country_code: string;
|
|
9168
|
+
email: string;
|
|
9169
|
+
experience_context: components["schemas"]["paypal_v2_order_payment_source_common_experience_context"];
|
|
9170
|
+
name: string;
|
|
9171
|
+
};
|
|
9172
|
+
paypal_v2_order_payment_source_pay_upon_invoice: {
|
|
9173
|
+
billing_address: components["schemas"]["paypal_v2_common_address"];
|
|
9174
|
+
birth_date: string;
|
|
9175
|
+
deposit_bank_details: components["schemas"]["paypal_v2_order_payment_source_pay_upon_invoice_deposit_bank_details"];
|
|
9176
|
+
email: string;
|
|
9177
|
+
experience_context: components["schemas"]["paypal_v2_order_payment_source_common_experience_context"];
|
|
9178
|
+
name: components["schemas"]["paypal_v2_common_name"];
|
|
9179
|
+
payment_reference: string;
|
|
9180
|
+
phone: components["schemas"]["paypal_v2_common_phone_number"];
|
|
9181
|
+
};
|
|
9182
|
+
paypal_v2_order_payment_source_pay_upon_invoice_deposit_bank_details: {
|
|
9183
|
+
account_holder_name: string;
|
|
9184
|
+
bank_name: string;
|
|
9185
|
+
bic: string;
|
|
9186
|
+
iban: string;
|
|
9187
|
+
};
|
|
9188
|
+
paypal_v2_order_payment_source_paypal: {
|
|
9189
|
+
account_id: string;
|
|
9190
|
+
address: components["schemas"]["paypal_v2_common_address"];
|
|
9191
|
+
attributes:
|
|
9192
|
+
| components["schemas"]["paypal_v2_order_payment_source_common_attributes"]
|
|
9193
|
+
| null;
|
|
9194
|
+
billing_agreement_id: string;
|
|
9195
|
+
birth_date: string;
|
|
9196
|
+
email_address: string;
|
|
9197
|
+
experience_context: components["schemas"]["paypal_v2_order_payment_source_common_experience_context"];
|
|
9198
|
+
name: components["schemas"]["paypal_v2_common_name"];
|
|
9199
|
+
phone_number: components["schemas"]["paypal_v2_common_phone_number"] | null;
|
|
9200
|
+
phone_type: string;
|
|
9201
|
+
vault_id: string;
|
|
9202
|
+
};
|
|
9203
|
+
paypal_v2_order_payment_source_token: {
|
|
9204
|
+
experience_context: components["schemas"]["paypal_v2_order_payment_source_common_experience_context"];
|
|
9205
|
+
id: string;
|
|
9206
|
+
stored_payment_source: components["schemas"]["paypal_v2_order_payment_source_token_stored_payment_source"];
|
|
9207
|
+
type: string;
|
|
9208
|
+
};
|
|
9209
|
+
paypal_v2_order_payment_source_token_stored_payment_source: {
|
|
9210
|
+
payment_initiator: string;
|
|
9211
|
+
payment_type: string;
|
|
9212
|
+
usage: string;
|
|
9213
|
+
};
|
|
9214
|
+
paypal_v2_order_payment_source_trustly: {
|
|
9215
|
+
country_code: string;
|
|
9216
|
+
experience_context: components["schemas"]["paypal_v2_order_payment_source_common_experience_context"];
|
|
9217
|
+
name: string;
|
|
9218
|
+
};
|
|
9219
|
+
paypal_v2_order_payment_source_venmo: {
|
|
9220
|
+
account_id: string;
|
|
9221
|
+
address: components["schemas"]["paypal_v2_common_address"];
|
|
9222
|
+
attributes:
|
|
9223
|
+
| components["schemas"]["paypal_v2_order_payment_source_common_attributes"]
|
|
9224
|
+
| null;
|
|
9225
|
+
email_address: string;
|
|
9226
|
+
experience_context: components["schemas"]["paypal_v2_order_payment_source_common_experience_context"];
|
|
9227
|
+
name: components["schemas"]["paypal_v2_common_name"];
|
|
9228
|
+
phone_number: components["schemas"]["paypal_v2_common_phone_number"] | null;
|
|
9229
|
+
user_name: string;
|
|
9230
|
+
vault_id: string;
|
|
9231
|
+
};
|
|
9232
|
+
paypal_v2_order_purchase_unit: {
|
|
9233
|
+
amount: components["schemas"]["paypal_v2_order_purchase_unit_amount"];
|
|
9234
|
+
custom_id: string | null;
|
|
9235
|
+
description: string;
|
|
9236
|
+
invoice_id: string | null;
|
|
9237
|
+
items: components["schemas"]["paypal_v2_order_purchase_unit_item"][] | null;
|
|
9238
|
+
payee: components["schemas"]["paypal_v2_order_purchase_unit_payee"];
|
|
9239
|
+
payments:
|
|
9240
|
+
| components["schemas"]["paypal_v2_order_purchase_unit_payments"]
|
|
9241
|
+
| null;
|
|
9242
|
+
reference_id: string;
|
|
9243
|
+
shipping: components["schemas"]["paypal_v2_order_purchase_unit_shipping"];
|
|
9244
|
+
};
|
|
9245
|
+
paypal_v2_order_purchase_unit_amount: components["schemas"]["paypal_v2_common_money"] & {
|
|
9246
|
+
breakdown:
|
|
9247
|
+
| components["schemas"]["paypal_v2_order_purchase_unit_amount_breakdown"]
|
|
9248
|
+
| null;
|
|
9249
|
+
};
|
|
9250
|
+
paypal_v2_order_purchase_unit_amount_breakdown: {
|
|
9251
|
+
discount: components["schemas"]["paypal_v2_common_money"];
|
|
9252
|
+
handling: components["schemas"]["paypal_v2_common_money"];
|
|
9253
|
+
insurance: components["schemas"]["paypal_v2_common_money"];
|
|
9254
|
+
item_total: components["schemas"]["paypal_v2_common_money"];
|
|
9255
|
+
shipping: components["schemas"]["paypal_v2_common_money"];
|
|
9256
|
+
shipping_discount: components["schemas"]["paypal_v2_common_money"];
|
|
9257
|
+
tax_total: components["schemas"]["paypal_v2_common_money"] | null;
|
|
9258
|
+
};
|
|
9259
|
+
paypal_v2_order_purchase_unit_item: {
|
|
9260
|
+
/** @enum {string} */
|
|
9261
|
+
category: "PHYSICAL_GOODS" | "DIGITAL_GOODS" | "DONATION";
|
|
9262
|
+
name: string;
|
|
9263
|
+
quantity: number;
|
|
9264
|
+
sku: string | null;
|
|
9265
|
+
tax: components["schemas"]["paypal_v2_common_money"];
|
|
9266
|
+
tax_rate: string | number | Record<string, never>;
|
|
9267
|
+
unit_amount: components["schemas"]["paypal_v2_common_money"];
|
|
9268
|
+
};
|
|
9269
|
+
paypal_v2_order_purchase_unit_payee: {
|
|
9270
|
+
display_data: components["schemas"]["paypal_v2_order_purchase_unit_payee_display_data"];
|
|
9271
|
+
email_address: string;
|
|
9272
|
+
merchant_id: string;
|
|
9273
|
+
};
|
|
9274
|
+
paypal_v2_order_purchase_unit_payee_display_data: {
|
|
9275
|
+
brand_name: string;
|
|
9276
|
+
};
|
|
9277
|
+
paypal_v2_order_purchase_unit_payments: {
|
|
9278
|
+
authorizations:
|
|
9279
|
+
| components["schemas"]["paypal_v2_order_purchase_unit_payments_authorization"][]
|
|
9280
|
+
| null;
|
|
9281
|
+
captures:
|
|
9282
|
+
| components["schemas"]["paypal_v2_order_purchase_unit_payments_capture"][]
|
|
9283
|
+
| null;
|
|
9284
|
+
refunds:
|
|
9285
|
+
| components["schemas"]["paypal_v2_order_purchase_unit_payments_refund"][]
|
|
9286
|
+
| null;
|
|
9287
|
+
};
|
|
9288
|
+
paypal_v2_order_purchase_unit_payments_authorization: {
|
|
9289
|
+
amount: components["schemas"]["paypal_v2_common_money"] | null;
|
|
9290
|
+
create_time: string;
|
|
9291
|
+
custom_id: string | null;
|
|
9292
|
+
expiration_time: string;
|
|
9293
|
+
id: string;
|
|
9294
|
+
links: components["schemas"]["paypal_v2_common_link"][];
|
|
9295
|
+
seller_protection: components["schemas"]["paypal_v2_order_purchase_unit_payments_common_seller_protection"];
|
|
9296
|
+
status: string;
|
|
9297
|
+
update_time: string;
|
|
9298
|
+
};
|
|
9299
|
+
paypal_v2_order_purchase_unit_payments_authorization_seller_protection: {
|
|
9300
|
+
dispute_categories: string[];
|
|
9301
|
+
status: string;
|
|
9302
|
+
};
|
|
9303
|
+
paypal_v2_order_purchase_unit_payments_capture: {
|
|
9304
|
+
amount: components["schemas"]["paypal_v2_common_money"] | null;
|
|
9305
|
+
create_time: string;
|
|
9306
|
+
custom_id: string | null;
|
|
9307
|
+
disbursement_mode: string;
|
|
9308
|
+
final_capture: boolean;
|
|
9309
|
+
id: string;
|
|
9310
|
+
invoice_id: string | null;
|
|
9311
|
+
links: components["schemas"]["paypal_v2_common_link"][];
|
|
9312
|
+
note_to_payer: string | null;
|
|
9313
|
+
processor_response: components["schemas"]["paypal_v2_order_purchase_unit_payments_capture_processor_response"];
|
|
9314
|
+
seller_protection: components["schemas"]["paypal_v2_order_purchase_unit_payments_common_seller_protection"];
|
|
9315
|
+
seller_receivable_breakdown: components["schemas"]["paypal_v2_order_purchase_unit_payments_capture_seller_receivable_breakdown"];
|
|
9316
|
+
status: string;
|
|
9317
|
+
update_time: string;
|
|
9318
|
+
};
|
|
9319
|
+
paypal_v2_order_purchase_unit_payments_capture_processor_response: {
|
|
9320
|
+
avs_code: string | null;
|
|
9321
|
+
cvv_code: string | null;
|
|
9322
|
+
response_code: string | null;
|
|
9323
|
+
};
|
|
9324
|
+
paypal_v2_order_purchase_unit_payments_capture_seller_receivable_breakdown: {
|
|
9325
|
+
gross_amount: components["schemas"]["paypal_v2_common_money"];
|
|
9326
|
+
net_amount: components["schemas"]["paypal_v2_common_money"];
|
|
9327
|
+
paypal_fee: components["schemas"]["paypal_v2_common_money"];
|
|
9328
|
+
};
|
|
9329
|
+
paypal_v2_order_purchase_unit_payments_common_seller_protection: {
|
|
9330
|
+
dispute_categories: string[];
|
|
9331
|
+
status: string;
|
|
9332
|
+
};
|
|
9333
|
+
paypal_v2_order_purchase_unit_payments_refund: {
|
|
9334
|
+
amount: components["schemas"]["paypal_v2_common_money"] | null;
|
|
9335
|
+
create_time: string;
|
|
9336
|
+
custom_id: string | null;
|
|
9337
|
+
id: string;
|
|
9338
|
+
invoice_id: string | null;
|
|
9339
|
+
links: components["schemas"]["paypal_v2_common_link"][];
|
|
9340
|
+
note_to_payer: string | null;
|
|
9341
|
+
seller_payable_breakdown: components["schemas"]["paypal_v2_order_purchase_unit_payments_refund_seller_payable_breakdown"];
|
|
9342
|
+
status: string;
|
|
9343
|
+
update_time: string;
|
|
9344
|
+
};
|
|
9345
|
+
paypal_v2_order_purchase_unit_payments_refund_seller_payable_breakdown: {
|
|
9346
|
+
gross_amount: components["schemas"]["paypal_v2_common_money"];
|
|
9347
|
+
net_amount: components["schemas"]["paypal_v2_common_money"];
|
|
9348
|
+
paypal_fee: components["schemas"]["paypal_v2_common_money"];
|
|
9349
|
+
total_refunded_amount: components["schemas"]["paypal_v2_common_money"];
|
|
9350
|
+
};
|
|
9351
|
+
paypal_v2_order_purchase_unit_shipping: {
|
|
9352
|
+
address: components["schemas"]["paypal_v2_common_address"];
|
|
9353
|
+
name: components["schemas"]["paypal_v2_order_purchase_unit_shipping_name"];
|
|
9354
|
+
trackers:
|
|
9355
|
+
| components["schemas"]["paypal_v2_order_purchase_unit_shipping_tracker"][]
|
|
9356
|
+
| null;
|
|
9357
|
+
};
|
|
9358
|
+
paypal_v2_order_purchase_unit_shipping_name: {
|
|
9359
|
+
full_name: string;
|
|
9360
|
+
};
|
|
9361
|
+
paypal_v2_order_purchase_unit_shipping_tracker: {
|
|
9362
|
+
id: string;
|
|
9363
|
+
items: components["schemas"]["paypal_v2_order_purchase_unit_item"][];
|
|
9364
|
+
links: components["schemas"]["paypal_v2_common_link"][];
|
|
9365
|
+
notify_payer: boolean;
|
|
9366
|
+
status: string;
|
|
9367
|
+
};
|
|
9368
|
+
paypal_v2_order_purchase_unit_shipping_tracker_item: {
|
|
9369
|
+
image_url: string | null;
|
|
9370
|
+
name: string;
|
|
9371
|
+
quantity: number;
|
|
9372
|
+
sku: string | null;
|
|
9373
|
+
url: string | null;
|
|
9374
|
+
};
|
|
9375
|
+
paypal_v2_order_tracker: {
|
|
9376
|
+
capture_id: string;
|
|
9377
|
+
carrier: string;
|
|
9378
|
+
carrier_name_other: string | null;
|
|
9379
|
+
items: components["schemas"]["paypal_v2_order_purchase_unit_shipping_tracker_item"][];
|
|
9380
|
+
/** @default false */
|
|
9381
|
+
notify_payer?: boolean;
|
|
9382
|
+
tracking_number: string;
|
|
9383
|
+
};
|
|
9384
|
+
paypal_v2_patch: {
|
|
9385
|
+
from: string;
|
|
9386
|
+
op: string;
|
|
9387
|
+
path: string;
|
|
9388
|
+
value:
|
|
9389
|
+
| ([] &
|
|
9390
|
+
(
|
|
9391
|
+
| number
|
|
9392
|
+
| Record<string, never>
|
|
9393
|
+
| string
|
|
9394
|
+
| boolean
|
|
9395
|
+
| Record<string, never>[]
|
|
9396
|
+
))
|
|
9397
|
+
| null;
|
|
9398
|
+
};
|
|
9399
|
+
paypal_v2_referral: {
|
|
9400
|
+
business_entity: components["schemas"]["paypal_v2_referral_business_entity"];
|
|
9401
|
+
capabilities: string[];
|
|
9402
|
+
legal_consents: components["schemas"]["paypal_v2_referral_legal_consent"][];
|
|
9403
|
+
links: components["schemas"]["paypal_v2_common_link"][];
|
|
9404
|
+
operations: components["schemas"]["paypal_v2_referral_operation"][];
|
|
9405
|
+
partner_config_override: components["schemas"]["paypal_v2_referral_partner_config_override"];
|
|
9406
|
+
preferred_language_code: string;
|
|
9407
|
+
products: string[];
|
|
9408
|
+
tracking_id: string;
|
|
9409
|
+
};
|
|
9410
|
+
paypal_v2_referral_business_entity: {
|
|
9411
|
+
addresses: components["schemas"]["paypal_v2_referral_business_entity_address"][];
|
|
9412
|
+
};
|
|
9413
|
+
paypal_v2_referral_business_entity_address: {
|
|
9414
|
+
country_code: string;
|
|
9415
|
+
/** @default WORK */
|
|
9416
|
+
type?: string;
|
|
9417
|
+
};
|
|
9418
|
+
paypal_v2_referral_legal_consent: {
|
|
9419
|
+
granted: boolean;
|
|
9420
|
+
/** @default SHARE_DATA_CONSENT */
|
|
9421
|
+
type?: string;
|
|
9422
|
+
};
|
|
9423
|
+
paypal_v2_referral_operation: {
|
|
9424
|
+
api_integration_preference: components["schemas"]["paypal_v2_referral_operation_api_integration_preference"];
|
|
9425
|
+
/** @default API_INTEGRATION */
|
|
9426
|
+
operation?: string;
|
|
9427
|
+
};
|
|
9428
|
+
paypal_v2_referral_operation_api_integration_preference: {
|
|
9429
|
+
rest_api_integration: components["schemas"]["paypal_v2_referral_operation_api_integration_preference_rest_api_integration"];
|
|
9430
|
+
};
|
|
9431
|
+
paypal_v2_referral_operation_api_integration_preference_rest_api_integration: {
|
|
9432
|
+
/** @default PAYPAL */
|
|
9433
|
+
integration_method?: string;
|
|
9434
|
+
/** @default THIRD_PARTY */
|
|
9435
|
+
integration_type?: string;
|
|
9436
|
+
third_party_details: components["schemas"]["paypal_v2_referral_operation_api_integration_preference_rest_api_integration_third_party_details"];
|
|
9437
|
+
};
|
|
9438
|
+
paypal_v2_referral_operation_api_integration_preference_rest_api_integration_third_party_details: {
|
|
9439
|
+
features: string[];
|
|
9440
|
+
};
|
|
9441
|
+
paypal_v2_referral_partner_config_override: {
|
|
9442
|
+
partner_logo_url: string;
|
|
9443
|
+
return_url: string;
|
|
9444
|
+
};
|
|
9445
|
+
paypal_v3_payment_token: {
|
|
9446
|
+
customer: components["schemas"]["paypal_v2_order_payment_source_common_attributes_customer"];
|
|
9447
|
+
id: string;
|
|
9448
|
+
links: components["schemas"]["paypal_v2_common_link"][];
|
|
9449
|
+
metadata: components["schemas"]["paypal_v3_payment_token_metadata"] | null;
|
|
9450
|
+
payment_source: components["schemas"]["paypal_v2_order_payment_source"];
|
|
9451
|
+
status: string;
|
|
9452
|
+
};
|
|
9453
|
+
paypal_v3_payment_token_metadata: {
|
|
9454
|
+
order_id: string;
|
|
9455
|
+
};
|
|
7723
9456
|
relationshipLinks: {
|
|
7724
9457
|
related?: components["schemas"]["link"];
|
|
7725
9458
|
self?: GenericRecord[] & components["schemas"]["link"];
|
|
@@ -7923,16 +9656,6 @@ export type operations = {
|
|
|
7923
9656
|
response: components["schemas"]["SuccessResponse"];
|
|
7924
9657
|
responseCode: 200;
|
|
7925
9658
|
};
|
|
7926
|
-
"changePaymentMethod post /account/change-payment-method/{paymentMethodId}": {
|
|
7927
|
-
contentType?: "application/json";
|
|
7928
|
-
accept?: "application/json";
|
|
7929
|
-
pathParams: {
|
|
7930
|
-
/** Identifier of the desired default payment method */
|
|
7931
|
-
paymentMethodId: string;
|
|
7932
|
-
};
|
|
7933
|
-
response: components["schemas"]["SuccessResponse"];
|
|
7934
|
-
responseCode: 200;
|
|
7935
|
-
};
|
|
7936
9659
|
"changeProfile post /account/change-profile": {
|
|
7937
9660
|
contentType?: "application/json";
|
|
7938
9661
|
accept?: "application/json";
|
|
@@ -7973,35 +9696,24 @@ export type operations = {
|
|
|
7973
9696
|
/** VAT IDs of the customer's company. Only valid when `accountType` is `business`. */
|
|
7974
9697
|
vatIds: [string, ...string[]];
|
|
7975
9698
|
}
|
|
7976
|
-
| {
|
|
7977
|
-
/**
|
|
7978
|
-
* Type of the customer account. Default value is 'private'.
|
|
7979
|
-
* @default private
|
|
7980
|
-
* @enum {string}
|
|
7981
|
-
*/
|
|
7982
|
-
accountType?: "private";
|
|
7983
|
-
company?: null;
|
|
7984
|
-
vatIds?: null;
|
|
7985
|
-
}
|
|
7986
|
-
| {
|
|
7987
|
-
/**
|
|
7988
|
-
* Type of the customer account. Can be `private` or `business`.
|
|
7989
|
-
* @enum {string}
|
|
7990
|
-
*/
|
|
7991
|
-
accountType: "business";
|
|
7992
|
-
/** Company of the customer. Only required when `accountType` is `business`. */
|
|
7993
|
-
company: string;
|
|
7994
|
-
/** VAT IDs of the customer's company. Only valid when `accountType` is `business`. */
|
|
7995
|
-
vatIds: [string, ...string[]];
|
|
7996
|
-
}
|
|
7997
9699
|
);
|
|
7998
9700
|
response: components["schemas"]["SuccessResponse"];
|
|
7999
9701
|
responseCode: 200;
|
|
8000
9702
|
};
|
|
9703
|
+
"convertGuest post /account/convert-guest": {
|
|
9704
|
+
contentType?: "application/json";
|
|
9705
|
+
accept?: "application/json";
|
|
9706
|
+
body: {
|
|
9707
|
+
/** New Password for the customer */
|
|
9708
|
+
password: string;
|
|
9709
|
+
};
|
|
9710
|
+
response: components["schemas"]["SuccessResponse"];
|
|
9711
|
+
responseCode: 200;
|
|
9712
|
+
};
|
|
8001
9713
|
"readCustomer post /account/customer": {
|
|
8002
9714
|
contentType?: "application/json";
|
|
8003
9715
|
accept?: "application/json";
|
|
8004
|
-
body?: components["schemas"]["
|
|
9716
|
+
body?: components["schemas"]["NoneFieldsCriteria"];
|
|
8005
9717
|
response: components["schemas"]["Customer"];
|
|
8006
9718
|
responseCode: 200;
|
|
8007
9719
|
};
|
|
@@ -8169,27 +9881,6 @@ export type operations = {
|
|
|
8169
9881
|
/** VAT IDs of the customer's company. Only valid when `accountType` is `business`. */
|
|
8170
9882
|
vatIds: [string, ...string[]];
|
|
8171
9883
|
}
|
|
8172
|
-
| {
|
|
8173
|
-
/**
|
|
8174
|
-
* Type of the customer account. Default value is 'private'.
|
|
8175
|
-
* @default private
|
|
8176
|
-
* @enum {string}
|
|
8177
|
-
*/
|
|
8178
|
-
accountType?: "private";
|
|
8179
|
-
company?: null;
|
|
8180
|
-
vatIds?: null;
|
|
8181
|
-
}
|
|
8182
|
-
| {
|
|
8183
|
-
/**
|
|
8184
|
-
* Type of the customer account. Can be `private` or `business`.
|
|
8185
|
-
* @enum {string}
|
|
8186
|
-
*/
|
|
8187
|
-
accountType: "business";
|
|
8188
|
-
/** Company of the customer. Only required when `accountType` is `business`. */
|
|
8189
|
-
company: string;
|
|
8190
|
-
/** VAT IDs of the customer's company. Only valid when `accountType` is `business`. */
|
|
8191
|
-
vatIds: [string, ...string[]];
|
|
8192
|
-
}
|
|
8193
9884
|
);
|
|
8194
9885
|
response: components["schemas"]["Customer"];
|
|
8195
9886
|
responseCode: 200;
|
|
@@ -8597,6 +10288,19 @@ export type operations = {
|
|
|
8597
10288
|
};
|
|
8598
10289
|
responseCode: 200;
|
|
8599
10290
|
};
|
|
10291
|
+
"contextGateway post /context/gateway": {
|
|
10292
|
+
contentType?: "application/json";
|
|
10293
|
+
accept?: "application/json";
|
|
10294
|
+
body: {
|
|
10295
|
+
appName: string;
|
|
10296
|
+
data?: GenericRecord;
|
|
10297
|
+
};
|
|
10298
|
+
response: {
|
|
10299
|
+
/** Define the URL which browser will be redirected to */
|
|
10300
|
+
redirectUrl?: string;
|
|
10301
|
+
};
|
|
10302
|
+
responseCode: 200;
|
|
10303
|
+
};
|
|
8600
10304
|
"readCountry post /country": {
|
|
8601
10305
|
contentType?: "application/json";
|
|
8602
10306
|
accept?: "application/json";
|
|
@@ -8633,7 +10337,7 @@ export type operations = {
|
|
|
8633
10337
|
/** Instructs Shopware to return the response in the given language. */
|
|
8634
10338
|
"sw-language-id"?: string;
|
|
8635
10339
|
};
|
|
8636
|
-
body?: components["schemas"]["
|
|
10340
|
+
body?: components["schemas"]["NoneFieldsCriteria"];
|
|
8637
10341
|
response: components["schemas"]["Currency"][];
|
|
8638
10342
|
responseCode: 200;
|
|
8639
10343
|
};
|
|
@@ -8707,6 +10411,12 @@ export type operations = {
|
|
|
8707
10411
|
response: components["schemas"]["Document"];
|
|
8708
10412
|
responseCode: 200;
|
|
8709
10413
|
};
|
|
10414
|
+
"dsrAccountUpdateDefaultInfo post /dsr/account/update-default-info": {
|
|
10415
|
+
contentType?: "application/json";
|
|
10416
|
+
accept?: "application/json";
|
|
10417
|
+
response: components["schemas"]["SuccessResponse"];
|
|
10418
|
+
responseCode: 200;
|
|
10419
|
+
};
|
|
8710
10420
|
"attendeeRespondInvitation patch /dsr/appointment/{appointmentId}/attendee/respond-invitation": {
|
|
8711
10421
|
contentType?: "application/json";
|
|
8712
10422
|
accept?: "application/json";
|
|
@@ -8740,6 +10450,37 @@ export type operations = {
|
|
|
8740
10450
|
response: unknown;
|
|
8741
10451
|
responseCode: 200;
|
|
8742
10452
|
};
|
|
10453
|
+
"getSharingShoppingList get /dsr/appointment/{appointmentId}/shopping-lists": {
|
|
10454
|
+
contentType?: "application/json";
|
|
10455
|
+
accept?: "application/json";
|
|
10456
|
+
pathParams: {
|
|
10457
|
+
/** The appointment id you are joining */
|
|
10458
|
+
appointmentId: string;
|
|
10459
|
+
};
|
|
10460
|
+
response: {
|
|
10461
|
+
/**
|
|
10462
|
+
* The api alias of the API
|
|
10463
|
+
* @default dsr.appointment.load-shopping-lists
|
|
10464
|
+
*/
|
|
10465
|
+
apiAlias?: string;
|
|
10466
|
+
/** @example {
|
|
10467
|
+
* "apiAlias": "dsr.appointment.load-shopping-lists",
|
|
10468
|
+
* "data": {
|
|
10469
|
+
* "01938f89c632709ba4d65eb53604bf5b": {
|
|
10470
|
+
* "quantity": "1"
|
|
10471
|
+
* },
|
|
10472
|
+
* "01938f89c8647036a617b7d88e1e24f5": {
|
|
10473
|
+
* "quantity": "1"
|
|
10474
|
+
* },
|
|
10475
|
+
* "01938f8a23d47305b1e289163cea5074": {
|
|
10476
|
+
* "quantity": "1"
|
|
10477
|
+
* }
|
|
10478
|
+
* }
|
|
10479
|
+
* } */
|
|
10480
|
+
data?: GenericRecord;
|
|
10481
|
+
};
|
|
10482
|
+
responseCode: 200;
|
|
10483
|
+
};
|
|
8743
10484
|
"dsrReadAppointmentSettings get /dsr/appointment/{presentationPath}/basic-setting": {
|
|
8744
10485
|
contentType?: "application/json";
|
|
8745
10486
|
accept?: "application/json";
|
|
@@ -8759,7 +10500,9 @@ export type operations = {
|
|
|
8759
10500
|
};
|
|
8760
10501
|
body?: {
|
|
8761
10502
|
/** The name of the attendee */
|
|
8762
|
-
attendeeName?: string
|
|
10503
|
+
attendeeName?: string;
|
|
10504
|
+
/** Identifier of the current attendee you want log in as */
|
|
10505
|
+
currentAttendeeId?: string;
|
|
8763
10506
|
};
|
|
8764
10507
|
response: components["schemas"]["JoinAppointmentResponse"];
|
|
8765
10508
|
responseCode: 200;
|
|
@@ -8846,7 +10589,9 @@ export type operations = {
|
|
|
8846
10589
|
/** CMS section id for which the data is requested */
|
|
8847
10590
|
sectionId: string;
|
|
8848
10591
|
};
|
|
8849
|
-
body: components["schemas"]["Criteria"]
|
|
10592
|
+
body: components["schemas"]["Criteria"] & {
|
|
10593
|
+
interaction?: boolean;
|
|
10594
|
+
};
|
|
8850
10595
|
response: components["schemas"]["ProductListingResult"];
|
|
8851
10596
|
responseCode: 200;
|
|
8852
10597
|
};
|
|
@@ -8871,6 +10616,16 @@ export type operations = {
|
|
|
8871
10616
|
};
|
|
8872
10617
|
responseCode: 200;
|
|
8873
10618
|
};
|
|
10619
|
+
"dsrLoadCustomerWishlistProductIds post /dsr/customer/wishlist-product-ids": {
|
|
10620
|
+
contentType?: "application/json";
|
|
10621
|
+
accept?: "application/json";
|
|
10622
|
+
response: {
|
|
10623
|
+
/** @default array_struct */
|
|
10624
|
+
apiAlias?: string;
|
|
10625
|
+
wishlistProductIds?: string[];
|
|
10626
|
+
};
|
|
10627
|
+
responseCode: 200;
|
|
10628
|
+
};
|
|
8874
10629
|
"addInteraction post /dsr/interaction": {
|
|
8875
10630
|
contentType?: "application/json";
|
|
8876
10631
|
accept?: "application/json";
|
|
@@ -8972,16 +10727,6 @@ export type operations = {
|
|
|
8972
10727
|
response: components["schemas"]["B2bEmployee"];
|
|
8973
10728
|
responseCode: 200;
|
|
8974
10729
|
};
|
|
8975
|
-
"readEmployee post /employee/{id}": {
|
|
8976
|
-
contentType?: "application/json";
|
|
8977
|
-
accept?: "application/json";
|
|
8978
|
-
pathParams: {
|
|
8979
|
-
/** Identifier of the employee to be fetched */
|
|
8980
|
-
id: string;
|
|
8981
|
-
};
|
|
8982
|
-
response: components["schemas"]["B2bEmployee"];
|
|
8983
|
-
responseCode: 200;
|
|
8984
|
-
};
|
|
8985
10730
|
"deleteEmployee delete /employee/{id}": {
|
|
8986
10731
|
contentType?: "application/json";
|
|
8987
10732
|
accept?: "application/json";
|
|
@@ -9117,7 +10862,7 @@ export type operations = {
|
|
|
9117
10862
|
/** Identifier of the root category for your desired navigation tree. You can use it to fetch sub-trees of your navigation tree. */
|
|
9118
10863
|
rootId: string | components["schemas"]["NavigationType"];
|
|
9119
10864
|
};
|
|
9120
|
-
body: components["schemas"]["
|
|
10865
|
+
body: components["schemas"]["NoneFieldsCriteria"] & {
|
|
9121
10866
|
/** Return the categories as a tree or as a flat list. */
|
|
9122
10867
|
buildTree?: GenericRecord[];
|
|
9123
10868
|
/**
|
|
@@ -9190,9 +10935,24 @@ export type operations = {
|
|
|
9190
10935
|
/** Instructs Shopware to return the response in the given language. */
|
|
9191
10936
|
"sw-language-id"?: string;
|
|
9192
10937
|
};
|
|
9193
|
-
body: components["schemas"]["
|
|
10938
|
+
body: components["schemas"]["NoneFieldsCriteria"] & {
|
|
9194
10939
|
/** Check if the payment method of the order is still changeable. */
|
|
9195
10940
|
checkPromotion?: boolean;
|
|
10941
|
+
/**
|
|
10942
|
+
* Format: email
|
|
10943
|
+
* The email address of the customer. Pass this value to allow for guest user authentification. Not required, if a user (guest or not) is already logged in.
|
|
10944
|
+
*/
|
|
10945
|
+
email?: string;
|
|
10946
|
+
/** Pass the deepLinkCode criteria filter to allow for guest user authentification. Not required, if a user (guest or not) is already logged in. */
|
|
10947
|
+
filter?: {
|
|
10948
|
+
/** @enum {string} */
|
|
10949
|
+
field: "deepLinkCode";
|
|
10950
|
+
/** @enum {string} */
|
|
10951
|
+
type: "equals";
|
|
10952
|
+
value: string;
|
|
10953
|
+
}[];
|
|
10954
|
+
/** The zip/postal code of the billing address of the customer. Pass this value to allow for guest user authentification. Not required, if a user (guest or not) is already logged in. */
|
|
10955
|
+
zipcode?: string;
|
|
9196
10956
|
};
|
|
9197
10957
|
response: components["schemas"]["OrderRouteResponse"];
|
|
9198
10958
|
responseCode: 200;
|
|
@@ -9241,6 +11001,87 @@ export type operations = {
|
|
|
9241
11001
|
response: components["schemas"]["StateMachineState"];
|
|
9242
11002
|
responseCode: 200;
|
|
9243
11003
|
};
|
|
11004
|
+
"createOrganizationUnit post /organization-unit": {
|
|
11005
|
+
contentType?: "application/json";
|
|
11006
|
+
accept?: "application/json";
|
|
11007
|
+
body: {
|
|
11008
|
+
/** Identifier (UUID) of the addresses for billing. */
|
|
11009
|
+
billingAddressIds: unknown[][];
|
|
11010
|
+
/** Identifier (UUID) of the default billing address */
|
|
11011
|
+
defaultBillingAddressId: string;
|
|
11012
|
+
/** Identifier (UUID) of the default shipping address */
|
|
11013
|
+
defaultShippingAddressId: string;
|
|
11014
|
+
/** Identifier (UUID) of employees. */
|
|
11015
|
+
employeeIds?: string[];
|
|
11016
|
+
/** Organization unit name */
|
|
11017
|
+
name: string;
|
|
11018
|
+
/** Identifier (UUID) of the payment methods. */
|
|
11019
|
+
paymentMethodIds: string[];
|
|
11020
|
+
/** Identifier (UUID) of the addresses for shipping. */
|
|
11021
|
+
shippingAddressIds: unknown[][];
|
|
11022
|
+
/** Identifier (UUID) of the shipping methods. */
|
|
11023
|
+
shippingMethodIds: string[];
|
|
11024
|
+
};
|
|
11025
|
+
response: never;
|
|
11026
|
+
responseCode: 201;
|
|
11027
|
+
};
|
|
11028
|
+
"removeOrganizationUnits delete /organization-unit": {
|
|
11029
|
+
contentType?: "application/json";
|
|
11030
|
+
accept?: "application/json";
|
|
11031
|
+
body: {
|
|
11032
|
+
/** Organization Unit ids */
|
|
11033
|
+
ids: string[];
|
|
11034
|
+
};
|
|
11035
|
+
response: never;
|
|
11036
|
+
responseCode: 204;
|
|
11037
|
+
};
|
|
11038
|
+
"readOrganizationUnit post /organization-unit/{id}": {
|
|
11039
|
+
contentType?: "application/json";
|
|
11040
|
+
accept?: "application/json";
|
|
11041
|
+
pathParams: {
|
|
11042
|
+
/** Identifier of the Organization Unit to be fetched */
|
|
11043
|
+
id: string;
|
|
11044
|
+
};
|
|
11045
|
+
response: components["schemas"]["B2bComponentsOrganization"];
|
|
11046
|
+
responseCode: 200;
|
|
11047
|
+
};
|
|
11048
|
+
"updateOrganizationUnit patch /organization-unit/{id}": {
|
|
11049
|
+
contentType?: "application/json";
|
|
11050
|
+
accept?: "application/json";
|
|
11051
|
+
pathParams: {
|
|
11052
|
+
/** Identifier of the Organization Unit to be fetched */
|
|
11053
|
+
id: string;
|
|
11054
|
+
};
|
|
11055
|
+
body: {
|
|
11056
|
+
/** Identifier (UUID) of the addresses for billing. */
|
|
11057
|
+
billingAddressIds?: unknown[][];
|
|
11058
|
+
/** Identifier (UUID) of the default billing address */
|
|
11059
|
+
defaultBillingAddressId?: string;
|
|
11060
|
+
/** Identifier (UUID) of the default shipping address */
|
|
11061
|
+
defaultShippingAddressId?: string;
|
|
11062
|
+
/** Identifier (UUID) of employees. */
|
|
11063
|
+
employeeIds?: string[];
|
|
11064
|
+
/** Organization unit name */
|
|
11065
|
+
name?: string;
|
|
11066
|
+
/** Identifier (UUID) of the payment methods. */
|
|
11067
|
+
paymentMethodIds?: string[];
|
|
11068
|
+
/** Identifier (UUID) of the addresses for shipping. */
|
|
11069
|
+
shippingAddressIds?: unknown[][];
|
|
11070
|
+
/** Identifier (UUID) of the shipping methods. */
|
|
11071
|
+
shippingMethodIds?: string[];
|
|
11072
|
+
};
|
|
11073
|
+
response: never;
|
|
11074
|
+
responseCode: 201;
|
|
11075
|
+
};
|
|
11076
|
+
"readOrganizationUnits post /organization-units": {
|
|
11077
|
+
contentType?: "application/json";
|
|
11078
|
+
accept?: "application/json";
|
|
11079
|
+
body?: components["schemas"]["Criteria"];
|
|
11080
|
+
response: {
|
|
11081
|
+
elements?: components["schemas"]["B2bComponentsOrganization"][];
|
|
11082
|
+
} & components["schemas"]["EntitySearchResult"];
|
|
11083
|
+
responseCode: 200;
|
|
11084
|
+
};
|
|
9244
11085
|
"readPaymentMethod post /payment-method": {
|
|
9245
11086
|
contentType?: "application/json";
|
|
9246
11087
|
accept?: "application/json";
|
|
@@ -9261,6 +11102,79 @@ export type operations = {
|
|
|
9261
11102
|
};
|
|
9262
11103
|
responseCode: 200;
|
|
9263
11104
|
};
|
|
11105
|
+
"createPayPalOrder post /paypal/create-order": {
|
|
11106
|
+
contentType?: "application/json";
|
|
11107
|
+
accept?: "application/json";
|
|
11108
|
+
body: {
|
|
11109
|
+
/** Use an existing order id to create PayPal order */
|
|
11110
|
+
orderId?: string;
|
|
11111
|
+
/**
|
|
11112
|
+
* Use an existing order id to create PayPal order
|
|
11113
|
+
* @default ppcp
|
|
11114
|
+
*/
|
|
11115
|
+
product?: string;
|
|
11116
|
+
};
|
|
11117
|
+
response: {
|
|
11118
|
+
token?: string;
|
|
11119
|
+
};
|
|
11120
|
+
responseCode: 200;
|
|
11121
|
+
};
|
|
11122
|
+
"createPayPalExpressOrder post /paypal/express/create-order": {
|
|
11123
|
+
contentType?: "application/json";
|
|
11124
|
+
accept?: "application/json";
|
|
11125
|
+
response: never;
|
|
11126
|
+
responseCode: 200;
|
|
11127
|
+
};
|
|
11128
|
+
"preparePayPalExpressCheckout post /paypal/express/prepare-checkout": {
|
|
11129
|
+
contentType?: "application/json";
|
|
11130
|
+
accept?: "application/json";
|
|
11131
|
+
body: {
|
|
11132
|
+
/** ID of the paypal order */
|
|
11133
|
+
token?: string;
|
|
11134
|
+
};
|
|
11135
|
+
response: {
|
|
11136
|
+
redirectUrl?: string;
|
|
11137
|
+
};
|
|
11138
|
+
responseCode: 200;
|
|
11139
|
+
};
|
|
11140
|
+
"setPaymentMethodEligibility post /paypal/payment-method-eligibility": {
|
|
11141
|
+
contentType?: "application/json";
|
|
11142
|
+
accept?: "application/json";
|
|
11143
|
+
body: {
|
|
11144
|
+
/** List of PayPal payment method identifiers according to constant REMOVABLE_PAYMENT_HANDLERS */
|
|
11145
|
+
paymentMethods?: string[];
|
|
11146
|
+
};
|
|
11147
|
+
response: never;
|
|
11148
|
+
responseCode: 204;
|
|
11149
|
+
};
|
|
11150
|
+
"getPUIPaymentInstructions get /paypal/pui/payment-instructions/{transactionId}": {
|
|
11151
|
+
contentType?: "application/json";
|
|
11152
|
+
accept?: "application/json";
|
|
11153
|
+
pathParams: {
|
|
11154
|
+
/** Identifier of the order transaction to be fetched */
|
|
11155
|
+
transactionId: string;
|
|
11156
|
+
};
|
|
11157
|
+
response: never;
|
|
11158
|
+
responseCode: 200;
|
|
11159
|
+
};
|
|
11160
|
+
"getPayPalCustomerVaultToken get /paypal/vault-token": {
|
|
11161
|
+
contentType?: "application/json";
|
|
11162
|
+
accept?: "application/json";
|
|
11163
|
+
response: {
|
|
11164
|
+
token?: string;
|
|
11165
|
+
};
|
|
11166
|
+
responseCode: 200;
|
|
11167
|
+
};
|
|
11168
|
+
"paypalVaultClear post /paypal/vault/clear": {
|
|
11169
|
+
contentType?: "application/json";
|
|
11170
|
+
accept?: "application/json";
|
|
11171
|
+
body: {
|
|
11172
|
+
/** @enum {string} */
|
|
11173
|
+
type?: "cancel" | "browser" | "error";
|
|
11174
|
+
};
|
|
11175
|
+
response: never;
|
|
11176
|
+
responseCode: 204;
|
|
11177
|
+
};
|
|
9264
11178
|
"fetchPendingOrder post /pending-order/{id}": {
|
|
9265
11179
|
contentType?: "application/json";
|
|
9266
11180
|
accept?: "application/json";
|
|
@@ -9268,6 +11182,7 @@ export type operations = {
|
|
|
9268
11182
|
/** Identifier of the pending order to be fetched */
|
|
9269
11183
|
id: string;
|
|
9270
11184
|
};
|
|
11185
|
+
body?: components["schemas"]["Criteria"];
|
|
9271
11186
|
response: components["schemas"]["PendingOrder"];
|
|
9272
11187
|
responseCode: 200;
|
|
9273
11188
|
};
|
|
@@ -9313,7 +11228,23 @@ export type operations = {
|
|
|
9313
11228
|
response: never;
|
|
9314
11229
|
responseCode: 204;
|
|
9315
11230
|
};
|
|
9316
|
-
"
|
|
11231
|
+
"fetchPendingOrderPaymentMethods post /pending-order/{id}/payment-method": {
|
|
11232
|
+
contentType?: "application/json";
|
|
11233
|
+
accept?: "application/json";
|
|
11234
|
+
pathParams: {
|
|
11235
|
+
/** Identifier of the pending order to be fetched */
|
|
11236
|
+
id: string;
|
|
11237
|
+
};
|
|
11238
|
+
response: {
|
|
11239
|
+
/** aggregation result */
|
|
11240
|
+
aggregations?: GenericRecord;
|
|
11241
|
+
elements?: components["schemas"]["PaymentMethod"][];
|
|
11242
|
+
/** Total amount */
|
|
11243
|
+
total?: number;
|
|
11244
|
+
};
|
|
11245
|
+
responseCode: 200;
|
|
11246
|
+
};
|
|
11247
|
+
"requestOrderApproval post /pending-orders/request": {
|
|
9317
11248
|
contentType?: "application/json";
|
|
9318
11249
|
accept?: "application/json";
|
|
9319
11250
|
body?: {
|
|
@@ -9389,6 +11320,10 @@ export type operations = {
|
|
|
9389
11320
|
/** Instructs Shopware to return the response in the given language. */
|
|
9390
11321
|
"sw-language-id"?: string;
|
|
9391
11322
|
};
|
|
11323
|
+
query?: {
|
|
11324
|
+
/** The page number to fetch. */
|
|
11325
|
+
p?: number;
|
|
11326
|
+
};
|
|
9392
11327
|
pathParams: {
|
|
9393
11328
|
/** Identifier of a category. */
|
|
9394
11329
|
categoryId: string;
|
|
@@ -9411,7 +11346,7 @@ export type operations = {
|
|
|
9411
11346
|
/** Product ID */
|
|
9412
11347
|
productId: string;
|
|
9413
11348
|
};
|
|
9414
|
-
body?: components["schemas"]["
|
|
11349
|
+
body?: components["schemas"]["NoneFieldsCriteria"];
|
|
9415
11350
|
response: components["schemas"]["ProductDetailResponse"];
|
|
9416
11351
|
responseCode: 200;
|
|
9417
11352
|
};
|
|
@@ -9443,8 +11378,11 @@ export type operations = {
|
|
|
9443
11378
|
productId: string;
|
|
9444
11379
|
};
|
|
9445
11380
|
body: {
|
|
9446
|
-
|
|
9447
|
-
|
|
11381
|
+
options:
|
|
11382
|
+
| string[]
|
|
11383
|
+
| {
|
|
11384
|
+
[key: string]: string;
|
|
11385
|
+
};
|
|
9448
11386
|
/** The id of the option group that has been switched. */
|
|
9449
11387
|
switchedGroup?: string;
|
|
9450
11388
|
};
|
|
@@ -9567,6 +11505,20 @@ export type operations = {
|
|
|
9567
11505
|
response: never;
|
|
9568
11506
|
responseCode: 204;
|
|
9569
11507
|
};
|
|
11508
|
+
"sendMessageInQuote post /quote/{id}/send-message": {
|
|
11509
|
+
contentType?: "application/json";
|
|
11510
|
+
accept?: "application/json";
|
|
11511
|
+
pathParams: {
|
|
11512
|
+
/** Identifier of the quote to be reinvited */
|
|
11513
|
+
id: string;
|
|
11514
|
+
};
|
|
11515
|
+
body?: {
|
|
11516
|
+
/** Message content */
|
|
11517
|
+
comment?: string;
|
|
11518
|
+
};
|
|
11519
|
+
response: never;
|
|
11520
|
+
responseCode: 204;
|
|
11521
|
+
};
|
|
9570
11522
|
"readQuote post /quote/detail/{id}": {
|
|
9571
11523
|
contentType?: "application/json";
|
|
9572
11524
|
accept?: "application/json";
|
|
@@ -9794,9 +11746,13 @@ export type operations = {
|
|
|
9794
11746
|
/** Instructs Shopware to return the response in the given language. */
|
|
9795
11747
|
"sw-language-id"?: string;
|
|
9796
11748
|
};
|
|
11749
|
+
query?: {
|
|
11750
|
+
/** The page number to fetch. */
|
|
11751
|
+
p?: number;
|
|
11752
|
+
};
|
|
9797
11753
|
body: {
|
|
9798
11754
|
/** Using the search parameter, the server performs a text search on all records based on their data model and weighting as defined in the entity definition using the SearchRanking flag. */
|
|
9799
|
-
search
|
|
11755
|
+
search?: string;
|
|
9800
11756
|
} & components["schemas"]["ProductListingCriteria"] &
|
|
9801
11757
|
components["schemas"]["ProductListingFlags"];
|
|
9802
11758
|
response: components["schemas"]["ProductListingResult"];
|
|
@@ -9809,10 +11765,15 @@ export type operations = {
|
|
|
9809
11765
|
/** Instructs Shopware to return the response in the given language. */
|
|
9810
11766
|
"sw-language-id"?: string;
|
|
9811
11767
|
};
|
|
11768
|
+
query?: {
|
|
11769
|
+
/** The page number to fetch. */
|
|
11770
|
+
p?: number;
|
|
11771
|
+
};
|
|
9812
11772
|
body: {
|
|
9813
11773
|
/** Using the search parameter, the server performs a text search on all records based on their data model and weighting as defined in the entity definition using the SearchRanking flag. */
|
|
9814
11774
|
search: string;
|
|
9815
|
-
} & components["schemas"]["
|
|
11775
|
+
} & components["schemas"]["ProductListingCriteria"] &
|
|
11776
|
+
components["schemas"]["ProductListingFlags"];
|
|
9816
11777
|
response: components["schemas"]["ProductListingResult"];
|
|
9817
11778
|
responseCode: 200;
|
|
9818
11779
|
};
|