@sp-api-sdk/shipping-api-v2 1.4.7 → 2.0.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/dist/cjs/api-model/api/shipping-api.js +170 -170
- package/dist/cjs/api-model/configuration.js +7 -1
- package/dist/cjs/api-model/models/payment-type.js +2 -2
- package/dist/es/api-model/api/shipping-api.js +170 -170
- package/dist/es/api-model/configuration.js +7 -1
- package/dist/es/api-model/models/payment-type.js +2 -2
- package/dist/types/api-model/api/shipping-api.d.ts +170 -170
- package/dist/types/api-model/models/payment-type.d.ts +2 -2
- package/package.json +3 -3
|
@@ -1016,48 +1016,48 @@ export declare class ShippingApi extends BaseAPI {
|
|
|
1016
1016
|
* @export
|
|
1017
1017
|
*/
|
|
1018
1018
|
export declare const CancelShipmentXAmznShippingBusinessIdEnum: {
|
|
1019
|
-
readonly
|
|
1020
|
-
readonly
|
|
1021
|
-
readonly
|
|
1022
|
-
readonly
|
|
1023
|
-
readonly
|
|
1024
|
-
readonly
|
|
1025
|
-
readonly
|
|
1026
|
-
readonly
|
|
1027
|
-
readonly
|
|
1028
|
-
readonly
|
|
1019
|
+
readonly AmazonShippingUs: "AmazonShipping_US";
|
|
1020
|
+
readonly AmazonShippingIn: "AmazonShipping_IN";
|
|
1021
|
+
readonly AmazonShippingUk: "AmazonShipping_UK";
|
|
1022
|
+
readonly AmazonShippingUae: "AmazonShipping_UAE";
|
|
1023
|
+
readonly AmazonShippingSa: "AmazonShipping_SA";
|
|
1024
|
+
readonly AmazonShippingEg: "AmazonShipping_EG";
|
|
1025
|
+
readonly AmazonShippingIt: "AmazonShipping_IT";
|
|
1026
|
+
readonly AmazonShippingEs: "AmazonShipping_ES";
|
|
1027
|
+
readonly AmazonShippingFr: "AmazonShipping_FR";
|
|
1028
|
+
readonly AmazonShippingJp: "AmazonShipping_JP";
|
|
1029
1029
|
};
|
|
1030
1030
|
export type CancelShipmentXAmznShippingBusinessIdEnum = typeof CancelShipmentXAmznShippingBusinessIdEnum[keyof typeof CancelShipmentXAmznShippingBusinessIdEnum];
|
|
1031
1031
|
/**
|
|
1032
1032
|
* @export
|
|
1033
1033
|
*/
|
|
1034
1034
|
export declare const DirectPurchaseShipmentXAmznShippingBusinessIdEnum: {
|
|
1035
|
-
readonly
|
|
1036
|
-
readonly
|
|
1037
|
-
readonly
|
|
1038
|
-
readonly
|
|
1039
|
-
readonly
|
|
1040
|
-
readonly
|
|
1041
|
-
readonly
|
|
1042
|
-
readonly
|
|
1043
|
-
readonly
|
|
1044
|
-
readonly
|
|
1035
|
+
readonly AmazonShippingUs: "AmazonShipping_US";
|
|
1036
|
+
readonly AmazonShippingIn: "AmazonShipping_IN";
|
|
1037
|
+
readonly AmazonShippingUk: "AmazonShipping_UK";
|
|
1038
|
+
readonly AmazonShippingUae: "AmazonShipping_UAE";
|
|
1039
|
+
readonly AmazonShippingSa: "AmazonShipping_SA";
|
|
1040
|
+
readonly AmazonShippingEg: "AmazonShipping_EG";
|
|
1041
|
+
readonly AmazonShippingIt: "AmazonShipping_IT";
|
|
1042
|
+
readonly AmazonShippingEs: "AmazonShipping_ES";
|
|
1043
|
+
readonly AmazonShippingFr: "AmazonShipping_FR";
|
|
1044
|
+
readonly AmazonShippingJp: "AmazonShipping_JP";
|
|
1045
1045
|
};
|
|
1046
1046
|
export type DirectPurchaseShipmentXAmznShippingBusinessIdEnum = typeof DirectPurchaseShipmentXAmznShippingBusinessIdEnum[keyof typeof DirectPurchaseShipmentXAmznShippingBusinessIdEnum];
|
|
1047
1047
|
/**
|
|
1048
1048
|
* @export
|
|
1049
1049
|
*/
|
|
1050
1050
|
export declare const GenerateCollectionFormXAmznShippingBusinessIdEnum: {
|
|
1051
|
-
readonly
|
|
1052
|
-
readonly
|
|
1053
|
-
readonly
|
|
1054
|
-
readonly
|
|
1055
|
-
readonly
|
|
1056
|
-
readonly
|
|
1057
|
-
readonly
|
|
1058
|
-
readonly
|
|
1059
|
-
readonly
|
|
1060
|
-
readonly
|
|
1051
|
+
readonly AmazonShippingUs: "AmazonShipping_US";
|
|
1052
|
+
readonly AmazonShippingIn: "AmazonShipping_IN";
|
|
1053
|
+
readonly AmazonShippingUk: "AmazonShipping_UK";
|
|
1054
|
+
readonly AmazonShippingUae: "AmazonShipping_UAE";
|
|
1055
|
+
readonly AmazonShippingSa: "AmazonShipping_SA";
|
|
1056
|
+
readonly AmazonShippingEg: "AmazonShipping_EG";
|
|
1057
|
+
readonly AmazonShippingIt: "AmazonShipping_IT";
|
|
1058
|
+
readonly AmazonShippingEs: "AmazonShipping_ES";
|
|
1059
|
+
readonly AmazonShippingFr: "AmazonShipping_FR";
|
|
1060
|
+
readonly AmazonShippingJp: "AmazonShipping_JP";
|
|
1061
1061
|
};
|
|
1062
1062
|
export type GenerateCollectionFormXAmznShippingBusinessIdEnum = typeof GenerateCollectionFormXAmznShippingBusinessIdEnum[keyof typeof GenerateCollectionFormXAmznShippingBusinessIdEnum];
|
|
1063
1063
|
/**
|
|
@@ -1078,223 +1078,223 @@ export type GetAccessPointsAccessPointTypesEnum = typeof GetAccessPointsAccessPo
|
|
|
1078
1078
|
* @export
|
|
1079
1079
|
*/
|
|
1080
1080
|
export declare const GetAccessPointsXAmznShippingBusinessIdEnum: {
|
|
1081
|
-
readonly
|
|
1082
|
-
readonly
|
|
1083
|
-
readonly
|
|
1084
|
-
readonly
|
|
1085
|
-
readonly
|
|
1086
|
-
readonly
|
|
1087
|
-
readonly
|
|
1088
|
-
readonly
|
|
1089
|
-
readonly
|
|
1090
|
-
readonly
|
|
1081
|
+
readonly AmazonShippingUs: "AmazonShipping_US";
|
|
1082
|
+
readonly AmazonShippingIn: "AmazonShipping_IN";
|
|
1083
|
+
readonly AmazonShippingUk: "AmazonShipping_UK";
|
|
1084
|
+
readonly AmazonShippingUae: "AmazonShipping_UAE";
|
|
1085
|
+
readonly AmazonShippingSa: "AmazonShipping_SA";
|
|
1086
|
+
readonly AmazonShippingEg: "AmazonShipping_EG";
|
|
1087
|
+
readonly AmazonShippingIt: "AmazonShipping_IT";
|
|
1088
|
+
readonly AmazonShippingEs: "AmazonShipping_ES";
|
|
1089
|
+
readonly AmazonShippingFr: "AmazonShipping_FR";
|
|
1090
|
+
readonly AmazonShippingJp: "AmazonShipping_JP";
|
|
1091
1091
|
};
|
|
1092
1092
|
export type GetAccessPointsXAmznShippingBusinessIdEnum = typeof GetAccessPointsXAmznShippingBusinessIdEnum[keyof typeof GetAccessPointsXAmznShippingBusinessIdEnum];
|
|
1093
1093
|
/**
|
|
1094
1094
|
* @export
|
|
1095
1095
|
*/
|
|
1096
1096
|
export declare const GetAdditionalInputsXAmznShippingBusinessIdEnum: {
|
|
1097
|
-
readonly
|
|
1098
|
-
readonly
|
|
1099
|
-
readonly
|
|
1100
|
-
readonly
|
|
1101
|
-
readonly
|
|
1102
|
-
readonly
|
|
1103
|
-
readonly
|
|
1104
|
-
readonly
|
|
1105
|
-
readonly
|
|
1106
|
-
readonly
|
|
1097
|
+
readonly AmazonShippingUs: "AmazonShipping_US";
|
|
1098
|
+
readonly AmazonShippingIn: "AmazonShipping_IN";
|
|
1099
|
+
readonly AmazonShippingUk: "AmazonShipping_UK";
|
|
1100
|
+
readonly AmazonShippingUae: "AmazonShipping_UAE";
|
|
1101
|
+
readonly AmazonShippingSa: "AmazonShipping_SA";
|
|
1102
|
+
readonly AmazonShippingEg: "AmazonShipping_EG";
|
|
1103
|
+
readonly AmazonShippingIt: "AmazonShipping_IT";
|
|
1104
|
+
readonly AmazonShippingEs: "AmazonShipping_ES";
|
|
1105
|
+
readonly AmazonShippingFr: "AmazonShipping_FR";
|
|
1106
|
+
readonly AmazonShippingJp: "AmazonShipping_JP";
|
|
1107
1107
|
};
|
|
1108
1108
|
export type GetAdditionalInputsXAmznShippingBusinessIdEnum = typeof GetAdditionalInputsXAmznShippingBusinessIdEnum[keyof typeof GetAdditionalInputsXAmznShippingBusinessIdEnum];
|
|
1109
1109
|
/**
|
|
1110
1110
|
* @export
|
|
1111
1111
|
*/
|
|
1112
1112
|
export declare const GetCarrierAccountFormInputsXAmznShippingBusinessIdEnum: {
|
|
1113
|
-
readonly
|
|
1114
|
-
readonly
|
|
1115
|
-
readonly
|
|
1116
|
-
readonly
|
|
1117
|
-
readonly
|
|
1118
|
-
readonly
|
|
1119
|
-
readonly
|
|
1120
|
-
readonly
|
|
1121
|
-
readonly
|
|
1122
|
-
readonly
|
|
1113
|
+
readonly AmazonShippingUs: "AmazonShipping_US";
|
|
1114
|
+
readonly AmazonShippingIn: "AmazonShipping_IN";
|
|
1115
|
+
readonly AmazonShippingUk: "AmazonShipping_UK";
|
|
1116
|
+
readonly AmazonShippingUae: "AmazonShipping_UAE";
|
|
1117
|
+
readonly AmazonShippingSa: "AmazonShipping_SA";
|
|
1118
|
+
readonly AmazonShippingEg: "AmazonShipping_EG";
|
|
1119
|
+
readonly AmazonShippingIt: "AmazonShipping_IT";
|
|
1120
|
+
readonly AmazonShippingEs: "AmazonShipping_ES";
|
|
1121
|
+
readonly AmazonShippingFr: "AmazonShipping_FR";
|
|
1122
|
+
readonly AmazonShippingJp: "AmazonShipping_JP";
|
|
1123
1123
|
};
|
|
1124
1124
|
export type GetCarrierAccountFormInputsXAmznShippingBusinessIdEnum = typeof GetCarrierAccountFormInputsXAmznShippingBusinessIdEnum[keyof typeof GetCarrierAccountFormInputsXAmznShippingBusinessIdEnum];
|
|
1125
1125
|
/**
|
|
1126
1126
|
* @export
|
|
1127
1127
|
*/
|
|
1128
1128
|
export declare const GetCarrierAccountsXAmznShippingBusinessIdEnum: {
|
|
1129
|
-
readonly
|
|
1130
|
-
readonly
|
|
1131
|
-
readonly
|
|
1132
|
-
readonly
|
|
1133
|
-
readonly
|
|
1134
|
-
readonly
|
|
1135
|
-
readonly
|
|
1136
|
-
readonly
|
|
1137
|
-
readonly
|
|
1138
|
-
readonly
|
|
1129
|
+
readonly AmazonShippingUs: "AmazonShipping_US";
|
|
1130
|
+
readonly AmazonShippingIn: "AmazonShipping_IN";
|
|
1131
|
+
readonly AmazonShippingUk: "AmazonShipping_UK";
|
|
1132
|
+
readonly AmazonShippingUae: "AmazonShipping_UAE";
|
|
1133
|
+
readonly AmazonShippingSa: "AmazonShipping_SA";
|
|
1134
|
+
readonly AmazonShippingEg: "AmazonShipping_EG";
|
|
1135
|
+
readonly AmazonShippingIt: "AmazonShipping_IT";
|
|
1136
|
+
readonly AmazonShippingEs: "AmazonShipping_ES";
|
|
1137
|
+
readonly AmazonShippingFr: "AmazonShipping_FR";
|
|
1138
|
+
readonly AmazonShippingJp: "AmazonShipping_JP";
|
|
1139
1139
|
};
|
|
1140
1140
|
export type GetCarrierAccountsXAmznShippingBusinessIdEnum = typeof GetCarrierAccountsXAmznShippingBusinessIdEnum[keyof typeof GetCarrierAccountsXAmznShippingBusinessIdEnum];
|
|
1141
1141
|
/**
|
|
1142
1142
|
* @export
|
|
1143
1143
|
*/
|
|
1144
1144
|
export declare const GetCollectionFormXAmznShippingBusinessIdEnum: {
|
|
1145
|
-
readonly
|
|
1146
|
-
readonly
|
|
1147
|
-
readonly
|
|
1148
|
-
readonly
|
|
1149
|
-
readonly
|
|
1150
|
-
readonly
|
|
1151
|
-
readonly
|
|
1152
|
-
readonly
|
|
1153
|
-
readonly
|
|
1154
|
-
readonly
|
|
1145
|
+
readonly AmazonShippingUs: "AmazonShipping_US";
|
|
1146
|
+
readonly AmazonShippingIn: "AmazonShipping_IN";
|
|
1147
|
+
readonly AmazonShippingUk: "AmazonShipping_UK";
|
|
1148
|
+
readonly AmazonShippingUae: "AmazonShipping_UAE";
|
|
1149
|
+
readonly AmazonShippingSa: "AmazonShipping_SA";
|
|
1150
|
+
readonly AmazonShippingEg: "AmazonShipping_EG";
|
|
1151
|
+
readonly AmazonShippingIt: "AmazonShipping_IT";
|
|
1152
|
+
readonly AmazonShippingEs: "AmazonShipping_ES";
|
|
1153
|
+
readonly AmazonShippingFr: "AmazonShipping_FR";
|
|
1154
|
+
readonly AmazonShippingJp: "AmazonShipping_JP";
|
|
1155
1155
|
};
|
|
1156
1156
|
export type GetCollectionFormXAmznShippingBusinessIdEnum = typeof GetCollectionFormXAmznShippingBusinessIdEnum[keyof typeof GetCollectionFormXAmznShippingBusinessIdEnum];
|
|
1157
1157
|
/**
|
|
1158
1158
|
* @export
|
|
1159
1159
|
*/
|
|
1160
1160
|
export declare const GetCollectionFormHistoryXAmznShippingBusinessIdEnum: {
|
|
1161
|
-
readonly
|
|
1162
|
-
readonly
|
|
1163
|
-
readonly
|
|
1164
|
-
readonly
|
|
1165
|
-
readonly
|
|
1166
|
-
readonly
|
|
1167
|
-
readonly
|
|
1168
|
-
readonly
|
|
1169
|
-
readonly
|
|
1170
|
-
readonly
|
|
1161
|
+
readonly AmazonShippingUs: "AmazonShipping_US";
|
|
1162
|
+
readonly AmazonShippingIn: "AmazonShipping_IN";
|
|
1163
|
+
readonly AmazonShippingUk: "AmazonShipping_UK";
|
|
1164
|
+
readonly AmazonShippingUae: "AmazonShipping_UAE";
|
|
1165
|
+
readonly AmazonShippingSa: "AmazonShipping_SA";
|
|
1166
|
+
readonly AmazonShippingEg: "AmazonShipping_EG";
|
|
1167
|
+
readonly AmazonShippingIt: "AmazonShipping_IT";
|
|
1168
|
+
readonly AmazonShippingEs: "AmazonShipping_ES";
|
|
1169
|
+
readonly AmazonShippingFr: "AmazonShipping_FR";
|
|
1170
|
+
readonly AmazonShippingJp: "AmazonShipping_JP";
|
|
1171
1171
|
};
|
|
1172
1172
|
export type GetCollectionFormHistoryXAmznShippingBusinessIdEnum = typeof GetCollectionFormHistoryXAmznShippingBusinessIdEnum[keyof typeof GetCollectionFormHistoryXAmznShippingBusinessIdEnum];
|
|
1173
1173
|
/**
|
|
1174
1174
|
* @export
|
|
1175
1175
|
*/
|
|
1176
1176
|
export declare const GetRatesXAmznShippingBusinessIdEnum: {
|
|
1177
|
-
readonly
|
|
1178
|
-
readonly
|
|
1179
|
-
readonly
|
|
1180
|
-
readonly
|
|
1181
|
-
readonly
|
|
1182
|
-
readonly
|
|
1183
|
-
readonly
|
|
1184
|
-
readonly
|
|
1185
|
-
readonly
|
|
1186
|
-
readonly
|
|
1177
|
+
readonly AmazonShippingUs: "AmazonShipping_US";
|
|
1178
|
+
readonly AmazonShippingIn: "AmazonShipping_IN";
|
|
1179
|
+
readonly AmazonShippingUk: "AmazonShipping_UK";
|
|
1180
|
+
readonly AmazonShippingUae: "AmazonShipping_UAE";
|
|
1181
|
+
readonly AmazonShippingSa: "AmazonShipping_SA";
|
|
1182
|
+
readonly AmazonShippingEg: "AmazonShipping_EG";
|
|
1183
|
+
readonly AmazonShippingIt: "AmazonShipping_IT";
|
|
1184
|
+
readonly AmazonShippingEs: "AmazonShipping_ES";
|
|
1185
|
+
readonly AmazonShippingFr: "AmazonShipping_FR";
|
|
1186
|
+
readonly AmazonShippingJp: "AmazonShipping_JP";
|
|
1187
1187
|
};
|
|
1188
1188
|
export type GetRatesXAmznShippingBusinessIdEnum = typeof GetRatesXAmznShippingBusinessIdEnum[keyof typeof GetRatesXAmznShippingBusinessIdEnum];
|
|
1189
1189
|
/**
|
|
1190
1190
|
* @export
|
|
1191
1191
|
*/
|
|
1192
1192
|
export declare const GetShipmentDocumentsXAmznShippingBusinessIdEnum: {
|
|
1193
|
-
readonly
|
|
1194
|
-
readonly
|
|
1195
|
-
readonly
|
|
1196
|
-
readonly
|
|
1197
|
-
readonly
|
|
1198
|
-
readonly
|
|
1199
|
-
readonly
|
|
1200
|
-
readonly
|
|
1201
|
-
readonly
|
|
1202
|
-
readonly
|
|
1193
|
+
readonly AmazonShippingUs: "AmazonShipping_US";
|
|
1194
|
+
readonly AmazonShippingIn: "AmazonShipping_IN";
|
|
1195
|
+
readonly AmazonShippingUk: "AmazonShipping_UK";
|
|
1196
|
+
readonly AmazonShippingUae: "AmazonShipping_UAE";
|
|
1197
|
+
readonly AmazonShippingSa: "AmazonShipping_SA";
|
|
1198
|
+
readonly AmazonShippingEg: "AmazonShipping_EG";
|
|
1199
|
+
readonly AmazonShippingIt: "AmazonShipping_IT";
|
|
1200
|
+
readonly AmazonShippingEs: "AmazonShipping_ES";
|
|
1201
|
+
readonly AmazonShippingFr: "AmazonShipping_FR";
|
|
1202
|
+
readonly AmazonShippingJp: "AmazonShipping_JP";
|
|
1203
1203
|
};
|
|
1204
1204
|
export type GetShipmentDocumentsXAmznShippingBusinessIdEnum = typeof GetShipmentDocumentsXAmznShippingBusinessIdEnum[keyof typeof GetShipmentDocumentsXAmznShippingBusinessIdEnum];
|
|
1205
1205
|
/**
|
|
1206
1206
|
* @export
|
|
1207
1207
|
*/
|
|
1208
1208
|
export declare const GetTrackingXAmznShippingBusinessIdEnum: {
|
|
1209
|
-
readonly
|
|
1210
|
-
readonly
|
|
1211
|
-
readonly
|
|
1212
|
-
readonly
|
|
1213
|
-
readonly
|
|
1214
|
-
readonly
|
|
1215
|
-
readonly
|
|
1216
|
-
readonly
|
|
1217
|
-
readonly
|
|
1218
|
-
readonly
|
|
1209
|
+
readonly AmazonShippingUs: "AmazonShipping_US";
|
|
1210
|
+
readonly AmazonShippingIn: "AmazonShipping_IN";
|
|
1211
|
+
readonly AmazonShippingUk: "AmazonShipping_UK";
|
|
1212
|
+
readonly AmazonShippingUae: "AmazonShipping_UAE";
|
|
1213
|
+
readonly AmazonShippingSa: "AmazonShipping_SA";
|
|
1214
|
+
readonly AmazonShippingEg: "AmazonShipping_EG";
|
|
1215
|
+
readonly AmazonShippingIt: "AmazonShipping_IT";
|
|
1216
|
+
readonly AmazonShippingEs: "AmazonShipping_ES";
|
|
1217
|
+
readonly AmazonShippingFr: "AmazonShipping_FR";
|
|
1218
|
+
readonly AmazonShippingJp: "AmazonShipping_JP";
|
|
1219
1219
|
};
|
|
1220
1220
|
export type GetTrackingXAmznShippingBusinessIdEnum = typeof GetTrackingXAmznShippingBusinessIdEnum[keyof typeof GetTrackingXAmznShippingBusinessIdEnum];
|
|
1221
1221
|
/**
|
|
1222
1222
|
* @export
|
|
1223
1223
|
*/
|
|
1224
1224
|
export declare const GetUnmanifestedShipmentsXAmznShippingBusinessIdEnum: {
|
|
1225
|
-
readonly
|
|
1226
|
-
readonly
|
|
1227
|
-
readonly
|
|
1228
|
-
readonly
|
|
1229
|
-
readonly
|
|
1230
|
-
readonly
|
|
1231
|
-
readonly
|
|
1232
|
-
readonly
|
|
1233
|
-
readonly
|
|
1234
|
-
readonly
|
|
1225
|
+
readonly AmazonShippingUs: "AmazonShipping_US";
|
|
1226
|
+
readonly AmazonShippingIn: "AmazonShipping_IN";
|
|
1227
|
+
readonly AmazonShippingUk: "AmazonShipping_UK";
|
|
1228
|
+
readonly AmazonShippingUae: "AmazonShipping_UAE";
|
|
1229
|
+
readonly AmazonShippingSa: "AmazonShipping_SA";
|
|
1230
|
+
readonly AmazonShippingEg: "AmazonShipping_EG";
|
|
1231
|
+
readonly AmazonShippingIt: "AmazonShipping_IT";
|
|
1232
|
+
readonly AmazonShippingEs: "AmazonShipping_ES";
|
|
1233
|
+
readonly AmazonShippingFr: "AmazonShipping_FR";
|
|
1234
|
+
readonly AmazonShippingJp: "AmazonShipping_JP";
|
|
1235
1235
|
};
|
|
1236
1236
|
export type GetUnmanifestedShipmentsXAmznShippingBusinessIdEnum = typeof GetUnmanifestedShipmentsXAmznShippingBusinessIdEnum[keyof typeof GetUnmanifestedShipmentsXAmznShippingBusinessIdEnum];
|
|
1237
1237
|
/**
|
|
1238
1238
|
* @export
|
|
1239
1239
|
*/
|
|
1240
1240
|
export declare const LinkCarrierAccountXAmznShippingBusinessIdEnum: {
|
|
1241
|
-
readonly
|
|
1242
|
-
readonly
|
|
1243
|
-
readonly
|
|
1244
|
-
readonly
|
|
1245
|
-
readonly
|
|
1246
|
-
readonly
|
|
1247
|
-
readonly
|
|
1248
|
-
readonly
|
|
1249
|
-
readonly
|
|
1250
|
-
readonly
|
|
1241
|
+
readonly AmazonShippingUs: "AmazonShipping_US";
|
|
1242
|
+
readonly AmazonShippingIn: "AmazonShipping_IN";
|
|
1243
|
+
readonly AmazonShippingUk: "AmazonShipping_UK";
|
|
1244
|
+
readonly AmazonShippingUae: "AmazonShipping_UAE";
|
|
1245
|
+
readonly AmazonShippingSa: "AmazonShipping_SA";
|
|
1246
|
+
readonly AmazonShippingEg: "AmazonShipping_EG";
|
|
1247
|
+
readonly AmazonShippingIt: "AmazonShipping_IT";
|
|
1248
|
+
readonly AmazonShippingEs: "AmazonShipping_ES";
|
|
1249
|
+
readonly AmazonShippingFr: "AmazonShipping_FR";
|
|
1250
|
+
readonly AmazonShippingJp: "AmazonShipping_JP";
|
|
1251
1251
|
};
|
|
1252
1252
|
export type LinkCarrierAccountXAmznShippingBusinessIdEnum = typeof LinkCarrierAccountXAmznShippingBusinessIdEnum[keyof typeof LinkCarrierAccountXAmznShippingBusinessIdEnum];
|
|
1253
1253
|
/**
|
|
1254
1254
|
* @export
|
|
1255
1255
|
*/
|
|
1256
1256
|
export declare const OneClickShipmentXAmznShippingBusinessIdEnum: {
|
|
1257
|
-
readonly
|
|
1258
|
-
readonly
|
|
1259
|
-
readonly
|
|
1260
|
-
readonly
|
|
1261
|
-
readonly
|
|
1262
|
-
readonly
|
|
1263
|
-
readonly
|
|
1264
|
-
readonly
|
|
1265
|
-
readonly
|
|
1266
|
-
readonly
|
|
1257
|
+
readonly AmazonShippingUs: "AmazonShipping_US";
|
|
1258
|
+
readonly AmazonShippingIn: "AmazonShipping_IN";
|
|
1259
|
+
readonly AmazonShippingUk: "AmazonShipping_UK";
|
|
1260
|
+
readonly AmazonShippingUae: "AmazonShipping_UAE";
|
|
1261
|
+
readonly AmazonShippingSa: "AmazonShipping_SA";
|
|
1262
|
+
readonly AmazonShippingEg: "AmazonShipping_EG";
|
|
1263
|
+
readonly AmazonShippingIt: "AmazonShipping_IT";
|
|
1264
|
+
readonly AmazonShippingEs: "AmazonShipping_ES";
|
|
1265
|
+
readonly AmazonShippingFr: "AmazonShipping_FR";
|
|
1266
|
+
readonly AmazonShippingJp: "AmazonShipping_JP";
|
|
1267
1267
|
};
|
|
1268
1268
|
export type OneClickShipmentXAmznShippingBusinessIdEnum = typeof OneClickShipmentXAmznShippingBusinessIdEnum[keyof typeof OneClickShipmentXAmznShippingBusinessIdEnum];
|
|
1269
1269
|
/**
|
|
1270
1270
|
* @export
|
|
1271
1271
|
*/
|
|
1272
1272
|
export declare const PurchaseShipmentXAmznShippingBusinessIdEnum: {
|
|
1273
|
-
readonly
|
|
1274
|
-
readonly
|
|
1275
|
-
readonly
|
|
1276
|
-
readonly
|
|
1277
|
-
readonly
|
|
1278
|
-
readonly
|
|
1279
|
-
readonly
|
|
1280
|
-
readonly
|
|
1281
|
-
readonly
|
|
1282
|
-
readonly
|
|
1273
|
+
readonly AmazonShippingUs: "AmazonShipping_US";
|
|
1274
|
+
readonly AmazonShippingIn: "AmazonShipping_IN";
|
|
1275
|
+
readonly AmazonShippingUk: "AmazonShipping_UK";
|
|
1276
|
+
readonly AmazonShippingUae: "AmazonShipping_UAE";
|
|
1277
|
+
readonly AmazonShippingSa: "AmazonShipping_SA";
|
|
1278
|
+
readonly AmazonShippingEg: "AmazonShipping_EG";
|
|
1279
|
+
readonly AmazonShippingIt: "AmazonShipping_IT";
|
|
1280
|
+
readonly AmazonShippingEs: "AmazonShipping_ES";
|
|
1281
|
+
readonly AmazonShippingFr: "AmazonShipping_FR";
|
|
1282
|
+
readonly AmazonShippingJp: "AmazonShipping_JP";
|
|
1283
1283
|
};
|
|
1284
1284
|
export type PurchaseShipmentXAmznShippingBusinessIdEnum = typeof PurchaseShipmentXAmznShippingBusinessIdEnum[keyof typeof PurchaseShipmentXAmznShippingBusinessIdEnum];
|
|
1285
1285
|
/**
|
|
1286
1286
|
* @export
|
|
1287
1287
|
*/
|
|
1288
1288
|
export declare const UnlinkCarrierAccountXAmznShippingBusinessIdEnum: {
|
|
1289
|
-
readonly
|
|
1290
|
-
readonly
|
|
1291
|
-
readonly
|
|
1292
|
-
readonly
|
|
1293
|
-
readonly
|
|
1294
|
-
readonly
|
|
1295
|
-
readonly
|
|
1296
|
-
readonly
|
|
1297
|
-
readonly
|
|
1298
|
-
readonly
|
|
1289
|
+
readonly AmazonShippingUs: "AmazonShipping_US";
|
|
1290
|
+
readonly AmazonShippingIn: "AmazonShipping_IN";
|
|
1291
|
+
readonly AmazonShippingUk: "AmazonShipping_UK";
|
|
1292
|
+
readonly AmazonShippingUae: "AmazonShipping_UAE";
|
|
1293
|
+
readonly AmazonShippingSa: "AmazonShipping_SA";
|
|
1294
|
+
readonly AmazonShippingEg: "AmazonShipping_EG";
|
|
1295
|
+
readonly AmazonShippingIt: "AmazonShipping_IT";
|
|
1296
|
+
readonly AmazonShippingEs: "AmazonShipping_ES";
|
|
1297
|
+
readonly AmazonShippingFr: "AmazonShipping_FR";
|
|
1298
|
+
readonly AmazonShippingJp: "AmazonShipping_JP";
|
|
1299
1299
|
};
|
|
1300
1300
|
export type UnlinkCarrierAccountXAmznShippingBusinessIdEnum = typeof UnlinkCarrierAccountXAmznShippingBusinessIdEnum[keyof typeof UnlinkCarrierAccountXAmznShippingBusinessIdEnum];
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
* @enum {string}
|
|
16
16
|
*/
|
|
17
17
|
export declare const PaymentType: {
|
|
18
|
-
readonly
|
|
19
|
-
readonly
|
|
18
|
+
readonly PayThroughAmazon: "PAY_THROUGH_AMAZON";
|
|
19
|
+
readonly PayDirectToCarrier: "PAY_DIRECT_TO_CARRIER";
|
|
20
20
|
};
|
|
21
21
|
export type PaymentType = typeof PaymentType[keyof typeof PaymentType];
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@sp-api-sdk/shipping-api-v2",
|
|
3
3
|
"author": "Bertrand Marron <bertrand@bizon.solutions>",
|
|
4
4
|
"description": "The Amazon Shipping API is designed to support outbound shipping use cases both for orders originating on Amazon-owned marketplaces as well as external channels/marketplaces. With these APIs, you can request shipping rates, create shipments, cancel shipments, and track shipments.",
|
|
5
|
-
"version": "
|
|
5
|
+
"version": "2.0.0",
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
7
7
|
"module": "dist/es/index.js",
|
|
8
8
|
"types": "dist/types/index.d.ts",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"dist/**/*.d.ts"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@sp-api-sdk/common": "2.1.
|
|
21
|
+
"@sp-api-sdk/common": "2.1.9",
|
|
22
22
|
"axios": "^1.7.9"
|
|
23
23
|
},
|
|
24
24
|
"repository": {
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"sp sdk",
|
|
41
41
|
"shipping api"
|
|
42
42
|
],
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "00dfa4e5e7dd2f486f00e85e5dab73ea2685eb0f"
|
|
44
44
|
}
|