ebay-api 9.2.2 → 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/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 +1 -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 +2 -1
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
import type { AddressType, CurrencyCodeType, StandardOutputFields } from './common.js';
|
|
2
|
+
export interface GetBestOffersResponse extends StandardOutputFields {
|
|
3
|
+
BestOfferArray: {
|
|
4
|
+
BestOffer: {
|
|
5
|
+
BestOfferCodeType: 'BuyerBestOffer' | 'BuyerCounterOffer' | 'CustomCode' | 'SellerCounterOffer';
|
|
6
|
+
BestOfferID: string;
|
|
7
|
+
Buyer: {
|
|
8
|
+
Email?: string;
|
|
9
|
+
FeedbackScore: number;
|
|
10
|
+
RegistrationDate: string;
|
|
11
|
+
ShippingAddress?: AddressType;
|
|
12
|
+
UserID?: string;
|
|
13
|
+
};
|
|
14
|
+
BuyerMessage?: string;
|
|
15
|
+
ExpirationTime: string;
|
|
16
|
+
Price?: number | {
|
|
17
|
+
value: number;
|
|
18
|
+
currencyID: CurrencyCodeType;
|
|
19
|
+
};
|
|
20
|
+
Quantity: number;
|
|
21
|
+
SellerMessage?: string;
|
|
22
|
+
Status: 'Accepted' | 'Active' | 'AdminEnded' | 'All' | 'Countered' | 'CustomCode' | 'Declined' | 'Expired' | 'Pending' | 'PendingBuyerConfirmation' | 'PendingBuyerPayment' | 'Retracted' | 'SellerAccept';
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
Item?: {
|
|
26
|
+
BuyItNowPrice?: number | {
|
|
27
|
+
value: number;
|
|
28
|
+
currencyID: CurrencyCodeType;
|
|
29
|
+
};
|
|
30
|
+
Currency?: CurrencyCodeType;
|
|
31
|
+
ItemID?: string;
|
|
32
|
+
ListingDetails: {
|
|
33
|
+
EndTime?: string;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
ItemBestOffersArray?: {
|
|
37
|
+
ItemBestOffers?: {
|
|
38
|
+
BestOfferArray?: {
|
|
39
|
+
BestOffer: {
|
|
40
|
+
BestOfferCodeType: 'BuyerBestOffer' | 'BuyerCounterOffer' | 'CustomCode' | 'SellerCounterOffer';
|
|
41
|
+
BestOfferID: string;
|
|
42
|
+
Buyer: {
|
|
43
|
+
Email?: string;
|
|
44
|
+
FeedbackScore: number;
|
|
45
|
+
RegistrationDate: string;
|
|
46
|
+
ShippingAddress?: AddressType;
|
|
47
|
+
UserID?: string;
|
|
48
|
+
};
|
|
49
|
+
BuyerMessage?: string;
|
|
50
|
+
ExpirationTime: string;
|
|
51
|
+
Price?: number | {
|
|
52
|
+
value: number;
|
|
53
|
+
currencyID: CurrencyCodeType;
|
|
54
|
+
};
|
|
55
|
+
Quantity: number;
|
|
56
|
+
SellerMessage?: string;
|
|
57
|
+
Status: 'Accepted' | 'Active' | 'AdminEnded' | 'All' | 'Countered' | 'CustomCode' | 'Declined' | 'Expired' | 'Pending' | 'PendingBuyerConfirmation' | 'PendingBuyerPayment' | 'Retracted' | 'SellerAccept';
|
|
58
|
+
};
|
|
59
|
+
};
|
|
60
|
+
Item?: {
|
|
61
|
+
BuyItNowPrice?: number | {
|
|
62
|
+
value: number;
|
|
63
|
+
currencyID: CurrencyCodeType;
|
|
64
|
+
};
|
|
65
|
+
Currency?: CurrencyCodeType;
|
|
66
|
+
ItemID?: string;
|
|
67
|
+
ListingDetails: {
|
|
68
|
+
EndTime?: string;
|
|
69
|
+
};
|
|
70
|
+
};
|
|
71
|
+
Role?: 'Buyer' | 'CustomCode' | 'Seller';
|
|
72
|
+
};
|
|
73
|
+
};
|
|
74
|
+
PageNumber?: number;
|
|
75
|
+
PaginationResult?: {
|
|
76
|
+
TotalNumberOfEntries?: number;
|
|
77
|
+
TotalNumberOfPages?: number;
|
|
78
|
+
};
|
|
79
|
+
}
|
|
@@ -0,0 +1,292 @@
|
|
|
1
|
+
import type { CountryCodeType, CurrencyCodeType, StandardOutputFields } from './common.js';
|
|
2
|
+
export interface GetBidderListResponse extends StandardOutputFields {
|
|
3
|
+
BidItemArray: {
|
|
4
|
+
Item: {
|
|
5
|
+
ApplicationData?: string;
|
|
6
|
+
AutoPay: boolean;
|
|
7
|
+
BestOfferDetails?: {
|
|
8
|
+
BestOfferCount?: number;
|
|
9
|
+
BestOfferEnabled?: boolean;
|
|
10
|
+
};
|
|
11
|
+
BuyItNowPrice: number | {
|
|
12
|
+
value: number;
|
|
13
|
+
currencyID: CurrencyCodeType;
|
|
14
|
+
};
|
|
15
|
+
BuyerGuaranteePrice?: number | {
|
|
16
|
+
value: number;
|
|
17
|
+
currencyID: CurrencyCodeType;
|
|
18
|
+
};
|
|
19
|
+
BuyerProtection?: 'CustomCode' | 'ItemEligible' | 'ItemIneligible' | 'ItemMarkedEligible' | 'ItemMarkedIneligible' | 'NoCoverage';
|
|
20
|
+
BuyerRequirementDetails?: {
|
|
21
|
+
MaximumItemRequirements?: {
|
|
22
|
+
MaximumItemCount?: number;
|
|
23
|
+
MinimumFeedbackScore?: number;
|
|
24
|
+
};
|
|
25
|
+
MaximumUnpaidItemStrikesInfo?: {
|
|
26
|
+
Count?: number;
|
|
27
|
+
Period?: 'CustomCode' | 'Days_180' | 'Days_30' | 'Days_360';
|
|
28
|
+
};
|
|
29
|
+
ShipToRegistrationCountry?: boolean;
|
|
30
|
+
ZeroFeedbackScore?: boolean;
|
|
31
|
+
};
|
|
32
|
+
BuyerResponsibleForShipping?: boolean;
|
|
33
|
+
Charity?: {
|
|
34
|
+
CharityID?: string;
|
|
35
|
+
CharityName?: string;
|
|
36
|
+
DonationPercent?: number;
|
|
37
|
+
LogoURL?: string;
|
|
38
|
+
Mission?: string;
|
|
39
|
+
Status?: 'CustomCode' | 'NoLongerValid' | 'Valid';
|
|
40
|
+
};
|
|
41
|
+
Country: CountryCodeType;
|
|
42
|
+
Currency: CurrencyCodeType;
|
|
43
|
+
DisableBuyerRequirements?: boolean;
|
|
44
|
+
DispatchTimeMax?: number;
|
|
45
|
+
FreeAddedCategory?: {
|
|
46
|
+
CategoryID?: string;
|
|
47
|
+
CategoryName?: string;
|
|
48
|
+
};
|
|
49
|
+
ItemID: string;
|
|
50
|
+
ListingDetails: {
|
|
51
|
+
Adult: boolean;
|
|
52
|
+
BindingAuction: boolean;
|
|
53
|
+
BuyItNowAvailable?: boolean;
|
|
54
|
+
CheckoutEnabled: boolean;
|
|
55
|
+
ConvertedBuyItNowPrice: number | {
|
|
56
|
+
value: number;
|
|
57
|
+
currencyID: CurrencyCodeType;
|
|
58
|
+
};
|
|
59
|
+
ConvertedReservePrice?: number | {
|
|
60
|
+
value: number;
|
|
61
|
+
currencyID: CurrencyCodeType;
|
|
62
|
+
};
|
|
63
|
+
ConvertedStartPrice: number | {
|
|
64
|
+
value: number;
|
|
65
|
+
currencyID: CurrencyCodeType;
|
|
66
|
+
};
|
|
67
|
+
EndTime: string;
|
|
68
|
+
HasPublicMessages: boolean;
|
|
69
|
+
HasReservePrice: boolean;
|
|
70
|
+
HasUnansweredQuestions: boolean;
|
|
71
|
+
RelistedItemID?: string;
|
|
72
|
+
SecondChanceOriginalItemID?: string;
|
|
73
|
+
StartTime: string;
|
|
74
|
+
ViewItemURL: string;
|
|
75
|
+
ViewItemURLForNaturalSearch?: string;
|
|
76
|
+
};
|
|
77
|
+
ListingDuration?: string;
|
|
78
|
+
ListingEnhancement?: 'BoldTitle' | 'CustomCode';
|
|
79
|
+
ListingType: 'AdType' | 'Auction' | 'Chinese' | 'CustomCode' | 'FixedPriceItem' | 'LeadGeneration' | 'PersonalOffer' | 'Unknown';
|
|
80
|
+
Location: string;
|
|
81
|
+
LocationDefaulted?: boolean;
|
|
82
|
+
LotSize?: number;
|
|
83
|
+
PayPalEmailAddress?: string;
|
|
84
|
+
PaymentDetails?: {
|
|
85
|
+
DaysToFullPayment?: number;
|
|
86
|
+
DepositAmount?: number | {
|
|
87
|
+
value: number;
|
|
88
|
+
currencyID: CurrencyCodeType;
|
|
89
|
+
};
|
|
90
|
+
DepositType?: 'CustomCode' | 'None' | 'OtherMethod';
|
|
91
|
+
HoursToDeposit?: number;
|
|
92
|
+
};
|
|
93
|
+
PaymentMethods?: 'CashOnPickup' | 'COD' | 'CustomCode' | 'MOCC' | 'PersonalCheck';
|
|
94
|
+
PictureDetails?: {
|
|
95
|
+
PictureURL?: string;
|
|
96
|
+
};
|
|
97
|
+
PostalCode?: string;
|
|
98
|
+
PrimaryCategory: {
|
|
99
|
+
CategoryID: string;
|
|
100
|
+
CategoryName: string;
|
|
101
|
+
};
|
|
102
|
+
PrivateListing: boolean;
|
|
103
|
+
ProductListingDetails?: {
|
|
104
|
+
Copyright?: string;
|
|
105
|
+
IncludeStockPhotoURL?: boolean;
|
|
106
|
+
IncludeeBayProductDetails?: boolean;
|
|
107
|
+
StockPhotoURL?: string;
|
|
108
|
+
UseStockPhotoURLAsGallery?: boolean;
|
|
109
|
+
};
|
|
110
|
+
Quantity: number;
|
|
111
|
+
ReservePrice?: number | {
|
|
112
|
+
value: number;
|
|
113
|
+
currencyID: CurrencyCodeType;
|
|
114
|
+
};
|
|
115
|
+
ReturnPolicy?: {
|
|
116
|
+
Description?: string;
|
|
117
|
+
InternationalRefundOption?: string;
|
|
118
|
+
InternationalReturnsAcceptedOption?: string;
|
|
119
|
+
InternationalReturnsWithinOption?: string;
|
|
120
|
+
InternationalShippingCostPaidByOption?: string;
|
|
121
|
+
Refund?: string;
|
|
122
|
+
RefundOption?: string;
|
|
123
|
+
ReturnsAccepted?: string;
|
|
124
|
+
ReturnsAcceptedOption?: string;
|
|
125
|
+
ReturnsWithin?: string;
|
|
126
|
+
ReturnsWithinOption?: string;
|
|
127
|
+
ShippingCostPaidBy?: string;
|
|
128
|
+
ShippingCostPaidByOption?: string;
|
|
129
|
+
};
|
|
130
|
+
ReviseStatus: {
|
|
131
|
+
BuyItNowAdded?: boolean;
|
|
132
|
+
BuyItNowLowered?: boolean;
|
|
133
|
+
ItemRevised: boolean;
|
|
134
|
+
ReserveLowered?: boolean;
|
|
135
|
+
ReserveRemoved?: boolean;
|
|
136
|
+
};
|
|
137
|
+
SKU?: string;
|
|
138
|
+
SecondaryCategory?: {
|
|
139
|
+
CategoryID?: string;
|
|
140
|
+
CategoryName?: string;
|
|
141
|
+
};
|
|
142
|
+
Seller: {
|
|
143
|
+
AboutMePage: boolean;
|
|
144
|
+
Email?: string;
|
|
145
|
+
FeedbackPrivate: boolean;
|
|
146
|
+
FeedbackRatingStar: 'Blue' | 'CustomCode' | 'Green' | 'GreenShooting' | 'None' | 'Purple' | 'PurpleShooting' | 'Red' | 'RedShooting' | 'SilverShooting' | 'Turquoise' | 'TurquoiseShooting' | 'Yellow' | 'YellowShooting';
|
|
147
|
+
FeedbackScore: number;
|
|
148
|
+
IDVerified: boolean;
|
|
149
|
+
NewUser: boolean;
|
|
150
|
+
RegistrationDate: string;
|
|
151
|
+
SellerInfo: {
|
|
152
|
+
AllowPaymentEdit: boolean;
|
|
153
|
+
CIPBankAccountStored: boolean;
|
|
154
|
+
CheckoutEnabled: boolean;
|
|
155
|
+
GoodStanding: boolean;
|
|
156
|
+
QualifiesForB2BVAT: boolean;
|
|
157
|
+
SafePaymentExempt: boolean;
|
|
158
|
+
SellerLevel: 'Bronze' | 'CustomCode' | 'Gold' | 'None' | 'Platinum' | 'Silver' | 'Titanium';
|
|
159
|
+
StoreOwner: boolean;
|
|
160
|
+
TopRatedSeller?: boolean;
|
|
161
|
+
};
|
|
162
|
+
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';
|
|
163
|
+
Status: 'AccountOnHold' | 'Confirmed' | 'CreditCardVerify' | 'CustomCode' | 'Deleted' | 'Ghost' | 'Guest' | 'InMaintenance' | 'Merged' | 'RegistrationCodeMailOut' | 'Suspended' | 'TermPending' | 'Unconfirmed' | 'Unknown';
|
|
164
|
+
UserID?: string;
|
|
165
|
+
UserIDChanged: boolean;
|
|
166
|
+
UserIDLastChanged: string;
|
|
167
|
+
VATStatus: 'CustomCode' | 'NoVATTax' | 'VATExempt' | 'VATTax';
|
|
168
|
+
eBayGoodStanding: boolean;
|
|
169
|
+
};
|
|
170
|
+
SellerVacationNote?: string;
|
|
171
|
+
SellingStatus: {
|
|
172
|
+
BidCount: number;
|
|
173
|
+
BidIncrement: number | {
|
|
174
|
+
value: number;
|
|
175
|
+
currencyID: CurrencyCodeType;
|
|
176
|
+
};
|
|
177
|
+
ConvertedCurrentPrice?: number | {
|
|
178
|
+
value: number;
|
|
179
|
+
currencyID: CurrencyCodeType;
|
|
180
|
+
};
|
|
181
|
+
CurrentPrice: number | {
|
|
182
|
+
value: number;
|
|
183
|
+
currencyID: CurrencyCodeType;
|
|
184
|
+
};
|
|
185
|
+
FinalValueFee?: number | {
|
|
186
|
+
value: number;
|
|
187
|
+
currencyID: CurrencyCodeType;
|
|
188
|
+
};
|
|
189
|
+
HighBidder?: {
|
|
190
|
+
AboutMePage: boolean;
|
|
191
|
+
Email?: string;
|
|
192
|
+
FeedbackPrivate: boolean;
|
|
193
|
+
FeedbackRatingStar: 'Blue' | 'CustomCode' | 'Green' | 'GreenShooting' | 'None' | 'Purple' | 'PurpleShooting' | 'Red' | 'RedShooting' | 'SilverShooting' | 'Turquoise' | 'TurquoiseShooting' | 'Yellow' | 'YellowShooting';
|
|
194
|
+
FeedbackScore: number;
|
|
195
|
+
IDVerified: boolean;
|
|
196
|
+
NewUser: boolean;
|
|
197
|
+
RegistrationDate: string;
|
|
198
|
+
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';
|
|
199
|
+
Status: 'AccountOnHold' | 'Confirmed' | 'CreditCardVerify' | 'CustomCode' | 'Deleted' | 'Ghost' | 'Guest' | 'InMaintenance' | 'Merged' | 'RegistrationCodeMailOut' | 'Suspended' | 'TermPending' | 'Unconfirmed' | 'Unknown';
|
|
200
|
+
UserID?: string;
|
|
201
|
+
UserIDChanged: boolean;
|
|
202
|
+
UserIDLastChanged: string;
|
|
203
|
+
VATStatus: 'CustomCode' | 'NoVATTax' | 'VATExempt' | 'VATTax';
|
|
204
|
+
eBayGoodStanding: boolean;
|
|
205
|
+
};
|
|
206
|
+
LeadCount?: number;
|
|
207
|
+
ListingStatus: 'Active' | 'Completed' | 'Custom' | 'CustomCode' | 'Ended';
|
|
208
|
+
MinimumToBid: number | {
|
|
209
|
+
value: number;
|
|
210
|
+
currencyID: CurrencyCodeType;
|
|
211
|
+
};
|
|
212
|
+
PromotionalSaleDetails?: {
|
|
213
|
+
EndTime?: string;
|
|
214
|
+
OriginalPrice?: number | {
|
|
215
|
+
value: number;
|
|
216
|
+
currencyID: CurrencyCodeType;
|
|
217
|
+
};
|
|
218
|
+
StartTime?: string;
|
|
219
|
+
};
|
|
220
|
+
QuantitySold: number;
|
|
221
|
+
ReserveMet: boolean;
|
|
222
|
+
SecondChanceEligible: boolean;
|
|
223
|
+
};
|
|
224
|
+
ShipToLocations: string;
|
|
225
|
+
ShippingDetails?: {
|
|
226
|
+
GetItFast?: boolean;
|
|
227
|
+
InternationalShippingServiceOption?: {
|
|
228
|
+
ShipToLocation?: string;
|
|
229
|
+
ShippingService?: string;
|
|
230
|
+
ShippingServiceAdditionalCost?: number | {
|
|
231
|
+
value: number;
|
|
232
|
+
currencyID: CurrencyCodeType;
|
|
233
|
+
};
|
|
234
|
+
ShippingServiceCost?: number | {
|
|
235
|
+
value: number;
|
|
236
|
+
currencyID: CurrencyCodeType;
|
|
237
|
+
};
|
|
238
|
+
ShippingServicePriority?: number;
|
|
239
|
+
};
|
|
240
|
+
SalesTax?: {
|
|
241
|
+
SalesTaxPercent?: number;
|
|
242
|
+
SalesTaxState?: string;
|
|
243
|
+
ShippingIncludedInTax?: boolean;
|
|
244
|
+
};
|
|
245
|
+
SellerExcludeShipToLocationsPreference?: boolean;
|
|
246
|
+
ShippingType?: 'Calculated' | 'CalculatedDomesticFlatInternational' | 'CustomCode' | 'Flat' | 'FlatDomesticCalculatedInternational' | 'Free' | 'Freight' | 'FreightFlat' | 'NotSpecified';
|
|
247
|
+
TaxTable?: {
|
|
248
|
+
TaxJurisdiction?: {
|
|
249
|
+
JurisdictionID?: string;
|
|
250
|
+
SalesTaxPercent?: number;
|
|
251
|
+
ShippingIncludedInTax?: boolean;
|
|
252
|
+
};
|
|
253
|
+
};
|
|
254
|
+
ThirdPartyCheckout?: boolean;
|
|
255
|
+
};
|
|
256
|
+
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';
|
|
257
|
+
StartPrice: number | {
|
|
258
|
+
value: number;
|
|
259
|
+
currencyID: CurrencyCodeType;
|
|
260
|
+
};
|
|
261
|
+
Storefront?: {
|
|
262
|
+
StoreCategory2ID?: bigint;
|
|
263
|
+
StoreCategoryID?: bigint;
|
|
264
|
+
StoreURL?: string;
|
|
265
|
+
};
|
|
266
|
+
SubTitle?: string;
|
|
267
|
+
TimeLeft: string;
|
|
268
|
+
Title: string;
|
|
269
|
+
UUID?: string;
|
|
270
|
+
VATDetails?: {
|
|
271
|
+
VATPercent?: number;
|
|
272
|
+
};
|
|
273
|
+
};
|
|
274
|
+
};
|
|
275
|
+
Bidder: {
|
|
276
|
+
AboutMePage: boolean;
|
|
277
|
+
Email?: string;
|
|
278
|
+
FeedbackPrivate: boolean;
|
|
279
|
+
FeedbackRatingStar: 'Blue' | 'CustomCode' | 'Green' | 'GreenShooting' | 'None' | 'Purple' | 'PurpleShooting' | 'Red' | 'RedShooting' | 'SilverShooting' | 'Turquoise' | 'TurquoiseShooting' | 'Yellow' | 'YellowShooting';
|
|
280
|
+
FeedbackScore: number;
|
|
281
|
+
IDVerified: boolean;
|
|
282
|
+
NewUser: boolean;
|
|
283
|
+
RegistrationDate: string;
|
|
284
|
+
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';
|
|
285
|
+
Status: 'AccountOnHold' | 'Confirmed' | 'CreditCardVerify' | 'CustomCode' | 'Deleted' | 'Ghost' | 'Guest' | 'InMaintenance' | 'Merged' | 'RegistrationCodeMailOut' | 'Suspended' | 'TermPending' | 'Unconfirmed' | 'Unknown';
|
|
286
|
+
UserID?: string;
|
|
287
|
+
UserIDChanged: boolean;
|
|
288
|
+
UserIDLastChanged: string;
|
|
289
|
+
VATStatus: 'CustomCode' | 'NoVATTax' | 'VATExempt' | 'VATTax';
|
|
290
|
+
eBayGoodStanding: boolean;
|
|
291
|
+
};
|
|
292
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import type { StandardOutputFields } from './common.js';
|
|
2
|
+
export interface GetCategoriesResponse extends StandardOutputFields {
|
|
3
|
+
CategoryArray: {
|
|
4
|
+
Category?: {
|
|
5
|
+
AutoPayEnabled?: boolean;
|
|
6
|
+
B2BVATEnabled?: boolean;
|
|
7
|
+
BestOfferEnabled?: boolean;
|
|
8
|
+
CategoryID: string;
|
|
9
|
+
CategoryLevel: number;
|
|
10
|
+
CategoryName: string;
|
|
11
|
+
CategoryParentID: string;
|
|
12
|
+
Expired: boolean;
|
|
13
|
+
LSD: boolean;
|
|
14
|
+
LeafCategory: boolean;
|
|
15
|
+
ORPA: boolean;
|
|
16
|
+
ORRA?: boolean;
|
|
17
|
+
Virtual: boolean;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
CategoryCount: number;
|
|
21
|
+
CategoryVersion: string;
|
|
22
|
+
MinimumReservePrice: number;
|
|
23
|
+
ReduceReserveAllowed: boolean;
|
|
24
|
+
ReservePriceAllowed: boolean;
|
|
25
|
+
UpdateTime: string;
|
|
26
|
+
}
|