@sp-api-sdk/vendor-shipments-api-v1 2.5.3 → 2.6.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 +1 -1
- package/dist/cjs/api-model/api/vendor-shipments-api.js +1 -110
- package/dist/cjs/api-model/models/index.js +0 -8
- package/dist/cjs/client.js +0 -7
- package/dist/es/api-model/api/vendor-shipments-api.js +0 -109
- package/dist/es/api-model/models/index.js +0 -8
- package/dist/es/client.js +0 -7
- package/dist/types/api-model/api/vendor-shipments-api.d.ts +0 -111
- package/dist/types/api-model/models/index.d.ts +0 -8
- package/package.json +4 -4
- package/dist/cjs/api-model/models/get-shipment-labels.js +0 -15
- package/dist/cjs/api-model/models/label-data.js +0 -19
- package/dist/cjs/api-model/models/packed-quantity.js +0 -20
- package/dist/cjs/api-model/models/purchase-order-item-details.js +0 -15
- package/dist/cjs/api-model/models/shipment-information.js +0 -20
- package/dist/cjs/api-model/models/transport-label.js +0 -15
- package/dist/cjs/api-model/models/transportation-labels.js +0 -15
- package/dist/cjs/api-model/models/vendor-details.js +0 -15
- package/dist/es/api-model/models/get-shipment-labels.js +0 -14
- package/dist/es/api-model/models/label-data.js +0 -16
- package/dist/es/api-model/models/packed-quantity.js +0 -17
- package/dist/es/api-model/models/purchase-order-item-details.js +0 -14
- package/dist/es/api-model/models/shipment-information.js +0 -17
- package/dist/es/api-model/models/transport-label.js +0 -14
- package/dist/es/api-model/models/transportation-labels.js +0 -14
- package/dist/es/api-model/models/vendor-details.js +0 -14
- package/dist/types/api-model/models/get-shipment-labels.d.ts +0 -31
- package/dist/types/api-model/models/label-data.d.ts +0 -52
- package/dist/types/api-model/models/packed-quantity.d.ts +0 -41
- package/dist/types/api-model/models/purchase-order-item-details.d.ts +0 -25
- package/dist/types/api-model/models/shipment-information.d.ts +0 -73
- package/dist/types/api-model/models/transport-label.d.ts +0 -38
- package/dist/types/api-model/models/transportation-labels.d.ts +0 -32
- package/dist/types/api-model/models/vendor-details.d.ts +0 -31
|
@@ -11,30 +11,25 @@ export * from './dimensions';
|
|
|
11
11
|
export * from './duration';
|
|
12
12
|
export * from './expiry';
|
|
13
13
|
export * from './get-shipment-details-response';
|
|
14
|
-
export * from './get-shipment-labels';
|
|
15
14
|
export * from './import-details';
|
|
16
15
|
export * from './inner-containers-details';
|
|
17
16
|
export * from './item';
|
|
18
17
|
export * from './item-details';
|
|
19
18
|
export * from './item-quantity';
|
|
20
|
-
export * from './label-data';
|
|
21
19
|
export * from './location';
|
|
22
20
|
export * from './model-error';
|
|
23
21
|
export * from './money';
|
|
24
22
|
export * from './package-item-details';
|
|
25
23
|
export * from './packed-items';
|
|
26
|
-
export * from './packed-quantity';
|
|
27
24
|
export * from './pagination';
|
|
28
25
|
export * from './pallet';
|
|
29
26
|
export * from './party-identification';
|
|
30
|
-
export * from './purchase-order-item-details';
|
|
31
27
|
export * from './purchase-order-items';
|
|
32
28
|
export * from './purchase-orders';
|
|
33
29
|
export * from './route';
|
|
34
30
|
export * from './shipment';
|
|
35
31
|
export * from './shipment-confirmation';
|
|
36
32
|
export * from './shipment-details';
|
|
37
|
-
export * from './shipment-information';
|
|
38
33
|
export * from './shipment-measurements';
|
|
39
34
|
export * from './shipment-status-details';
|
|
40
35
|
export * from './stop';
|
|
@@ -44,11 +39,8 @@ export * from './submit-shipments';
|
|
|
44
39
|
export * from './tax-registration-details';
|
|
45
40
|
export * from './total-weight';
|
|
46
41
|
export * from './transaction-reference';
|
|
47
|
-
export * from './transport-label';
|
|
48
42
|
export * from './transport-shipment-measurements';
|
|
49
43
|
export * from './transportation-details';
|
|
50
44
|
export * from './transportation-details-for-shipment-confirmation';
|
|
51
|
-
export * from './transportation-labels';
|
|
52
|
-
export * from './vendor-details';
|
|
53
45
|
export * from './volume';
|
|
54
46
|
export * from './weight';
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@sp-api-sdk/vendor-shipments-api-v1",
|
|
3
3
|
"author": "Bertrand Marron <bertrand@bizon.solutions>",
|
|
4
4
|
"description": "The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.",
|
|
5
|
-
"version": "2.
|
|
5
|
+
"version": "2.6.0",
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
7
7
|
"module": "dist/es/index.js",
|
|
8
8
|
"types": "dist/types/index.d.ts",
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"dist/**/*.d.ts"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@sp-api-sdk/common": "2.1.
|
|
22
|
-
"axios": "^1.7.
|
|
21
|
+
"@sp-api-sdk/common": "2.1.6",
|
|
22
|
+
"axios": "^1.7.9"
|
|
23
23
|
},
|
|
24
24
|
"repository": {
|
|
25
25
|
"type": "git",
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"sp sdk",
|
|
41
41
|
"vendor shipments api"
|
|
42
42
|
],
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "e85bb462e81998418e804e49bb15f0f7d3b01e90"
|
|
44
44
|
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Vendor Shipments v1
|
|
6
|
-
* The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: v1
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Vendor Shipments v1
|
|
6
|
-
* The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: v1
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.LabelDataLabelFormatEnum = void 0;
|
|
17
|
-
exports.LabelDataLabelFormatEnum = {
|
|
18
|
-
Pdf: 'PDF'
|
|
19
|
-
};
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Vendor Shipments v1
|
|
6
|
-
* The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: v1
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.PackedQuantityUnitOfMeasureEnum = void 0;
|
|
17
|
-
exports.PackedQuantityUnitOfMeasureEnum = {
|
|
18
|
-
Cases: 'Cases',
|
|
19
|
-
Eaches: 'Eaches'
|
|
20
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Vendor Shipments v1
|
|
6
|
-
* The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: v1
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Vendor Shipments v1
|
|
6
|
-
* The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: v1
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.ShipmentInformationShipModeEnum = void 0;
|
|
17
|
-
exports.ShipmentInformationShipModeEnum = {
|
|
18
|
-
SmallParcel: 'SmallParcel',
|
|
19
|
-
Ltl: 'LTL'
|
|
20
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Vendor Shipments v1
|
|
6
|
-
* The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: v1
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Vendor Shipments v1
|
|
6
|
-
* The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: v1
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Vendor Shipments v1
|
|
6
|
-
* The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: v1
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Vendor Shipments v1
|
|
5
|
-
* The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: v1
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
export {};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Vendor Shipments v1
|
|
5
|
-
* The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: v1
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
export const LabelDataLabelFormatEnum = {
|
|
15
|
-
Pdf: 'PDF'
|
|
16
|
-
};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Vendor Shipments v1
|
|
5
|
-
* The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: v1
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
export const PackedQuantityUnitOfMeasureEnum = {
|
|
15
|
-
Cases: 'Cases',
|
|
16
|
-
Eaches: 'Eaches'
|
|
17
|
-
};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Vendor Shipments v1
|
|
5
|
-
* The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: v1
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
export {};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Vendor Shipments v1
|
|
5
|
-
* The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: v1
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
export const ShipmentInformationShipModeEnum = {
|
|
15
|
-
SmallParcel: 'SmallParcel',
|
|
16
|
-
Ltl: 'LTL'
|
|
17
|
-
};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Vendor Shipments v1
|
|
5
|
-
* The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: v1
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
export {};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Vendor Shipments v1
|
|
5
|
-
* The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: v1
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
export {};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Vendor Shipments v1
|
|
5
|
-
* The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: v1
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
export {};
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Vendor Shipments v1
|
|
3
|
-
* The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: v1
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { TransportationLabels } from './transportation-labels';
|
|
13
|
-
/**
|
|
14
|
-
* The response schema for the GetShipmentLabels operation.
|
|
15
|
-
* @export
|
|
16
|
-
* @interface GetShipmentLabels
|
|
17
|
-
*/
|
|
18
|
-
export interface GetShipmentLabels {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {TransportationLabels}
|
|
22
|
-
* @memberof GetShipmentLabels
|
|
23
|
-
*/
|
|
24
|
-
'payload'?: TransportationLabels;
|
|
25
|
-
/**
|
|
26
|
-
* A list of error responses returned when a request is unsuccessful.
|
|
27
|
-
* @type {Array<Error>}
|
|
28
|
-
* @memberof GetShipmentLabels
|
|
29
|
-
*/
|
|
30
|
-
'errors'?: Array<Error>;
|
|
31
|
-
}
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Vendor Shipments v1
|
|
3
|
-
* The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: v1
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
* Label details as part of the transport label response
|
|
14
|
-
* @export
|
|
15
|
-
* @interface LabelData
|
|
16
|
-
*/
|
|
17
|
-
export interface LabelData {
|
|
18
|
-
/**
|
|
19
|
-
* Label list sequence number
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof LabelData
|
|
22
|
-
*/
|
|
23
|
-
'labelSequenceNumber'?: number;
|
|
24
|
-
/**
|
|
25
|
-
* Type of the label format like PDF
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof LabelData
|
|
28
|
-
*/
|
|
29
|
-
'labelFormat'?: LabelDataLabelFormatEnum;
|
|
30
|
-
/**
|
|
31
|
-
* Unique identification for the carrier like UPS,DHL,USPS..etc
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof LabelData
|
|
34
|
-
*/
|
|
35
|
-
'carrierCode'?: string;
|
|
36
|
-
/**
|
|
37
|
-
* Tracking Id for the transportation.
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof LabelData
|
|
40
|
-
*/
|
|
41
|
-
'trackingId'?: string;
|
|
42
|
-
/**
|
|
43
|
-
* Label created as part of the transportation and it is base64 encoded
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof LabelData
|
|
46
|
-
*/
|
|
47
|
-
'label'?: string;
|
|
48
|
-
}
|
|
49
|
-
export declare const LabelDataLabelFormatEnum: {
|
|
50
|
-
readonly Pdf: "PDF";
|
|
51
|
-
};
|
|
52
|
-
export type LabelDataLabelFormatEnum = typeof LabelDataLabelFormatEnum[keyof typeof LabelDataLabelFormatEnum];
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Vendor Shipments v1
|
|
3
|
-
* The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: v1
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
* Details of item quantity.
|
|
14
|
-
* @export
|
|
15
|
-
* @interface PackedQuantity
|
|
16
|
-
*/
|
|
17
|
-
export interface PackedQuantity {
|
|
18
|
-
/**
|
|
19
|
-
* Amount of units shipped for a specific item at a shipment level. If the item is present only in certain cartons or pallets within the shipment, please provide this at the appropriate carton or pallet level.
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof PackedQuantity
|
|
22
|
-
*/
|
|
23
|
-
'amount': number;
|
|
24
|
-
/**
|
|
25
|
-
* Unit of measure for the shipped quantity.
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof PackedQuantity
|
|
28
|
-
*/
|
|
29
|
-
'unitOfMeasure': PackedQuantityUnitOfMeasureEnum;
|
|
30
|
-
/**
|
|
31
|
-
* The case size, in the event that we ordered using cases. Otherwise, 1.
|
|
32
|
-
* @type {number}
|
|
33
|
-
* @memberof PackedQuantity
|
|
34
|
-
*/
|
|
35
|
-
'unitSize'?: number;
|
|
36
|
-
}
|
|
37
|
-
export declare const PackedQuantityUnitOfMeasureEnum: {
|
|
38
|
-
readonly Cases: "Cases";
|
|
39
|
-
readonly Eaches: "Eaches";
|
|
40
|
-
};
|
|
41
|
-
export type PackedQuantityUnitOfMeasureEnum = typeof PackedQuantityUnitOfMeasureEnum[keyof typeof PackedQuantityUnitOfMeasureEnum];
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Vendor Shipments v1
|
|
3
|
-
* The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: v1
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { Money } from './money';
|
|
13
|
-
/**
|
|
14
|
-
* Item details for be provided for every item in shipment at either the item or carton or pallet level, whichever is appropriate.
|
|
15
|
-
* @export
|
|
16
|
-
* @interface PurchaseOrderItemDetails
|
|
17
|
-
*/
|
|
18
|
-
export interface PurchaseOrderItemDetails {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {Money}
|
|
22
|
-
* @memberof PurchaseOrderItemDetails
|
|
23
|
-
*/
|
|
24
|
-
'maximumRetailPrice'?: Money;
|
|
25
|
-
}
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Vendor Shipments v1
|
|
3
|
-
* The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: v1
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { PartyIdentification } from './party-identification';
|
|
13
|
-
import type { VendorDetails } from './vendor-details';
|
|
14
|
-
/**
|
|
15
|
-
* Shipment Information details for Label request.
|
|
16
|
-
* @export
|
|
17
|
-
* @interface ShipmentInformation
|
|
18
|
-
*/
|
|
19
|
-
export interface ShipmentInformation {
|
|
20
|
-
/**
|
|
21
|
-
*
|
|
22
|
-
* @type {VendorDetails}
|
|
23
|
-
* @memberof ShipmentInformation
|
|
24
|
-
*/
|
|
25
|
-
'vendorDetails'?: VendorDetails;
|
|
26
|
-
/**
|
|
27
|
-
* Buyer Reference number which is a unique number.
|
|
28
|
-
* @type {string}
|
|
29
|
-
* @memberof ShipmentInformation
|
|
30
|
-
*/
|
|
31
|
-
'buyerReferenceNumber'?: string;
|
|
32
|
-
/**
|
|
33
|
-
*
|
|
34
|
-
* @type {PartyIdentification}
|
|
35
|
-
* @memberof ShipmentInformation
|
|
36
|
-
*/
|
|
37
|
-
'shipToParty'?: PartyIdentification;
|
|
38
|
-
/**
|
|
39
|
-
*
|
|
40
|
-
* @type {PartyIdentification}
|
|
41
|
-
* @memberof ShipmentInformation
|
|
42
|
-
*/
|
|
43
|
-
'shipFromParty'?: PartyIdentification;
|
|
44
|
-
/**
|
|
45
|
-
* Vendor Warehouse ID from where the shipment is scheduled to be picked up by buyer / Carrier.
|
|
46
|
-
* @type {string}
|
|
47
|
-
* @memberof ShipmentInformation
|
|
48
|
-
*/
|
|
49
|
-
'warehouseId'?: string;
|
|
50
|
-
/**
|
|
51
|
-
* Unique Id with which the shipment can be tracked for Small Parcels.
|
|
52
|
-
* @type {string}
|
|
53
|
-
* @memberof ShipmentInformation
|
|
54
|
-
*/
|
|
55
|
-
'masterTrackingId'?: string;
|
|
56
|
-
/**
|
|
57
|
-
* Number of Labels that are created as part of this shipment.
|
|
58
|
-
* @type {number}
|
|
59
|
-
* @memberof ShipmentInformation
|
|
60
|
-
*/
|
|
61
|
-
'totalLabelCount'?: number;
|
|
62
|
-
/**
|
|
63
|
-
* Type of shipment whether it is Small Parcel
|
|
64
|
-
* @type {string}
|
|
65
|
-
* @memberof ShipmentInformation
|
|
66
|
-
*/
|
|
67
|
-
'shipMode'?: ShipmentInformationShipModeEnum;
|
|
68
|
-
}
|
|
69
|
-
export declare const ShipmentInformationShipModeEnum: {
|
|
70
|
-
readonly SmallParcel: "SmallParcel";
|
|
71
|
-
readonly Ltl: "LTL";
|
|
72
|
-
};
|
|
73
|
-
export type ShipmentInformationShipModeEnum = typeof ShipmentInformationShipModeEnum[keyof typeof ShipmentInformationShipModeEnum];
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Vendor Shipments v1
|
|
3
|
-
* The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: v1
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { LabelData } from './label-data';
|
|
13
|
-
import type { ShipmentInformation } from './shipment-information';
|
|
14
|
-
/**
|
|
15
|
-
* A list of one or more ShipmentLabels.
|
|
16
|
-
* @export
|
|
17
|
-
* @interface TransportLabel
|
|
18
|
-
*/
|
|
19
|
-
export interface TransportLabel {
|
|
20
|
-
/**
|
|
21
|
-
* Date on which label is created.
|
|
22
|
-
* @type {string}
|
|
23
|
-
* @memberof TransportLabel
|
|
24
|
-
*/
|
|
25
|
-
'labelCreateDateTime'?: string;
|
|
26
|
-
/**
|
|
27
|
-
*
|
|
28
|
-
* @type {ShipmentInformation}
|
|
29
|
-
* @memberof TransportLabel
|
|
30
|
-
*/
|
|
31
|
-
'shipmentInformation'?: ShipmentInformation;
|
|
32
|
-
/**
|
|
33
|
-
* Indicates the label data,format and type associated .
|
|
34
|
-
* @type {Array<LabelData>}
|
|
35
|
-
* @memberof TransportLabel
|
|
36
|
-
*/
|
|
37
|
-
'labelData'?: Array<LabelData>;
|
|
38
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Vendor Shipments v1
|
|
3
|
-
* The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: v1
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { Pagination } from './pagination';
|
|
13
|
-
import type { TransportLabel } from './transport-label';
|
|
14
|
-
/**
|
|
15
|
-
* The request schema for the GetShipmentLabels operation.
|
|
16
|
-
* @export
|
|
17
|
-
* @interface TransportationLabels
|
|
18
|
-
*/
|
|
19
|
-
export interface TransportationLabels {
|
|
20
|
-
/**
|
|
21
|
-
*
|
|
22
|
-
* @type {Pagination}
|
|
23
|
-
* @memberof TransportationLabels
|
|
24
|
-
*/
|
|
25
|
-
'pagination'?: Pagination;
|
|
26
|
-
/**
|
|
27
|
-
* A list of one or more ShipmentLabels.
|
|
28
|
-
* @type {Array<TransportLabel>}
|
|
29
|
-
* @memberof TransportationLabels
|
|
30
|
-
*/
|
|
31
|
-
'transportLabels'?: Array<TransportLabel>;
|
|
32
|
-
}
|