ebay-api 9.2.1 → 9.3.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 +103 -80
- package/dist/ebay-api.min.mjs +1 -1
- package/dist/types/index.d.ts +1 -0
- package/dist/types/index.js +1 -0
- package/dist/types/traditional/add-fixed-price-item-response.d.ts +30 -0
- package/dist/types/traditional/add-fixed-price-item-response.js +1 -0
- package/dist/types/traditional/add-item-response.d.ts +29 -0
- package/dist/types/traditional/add-item-response.js +1 -0
- package/dist/types/traditional/add-items-response.d.ts +37 -0
- package/dist/types/traditional/add-items-response.js +1 -0
- package/dist/types/traditional/add-member-message-a-a-q-to-partner-response.d.ts +3 -0
- package/dist/types/traditional/add-member-message-a-a-q-to-partner-response.js +1 -0
- package/dist/types/traditional/add-member-message-r-t-q-response.d.ts +3 -0
- package/dist/types/traditional/add-member-message-r-t-q-response.js +1 -0
- package/dist/types/traditional/add-member-messages-a-a-q-to-bidder-response.d.ts +7 -0
- package/dist/types/traditional/add-member-messages-a-a-q-to-bidder-response.js +1 -0
- package/dist/types/traditional/add-order-response.d.ts +4 -0
- package/dist/types/traditional/add-order-response.js +1 -0
- package/dist/types/traditional/add-second-chance-item-response.d.ts +5 -0
- package/dist/types/traditional/add-second-chance-item-response.js +1 -0
- package/dist/types/traditional/add-to-item-description-response.d.ts +9 -0
- package/dist/types/traditional/add-to-item-description-response.js +1 -0
- package/dist/types/traditional/add-to-watch-list-response.d.ts +4 -0
- package/dist/types/traditional/add-to-watch-list-response.js +1 -0
- package/dist/types/traditional/common.d.ts +58 -0
- package/dist/types/traditional/common.js +1 -0
- package/dist/types/traditional/complete-sale-response.d.ts +3 -0
- package/dist/types/traditional/complete-sale-response.js +1 -0
- package/dist/types/traditional/delete-my-messages-response.d.ts +3 -0
- package/dist/types/traditional/delete-my-messages-response.js +1 -0
- package/dist/types/traditional/end-fixed-price-item-response.d.ts +4 -0
- package/dist/types/traditional/end-fixed-price-item-response.js +1 -0
- package/dist/types/traditional/end-items-response.d.ts +17 -0
- package/dist/types/traditional/end-items-response.js +1 -0
- package/dist/types/traditional/fetch-token-response.d.ts +5 -0
- package/dist/types/traditional/fetch-token-response.js +1 -0
- package/dist/types/traditional/get-account-response.d.ts +114 -0
- package/dist/types/traditional/get-account-response.js +1 -0
- package/dist/types/traditional/get-ad-format-leads-response.d.ts +41 -0
- package/dist/types/traditional/get-ad-format-leads-response.js +1 -0
- package/dist/types/traditional/get-all-bidders-response.d.ts +75 -0
- package/dist/types/traditional/get-all-bidders-response.js +1 -0
- package/dist/types/traditional/get-best-offers-response.d.ts +79 -0
- package/dist/types/traditional/get-best-offers-response.js +1 -0
- package/dist/types/traditional/get-bidder-list-response.d.ts +292 -0
- package/dist/types/traditional/get-bidder-list-response.js +1 -0
- package/dist/types/traditional/get-categories-response.d.ts +26 -0
- package/dist/types/traditional/get-categories-response.js +1 -0
- package/dist/types/traditional/get-category-features-response.d.ts +494 -0
- package/dist/types/traditional/get-category-features-response.js +1 -0
- package/dist/types/traditional/get-description-templates-response.d.ts +21 -0
- package/dist/types/traditional/get-description-templates-response.js +1 -0
- package/dist/types/traditional/get-feedback-response.d.ts +101 -0
- package/dist/types/traditional/get-feedback-response.js +1 -0
- package/dist/types/traditional/get-item-response.d.ts +855 -0
- package/dist/types/traditional/get-item-response.js +1 -0
- package/dist/types/traditional/get-items-awaiting-feedback-response.d.ts +66 -0
- package/dist/types/traditional/get-items-awaiting-feedback-response.js +1 -0
- package/dist/types/traditional/get-member-messages-response.d.ts +47 -0
- package/dist/types/traditional/get-member-messages-response.js +1 -0
- package/dist/types/traditional/get-message-preferences-response.d.ts +6 -0
- package/dist/types/traditional/get-message-preferences-response.js +1 -0
- package/dist/types/traditional/get-my-messages-response.d.ts +53 -0
- package/dist/types/traditional/get-my-messages-response.js +1 -0
- package/dist/types/traditional/get-seller-list-response.d.ts +456 -0
- package/dist/types/traditional/get-seller-list-response.js +1 -0
- package/dist/types/traditional/get-seller-transactions-response.d.ts +499 -0
- package/dist/types/traditional/get-seller-transactions-response.js +1 -0
- package/dist/types/traditional/get-shipping-discount-profiles-response.d.ts +63 -0
- package/dist/types/traditional/get-shipping-discount-profiles-response.js +1 -0
- package/dist/types/traditional/get-store-response.d.ts +31 -0
- package/dist/types/traditional/get-store-response.js +1 -0
- package/dist/types/traditional/get-tax-table-response.d.ts +10 -0
- package/dist/types/traditional/get-tax-table-response.js +1 -0
- package/dist/types/traditional/get-token-status-response.d.ts +9 -0
- package/dist/types/traditional/get-token-status-response.js +1 -0
- package/dist/types/traditional/get-user-contact-details-response.d.ts +13 -0
- package/dist/types/traditional/get-user-contact-details-response.js +1 -0
- package/dist/types/traditional/get-user-preferences-response.d.ts +91 -0
- package/dist/types/traditional/get-user-preferences-response.js +1 -0
- package/dist/types/traditional/get-user-response.d.ts +111 -0
- package/dist/types/traditional/get-user-response.js +1 -0
- package/dist/types/traditional/get-ve-r-o-reason-code-details-response.d.ts +12 -0
- package/dist/types/traditional/get-ve-r-o-reason-code-details-response.js +1 -0
- package/dist/types/traditional/get-ve-r-o-report-status-response.d.ts +18 -0
- package/dist/types/traditional/get-ve-r-o-report-status-response.js +1 -0
- package/dist/types/traditional/gete-bay-details-response.d.ts +230 -0
- package/dist/types/traditional/gete-bay-details-response.js +1 -0
- package/dist/types/traditional/index.d.ts +68 -0
- package/dist/types/traditional/index.js +68 -0
- package/dist/types/traditional/place-offer-response.d.ts +33 -0
- package/dist/types/traditional/place-offer-response.js +1 -0
- package/dist/types/traditional/relist-fixed-price-item-response.d.ts +30 -0
- package/dist/types/traditional/relist-fixed-price-item-response.js +1 -0
- package/dist/types/traditional/relist-item-response.d.ts +29 -0
- package/dist/types/traditional/relist-item-response.js +1 -0
- package/dist/types/traditional/remove-from-watch-list-response.d.ts +4 -0
- package/dist/types/traditional/remove-from-watch-list-response.js +1 -0
- package/dist/types/traditional/respond-to-best-offer-response.d.ts +8 -0
- package/dist/types/traditional/respond-to-best-offer-response.js +1 -0
- package/dist/types/traditional/respond-to-feedback-response.d.ts +3 -0
- package/dist/types/traditional/respond-to-feedback-response.js +1 -0
- package/dist/types/traditional/revise-fixed-price-item-response.d.ts +30 -0
- package/dist/types/traditional/revise-fixed-price-item-response.js +1 -0
- package/dist/types/traditional/revise-inventory-status-response.d.ts +21 -0
- package/dist/types/traditional/revise-inventory-status-response.js +1 -0
- package/dist/types/traditional/revise-item-response.d.ts +30 -0
- package/dist/types/traditional/revise-item-response.js +1 -0
- package/dist/types/traditional/revise-my-messages-folders-response.d.ts +3 -0
- package/dist/types/traditional/revise-my-messages-folders-response.js +1 -0
- package/dist/types/traditional/revise-my-messages-response.d.ts +3 -0
- package/dist/types/traditional/revise-my-messages-response.js +1 -0
- package/dist/types/traditional/revoke-token-response.d.ts +3 -0
- package/dist/types/traditional/revoke-token-response.js +1 -0
- package/dist/types/traditional/send-invoice-response.d.ts +3 -0
- package/dist/types/traditional/send-invoice-response.js +1 -0
- package/dist/types/traditional/set-message-preferences-response.d.ts +3 -0
- package/dist/types/traditional/set-message-preferences-response.js +1 -0
- package/dist/types/traditional/set-notification-preferences-response.d.ts +3 -0
- package/dist/types/traditional/set-notification-preferences-response.js +1 -0
- package/dist/types/traditional/set-shipping-discount-profiles-response.d.ts +3 -0
- package/dist/types/traditional/set-shipping-discount-profiles-response.js +1 -0
- package/dist/types/traditional/set-store-categories-response.d.ts +5 -0
- package/dist/types/traditional/set-store-categories-response.js +1 -0
- package/dist/types/traditional/set-tax-table-response.d.ts +3 -0
- package/dist/types/traditional/set-tax-table-response.js +1 -0
- package/dist/types/traditional/set-user-notes-response.d.ts +3 -0
- package/dist/types/traditional/set-user-notes-response.js +1 -0
- package/dist/types/traditional/set-user-preferences-response.d.ts +3 -0
- package/dist/types/traditional/set-user-preferences-response.js +1 -0
- package/dist/types/traditional/upload-site-hosted-pictures-response.d.ts +17 -0
- package/dist/types/traditional/upload-site-hosted-pictures-response.js +1 -0
- package/dist/types/traditional/ve-r-o-report-items-response.d.ts +4 -0
- package/dist/types/traditional/ve-r-o-report-items-response.js +1 -0
- package/dist/types/traditional/verify-add-fixed-price-item-response.d.ts +20 -0
- package/dist/types/traditional/verify-add-fixed-price-item-response.js +1 -0
- package/dist/types/traditional/verify-add-item-response.d.ts +27 -0
- package/dist/types/traditional/verify-add-item-response.js +1 -0
- package/dist/types/traditional/verify-add-second-chance-item-response.d.ts +4 -0
- package/dist/types/traditional/verify-add-second-chance-item-response.js +1 -0
- package/dist/types/traditional/verify-relist-item-response.d.ts +27 -0
- package/dist/types/traditional/verify-relist-item-response.js +1 -0
- package/dist/types/traditonalTypes.d.ts +72 -2
- package/lib/ebay-api.min.js +3 -1
- package/lib/types/index.d.ts +1 -0
- package/lib/types/index.js +1 -0
- package/lib/types/traditional/add-fixed-price-item-response.d.ts +30 -0
- package/lib/types/traditional/add-fixed-price-item-response.js +2 -0
- package/lib/types/traditional/add-item-response.d.ts +29 -0
- package/lib/types/traditional/add-item-response.js +2 -0
- package/lib/types/traditional/add-items-response.d.ts +37 -0
- package/lib/types/traditional/add-items-response.js +2 -0
- package/lib/types/traditional/add-member-message-a-a-q-to-partner-response.d.ts +3 -0
- package/lib/types/traditional/add-member-message-a-a-q-to-partner-response.js +2 -0
- package/lib/types/traditional/add-member-message-r-t-q-response.d.ts +3 -0
- package/lib/types/traditional/add-member-message-r-t-q-response.js +2 -0
- package/lib/types/traditional/add-member-messages-a-a-q-to-bidder-response.d.ts +7 -0
- package/lib/types/traditional/add-member-messages-a-a-q-to-bidder-response.js +2 -0
- package/lib/types/traditional/add-order-response.d.ts +4 -0
- package/lib/types/traditional/add-order-response.js +2 -0
- package/lib/types/traditional/add-second-chance-item-response.d.ts +5 -0
- package/lib/types/traditional/add-second-chance-item-response.js +2 -0
- package/lib/types/traditional/add-to-item-description-response.d.ts +9 -0
- package/lib/types/traditional/add-to-item-description-response.js +2 -0
- package/lib/types/traditional/add-to-watch-list-response.d.ts +4 -0
- package/lib/types/traditional/add-to-watch-list-response.js +2 -0
- package/lib/types/traditional/common.d.ts +58 -0
- package/lib/types/traditional/common.js +2 -0
- package/lib/types/traditional/complete-sale-response.d.ts +3 -0
- package/lib/types/traditional/complete-sale-response.js +2 -0
- package/lib/types/traditional/delete-my-messages-response.d.ts +3 -0
- package/lib/types/traditional/delete-my-messages-response.js +2 -0
- package/lib/types/traditional/end-fixed-price-item-response.d.ts +4 -0
- package/lib/types/traditional/end-fixed-price-item-response.js +2 -0
- package/lib/types/traditional/end-items-response.d.ts +17 -0
- package/lib/types/traditional/end-items-response.js +2 -0
- package/lib/types/traditional/fetch-token-response.d.ts +5 -0
- package/lib/types/traditional/fetch-token-response.js +2 -0
- package/lib/types/traditional/get-account-response.d.ts +114 -0
- package/lib/types/traditional/get-account-response.js +2 -0
- package/lib/types/traditional/get-ad-format-leads-response.d.ts +41 -0
- package/lib/types/traditional/get-ad-format-leads-response.js +2 -0
- package/lib/types/traditional/get-all-bidders-response.d.ts +75 -0
- package/lib/types/traditional/get-all-bidders-response.js +2 -0
- package/lib/types/traditional/get-best-offers-response.d.ts +79 -0
- package/lib/types/traditional/get-best-offers-response.js +2 -0
- package/lib/types/traditional/get-bidder-list-response.d.ts +292 -0
- package/lib/types/traditional/get-bidder-list-response.js +2 -0
- package/lib/types/traditional/get-categories-response.d.ts +26 -0
- package/lib/types/traditional/get-categories-response.js +2 -0
- package/lib/types/traditional/get-category-features-response.d.ts +494 -0
- package/lib/types/traditional/get-category-features-response.js +2 -0
- package/lib/types/traditional/get-description-templates-response.d.ts +21 -0
- package/lib/types/traditional/get-description-templates-response.js +2 -0
- package/lib/types/traditional/get-feedback-response.d.ts +101 -0
- package/lib/types/traditional/get-feedback-response.js +2 -0
- package/lib/types/traditional/get-item-response.d.ts +855 -0
- package/lib/types/traditional/get-item-response.js +2 -0
- package/lib/types/traditional/get-items-awaiting-feedback-response.d.ts +66 -0
- package/lib/types/traditional/get-items-awaiting-feedback-response.js +2 -0
- package/lib/types/traditional/get-member-messages-response.d.ts +47 -0
- package/lib/types/traditional/get-member-messages-response.js +2 -0
- package/lib/types/traditional/get-message-preferences-response.d.ts +6 -0
- package/lib/types/traditional/get-message-preferences-response.js +2 -0
- package/lib/types/traditional/get-my-messages-response.d.ts +53 -0
- package/lib/types/traditional/get-my-messages-response.js +2 -0
- package/lib/types/traditional/get-seller-list-response.d.ts +456 -0
- package/lib/types/traditional/get-seller-list-response.js +2 -0
- package/lib/types/traditional/get-seller-transactions-response.d.ts +499 -0
- package/lib/types/traditional/get-seller-transactions-response.js +2 -0
- package/lib/types/traditional/get-shipping-discount-profiles-response.d.ts +63 -0
- package/lib/types/traditional/get-shipping-discount-profiles-response.js +2 -0
- package/lib/types/traditional/get-store-response.d.ts +31 -0
- package/lib/types/traditional/get-store-response.js +2 -0
- package/lib/types/traditional/get-tax-table-response.d.ts +10 -0
- package/lib/types/traditional/get-tax-table-response.js +2 -0
- package/lib/types/traditional/get-token-status-response.d.ts +9 -0
- package/lib/types/traditional/get-token-status-response.js +2 -0
- package/lib/types/traditional/get-user-contact-details-response.d.ts +13 -0
- package/lib/types/traditional/get-user-contact-details-response.js +2 -0
- package/lib/types/traditional/get-user-preferences-response.d.ts +91 -0
- package/lib/types/traditional/get-user-preferences-response.js +2 -0
- package/lib/types/traditional/get-user-response.d.ts +111 -0
- package/lib/types/traditional/get-user-response.js +2 -0
- package/lib/types/traditional/get-ve-r-o-reason-code-details-response.d.ts +12 -0
- package/lib/types/traditional/get-ve-r-o-reason-code-details-response.js +2 -0
- package/lib/types/traditional/get-ve-r-o-report-status-response.d.ts +18 -0
- package/lib/types/traditional/get-ve-r-o-report-status-response.js +2 -0
- package/lib/types/traditional/gete-bay-details-response.d.ts +230 -0
- package/lib/types/traditional/gete-bay-details-response.js +2 -0
- package/lib/types/traditional/index.d.ts +68 -0
- package/lib/types/traditional/index.js +84 -0
- package/lib/types/traditional/place-offer-response.d.ts +33 -0
- package/lib/types/traditional/place-offer-response.js +2 -0
- package/lib/types/traditional/relist-fixed-price-item-response.d.ts +30 -0
- package/lib/types/traditional/relist-fixed-price-item-response.js +2 -0
- package/lib/types/traditional/relist-item-response.d.ts +29 -0
- package/lib/types/traditional/relist-item-response.js +2 -0
- package/lib/types/traditional/remove-from-watch-list-response.d.ts +4 -0
- package/lib/types/traditional/remove-from-watch-list-response.js +2 -0
- package/lib/types/traditional/respond-to-best-offer-response.d.ts +8 -0
- package/lib/types/traditional/respond-to-best-offer-response.js +2 -0
- package/lib/types/traditional/respond-to-feedback-response.d.ts +3 -0
- package/lib/types/traditional/respond-to-feedback-response.js +2 -0
- package/lib/types/traditional/revise-fixed-price-item-response.d.ts +30 -0
- package/lib/types/traditional/revise-fixed-price-item-response.js +2 -0
- package/lib/types/traditional/revise-inventory-status-response.d.ts +21 -0
- package/lib/types/traditional/revise-inventory-status-response.js +2 -0
- package/lib/types/traditional/revise-item-response.d.ts +30 -0
- package/lib/types/traditional/revise-item-response.js +2 -0
- package/lib/types/traditional/revise-my-messages-folders-response.d.ts +3 -0
- package/lib/types/traditional/revise-my-messages-folders-response.js +2 -0
- package/lib/types/traditional/revise-my-messages-response.d.ts +3 -0
- package/lib/types/traditional/revise-my-messages-response.js +2 -0
- package/lib/types/traditional/revoke-token-response.d.ts +3 -0
- package/lib/types/traditional/revoke-token-response.js +2 -0
- package/lib/types/traditional/send-invoice-response.d.ts +3 -0
- package/lib/types/traditional/send-invoice-response.js +2 -0
- package/lib/types/traditional/set-message-preferences-response.d.ts +3 -0
- package/lib/types/traditional/set-message-preferences-response.js +2 -0
- package/lib/types/traditional/set-notification-preferences-response.d.ts +3 -0
- package/lib/types/traditional/set-notification-preferences-response.js +2 -0
- package/lib/types/traditional/set-shipping-discount-profiles-response.d.ts +3 -0
- package/lib/types/traditional/set-shipping-discount-profiles-response.js +2 -0
- package/lib/types/traditional/set-store-categories-response.d.ts +5 -0
- package/lib/types/traditional/set-store-categories-response.js +2 -0
- package/lib/types/traditional/set-tax-table-response.d.ts +3 -0
- package/lib/types/traditional/set-tax-table-response.js +2 -0
- package/lib/types/traditional/set-user-notes-response.d.ts +3 -0
- package/lib/types/traditional/set-user-notes-response.js +2 -0
- package/lib/types/traditional/set-user-preferences-response.d.ts +3 -0
- package/lib/types/traditional/set-user-preferences-response.js +2 -0
- package/lib/types/traditional/upload-site-hosted-pictures-response.d.ts +17 -0
- package/lib/types/traditional/upload-site-hosted-pictures-response.js +2 -0
- package/lib/types/traditional/ve-r-o-report-items-response.d.ts +4 -0
- package/lib/types/traditional/ve-r-o-report-items-response.js +2 -0
- package/lib/types/traditional/verify-add-fixed-price-item-response.d.ts +20 -0
- package/lib/types/traditional/verify-add-fixed-price-item-response.js +2 -0
- package/lib/types/traditional/verify-add-item-response.d.ts +27 -0
- package/lib/types/traditional/verify-add-item-response.js +2 -0
- package/lib/types/traditional/verify-add-second-chance-item-response.d.ts +4 -0
- package/lib/types/traditional/verify-add-second-chance-item-response.js +2 -0
- package/lib/types/traditional/verify-relist-item-response.d.ts +27 -0
- package/lib/types/traditional/verify-relist-item-response.js +2 -0
- package/lib/types/traditonalTypes.d.ts +72 -2
- package/package.json +4 -3
package/dist/types/index.d.ts
CHANGED
package/dist/types/index.js
CHANGED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import type { CurrencyCodeType, StandardOutputFields } from './common.js';
|
|
2
|
+
export interface AddFixedPriceItemResponse extends StandardOutputFields {
|
|
3
|
+
CategoryID?: string;
|
|
4
|
+
DiscountReason?: 'CustomCode' | 'Promotion' | 'SpecialOffer';
|
|
5
|
+
EndTime?: string;
|
|
6
|
+
Fees: {
|
|
7
|
+
Fee: {
|
|
8
|
+
Fee: number | {
|
|
9
|
+
value: number;
|
|
10
|
+
currencyID: CurrencyCodeType;
|
|
11
|
+
};
|
|
12
|
+
Name: string;
|
|
13
|
+
PromotionalDiscount: number | {
|
|
14
|
+
value: number;
|
|
15
|
+
currencyID: CurrencyCodeType;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
ItemID: string;
|
|
20
|
+
ProductSuggestions?: {
|
|
21
|
+
ProductSuggestion?: {
|
|
22
|
+
EPID?: string;
|
|
23
|
+
Recommended?: boolean;
|
|
24
|
+
StockPhoto?: string;
|
|
25
|
+
Title?: string;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
SKU?: string;
|
|
29
|
+
StartTime: string;
|
|
30
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import type { CurrencyCodeType, StandardOutputFields } from './common.js';
|
|
2
|
+
export interface AddItemResponse extends StandardOutputFields {
|
|
3
|
+
CategoryID?: string;
|
|
4
|
+
DiscountReason?: 'CustomCode' | 'Promotion' | 'SpecialOffer';
|
|
5
|
+
EndTime: string;
|
|
6
|
+
Fees: {
|
|
7
|
+
Fee: {
|
|
8
|
+
Fee: number | {
|
|
9
|
+
value: number;
|
|
10
|
+
currencyID: CurrencyCodeType;
|
|
11
|
+
};
|
|
12
|
+
Name: string;
|
|
13
|
+
PromotionalDiscount: number | {
|
|
14
|
+
value: number;
|
|
15
|
+
currencyID: CurrencyCodeType;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
ItemID: string;
|
|
20
|
+
ProductSuggestions?: {
|
|
21
|
+
ProductSuggestion?: {
|
|
22
|
+
EPID?: string;
|
|
23
|
+
Recommended?: boolean;
|
|
24
|
+
StockPhoto?: string;
|
|
25
|
+
Title?: string;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
StartTime: string;
|
|
29
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import type { CurrencyCodeType, StandardOutputFields } from './common.js';
|
|
2
|
+
export interface AddItemsResponse extends StandardOutputFields {
|
|
3
|
+
AddItemResponseContainer: {
|
|
4
|
+
Category2ID?: string;
|
|
5
|
+
CategoryID?: string;
|
|
6
|
+
CorrelationID: string;
|
|
7
|
+
DiscountReason?: 'CustomCode' | 'Promotion' | 'SpecialOffer';
|
|
8
|
+
EndTime: string;
|
|
9
|
+
Errors?: {
|
|
10
|
+
ErrorClassification?: 'CustomCode' | 'RequestError' | 'SystemError';
|
|
11
|
+
ErrorCode?: string;
|
|
12
|
+
ErrorParameters?: {
|
|
13
|
+
Value?: string;
|
|
14
|
+
};
|
|
15
|
+
LongMessage?: string;
|
|
16
|
+
SeverityCode?: 'CustomCode' | 'Error' | 'Warning';
|
|
17
|
+
ShortMessage?: string;
|
|
18
|
+
UserDisplayHint?: boolean;
|
|
19
|
+
};
|
|
20
|
+
Fees: {
|
|
21
|
+
Fee: {
|
|
22
|
+
Fee: number | {
|
|
23
|
+
value: number;
|
|
24
|
+
currencyID: CurrencyCodeType;
|
|
25
|
+
};
|
|
26
|
+
Name: string;
|
|
27
|
+
PromotionalDiscount: number | {
|
|
28
|
+
value: number;
|
|
29
|
+
currencyID: CurrencyCodeType;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
ItemID: string;
|
|
34
|
+
Message?: string;
|
|
35
|
+
StartTime: string;
|
|
36
|
+
};
|
|
37
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { StandardOutputFields } from './common.js';
|
|
2
|
+
export interface AddMemberMessagesAAQToBidderResponse extends StandardOutputFields {
|
|
3
|
+
AddMemberMessagesAAQToBidderResponseContainer: {
|
|
4
|
+
Ack: 'CustomCode' | 'Failure' | 'PartialFailure' | 'Success' | 'Warning';
|
|
5
|
+
CorrelationID: string;
|
|
6
|
+
};
|
|
7
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { StandardOutputFields } from './common.js';
|
|
2
|
+
export interface AddToItemDescriptionResponse extends StandardOutputFields {
|
|
3
|
+
DuplicateInvocationDetails?: {
|
|
4
|
+
DuplicateInvocationID?: string;
|
|
5
|
+
InvocationTrackingID?: string;
|
|
6
|
+
Status?: 'CustomCode' | 'Failure' | 'InProgress' | 'Success';
|
|
7
|
+
};
|
|
8
|
+
Message?: string;
|
|
9
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
export type CurrencyCodeType = 'ADP' | 'AED' | 'AFA' | 'ALL' | 'AMD' | 'ANG' | 'AOA' | 'ARS' | 'ATS' | 'AUD' | 'AWG' | 'AZM' | 'BAM' | 'BBD' | 'BDT' | 'BGL' | 'BGN' | 'BHD' | 'BIF' | 'BMD' | 'BND' | 'BOB' | 'BOV' | 'BRL' | 'BSD' | 'BTN' | 'BWP' | 'BYR' | 'BZD' | 'CAD' | 'CDF' | 'CHF' | 'CLF' | 'CLP' | 'CNY' | 'COP' | 'CRC' | 'CUP' | 'CustomCode' | 'CVE' | 'CYP' | 'CZK' | 'DJF' | 'DKK' | 'DOP' | 'DZD' | 'ECS' | 'ECV' | 'EEK' | 'EGP' | 'ERN' | 'ETB' | 'EUR' | 'FJD' | 'FKP' | 'GBP' | 'GEL' | 'GHC' | 'GIP' | 'GMD' | 'GNF' | 'GTQ' | 'GWP' | 'GYD' | 'HKD' | 'HNL' | 'HRK' | 'HTG' | 'HUF' | 'IDR' | 'ILS' | 'INR' | 'IQD' | 'IRR' | 'ISK' | 'JMD' | 'JOD' | 'JPY' | 'KES' | 'KGS' | 'KHR' | 'KMF' | 'KPW' | 'KRW' | 'KWD' | 'KYD' | 'KZT' | 'LAK' | 'LBP' | 'LKR' | 'LRD' | 'LSL' | 'LTL' | 'LVL' | 'LYD' | 'MAD' | 'MDL' | 'MGF' | 'MKD' | 'MMK' | 'MNT' | 'MOP' | 'MRO' | 'MTL' | 'MUR' | 'MVR' | 'MWK' | 'MXN' | 'MXV' | 'MYR' | 'MZM' | 'NAD' | 'NGN' | 'NIO' | 'NOK' | 'NPR' | 'NZD' | 'OMR' | 'PAB' | 'PEN' | 'PGK' | 'PHP' | 'PKR' | 'PLN' | 'PYG' | 'QAR' | 'ROL' | 'RON' | 'RUB' | 'RUR' | 'RWF' | 'SAR' | 'SBD' | 'SCR' | 'SDD' | 'SEK' | 'SGD' | 'SHP' | 'SIT' | 'SKK' | 'SLL' | 'SOS' | 'SRG' | 'STD' | 'SVC' | 'SYP' | 'SZL' | 'THB' | 'TJS' | 'TMM' | 'TND' | 'TOP' | 'TPE' | 'TRL' | 'TTD' | 'TWD' | 'TZS' | 'UAH' | 'UGX' | 'USD' | 'USN' | 'USS' | 'UYU' | 'UZS' | 'VEB' | 'VND' | 'VUV' | 'WST' | 'XAF' | 'XCD' | 'XOF' | 'XPF' | 'YER' | 'YUM' | 'ZAR' | 'ZMK' | 'ZWD';
|
|
2
|
+
export type CountryCodeType = 'AA' | 'AD' | 'AE' | 'AF' | 'AG' | 'AI' | 'AL' | 'AM' | 'AN' | 'AO' | 'AQ' | 'AR' | 'AS' | 'AT' | 'AU' | 'AW' | 'AZ' | 'BA' | 'BB' | 'BD' | 'BE' | 'BF' | 'BG' | 'BH' | 'BI' | 'BJ' | 'BM' | 'BN' | 'BO' | 'BR' | 'BS' | 'BT' | 'BV' | 'BW' | 'BY' | 'BZ' | 'CA' | 'CC' | 'CD' | 'CF' | 'CG' | 'CH' | 'CI' | 'CK' | 'CL' | 'CM' | 'CN' | 'CO' | 'CR' | 'CU' | 'CustomCode' | 'CV' | 'CX' | 'CY' | 'CZ' | 'DE' | 'DJ' | 'DK' | 'DM' | 'DO' | 'DZ' | 'EC' | 'EE' | 'EG' | 'EH' | 'ER' | 'ES' | 'ET' | 'FI' | 'FJ' | 'FK' | 'FM' | 'FO' | 'FR' | 'GA' | 'GB' | 'GD' | 'GE' | 'GF' | 'GG' | 'GH' | 'GI' | 'GL' | 'GM' | 'GN' | 'GP' | 'GQ' | 'GR' | 'GS' | 'GT' | 'GU' | 'GW' | 'GY' | 'HK' | 'HM' | 'HN' | 'HR' | 'HT' | 'HU' | 'ID' | 'IE' | 'IL' | 'IN' | 'IO' | 'IQ' | 'IR' | 'IS' | 'IT' | 'JE' | 'JM' | 'JO' | 'JP' | 'KE' | 'KG' | 'KH' | 'KI' | 'KM' | 'KN' | 'KP' | 'KR' | 'KW' | 'KY' | 'KZ' | 'LA' | 'LB' | 'LC' | 'LI' | 'LK' | 'LR' | 'LS' | 'LT' | 'LU' | 'LV' | 'LY' | 'MA' | 'MC' | 'MD' | 'ME' | 'MG' | 'MH' | 'MK' | 'ML' | 'MM' | 'MN' | 'MO' | 'MP' | 'MQ' | 'MR' | 'MS' | 'MT' | 'MU' | 'MV' | 'MW' | 'MX' | 'MY' | 'MZ' | 'NA' | 'NC' | 'NE' | 'NF' | 'NG' | 'NI' | 'NL' | 'NO' | 'NP' | 'NR' | 'NU' | 'NZ' | 'OM' | 'PA' | 'PE' | 'PF' | 'PG' | 'PH' | 'PK' | 'PL' | 'PM' | 'PN' | 'PR' | 'PS' | 'PT' | 'PW' | 'PY' | 'QA' | 'QM' | 'QN' | 'QO' | 'RE' | 'RO' | 'RS' | 'RU' | 'RW' | 'SA' | 'SB' | 'SC' | 'SD' | 'SE' | 'SG' | 'SH' | 'SI' | 'SJ' | 'SK' | 'SL' | 'SM' | 'SN' | 'SO' | 'SR' | 'ST' | 'SV' | 'SY' | 'SZ' | 'TC' | 'TD' | 'TF' | 'TG' | 'TH' | 'TJ' | 'TK' | 'TM' | 'TN' | 'TO' | 'TP' | 'TR' | 'TT' | 'TV' | 'TW' | 'TZ' | 'UA' | 'UG' | 'UM' | 'US' | 'UY' | 'UZ' | 'VA' | 'VC' | 'VE' | 'VG' | 'VI' | 'VN' | 'VU' | 'WF' | 'WS' | 'YE' | 'YT' | 'YU' | 'ZA' | 'ZM' | 'ZW' | 'ZZ';
|
|
3
|
+
export interface AddressType {
|
|
4
|
+
AddressAttribute?: string[];
|
|
5
|
+
AddressID?: string;
|
|
6
|
+
AddressOwner?: 'eBay' | 'PayPal';
|
|
7
|
+
AddressRecordType?: string;
|
|
8
|
+
AddressStatus?: string;
|
|
9
|
+
CityName?: string;
|
|
10
|
+
CompanyName?: string;
|
|
11
|
+
Country?: CountryCodeType;
|
|
12
|
+
CountryName?: string;
|
|
13
|
+
County?: string;
|
|
14
|
+
FirstName?: string;
|
|
15
|
+
InternationalName?: string;
|
|
16
|
+
InternationalStateAndCity?: string;
|
|
17
|
+
InternationalStreet?: string;
|
|
18
|
+
LastName?: string;
|
|
19
|
+
Name?: string;
|
|
20
|
+
Phone?: string;
|
|
21
|
+
Phone2?: string;
|
|
22
|
+
PhoneAreaOrCityCode?: string;
|
|
23
|
+
PhoneCountryCode?: CountryCodeType;
|
|
24
|
+
PhoneCountryPrefix?: string;
|
|
25
|
+
PhoneLocalNumber?: string;
|
|
26
|
+
PostalCode?: string;
|
|
27
|
+
ReferenceID?: string;
|
|
28
|
+
StateOrProvince?: string;
|
|
29
|
+
Street?: string;
|
|
30
|
+
Street1?: string;
|
|
31
|
+
Street2?: string;
|
|
32
|
+
}
|
|
33
|
+
export type DaysCodeType = 'CustomCode' | 'EveryDay' | 'None' | 'Weekdays' | 'Weekends';
|
|
34
|
+
type AckCodeType = 'CustomCode' | 'Failure' | 'PartialFailure' | 'Success' | 'Warning';
|
|
35
|
+
type ErrorClassificationCodeType = 'CustomCode' | 'RequestError' | 'SystemError';
|
|
36
|
+
type SeverityCodeType = 'CustomCode' | 'Error' | 'Warning';
|
|
37
|
+
interface ErrorParameterType {
|
|
38
|
+
ParamID?: string;
|
|
39
|
+
Value?: string;
|
|
40
|
+
}
|
|
41
|
+
interface ErrorType {
|
|
42
|
+
ErrorClassification?: ErrorClassificationCodeType;
|
|
43
|
+
ErrorCode?: string;
|
|
44
|
+
ErrorParameters?: ErrorParameterType[];
|
|
45
|
+
LongMessage?: string;
|
|
46
|
+
SeverityCode?: SeverityCodeType;
|
|
47
|
+
ShortMessage?: string;
|
|
48
|
+
}
|
|
49
|
+
export interface StandardOutputFields {
|
|
50
|
+
Ack: AckCodeType;
|
|
51
|
+
Build: string;
|
|
52
|
+
CorrelationID?: string;
|
|
53
|
+
Errors?: ErrorType[];
|
|
54
|
+
HardExpirationWarning?: string;
|
|
55
|
+
Timestamp: string;
|
|
56
|
+
Version: string;
|
|
57
|
+
}
|
|
58
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { StandardOutputFields } from './common.js';
|
|
2
|
+
export interface EndItemsResponse extends StandardOutputFields {
|
|
3
|
+
EndItemResponseContainer: {
|
|
4
|
+
CorrelationID?: string;
|
|
5
|
+
EndTime: string;
|
|
6
|
+
Errors?: {
|
|
7
|
+
ErrorClassification?: 'CustomCode' | 'RequestError' | 'SystemError';
|
|
8
|
+
ErrorCode?: string;
|
|
9
|
+
ErrorParameters?: {
|
|
10
|
+
Value?: string;
|
|
11
|
+
};
|
|
12
|
+
LongMessage?: string;
|
|
13
|
+
SeverityCode?: 'CustomCode' | 'Error' | 'Warning';
|
|
14
|
+
ShortMessage?: string;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
import type { CurrencyCodeType, StandardOutputFields } from './common.js';
|
|
2
|
+
export interface GetAccountResponse extends StandardOutputFields {
|
|
3
|
+
AccountEntries: {
|
|
4
|
+
AccountEntry?: {
|
|
5
|
+
AccountDetailsEntryType?: 'AccountStateSwitch' | 'AdFeeExpress' | 'AdFeeExpressCredit' | 'AdFeePremium' | 'AdFeePremiumCredit' | 'AllFeesCredit' | 'AUPostReturnLabelFee' | 'AUPostReturnLabelFeeCredit' | 'AustraliaGST' | 'AustraliaGSTCredit' | 'AWCredit' | 'AWDebit' | 'AWMemo' | 'BankPayoutFee' | 'BankPayoutFeeCredit' | 'BBAdminCredit' | 'BBAdminDebit' | 'BulkUserSuspension' | 'BuyItNowCredit' | 'BuyItNowFee' | 'CanadaPostLabelFee' | 'CanadaPostLabelFeeCredit' | 'CAPostReturnLabelFee' | 'CAPostReturnLabelFeeCredit' | 'CCNotOnFilePerCustReq' | 'CCPaymentRejected' | 'ChargeBack' | 'ChargeBackReversal' | 'Chargeoff' | 'ChargeoffBankruptcy' | 'ChargeoffDeceased' | 'ChargeoffOther' | 'ChargeoffRecovery' | 'ChargeoffSuspended' | 'ChargeoffWacko' | 'CharityDonation' | 'CharityDonationCredit' | 'CoFundingCharge' | 'CoFundingChargeCredit' | 'CreditAd' | 'CreditAPACFedExShippingLabel' | 'CreditAPACTNTShippingLabel' | 'CreditAuctionEndEarly' | 'CreditAUPostShippingLabel' | 'CreditBold' | 'CreditCardNotOnFile' | 'CreditCardOnFile' | 'CreditCategoryFeatured' | 'CreditCourtesy' | 'CreditDuplicateListing' | 'CrediteBayMotorsProFeatureFee' | 'CrediteBayMotorsProFee' | 'CrediteBayPlusSubscription' | 'CrediteBayStores' | 'CreditEBPReimbursement' | 'CreditEquifaxRealtimeFee' | 'CreditFeatured' | 'CreditFeaturedGallery' | 'CreditFedExShippingLabel' | 'CreditFinalValue' | 'CreditFinalValueFixedPrice' | 'CreditFinalValueShipping' | 'CreditGallery' | 'CreditGalleryPlus' | 'CreditGlobalShippingProgram' | 'CreditInsertion' | 'CreditInsertionFee' | 'CreditInsertionFixedPrice' | 'CreditIPIXPhoto' | 'CreditIPIXSlideShow' | 'CreditLargePicture' | 'CreditNoSale' | 'CreditPartialSale' | 'CreditPCGS' | 'CreditPictureShow' | 'CreditPrivateListing' | 'CreditPSA' | 'CreditRealEstate30DaysListing' | 'CreditReserve' | 'CreditReturnRefund' | 'CreditReturnShipping' | 'CreditSchedule' | 'CreditSMBasic' | 'CreditSMBasicPro' | 'CreditSoftOutage' | 'CreditStoresSubscriptionEarlyTermination' | 'CreditTenDayAuction' | 'CreditTransferFrom' | 'CreditUBIShippingLabel' | 'CreditVehicleSubscription' | 'CreditVehicleSubscriptionEarlyTermination' | 'CustomCode' | 'DebitTransferTo' | 'DepositProcessingFee' | 'DepositProcessingFeeCredit' | 'DHLPaymentProcessingFee' | 'DHLPaymentProcessingFeeCredit' | 'DHLReturnLblShippingFee' | 'DHLReturnLblShippingFeeCredit' | 'DirectDebitNotOnFile' | 'DirectDebitOnFile' | 'DirectDebitReturnedItem' | 'DirectDebitReversal' | 'Discount' | 'eBayCredit' | 'eBayDebit' | 'eBayMotorsProFeatureFee' | 'eBayMotorsProFee' | 'EbaySendLabelFee' | 'EbaySendLabelFeeCredit' | 'eBayVISACredit' | 'EOMRestriction' | 'EPRFee' | 'EPRFeeCredit' | 'EquifaxRealtimeFee' | 'ExpressPayoutFee' | 'ExpressPayoutFeeCredit' | 'ExtendedDurationFee' | 'ExtendedDurationFeeCredit' | 'FedExCaLabelFee' | 'FedExCaLabelFeeCredit' | 'FedExReturnLabelFee' | 'FedExReturnLabelFeeCredit' | 'FeeAd' | 'FeeAPACFedExShippingLabel' | 'FeeAPACTNTShippingLabel' | 'FeeAuctionEndEarly' | 'FeeAUPostShippingLabel' | 'FeeBold' | 'FeeCategoryFeatured' | 'FeeeBayPlusSubscription' | 'FeeEBPReimbursement' | 'FeeFeatured' | 'FeeFeaturedGallery' | 'FeeFedExShippingLabel' | 'FeeFinalValue' | 'FeeFinalValueFixedPrice' | 'FeeFinalValueShipping' | 'FeeGallery' | 'FeeGalleryPlus' | 'FeeGlobalShippingProgram' | 'FeeInsertion' | 'FeeInsertionFixedPrice' | 'FeeIPIXPhoto' | 'FeeIPIXSlideShow' | 'FeeLargePicture' | 'FeeNSFCheck' | 'FeePartialSale' | 'FeePaymentIntermediationChargeback' | 'FeePaymentIntermediationChargebackRVI' | 'FeePaymentIntermediationRVI' | 'FeeRealEstate30DaysListing' | 'FeeRedepositCheck' | 'FeeReserve' | 'FeeReturnCheckClose' | 'FeeReturnedCheck' | 'FeeReturnRefund' | 'FeeReturnShipping' | 'FeeSchedule' | 'FeeStoresSubscriptionEarlyTermination' | 'FeeTenDayAuction' | 'FeeUBIShippingLabel' | 'FeeVehicleSubscription' | 'FeeVehicleSubscriptionEarlyTermination' | 'FinalEntry' | 'FinalValueFee' | 'FinalValueFeeBelowStandard' | 'FinalValueFeeBelowStandardCredit' | 'FinalValueFeeCredit' | 'FinalValueFeeFixedFeePerOrder' | 'FinalValueFeeFixedFeePerOrderCredit' | 'FinanceCharge' | 'FinanceChargeReversal' | 'FixedPriceDurationCredit' | 'FixedPriceDurationFee' | 'FlagDDDDPending' | 'FlagDDPaymentConfirmed' | 'ForeignFundsCheckReversal' | 'ForeignFundsConvert' | 'FVFCreditReversal' | 'FVFCreditReversalAutomatic' | 'HermesReturnLabelFee' | 'HermesReturnLabelFeeCredit' | 'HermesReturnLblSellerPaidShpFee' | 'HermesReturnLblSellerPaidShpFeeCr' | 'HighlineSearchFee' | 'HighlineSearchFeeCredit' | 'HubbedReturnLabelFee' | 'HubbedReturnLabelFeeCredit' | 'InternationalFee' | 'InternationalFeeCredit' | 'InternationalListingCredit' | 'InternationalListingFee' | 'InvoiceCreditBalance' | 'Invoiced' | 'InvoicedCreditCard' | 'ItemMoveFee' | 'MarketplaceResearchBasicSubscriptionFee' | 'MarketplaceResearchBasicSubscriptionFeeCredit' | 'MarketplaceResearchExpiredSubscriptionFee' | 'MarketplaceResearchExpiredSubscriptionFeeCredit' | 'MarketplaceResearchProSubscriptionFee' | 'MarketplaceResearchProSubscriptionFeeCredit' | 'Memo' | 'Merged' | 'NewZealandGST' | 'NewZealandGSTCredit' | 'OffsiteAdsFee' | 'OffsiteAdsFeeCredit' | 'OutageCredit' | 'ParcelForcePostReturnLabelFee' | 'ParcelForcePostReturnLabelFeeCredit' | 'PaymentAdjustmentCredit' | 'PaymentAdjustmentDebit' | 'PaymentCash' | 'PaymentCC' | 'PaymentCCOnce' | 'PaymentCheck' | 'PaymentDirectDebit' | 'PaymentElectronicTransfer' | 'PaymentElectronicTransferReversal' | 'PaymentEquifaxCredit' | 'PaymentEquifaxDebit' | 'PaymentGiftCertificate' | 'PaymentHomeBanking' | 'PaymentIntermediationFee' | 'PaymentIntermediationFeeCredit' | 'PaymentMoneyOrder' | 'PaymentWireTransfer' | 'PerListingPaymentsFee' | 'PerListingPaymentsFeeCredit' | 'PrivateListing' | 'PromotedDisplayFee' | 'PromotedDisplayFeeCredit' | 'PromotionalCredit' | 'ProPackBundleFee' | 'ProPackBundleFeeCredit' | 'ProPackPlusBundleFee' | 'ProPackPlusBundleFeeCredit' | 'ReferrerCredit' | 'ReferrerDebit' | 'RefundCC' | 'RefundCheck' | 'RegulatoryOperatingFee' | 'RegulatoryOperatingFeeCredit' | 'RevertUserState' | 'RoyalMailReturnLabelFee' | 'RoyalMailReturnLabelFeeCredit' | 'SalesReportsPlusCredit' | 'SalesReportsPlusFee' | 'SendLabelFee' | 'SendLabelFeeCredit' | 'SetOnHold' | 'ShippingInsuranceFee' | 'ShippingInsuranceFeeCredit' | 'SnadOutlierFinalValueFee' | 'SnadOutlierFinalValueFeeCredit' | 'SnadOutlierFinalValueFeeOnShipping' | 'SnadOutlierFinalValueFeeOnShippingCredit' | 'StoresGTCCredit' | 'StoresGTCFee' | 'SubscriptioneBayStores' | 'SubscriptionSMBasic' | 'SubscriptionSMBasicPro' | 'SubtitleFee' | 'SubtitleFeeCredit' | 'SwitchCurrency' | 'TemporaryCredit' | 'TemporaryCreditReversal' | 'Unknown' | 'UpsCaLabelFee' | 'UpsCaLabelFeeCredit' | 'UpsLabelFee' | 'UpsLabelFeeCredit' | 'USInternetSalesTax' | 'USInternetSalesTaxCredit' | 'UspsLabelFee' | 'UspsLabelFeeCredit' | 'UspsShortpaidFee' | 'UspsShortpaidFeeCredit' | 'USWHTFederal' | 'USWHTFederalCredit' | 'USWHTState' | 'USWHTStateCredit' | 'ValuePackBundleFee' | 'ValuePackBundleFeeCredit' | 'VATCredit' | 'VATDebit' | 'VATStatusChange_Denied' | 'VATStatusChangeApproved' | 'VATStatusChangePending' | 'VATStatusDeletedByCSR' | 'VATStatusDeletedByUser' | 'VehicleLocalFinalValueFee' | 'VehicleLocalFinalValueFeeCredit' | 'VehicleLocalGTCFee' | 'VehicleLocalGTCFeeCredit' | 'VehicleLocalInsertionFee' | 'VehicleLocalInsertionFeeCredit' | 'VehicleLocalSubscriptionFee' | 'VehicleLocalSubscriptionFeeCredit' | 'VehiclesListingBasicPackageCredit' | 'VehiclesListingBasicPackageFee' | 'VehiclesListingPlusPackageCredit' | 'VehiclesListingPlusPackageFee' | 'VehiclesListingPremiumPackageCredit' | 'VehiclesListingPremiumPackageFee';
|
|
6
|
+
Balance?: number | {
|
|
7
|
+
value: number;
|
|
8
|
+
currencyID: CurrencyCodeType;
|
|
9
|
+
};
|
|
10
|
+
ConversionRate?: number | {
|
|
11
|
+
value: number;
|
|
12
|
+
currencyID: CurrencyCodeType;
|
|
13
|
+
};
|
|
14
|
+
Date?: string;
|
|
15
|
+
Description?: string;
|
|
16
|
+
DiscountDetail?: {
|
|
17
|
+
Discount?: {
|
|
18
|
+
Amount?: number | {
|
|
19
|
+
value: number;
|
|
20
|
+
currencyID: CurrencyCodeType;
|
|
21
|
+
};
|
|
22
|
+
DiscountType?: string;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
GrossDetailAmount?: number | {
|
|
26
|
+
value: number;
|
|
27
|
+
currencyID: CurrencyCodeType;
|
|
28
|
+
};
|
|
29
|
+
ItemID?: string;
|
|
30
|
+
Memo?: string;
|
|
31
|
+
NetDetailAmount?: number | {
|
|
32
|
+
value: number;
|
|
33
|
+
currencyID: CurrencyCodeType;
|
|
34
|
+
};
|
|
35
|
+
Netted?: boolean;
|
|
36
|
+
OrderId?: string;
|
|
37
|
+
OrderLineItemID?: string;
|
|
38
|
+
ReceivedTopRatedDiscount?: boolean;
|
|
39
|
+
RefNumber?: string;
|
|
40
|
+
Title?: string;
|
|
41
|
+
TransactionID?: string;
|
|
42
|
+
VATPercent?: number;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
AccountID: string;
|
|
46
|
+
AccountSummary?: {
|
|
47
|
+
AccountState?: 'Active' | 'CustomCode' | 'Inactive' | 'Pending';
|
|
48
|
+
AdditionalAccount?: {
|
|
49
|
+
AccountCode?: string;
|
|
50
|
+
Balance?: number | {
|
|
51
|
+
value: number;
|
|
52
|
+
currencyID: CurrencyCodeType;
|
|
53
|
+
};
|
|
54
|
+
Currency?: CurrencyCodeType;
|
|
55
|
+
};
|
|
56
|
+
AmountPastDue?: number | {
|
|
57
|
+
value: number;
|
|
58
|
+
currencyID: CurrencyCodeType;
|
|
59
|
+
};
|
|
60
|
+
BankAccountInfo?: string;
|
|
61
|
+
BankModifyDate?: string;
|
|
62
|
+
BillingCycleDate?: number;
|
|
63
|
+
CreditCardExpiration?: string;
|
|
64
|
+
CreditCardInfo?: string;
|
|
65
|
+
CreditCardModifyDate?: string;
|
|
66
|
+
CurrentBalance?: number | {
|
|
67
|
+
value: number;
|
|
68
|
+
currencyID: CurrencyCodeType;
|
|
69
|
+
};
|
|
70
|
+
InvoiceBalance?: number | {
|
|
71
|
+
value: number;
|
|
72
|
+
currencyID: CurrencyCodeType;
|
|
73
|
+
};
|
|
74
|
+
InvoiceCredit?: number | {
|
|
75
|
+
value: number;
|
|
76
|
+
currencyID: CurrencyCodeType;
|
|
77
|
+
};
|
|
78
|
+
InvoiceDate?: string;
|
|
79
|
+
InvoiceNewFee?: number | {
|
|
80
|
+
value: number;
|
|
81
|
+
currencyID: CurrencyCodeType;
|
|
82
|
+
};
|
|
83
|
+
InvoicePayment?: number | {
|
|
84
|
+
value: number;
|
|
85
|
+
currencyID: CurrencyCodeType;
|
|
86
|
+
};
|
|
87
|
+
LastAmountPaid?: number | {
|
|
88
|
+
value: number;
|
|
89
|
+
currencyID: CurrencyCodeType;
|
|
90
|
+
};
|
|
91
|
+
LastPaymentDate?: string;
|
|
92
|
+
NettedTransactionSummary?: {
|
|
93
|
+
TotalNettedChargeAmount?: number | {
|
|
94
|
+
value: number;
|
|
95
|
+
currencyID: CurrencyCodeType;
|
|
96
|
+
};
|
|
97
|
+
TotalNettedCreditAmount?: number | {
|
|
98
|
+
value: number;
|
|
99
|
+
currencyID: CurrencyCodeType;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
102
|
+
PastDue?: boolean;
|
|
103
|
+
PaymentMethod?: 'CreditCard' | 'CustomCode' | 'DirectDebit' | 'DirectDebitPendingSignatureMandate' | 'DirectDebitPendingVerification' | 'eBayDirectPay' | 'NothingOnFile' | 'PayPal';
|
|
104
|
+
};
|
|
105
|
+
Currency: CurrencyCodeType;
|
|
106
|
+
EntriesPerPage: number;
|
|
107
|
+
FeeNettingStatus: 'Disabled' | 'Enabled' | 'Exempted';
|
|
108
|
+
HasMoreEntries?: boolean;
|
|
109
|
+
PageNumber: number;
|
|
110
|
+
PaginationResult: {
|
|
111
|
+
TotalNumberOfEntries: number;
|
|
112
|
+
TotalNumberOfPages: number;
|
|
113
|
+
};
|
|
114
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import type { StandardOutputFields } from './common.js';
|
|
2
|
+
export interface GetAdFormatLeadsResponse extends StandardOutputFields {
|
|
3
|
+
AdFormatLead: {
|
|
4
|
+
AdditionalInformation?: string;
|
|
5
|
+
Address?: {
|
|
6
|
+
CityName?: string;
|
|
7
|
+
FirstName?: string;
|
|
8
|
+
LastName?: string;
|
|
9
|
+
Phone?: string;
|
|
10
|
+
Phone2?: string;
|
|
11
|
+
PostalCode?: string;
|
|
12
|
+
StateOrProvince?: string;
|
|
13
|
+
Street1?: string;
|
|
14
|
+
};
|
|
15
|
+
Answer1?: boolean;
|
|
16
|
+
Answer2?: boolean;
|
|
17
|
+
BestTimeToCall?: string;
|
|
18
|
+
Email?: string;
|
|
19
|
+
ExternalEmail?: string;
|
|
20
|
+
FinancingAnswer?: boolean;
|
|
21
|
+
ItemID?: string;
|
|
22
|
+
ItemTitle?: string;
|
|
23
|
+
MemberMessage?: {
|
|
24
|
+
MemberMessageExchange?: {
|
|
25
|
+
CreationDate?: string;
|
|
26
|
+
Question?: {
|
|
27
|
+
Body?: string;
|
|
28
|
+
};
|
|
29
|
+
Response?: string;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
PurchaseTimeFrame?: string;
|
|
33
|
+
Status?: 'CustomCode' | 'New' | 'Responded';
|
|
34
|
+
SubmittedTime?: string;
|
|
35
|
+
TradeInMake?: string;
|
|
36
|
+
TradeInModel?: string;
|
|
37
|
+
TradeInYear?: string;
|
|
38
|
+
UserID?: string;
|
|
39
|
+
};
|
|
40
|
+
AdFormatLeadCount: number;
|
|
41
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import type { CountryCodeType, CurrencyCodeType, StandardOutputFields } from './common.js';
|
|
2
|
+
export interface GetAllBiddersResponse extends StandardOutputFields {
|
|
3
|
+
BidArray: {
|
|
4
|
+
Offer?: {
|
|
5
|
+
Action: 'Absentee' | 'Accept' | 'AutoCancel' | 'AutoRetraction' | 'Bid' | 'BuyItNow' | 'Cancelled' | 'Counter' | 'CustomCode' | 'Decline' | 'Offer' | 'Purchase' | 'Retraction' | 'Unknown';
|
|
6
|
+
ConvertedPrice: number | {
|
|
7
|
+
value: number;
|
|
8
|
+
currencyID: CurrencyCodeType;
|
|
9
|
+
};
|
|
10
|
+
Currency: CurrencyCodeType;
|
|
11
|
+
HighestBid: number | {
|
|
12
|
+
value: number;
|
|
13
|
+
currencyID: CurrencyCodeType;
|
|
14
|
+
};
|
|
15
|
+
MaxBid: number | {
|
|
16
|
+
value: number;
|
|
17
|
+
currencyID: CurrencyCodeType;
|
|
18
|
+
};
|
|
19
|
+
MyMaxBid?: number | {
|
|
20
|
+
value: number;
|
|
21
|
+
currencyID: CurrencyCodeType;
|
|
22
|
+
};
|
|
23
|
+
Quantity: number;
|
|
24
|
+
SecondChanceEnabled: boolean;
|
|
25
|
+
SiteCurrency: CurrencyCodeType;
|
|
26
|
+
TimeBid: string;
|
|
27
|
+
User: {
|
|
28
|
+
AboutMePage: boolean;
|
|
29
|
+
BiddingSummary?: {
|
|
30
|
+
BidActivityWithSeller?: number;
|
|
31
|
+
BidRetractions?: number;
|
|
32
|
+
BidsToUniqueCategories?: number;
|
|
33
|
+
BidsToUniqueSellers?: number;
|
|
34
|
+
ItemBidDetails?: {
|
|
35
|
+
BidCount?: number;
|
|
36
|
+
CategoryID?: string;
|
|
37
|
+
ItemID?: string;
|
|
38
|
+
LastBidTime?: string;
|
|
39
|
+
SellerID?: string;
|
|
40
|
+
};
|
|
41
|
+
SummaryDays?: number;
|
|
42
|
+
TotalBids?: number;
|
|
43
|
+
};
|
|
44
|
+
BuyerInfo: {
|
|
45
|
+
ShippingAddress: {
|
|
46
|
+
Country: CountryCodeType;
|
|
47
|
+
PostalCode: string;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
Email?: string;
|
|
51
|
+
FeedbackPrivate: boolean;
|
|
52
|
+
FeedbackRatingStar: 'Blue' | 'CustomCode' | 'Green' | 'GreenShooting' | 'None' | 'Purple' | 'PurpleShooting' | 'Red' | 'RedShooting' | 'SilverShooting' | 'Turquoise' | 'TurquoiseShooting' | 'Yellow' | 'YellowShooting';
|
|
53
|
+
FeedbackScore?: number;
|
|
54
|
+
IDVerified: boolean;
|
|
55
|
+
NewUser: boolean;
|
|
56
|
+
PositiveFeedbackPercent?: number;
|
|
57
|
+
RegistrationDate: string;
|
|
58
|
+
Site: 'Australia' | 'Austria' | 'Belgium_Dutch' | 'Belgium_French' | 'Canada' | 'CanadaFrench' | 'CustomCode' | 'Cyprus' | 'Czechia' | 'eBayMotors' | 'France' | 'Germany' | 'HongKong' | 'India' | 'Ireland' | 'Italy' | 'Malaysia' | 'Netherlands' | 'Philippines' | 'Poland' | 'Russia' | 'Singapore' | 'Spain' | 'Switzerland' | 'UK' | 'US';
|
|
59
|
+
Status: 'AccountOnHold' | 'Confirmed' | 'CreditCardVerify' | 'CustomCode' | 'Deleted' | 'Ghost' | 'Guest' | 'InMaintenance' | 'Merged' | 'RegistrationCodeMailOut' | 'Suspended' | 'TermPending' | 'Unconfirmed' | 'Unknown';
|
|
60
|
+
UserAnonymized: boolean;
|
|
61
|
+
UserID?: string;
|
|
62
|
+
UserIDChanged: boolean;
|
|
63
|
+
UserIDLastChanged: string;
|
|
64
|
+
VATStatus: 'CustomCode' | 'NoVATTax' | 'VATExempt' | 'VATTax';
|
|
65
|
+
eBayGoodStanding: boolean;
|
|
66
|
+
};
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
HighBidder: string;
|
|
70
|
+
HighestBid: number | {
|
|
71
|
+
value: number;
|
|
72
|
+
currencyID: CurrencyCodeType;
|
|
73
|
+
};
|
|
74
|
+
ListingStatus: 'Active' | 'Completed' | 'Custom' | 'CustomCode' | 'Ended';
|
|
75
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|