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,66 @@
|
|
|
1
|
+
import type { AddressType, StandardOutputFields } from './common.js';
|
|
2
|
+
export interface GetItemsAwaitingFeedbackResponse extends StandardOutputFields {
|
|
3
|
+
ItemsAwaitingFeedback: {
|
|
4
|
+
PaginationResult: {
|
|
5
|
+
TotalNumberOfEntries: number;
|
|
6
|
+
TotalNumberOfPages: number;
|
|
7
|
+
};
|
|
8
|
+
TransactionArray: {
|
|
9
|
+
Transaction?: {
|
|
10
|
+
Buyer?: {
|
|
11
|
+
UserID?: string;
|
|
12
|
+
};
|
|
13
|
+
FeedbackReceived?: {
|
|
14
|
+
CommentType?: 'CustomCode' | 'IndependentlyWithdrawn' | 'Negative' | 'Neutral' | 'Positive' | 'Withdrawn';
|
|
15
|
+
};
|
|
16
|
+
Item?: {
|
|
17
|
+
ItemID?: string;
|
|
18
|
+
ListingDetails?: {
|
|
19
|
+
EndTime?: string;
|
|
20
|
+
};
|
|
21
|
+
Seller?: {
|
|
22
|
+
AboutMePage?: boolean;
|
|
23
|
+
BiddingSummary?: any;
|
|
24
|
+
BusinessRole?: any;
|
|
25
|
+
BuyerInfo?: any;
|
|
26
|
+
BayGoodStanding?: boolean;
|
|
27
|
+
BayWikiReadOnly?: boolean;
|
|
28
|
+
EIASToken?: string;
|
|
29
|
+
Email?: string;
|
|
30
|
+
EnterpriseSeller?: boolean;
|
|
31
|
+
FeedbackPrivate?: boolean;
|
|
32
|
+
FeedbackRatingStar?: any;
|
|
33
|
+
FeedbackScore?: number;
|
|
34
|
+
IDVerified?: boolean;
|
|
35
|
+
Membership?: any;
|
|
36
|
+
NewUser?: boolean;
|
|
37
|
+
PositiveFeedbackPercent?: number;
|
|
38
|
+
QualifiesForSelling?: boolean;
|
|
39
|
+
RegistrationAddress?: AddressType;
|
|
40
|
+
RegistrationDate?: string;
|
|
41
|
+
SellerInfo?: any;
|
|
42
|
+
ShippingAddress?: AddressType;
|
|
43
|
+
Site?: any;
|
|
44
|
+
Status?: any;
|
|
45
|
+
TUVLevel?: number;
|
|
46
|
+
UniqueNegativeFeedbackCount?: number;
|
|
47
|
+
UniqueNeutralFeedbackCount?: number;
|
|
48
|
+
UniquePositiveFeedbackCount?: number;
|
|
49
|
+
UserAnonymized?: boolean;
|
|
50
|
+
UserFirstName?: string;
|
|
51
|
+
UserID?: any;
|
|
52
|
+
UserIDChanged?: boolean;
|
|
53
|
+
UserIDLastChanged?: string;
|
|
54
|
+
UserLastName?: string;
|
|
55
|
+
UserSubscription?: any;
|
|
56
|
+
VATID?: string;
|
|
57
|
+
VATStatus?: any;
|
|
58
|
+
};
|
|
59
|
+
Title?: string;
|
|
60
|
+
};
|
|
61
|
+
OrderLineItemID?: string;
|
|
62
|
+
TransactionID?: string;
|
|
63
|
+
};
|
|
64
|
+
};
|
|
65
|
+
};
|
|
66
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import type { CurrencyCodeType, StandardOutputFields } from './common.js';
|
|
2
|
+
export interface GetMemberMessagesResponse extends StandardOutputFields {
|
|
3
|
+
MemberMessage?: {
|
|
4
|
+
MemberMessageExchange?: {
|
|
5
|
+
Item?: {
|
|
6
|
+
ItemID?: string;
|
|
7
|
+
ListingDetails?: {
|
|
8
|
+
EndTime?: string;
|
|
9
|
+
StartTime?: string;
|
|
10
|
+
};
|
|
11
|
+
SellingStatus?: {
|
|
12
|
+
CurrentPrice?: number | {
|
|
13
|
+
value: number;
|
|
14
|
+
currencyID: CurrencyCodeType;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
Title?: string;
|
|
18
|
+
};
|
|
19
|
+
LastModifiedDate?: string;
|
|
20
|
+
MessageMedia?: {
|
|
21
|
+
MediaName?: string;
|
|
22
|
+
MediaURL?: string;
|
|
23
|
+
};
|
|
24
|
+
MessageStatus?: 'Answered' | 'CustomCode' | 'Unanswered';
|
|
25
|
+
Question?: {
|
|
26
|
+
Body?: string;
|
|
27
|
+
DisplayToPublic?: boolean;
|
|
28
|
+
MessageID?: string;
|
|
29
|
+
MessageMedia?: {
|
|
30
|
+
MediaName?: string;
|
|
31
|
+
MediaURL?: string;
|
|
32
|
+
};
|
|
33
|
+
MessageType?: any;
|
|
34
|
+
QuestionType?: any;
|
|
35
|
+
RecipientID?: string;
|
|
36
|
+
SenderEmail?: string;
|
|
37
|
+
SenderID?: string;
|
|
38
|
+
Subject?: string;
|
|
39
|
+
};
|
|
40
|
+
Response?: string;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
PaginationResult: {
|
|
44
|
+
TotalNumberOfEntries: number;
|
|
45
|
+
TotalNumberOfPages: number;
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import type { StandardOutputFields } from './common.js';
|
|
2
|
+
export interface GetMyMessagesResponse extends StandardOutputFields {
|
|
3
|
+
Messages: {
|
|
4
|
+
Message?: {
|
|
5
|
+
Content?: string;
|
|
6
|
+
ExpirationDate?: string;
|
|
7
|
+
ExternalMessageID?: string;
|
|
8
|
+
Flagged?: boolean;
|
|
9
|
+
Folder?: {
|
|
10
|
+
FolderID?: bigint;
|
|
11
|
+
};
|
|
12
|
+
HighPriority?: boolean;
|
|
13
|
+
ItemEndTime?: string;
|
|
14
|
+
ItemID?: string;
|
|
15
|
+
ItemTitle?: string;
|
|
16
|
+
ListingStatus?: any;
|
|
17
|
+
MessageID?: string;
|
|
18
|
+
MessageMedia?: {
|
|
19
|
+
MediaName?: string;
|
|
20
|
+
MediaURL?: string;
|
|
21
|
+
};
|
|
22
|
+
MessageType?: any;
|
|
23
|
+
QuestionType?: any;
|
|
24
|
+
Read?: boolean;
|
|
25
|
+
ReceiveDate?: string;
|
|
26
|
+
RecipientUserID?: string;
|
|
27
|
+
Replied?: boolean;
|
|
28
|
+
ResponseDetails?: {
|
|
29
|
+
ResponseEnabled?: boolean;
|
|
30
|
+
ResponseURL?: string;
|
|
31
|
+
};
|
|
32
|
+
SendToName?: string;
|
|
33
|
+
Sender?: string;
|
|
34
|
+
Subject?: string;
|
|
35
|
+
Text?: string;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
Summary?: {
|
|
39
|
+
FlaggedMessageCount?: number;
|
|
40
|
+
FolderSummary?: {
|
|
41
|
+
FolderID?: bigint;
|
|
42
|
+
FolderName?: string;
|
|
43
|
+
NewHighPriorityCount?: number;
|
|
44
|
+
NewMessageCount?: number;
|
|
45
|
+
TotalHighPriorityCount?: number;
|
|
46
|
+
TotalMessageCount?: number;
|
|
47
|
+
};
|
|
48
|
+
NewHighPriorityCount?: number;
|
|
49
|
+
NewMessageCount?: number;
|
|
50
|
+
TotalHighPriorityCount?: number;
|
|
51
|
+
TotalMessageCount?: number;
|
|
52
|
+
};
|
|
53
|
+
}
|
|
@@ -0,0 +1,456 @@
|
|
|
1
|
+
import type { AddressType, CountryCodeType, CurrencyCodeType, DaysCodeType, StandardOutputFields } from './common.js';
|
|
2
|
+
export interface GetSellerListResponse extends StandardOutputFields {
|
|
3
|
+
ItemArray: {
|
|
4
|
+
Item?: {
|
|
5
|
+
ApplicationData?: string;
|
|
6
|
+
AutoPay?: boolean;
|
|
7
|
+
BuyItNowPrice?: number | {
|
|
8
|
+
value: number;
|
|
9
|
+
currencyID: CurrencyCodeType;
|
|
10
|
+
};
|
|
11
|
+
BuyerGuaranteePrice?: number | {
|
|
12
|
+
value: number;
|
|
13
|
+
currencyID: CurrencyCodeType;
|
|
14
|
+
};
|
|
15
|
+
BuyerProtection?: 'CustomCode' | 'ItemEligible' | 'ItemIneligible' | 'ItemMarkedEligible' | 'ItemMarkedIneligible' | 'NoCoverage';
|
|
16
|
+
BuyerRequirementDetails?: {
|
|
17
|
+
MaximumItemRequirements?: {
|
|
18
|
+
MaximumItemCount?: number;
|
|
19
|
+
MinimumFeedbackScore?: number;
|
|
20
|
+
};
|
|
21
|
+
MaximumUnpaidItemStrikesInfo?: {
|
|
22
|
+
Count?: number;
|
|
23
|
+
Period?: 'CustomCode' | 'Days_180' | 'Days_30' | 'Days_360';
|
|
24
|
+
};
|
|
25
|
+
ShipToRegistrationCountry?: boolean;
|
|
26
|
+
ZeroFeedbackScore?: boolean;
|
|
27
|
+
};
|
|
28
|
+
Charity?: {
|
|
29
|
+
CharityID?: string;
|
|
30
|
+
CharityListing?: boolean;
|
|
31
|
+
CharityName?: string;
|
|
32
|
+
DonationPercent?: number;
|
|
33
|
+
LogoURL?: string;
|
|
34
|
+
Mission?: string;
|
|
35
|
+
Status?: 'CustomCode' | 'NoLongerValid' | 'Valid';
|
|
36
|
+
};
|
|
37
|
+
ConditionDescription?: string;
|
|
38
|
+
Country?: CountryCodeType;
|
|
39
|
+
CrossBorderTrade?: string;
|
|
40
|
+
Currency?: CurrencyCodeType;
|
|
41
|
+
Description?: string;
|
|
42
|
+
DisableBuyerRequirements?: boolean;
|
|
43
|
+
DiscountPriceInfo?: {
|
|
44
|
+
MadeForOutletComparisonPrice?: number | {
|
|
45
|
+
value: number;
|
|
46
|
+
currencyID: CurrencyCodeType;
|
|
47
|
+
};
|
|
48
|
+
MinimumAdvertisedPrice?: number | {
|
|
49
|
+
value: number;
|
|
50
|
+
currencyID: CurrencyCodeType;
|
|
51
|
+
};
|
|
52
|
+
MinimumAdvertisedPriceExposure?: 'CustomCode' | 'DuringCheckout' | 'None' | 'PreCheckout';
|
|
53
|
+
OriginalRetailPrice?: number | {
|
|
54
|
+
value: number;
|
|
55
|
+
currencyID: CurrencyCodeType;
|
|
56
|
+
};
|
|
57
|
+
PricingTreatment?: 'CustomCode' | 'MAP' | 'MFO' | 'None' | 'STP';
|
|
58
|
+
SoldOffeBay?: boolean;
|
|
59
|
+
SoldOneBay?: boolean;
|
|
60
|
+
};
|
|
61
|
+
ExtendedSellerContactDetails?: {
|
|
62
|
+
ContactHoursDetails?: {
|
|
63
|
+
Hours1AnyTime?: boolean;
|
|
64
|
+
Hours1Days?: DaysCodeType;
|
|
65
|
+
Hours1From?: string;
|
|
66
|
+
Hours1To?: string;
|
|
67
|
+
Hours2AnyTime?: boolean;
|
|
68
|
+
Hours2Days?: DaysCodeType;
|
|
69
|
+
Hours2From?: string;
|
|
70
|
+
Hours2To?: string;
|
|
71
|
+
TimeZoneID?: string;
|
|
72
|
+
};
|
|
73
|
+
};
|
|
74
|
+
FreeAddedCategory?: {
|
|
75
|
+
CategoryID?: string;
|
|
76
|
+
CategoryName?: string;
|
|
77
|
+
};
|
|
78
|
+
HideFromSearch?: boolean;
|
|
79
|
+
HitCount?: bigint;
|
|
80
|
+
IntegratedMerchantCreditCardEnabled?: boolean;
|
|
81
|
+
InventoryTrackingMethod?: 'CustomCode' | 'ItemID' | 'SKU';
|
|
82
|
+
IsSecureDescription?: boolean;
|
|
83
|
+
ItemID?: string;
|
|
84
|
+
ItemPolicyViolation?: {
|
|
85
|
+
PolicyID?: bigint;
|
|
86
|
+
PolicyText?: string;
|
|
87
|
+
};
|
|
88
|
+
ListingDetails?: {
|
|
89
|
+
Adult?: boolean;
|
|
90
|
+
BestOfferAutoAcceptPrice?: number | {
|
|
91
|
+
value: number;
|
|
92
|
+
currencyID: CurrencyCodeType;
|
|
93
|
+
};
|
|
94
|
+
BindingAuction?: boolean;
|
|
95
|
+
CheckoutEnabled?: boolean;
|
|
96
|
+
ConvertedBuyItNowPrice?: number | {
|
|
97
|
+
value: number;
|
|
98
|
+
currencyID: CurrencyCodeType;
|
|
99
|
+
};
|
|
100
|
+
ConvertedReservePrice?: number | {
|
|
101
|
+
value: number;
|
|
102
|
+
currencyID: CurrencyCodeType;
|
|
103
|
+
};
|
|
104
|
+
ConvertedStartPrice?: number | {
|
|
105
|
+
value: number;
|
|
106
|
+
currencyID: CurrencyCodeType;
|
|
107
|
+
};
|
|
108
|
+
EndTime?: string;
|
|
109
|
+
HasPublicMessages?: boolean;
|
|
110
|
+
HasReservePrice?: boolean;
|
|
111
|
+
HasUnansweredQuestions?: boolean;
|
|
112
|
+
MinimumBestOfferPrice?: number | {
|
|
113
|
+
value: number;
|
|
114
|
+
currencyID: CurrencyCodeType;
|
|
115
|
+
};
|
|
116
|
+
RelistedItemID?: string;
|
|
117
|
+
StartTime?: string;
|
|
118
|
+
ViewItemURL?: string;
|
|
119
|
+
ViewItemURLForNaturalSearch?: string;
|
|
120
|
+
};
|
|
121
|
+
ListingDuration?: string;
|
|
122
|
+
ListingEnhancement?: 'BoldTitle' | 'CustomCode';
|
|
123
|
+
ListingSubtype2?: 'ClassifiedAd' | 'CustomCode' | 'LocalMarketBestOfferOnly';
|
|
124
|
+
ListingType?: 'AdType' | 'Auction' | 'Chinese' | 'CustomCode' | 'FixedPriceItem' | 'LeadGeneration' | 'PersonalOffer' | 'Unknown';
|
|
125
|
+
Location?: string;
|
|
126
|
+
PaymentMethods?: 'CashOnPickup' | 'COD' | 'CustomCode' | 'MOCC' | 'PersonalCheck';
|
|
127
|
+
PickupInStoreDetails?: {
|
|
128
|
+
EligibleForPickupDropOff?: boolean;
|
|
129
|
+
EligibleForPickupInStore?: boolean;
|
|
130
|
+
};
|
|
131
|
+
PictureDetails?: {
|
|
132
|
+
GalleryType?: 'CustomCode' | 'Gallery' | 'None' | 'Plus';
|
|
133
|
+
};
|
|
134
|
+
PrimaryCategory?: {
|
|
135
|
+
CategoryID?: string;
|
|
136
|
+
CategoryName?: string;
|
|
137
|
+
};
|
|
138
|
+
PrivateListing?: boolean;
|
|
139
|
+
ProxyItem?: boolean;
|
|
140
|
+
Quantity?: number;
|
|
141
|
+
QuantityAvailableHint?: 'CustomCode' | 'Limited' | 'MoreThan';
|
|
142
|
+
QuantityThreshold?: number;
|
|
143
|
+
ReasonHideFromSearch?: 'DuplicateListing' | 'OutOfStock';
|
|
144
|
+
ReservePrice?: number | {
|
|
145
|
+
value: number;
|
|
146
|
+
currencyID: CurrencyCodeType;
|
|
147
|
+
};
|
|
148
|
+
ReturnPolicy?: {
|
|
149
|
+
Description?: string;
|
|
150
|
+
InternationalRefundOption?: string;
|
|
151
|
+
InternationalReturnsAcceptedOption?: string;
|
|
152
|
+
InternationalReturnsWithinOption?: string;
|
|
153
|
+
InternationalShippingCostPaidByOption?: string;
|
|
154
|
+
Refund?: string;
|
|
155
|
+
RefundOption?: string;
|
|
156
|
+
ReturnsAccepted?: string;
|
|
157
|
+
ReturnsAcceptedOption?: string;
|
|
158
|
+
ReturnsWithin?: string;
|
|
159
|
+
ReturnsWithinOption?: string;
|
|
160
|
+
ShippingCostPaidBy?: string;
|
|
161
|
+
ShippingCostPaidByOption?: string;
|
|
162
|
+
};
|
|
163
|
+
ReviseStatus?: {
|
|
164
|
+
ItemRevised?: boolean;
|
|
165
|
+
};
|
|
166
|
+
SKU?: string;
|
|
167
|
+
SecondaryCategory?: {
|
|
168
|
+
CategoryID?: string;
|
|
169
|
+
CategoryName?: string;
|
|
170
|
+
};
|
|
171
|
+
SellerContactDetails?: AddressType;
|
|
172
|
+
SellerProfiles?: {
|
|
173
|
+
SellerPaymentProfile?: {
|
|
174
|
+
PaymentProfileID?: bigint;
|
|
175
|
+
PaymentProfileName?: string;
|
|
176
|
+
};
|
|
177
|
+
SellerReturnProfile?: {
|
|
178
|
+
ReturnProfileID?: bigint;
|
|
179
|
+
ReturnProfileName?: string;
|
|
180
|
+
};
|
|
181
|
+
SellerShippingProfile?: {
|
|
182
|
+
ShippingProfileID?: bigint;
|
|
183
|
+
ShippingProfileName?: string;
|
|
184
|
+
};
|
|
185
|
+
};
|
|
186
|
+
SellingStatus?: {
|
|
187
|
+
AdminEnded?: boolean;
|
|
188
|
+
BidCount?: number;
|
|
189
|
+
BidIncrement?: number | {
|
|
190
|
+
value: number;
|
|
191
|
+
currencyID: CurrencyCodeType;
|
|
192
|
+
};
|
|
193
|
+
ConvertedCurrentPrice?: number | {
|
|
194
|
+
value: number;
|
|
195
|
+
currencyID: CurrencyCodeType;
|
|
196
|
+
};
|
|
197
|
+
CurrentPrice?: number | {
|
|
198
|
+
value: number;
|
|
199
|
+
currencyID: CurrencyCodeType;
|
|
200
|
+
};
|
|
201
|
+
HighBidder?: {
|
|
202
|
+
AboutMePage?: boolean;
|
|
203
|
+
BuyerInfo?: {
|
|
204
|
+
ShippingAddress?: {
|
|
205
|
+
Country?: CountryCodeType;
|
|
206
|
+
PostalCode?: string;
|
|
207
|
+
};
|
|
208
|
+
};
|
|
209
|
+
EIASToken?: string;
|
|
210
|
+
Email?: string;
|
|
211
|
+
FeedbackPrivate?: boolean;
|
|
212
|
+
FeedbackRatingStar?: 'Blue' | 'CustomCode' | 'Green' | 'GreenShooting' | 'None' | 'Purple' | 'PurpleShooting' | 'Red' | 'RedShooting' | 'SilverShooting' | 'Turquoise' | 'TurquoiseShooting' | 'Yellow' | 'YellowShooting';
|
|
213
|
+
FeedbackScore?: number;
|
|
214
|
+
IDVerified?: boolean;
|
|
215
|
+
NewUser?: boolean;
|
|
216
|
+
RegistrationDate?: string;
|
|
217
|
+
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';
|
|
218
|
+
Status?: 'AccountOnHold' | 'Confirmed' | 'CreditCardVerify' | 'CustomCode' | 'Deleted' | 'Ghost' | 'Guest' | 'InMaintenance' | 'Merged' | 'RegistrationCodeMailOut' | 'Suspended' | 'TermPending' | 'Unconfirmed' | 'Unknown';
|
|
219
|
+
UserAnonymized: boolean;
|
|
220
|
+
UserID?: string;
|
|
221
|
+
UserIDChanged?: boolean;
|
|
222
|
+
UserIDLastChanged?: string;
|
|
223
|
+
VATStatus?: 'CustomCode' | 'NoVATTax' | 'VATExempt' | 'VATTax';
|
|
224
|
+
eBayGoodStanding?: boolean;
|
|
225
|
+
};
|
|
226
|
+
LeadCount?: number;
|
|
227
|
+
ListingStatus?: 'Active' | 'Completed' | 'Custom' | 'CustomCode' | 'Ended';
|
|
228
|
+
MinimumToBid?: number | {
|
|
229
|
+
value: number;
|
|
230
|
+
currencyID: CurrencyCodeType;
|
|
231
|
+
};
|
|
232
|
+
PromotionalSaleDetails?: {
|
|
233
|
+
EndTime?: string;
|
|
234
|
+
OriginalPrice?: number | {
|
|
235
|
+
value: number;
|
|
236
|
+
currencyID: CurrencyCodeType;
|
|
237
|
+
};
|
|
238
|
+
StartTime?: string;
|
|
239
|
+
};
|
|
240
|
+
QuantitySold?: number;
|
|
241
|
+
ReserveMet?: boolean;
|
|
242
|
+
SecondChanceEligible?: boolean;
|
|
243
|
+
};
|
|
244
|
+
ShipToLocations?: string;
|
|
245
|
+
ShippingDetails?: {
|
|
246
|
+
CalculatedShippingRate?: {
|
|
247
|
+
InternationalPackagingHandlingCosts?: number | {
|
|
248
|
+
value: number;
|
|
249
|
+
currencyID: CurrencyCodeType;
|
|
250
|
+
};
|
|
251
|
+
PackagingHandlingCosts?: number | {
|
|
252
|
+
value: number;
|
|
253
|
+
currencyID: CurrencyCodeType;
|
|
254
|
+
};
|
|
255
|
+
};
|
|
256
|
+
ExcludeShipToLocation?: string;
|
|
257
|
+
GlobalShipping?: boolean;
|
|
258
|
+
InternationalShippingServiceOption?: {
|
|
259
|
+
ShipToLocation?: string;
|
|
260
|
+
ShippingService?: string;
|
|
261
|
+
ShippingServiceAdditionalCost?: number | {
|
|
262
|
+
value: number;
|
|
263
|
+
currencyID: CurrencyCodeType;
|
|
264
|
+
};
|
|
265
|
+
ShippingServiceCost?: number | {
|
|
266
|
+
value: number;
|
|
267
|
+
currencyID: CurrencyCodeType;
|
|
268
|
+
};
|
|
269
|
+
ShippingServicePriority?: number;
|
|
270
|
+
};
|
|
271
|
+
PaymentEdited?: boolean;
|
|
272
|
+
RateTableDetails?: {
|
|
273
|
+
DomesticRateTable?: string;
|
|
274
|
+
DomesticRateTableId?: string;
|
|
275
|
+
InternationalRateTable?: string;
|
|
276
|
+
InternationalRateTableId?: string;
|
|
277
|
+
};
|
|
278
|
+
SalesTax?: {
|
|
279
|
+
SalesTaxPercent?: number;
|
|
280
|
+
SalesTaxState?: string;
|
|
281
|
+
ShippingIncludedInTax?: boolean;
|
|
282
|
+
};
|
|
283
|
+
SellerExcludeShipToLocationsPreference?: boolean;
|
|
284
|
+
ShippingServiceOptions?: {
|
|
285
|
+
ExpeditedService?: boolean;
|
|
286
|
+
ShippingService?: string;
|
|
287
|
+
ShippingServiceAdditionalCost?: number | {
|
|
288
|
+
value: number;
|
|
289
|
+
currencyID: CurrencyCodeType;
|
|
290
|
+
};
|
|
291
|
+
ShippingServiceCost?: number | {
|
|
292
|
+
value: number;
|
|
293
|
+
currencyID: CurrencyCodeType;
|
|
294
|
+
};
|
|
295
|
+
ShippingServicePriority?: number;
|
|
296
|
+
ShippingTimeMax?: number;
|
|
297
|
+
ShippingTimeMin?: number;
|
|
298
|
+
};
|
|
299
|
+
TaxTable?: {
|
|
300
|
+
TaxJurisdiction?: {
|
|
301
|
+
JurisdictionID?: string;
|
|
302
|
+
SalesTaxPercent?: number;
|
|
303
|
+
ShippingIncludedInTax?: boolean;
|
|
304
|
+
};
|
|
305
|
+
};
|
|
306
|
+
ThirdPartyCheckout?: boolean;
|
|
307
|
+
};
|
|
308
|
+
ShippingServiceCostOverrideList?: {
|
|
309
|
+
ShippingServiceCostOverride?: {
|
|
310
|
+
ShippingServiceAdditionalCost?: number | {
|
|
311
|
+
value: number;
|
|
312
|
+
currencyID: CurrencyCodeType;
|
|
313
|
+
};
|
|
314
|
+
ShippingServiceCost?: number | {
|
|
315
|
+
value: number;
|
|
316
|
+
currencyID: CurrencyCodeType;
|
|
317
|
+
};
|
|
318
|
+
ShippingServicePriority?: number;
|
|
319
|
+
ShippingServiceType?: 'Domestic' | 'International';
|
|
320
|
+
};
|
|
321
|
+
};
|
|
322
|
+
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';
|
|
323
|
+
StartPrice?: number | {
|
|
324
|
+
value: number;
|
|
325
|
+
currencyID: CurrencyCodeType;
|
|
326
|
+
};
|
|
327
|
+
Storefront?: {
|
|
328
|
+
StoreCategory2ID?: bigint;
|
|
329
|
+
StoreCategoryID?: bigint;
|
|
330
|
+
StoreURL?: string;
|
|
331
|
+
};
|
|
332
|
+
TimeLeft?: string;
|
|
333
|
+
Title?: string;
|
|
334
|
+
TotalQuestionCount?: bigint;
|
|
335
|
+
Variations?: {
|
|
336
|
+
Variation?: {
|
|
337
|
+
Quantity?: number;
|
|
338
|
+
SKU?: string;
|
|
339
|
+
SellingStatus?: {
|
|
340
|
+
AdminEnded?: boolean;
|
|
341
|
+
BidCount?: number;
|
|
342
|
+
BidIncrement?: number | {
|
|
343
|
+
value: number;
|
|
344
|
+
currencyID: CurrencyCodeType;
|
|
345
|
+
};
|
|
346
|
+
ConvertedCurrentPrice?: number | {
|
|
347
|
+
value: number;
|
|
348
|
+
currencyID: CurrencyCodeType;
|
|
349
|
+
};
|
|
350
|
+
CurrentPrice?: number | {
|
|
351
|
+
value: number;
|
|
352
|
+
currencyID: CurrencyCodeType;
|
|
353
|
+
};
|
|
354
|
+
HighBidder?: {
|
|
355
|
+
AboutMePage?: boolean;
|
|
356
|
+
BuyerInfo?: {
|
|
357
|
+
ShippingAddress?: {
|
|
358
|
+
Country?: CountryCodeType;
|
|
359
|
+
PostalCode?: string;
|
|
360
|
+
};
|
|
361
|
+
};
|
|
362
|
+
EIASToken?: string;
|
|
363
|
+
Email?: string;
|
|
364
|
+
FeedbackPrivate?: boolean;
|
|
365
|
+
FeedbackRatingStar?: 'Blue' | 'CustomCode' | 'Green' | 'GreenShooting' | 'None' | 'Purple' | 'PurpleShooting' | 'Red' | 'RedShooting' | 'SilverShooting' | 'Turquoise' | 'TurquoiseShooting' | 'Yellow' | 'YellowShooting';
|
|
366
|
+
FeedbackScore?: number;
|
|
367
|
+
IDVerified?: boolean;
|
|
368
|
+
NewUser?: boolean;
|
|
369
|
+
RegistrationDate?: string;
|
|
370
|
+
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';
|
|
371
|
+
Status?: 'AccountOnHold' | 'Confirmed' | 'CreditCardVerify' | 'CustomCode' | 'Deleted' | 'Ghost' | 'Guest' | 'InMaintenance' | 'Merged' | 'RegistrationCodeMailOut' | 'Suspended' | 'TermPending' | 'Unconfirmed' | 'Unknown';
|
|
372
|
+
UserAnonymized: boolean;
|
|
373
|
+
UserID?: string;
|
|
374
|
+
UserIDChanged?: boolean;
|
|
375
|
+
UserIDLastChanged?: string;
|
|
376
|
+
VATStatus?: 'CustomCode' | 'NoVATTax' | 'VATExempt' | 'VATTax';
|
|
377
|
+
eBayGoodStanding?: boolean;
|
|
378
|
+
};
|
|
379
|
+
LeadCount?: number;
|
|
380
|
+
ListingStatus?: 'Active' | 'Completed' | 'Custom' | 'CustomCode' | 'Ended';
|
|
381
|
+
MinimumToBid?: number | {
|
|
382
|
+
value: number;
|
|
383
|
+
currencyID: CurrencyCodeType;
|
|
384
|
+
};
|
|
385
|
+
PromotionalSaleDetails?: {
|
|
386
|
+
EndTime?: string;
|
|
387
|
+
OriginalPrice?: number | {
|
|
388
|
+
value: number;
|
|
389
|
+
currencyID: CurrencyCodeType;
|
|
390
|
+
};
|
|
391
|
+
StartTime?: string;
|
|
392
|
+
};
|
|
393
|
+
QuantitySold?: number;
|
|
394
|
+
ReserveMet?: boolean;
|
|
395
|
+
SecondChanceEligible?: boolean;
|
|
396
|
+
};
|
|
397
|
+
StartPrice?: number | {
|
|
398
|
+
value: number;
|
|
399
|
+
currencyID: CurrencyCodeType;
|
|
400
|
+
};
|
|
401
|
+
VariationProductListingDetails?: {
|
|
402
|
+
EAN?: string;
|
|
403
|
+
ISBN?: string;
|
|
404
|
+
UPC?: string;
|
|
405
|
+
};
|
|
406
|
+
VariationSpecifics?: {
|
|
407
|
+
NameValueList?: {
|
|
408
|
+
Name?: string;
|
|
409
|
+
Value?: string;
|
|
410
|
+
};
|
|
411
|
+
};
|
|
412
|
+
};
|
|
413
|
+
};
|
|
414
|
+
WatchCount?: bigint;
|
|
415
|
+
eBayPlus?: boolean;
|
|
416
|
+
eBayPlusEligible?: boolean;
|
|
417
|
+
};
|
|
418
|
+
};
|
|
419
|
+
ItemsPerPage: number;
|
|
420
|
+
PageNumber: number;
|
|
421
|
+
PaginationResult: {
|
|
422
|
+
TotalNumberOfEntries: number;
|
|
423
|
+
TotalNumberOfPages: number;
|
|
424
|
+
};
|
|
425
|
+
ReturnedItemCountActual: number;
|
|
426
|
+
Seller?: {
|
|
427
|
+
AboutMePage: boolean;
|
|
428
|
+
Email?: string;
|
|
429
|
+
FeedbackPrivate: boolean;
|
|
430
|
+
FeedbackRatingStar: 'Blue' | 'CustomCode' | 'Green' | 'GreenShooting' | 'None' | 'Purple' | 'PurpleShooting' | 'Red' | 'RedShooting' | 'SilverShooting' | 'Turquoise' | 'TurquoiseShooting' | 'Yellow' | 'YellowShooting';
|
|
431
|
+
FeedbackScore: number;
|
|
432
|
+
IDVerified: boolean;
|
|
433
|
+
NewUser: boolean;
|
|
434
|
+
RegistrationDate: string;
|
|
435
|
+
SellerInfo: {
|
|
436
|
+
AllowPaymentEdit: boolean;
|
|
437
|
+
CIPBankAccountStored: boolean;
|
|
438
|
+
CheckoutEnabled: boolean;
|
|
439
|
+
GoodStanding: boolean;
|
|
440
|
+
QualifiesForB2BVAT: boolean;
|
|
441
|
+
SafePaymentExempt: boolean;
|
|
442
|
+
SellerLevel: 'Bronze' | 'CustomCode' | 'Gold' | 'None' | 'Platinum' | 'Silver' | 'Titanium';
|
|
443
|
+
StoreOwner?: boolean;
|
|
444
|
+
StoreURL?: string;
|
|
445
|
+
TopRatedSeller?: boolean;
|
|
446
|
+
};
|
|
447
|
+
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';
|
|
448
|
+
Status: 'AccountOnHold' | 'Confirmed' | 'CreditCardVerify' | 'CustomCode' | 'Deleted' | 'Ghost' | 'Guest' | 'InMaintenance' | 'Merged' | 'RegistrationCodeMailOut' | 'Suspended' | 'TermPending' | 'Unconfirmed' | 'Unknown';
|
|
449
|
+
UserAnonymized: boolean;
|
|
450
|
+
UserID: string;
|
|
451
|
+
UserIDChanged: boolean;
|
|
452
|
+
UserIDLastChanged: string;
|
|
453
|
+
VATStatus: 'CustomCode' | 'NoVATTax' | 'VATExempt' | 'VATTax';
|
|
454
|
+
eBayGoodStanding: boolean;
|
|
455
|
+
};
|
|
456
|
+
}
|