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,91 @@
|
|
|
1
|
+
import type { CountryCodeType, CurrencyCodeType, StandardOutputFields } from './common.js';
|
|
2
|
+
export interface GetUserPreferencesResponse extends StandardOutputFields {
|
|
3
|
+
BidderNoticePreferences: {
|
|
4
|
+
UnsuccessfulBidderNoticeIncludeMyItems?: boolean;
|
|
5
|
+
};
|
|
6
|
+
CombinedPaymentPreferences?: {
|
|
7
|
+
CombinedPaymentOption?: 'CustomCode' | 'DiscountSpecified' | 'NoCombinedPayment' | 'SpecifyDiscountLater';
|
|
8
|
+
};
|
|
9
|
+
DispatchCutoffTimePreference?: {
|
|
10
|
+
CutoffTime?: string;
|
|
11
|
+
};
|
|
12
|
+
EmailShipmentTrackingNumberPreference?: boolean;
|
|
13
|
+
EndOfAuctionEmailPreferences?: {
|
|
14
|
+
EmailCustomized: boolean;
|
|
15
|
+
LogoCustomized?: boolean;
|
|
16
|
+
LogoType: 'CustomCode' | 'Customized' | 'None' | 'Store' | 'WinningBidderNotice';
|
|
17
|
+
LogoURL?: string;
|
|
18
|
+
TemplateText?: string;
|
|
19
|
+
TextCustomized?: boolean;
|
|
20
|
+
};
|
|
21
|
+
GlobalShippingProgramListingPreference?: boolean;
|
|
22
|
+
OfferGlobalShippingProgramPreference?: boolean;
|
|
23
|
+
OutOfStockControlPreference?: boolean;
|
|
24
|
+
OverrideGSPServiceWithIntlServicePreference?: boolean;
|
|
25
|
+
PickupDropoffSellerPreference?: boolean;
|
|
26
|
+
PurchaseReminderEmailPreferences?: {
|
|
27
|
+
PurchaseReminderEmailPreferences?: boolean;
|
|
28
|
+
};
|
|
29
|
+
RequiredShipPhoneNumberPreference?: boolean;
|
|
30
|
+
SellerExcludeShipToLocationPreferences?: {
|
|
31
|
+
ExcludeShipToLocation?: string;
|
|
32
|
+
};
|
|
33
|
+
SellerFavoriteItemPreferences?: {
|
|
34
|
+
FavoriteItemID?: string;
|
|
35
|
+
ListingType?: 'AdType' | 'Auction' | 'Chinese' | 'CustomCode' | 'FixedPriceItem' | 'LeadGeneration' | 'PersonalOffer' | 'Unknown';
|
|
36
|
+
MaxPrice?: number | {
|
|
37
|
+
value: number;
|
|
38
|
+
currencyID: CurrencyCodeType;
|
|
39
|
+
};
|
|
40
|
+
MinPrice?: number | {
|
|
41
|
+
value: number;
|
|
42
|
+
currencyID: CurrencyCodeType;
|
|
43
|
+
};
|
|
44
|
+
SearchKeywords?: string;
|
|
45
|
+
SearchSortOrder?: 'CustomCode' | 'EndingFirst' | 'HighestPriced' | 'HighestPricedPlusShipping' | 'LowestPriced' | 'LowestPricedPlusShipping' | 'NewlyListed';
|
|
46
|
+
StoreCategoryID?: bigint;
|
|
47
|
+
};
|
|
48
|
+
SellerPaymentPreferences?: {
|
|
49
|
+
AlwaysUseThisPaymentAddress?: boolean;
|
|
50
|
+
DefaultPayPalEmailAddress?: string;
|
|
51
|
+
DisplayPayNowButton?: string;
|
|
52
|
+
FedExRateOption?: 'CustomCode' | 'FedExCounter' | 'FedExDiscounted' | 'FedExStandardList';
|
|
53
|
+
PayPalAlwaysOn?: boolean;
|
|
54
|
+
PayPalPreferred?: boolean;
|
|
55
|
+
SellerPaymentAddress?: {
|
|
56
|
+
Country?: CountryCodeType;
|
|
57
|
+
};
|
|
58
|
+
UPSRateOption?: 'CustomCode' | 'UPSDailyRates' | 'UPSOnDemandRates';
|
|
59
|
+
USPSRateOption?: 'CustomCode' | 'USPSDiscounted' | 'USPSRetail';
|
|
60
|
+
};
|
|
61
|
+
SellerProfilePreferences?: {
|
|
62
|
+
SellerProfileOptedIn?: boolean;
|
|
63
|
+
SupportedSellerProfiles?: {
|
|
64
|
+
SupportedSellerProfile?: {
|
|
65
|
+
CategoryGroup?: {
|
|
66
|
+
IsDefault?: boolean;
|
|
67
|
+
Name?: string;
|
|
68
|
+
};
|
|
69
|
+
ProfileID?: bigint;
|
|
70
|
+
ProfileName?: string;
|
|
71
|
+
ProfileType?: string;
|
|
72
|
+
ShortSummary?: string;
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
};
|
|
76
|
+
SellerReturnPreferences?: {
|
|
77
|
+
OptedIn?: boolean;
|
|
78
|
+
};
|
|
79
|
+
UnpaidItemAssistancePreferences?: {
|
|
80
|
+
AutoRelist?: boolean;
|
|
81
|
+
DelayBeforeOpeningDispute?: number;
|
|
82
|
+
ExcludedUser?: string;
|
|
83
|
+
OptInStatus?: boolean;
|
|
84
|
+
RemoveAllExcludedUsers?: boolean;
|
|
85
|
+
};
|
|
86
|
+
eBayPLUSPreference?: {
|
|
87
|
+
Country?: CountryCodeType;
|
|
88
|
+
ListingPreference?: boolean;
|
|
89
|
+
OptInStatus?: boolean;
|
|
90
|
+
};
|
|
91
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
import type { CountryCodeType, StandardOutputFields } from './common.js';
|
|
2
|
+
export interface GetUserResponse extends StandardOutputFields {
|
|
3
|
+
User: {
|
|
4
|
+
AboutMePage?: boolean;
|
|
5
|
+
BusinessRole: 'FullMarketPlaceParticipant' | 'Shopper';
|
|
6
|
+
EIASToken?: string;
|
|
7
|
+
Email?: string;
|
|
8
|
+
EnterpriseSeller: boolean;
|
|
9
|
+
FeedbackPrivate?: boolean;
|
|
10
|
+
FeedbackRatingStar?: 'Blue' | 'CustomCode' | 'Green' | 'GreenShooting' | 'None' | 'Purple' | 'PurpleShooting' | 'Red' | 'RedShooting' | 'SilverShooting' | 'Turquoise' | 'TurquoiseShooting' | 'Yellow' | 'YellowShooting';
|
|
11
|
+
FeedbackScore?: number;
|
|
12
|
+
IDVerified?: boolean;
|
|
13
|
+
Membership?: {
|
|
14
|
+
Program?: {
|
|
15
|
+
ExpiryDate?: string;
|
|
16
|
+
ProgramName?: string;
|
|
17
|
+
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';
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
NewUser?: boolean;
|
|
21
|
+
PositiveFeedbackPercent?: number;
|
|
22
|
+
QualifiesForSelling?: boolean;
|
|
23
|
+
RegistrationAddress?: {
|
|
24
|
+
CityName?: string;
|
|
25
|
+
CompanyName?: string;
|
|
26
|
+
Country?: CountryCodeType;
|
|
27
|
+
CountryName?: string;
|
|
28
|
+
Name?: string;
|
|
29
|
+
Phone?: string;
|
|
30
|
+
PostalCode?: string;
|
|
31
|
+
StateOrProvince?: string;
|
|
32
|
+
Street?: string;
|
|
33
|
+
Street1?: string;
|
|
34
|
+
Street2?: string;
|
|
35
|
+
};
|
|
36
|
+
RegistrationDate?: string;
|
|
37
|
+
SellerInfo?: {
|
|
38
|
+
AllowPaymentEdit?: boolean;
|
|
39
|
+
CIPBankAccountStored?: boolean;
|
|
40
|
+
CharityAffiliationDetails?: {
|
|
41
|
+
CharityAffiliationDetail?: {
|
|
42
|
+
AffiliationType?: 'Community' | 'CustomCode' | 'Direct' | 'Remove';
|
|
43
|
+
CharityID?: string;
|
|
44
|
+
LastUsedTime?: string;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
CharityRegistered: boolean;
|
|
48
|
+
CheckoutEnabled?: boolean;
|
|
49
|
+
DomesticRateTable?: boolean;
|
|
50
|
+
FeatureEligibility?: {
|
|
51
|
+
QualifiedForAuctionOneDayDuration?: boolean;
|
|
52
|
+
QualifiedForFixedPriceOneDayDuration?: boolean;
|
|
53
|
+
QualifiesForBuyItNow?: boolean;
|
|
54
|
+
QualifiesForBuyItNowMultiple?: boolean;
|
|
55
|
+
QualifiesForVariations: boolean;
|
|
56
|
+
};
|
|
57
|
+
GoodStanding?: boolean;
|
|
58
|
+
InternationalRateTable?: boolean;
|
|
59
|
+
PaymentMethod?: 'CreditCard' | 'CustomCode' | 'DirectDebit' | 'DirectDebitPendingSignatureMandate' | 'DirectDebitPendingVerification' | 'eBayDirectPay' | 'NothingOnFile' | 'PayPal';
|
|
60
|
+
QualifiesForB2BVAT?: boolean;
|
|
61
|
+
RecoupmentPolicyConsent: {
|
|
62
|
+
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';
|
|
63
|
+
};
|
|
64
|
+
RegisteredBusinessSeller?: boolean;
|
|
65
|
+
SafePaymentExempt: boolean;
|
|
66
|
+
SchedulingInfo?: {
|
|
67
|
+
MaxScheduledItems?: number;
|
|
68
|
+
MaxScheduledMinutes?: number;
|
|
69
|
+
MinScheduledMinutes?: number;
|
|
70
|
+
};
|
|
71
|
+
SellerBusinessType?: 'Commercial' | 'CustomCode' | 'Private' | 'Undefined';
|
|
72
|
+
SellerLevel?: 'Bronze' | 'CustomCode' | 'Gold' | 'None' | 'Platinum' | 'Silver' | 'Titanium';
|
|
73
|
+
SellerPaymentAddress?: {
|
|
74
|
+
CityName?: string;
|
|
75
|
+
Country?: CountryCodeType;
|
|
76
|
+
CountryName?: string;
|
|
77
|
+
InternationalName?: string;
|
|
78
|
+
InternationalStateAndCity?: string;
|
|
79
|
+
InternationalStreet?: string;
|
|
80
|
+
Name?: string;
|
|
81
|
+
Phone?: string;
|
|
82
|
+
PostalCode?: string;
|
|
83
|
+
StateOrProvince?: string;
|
|
84
|
+
Street1?: string;
|
|
85
|
+
Street2?: string;
|
|
86
|
+
};
|
|
87
|
+
StoreOwner?: boolean;
|
|
88
|
+
StoreSite?: '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';
|
|
89
|
+
StoreURL?: string;
|
|
90
|
+
TopRatedSeller?: boolean;
|
|
91
|
+
TopRatedSellerDetails?: {
|
|
92
|
+
TopRatedProgram?: 'CustomCode' | 'DE' | 'Global' | 'UK' | 'US';
|
|
93
|
+
};
|
|
94
|
+
TransactionPercent?: number;
|
|
95
|
+
};
|
|
96
|
+
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';
|
|
97
|
+
Status?: 'AccountOnHold' | 'Confirmed' | 'CreditCardVerify' | 'CustomCode' | 'Deleted' | 'Ghost' | 'Guest' | 'InMaintenance' | 'Merged' | 'RegistrationCodeMailOut' | 'Suspended' | 'TermPending' | 'Unconfirmed' | 'Unknown';
|
|
98
|
+
TUVLevel?: number;
|
|
99
|
+
UniqueNegativeFeedbackCount?: number;
|
|
100
|
+
UniqueNeutralFeedbackCount?: number;
|
|
101
|
+
UniquePositiveFeedbackCount?: number;
|
|
102
|
+
UserID?: string;
|
|
103
|
+
UserIDChanged?: boolean;
|
|
104
|
+
UserIDLastChanged?: string;
|
|
105
|
+
UserSubscription?: 'CustomCode' | 'EBayStoreAnchor' | 'EBayStoreBasic' | 'EBayStoreFeatured' | 'FileExchange' | 'LocalMarketPremium' | 'LocalMarketRegular' | 'LocalMarketSpecialty' | 'SellerReportsPlus';
|
|
106
|
+
VATID?: string;
|
|
107
|
+
VATStatus?: 'CustomCode' | 'NoVATTax' | 'VATExempt' | 'VATTax';
|
|
108
|
+
eBayGoodStanding?: boolean;
|
|
109
|
+
eBayWikiReadOnly: boolean;
|
|
110
|
+
};
|
|
111
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { StandardOutputFields } from './common.js';
|
|
2
|
+
export interface GetVeROReasonCodeDetailsResponse extends StandardOutputFields {
|
|
3
|
+
VeROReasonCodeDetails: {
|
|
4
|
+
VeROSiteDetail: {
|
|
5
|
+
ReasonCodeDetail: {
|
|
6
|
+
BriefText: string;
|
|
7
|
+
DetailedText: string;
|
|
8
|
+
};
|
|
9
|
+
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';
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { StandardOutputFields } from './common.js';
|
|
2
|
+
export interface GetVeROReportStatusResponse extends StandardOutputFields {
|
|
3
|
+
ItemsPerPage?: number;
|
|
4
|
+
PageNumber?: number;
|
|
5
|
+
PaginationResult?: {
|
|
6
|
+
TotalNumberOfEntries?: number;
|
|
7
|
+
TotalNumberOfPages?: number;
|
|
8
|
+
};
|
|
9
|
+
ReportedItemDetails?: {
|
|
10
|
+
ReportedItem?: {
|
|
11
|
+
ItemID?: string;
|
|
12
|
+
ItemReasonForFailure?: string;
|
|
13
|
+
ItemStatus?: 'ClarificationRequired' | 'CustomCode' | 'Received' | 'Removed' | 'SubmissionFailed' | 'Submitted';
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
VeROReportPacketID?: bigint;
|
|
17
|
+
VeROReportPacketStatus?: 'CustomCode' | 'InProcess' | 'Processed' | 'Received';
|
|
18
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,230 @@
|
|
|
1
|
+
import type { CountryCodeType, CurrencyCodeType, StandardOutputFields } from './common.js';
|
|
2
|
+
export interface GeteBayDetailsResponse extends StandardOutputFields {
|
|
3
|
+
BuyerRequirementDetails: {
|
|
4
|
+
DetailVersion: string;
|
|
5
|
+
LinkedPayPalAccount?: boolean;
|
|
6
|
+
MaximumBuyerPolicyViolations?: {
|
|
7
|
+
NumberOfPolicyViolations?: any;
|
|
8
|
+
PolicyViolationDuration?: {
|
|
9
|
+
Description?: string;
|
|
10
|
+
Period?: 'CustomCode' | 'Days_180' | 'Days_30' | 'Days_360';
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
MaximumItemRequirements?: {
|
|
14
|
+
MaximumItemCount?: number;
|
|
15
|
+
MinimumFeedbackScore?: number;
|
|
16
|
+
};
|
|
17
|
+
MaximumUnpaidItemStrikesInfo?: {
|
|
18
|
+
MaximumUnpaidItemStrikesCount?: {
|
|
19
|
+
Count?: number;
|
|
20
|
+
};
|
|
21
|
+
MaximumUnpaidItemStrikesDuration?: {
|
|
22
|
+
Description?: string;
|
|
23
|
+
Period?: 'CustomCode' | 'Days_180' | 'Days_30' | 'Days_360';
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
MinimumFeedbackScore?: any;
|
|
27
|
+
ShipToRegistrationCountry?: boolean;
|
|
28
|
+
UpdateTime: string;
|
|
29
|
+
};
|
|
30
|
+
CountryDetails?: {
|
|
31
|
+
Country?: CountryCodeType;
|
|
32
|
+
Description?: string;
|
|
33
|
+
DetailVersion: string;
|
|
34
|
+
UpdateTime: string;
|
|
35
|
+
};
|
|
36
|
+
CurrencyDetails?: {
|
|
37
|
+
Currency?: CurrencyCodeType;
|
|
38
|
+
Description?: string;
|
|
39
|
+
DetailVersion: string;
|
|
40
|
+
UpdateTime: string;
|
|
41
|
+
};
|
|
42
|
+
DispatchTimeMaxDetails?: {
|
|
43
|
+
Description?: string;
|
|
44
|
+
DetailVersion: string;
|
|
45
|
+
DispatchTimeMax?: number;
|
|
46
|
+
ExtendedHandling: boolean;
|
|
47
|
+
UpdateTime: string;
|
|
48
|
+
};
|
|
49
|
+
ExcludeShippingLocationDetails?: {
|
|
50
|
+
Description?: string;
|
|
51
|
+
DetailVersion?: string;
|
|
52
|
+
Location?: string;
|
|
53
|
+
Region?: string;
|
|
54
|
+
UpdateTime?: string;
|
|
55
|
+
};
|
|
56
|
+
ItemSpecificDetails?: {
|
|
57
|
+
DetailVersion: string;
|
|
58
|
+
MaxCharactersPerName?: number;
|
|
59
|
+
MaxCharactersPerValue?: number;
|
|
60
|
+
MaxItemSpecificsPerItem?: number;
|
|
61
|
+
MaxValuesPerName?: number;
|
|
62
|
+
UpdateTime: string;
|
|
63
|
+
};
|
|
64
|
+
ListingFeatureDetails?: {
|
|
65
|
+
BoldTitle: 'CustomCode' | 'Disabled' | 'Enabled';
|
|
66
|
+
Border: string;
|
|
67
|
+
DetailVersion: string;
|
|
68
|
+
FeaturedFirst: 'CustomCode' | 'Disabled' | 'Enabled' | 'PowerSellerOnly' | 'TopRatedSellerOnly';
|
|
69
|
+
FeaturedPlus: 'CustomCode' | 'Disabled' | 'Enabled' | 'PowerSellerOnly' | 'TopRatedSellerOnly';
|
|
70
|
+
GiftIcon: string;
|
|
71
|
+
Highlight: string;
|
|
72
|
+
HomePageFeatured: 'CustomCode' | 'Disabled' | 'Enabled';
|
|
73
|
+
ProPack: string;
|
|
74
|
+
UpdateTime: string;
|
|
75
|
+
};
|
|
76
|
+
ListingStartPriceDetails?: {
|
|
77
|
+
Description?: string;
|
|
78
|
+
DetailVersion: string;
|
|
79
|
+
ListingType?: 'AdType' | 'Auction' | 'Chinese' | 'CustomCode' | 'FixedPriceItem' | 'LeadGeneration' | 'PersonalOffer' | 'Unknown';
|
|
80
|
+
MinBuyItNowPricePercent?: number;
|
|
81
|
+
StartPrice?: number | {
|
|
82
|
+
value: number;
|
|
83
|
+
currencyID: CurrencyCodeType;
|
|
84
|
+
};
|
|
85
|
+
UpdateTime: string;
|
|
86
|
+
};
|
|
87
|
+
PaymentOptionDetails?: {
|
|
88
|
+
Description?: string;
|
|
89
|
+
DetailVersion?: string;
|
|
90
|
+
PaymentOption?: 'CashOnPickup' | 'COD' | 'CustomCode' | 'MOCC' | 'PersonalCheck';
|
|
91
|
+
UpdateTime?: string;
|
|
92
|
+
};
|
|
93
|
+
ProductDetails?: {
|
|
94
|
+
ProductIdentifierUnavailableText?: string;
|
|
95
|
+
};
|
|
96
|
+
RecoupmentPolicyDetails?: {
|
|
97
|
+
DetailVersion: string;
|
|
98
|
+
EnforcedOnListingSite: boolean;
|
|
99
|
+
EnforcedOnRegistrationSite: boolean;
|
|
100
|
+
UpdateTime: string;
|
|
101
|
+
};
|
|
102
|
+
RegionDetails?: {
|
|
103
|
+
Description?: string;
|
|
104
|
+
DetailVersion?: string;
|
|
105
|
+
RegionID?: string;
|
|
106
|
+
UpdateTime?: string;
|
|
107
|
+
};
|
|
108
|
+
RegionOfOriginDetails?: {
|
|
109
|
+
Description?: string;
|
|
110
|
+
DetailVersion?: string;
|
|
111
|
+
RegionOfOrigin?: string;
|
|
112
|
+
Status?: any;
|
|
113
|
+
UpdateTime?: string;
|
|
114
|
+
};
|
|
115
|
+
ReturnPolicyDetails?: {
|
|
116
|
+
Description?: boolean;
|
|
117
|
+
DetailVersion: string;
|
|
118
|
+
Refund?: {
|
|
119
|
+
Description?: string;
|
|
120
|
+
RefundOption?: string;
|
|
121
|
+
};
|
|
122
|
+
ReturnsAccepted?: {
|
|
123
|
+
Description?: string;
|
|
124
|
+
ReturnsAcceptedOption?: string;
|
|
125
|
+
};
|
|
126
|
+
ReturnsWithin?: {
|
|
127
|
+
Description?: string;
|
|
128
|
+
ReturnsWithinOption?: string;
|
|
129
|
+
};
|
|
130
|
+
ShippingCostPaidBy?: {
|
|
131
|
+
Description?: string;
|
|
132
|
+
ShippingCostPaidByOption?: string;
|
|
133
|
+
};
|
|
134
|
+
UpdateTime: string;
|
|
135
|
+
};
|
|
136
|
+
ShippingCarrierDetails?: {
|
|
137
|
+
Description?: string;
|
|
138
|
+
DetailVersion: string;
|
|
139
|
+
ShippingCarrier?: 'A1CourierServices' | 'ABF' | 'AeroPost' | 'ALLIEDEXPRESS' | 'AMWST' | 'AnPost' | 'APC' | 'ARAMEX' | 'ARVATO' | 'ASM' | 'AustralianAirExpress' | 'AustraliaPost' | 'AVRT' | 'Bartolini' | 'BELGIANPOST' | 'BKNS' | 'BluePackage' | 'BPost' | 'BusinessPost' | 'CanPar' | 'CENF' | 'CEVA' | 'ChinaPost' | 'Chronoexpres' | 'Chronopost' | 'CHUKOU1' | 'ChunghwaPost' | 'CitiPost' | 'CityLink' | 'ClickandQuick' | 'CNWY' | 'ColiposteDomestic' | 'ColiposteInternational' | 'Colissimo' | 'CollectPlus' | 'Correos' | 'CPC' | 'CustomCode' | 'DAIPost' | 'DayandRoss' | 'DBSchenker' | 'DeutschePost' | 'DHL' | 'DHLEKB' | 'DHLEXPRESS' | 'DHLG' | 'DHLGlobalMail' | 'DieSchweizerischePost' | 'DPD' | 'DPXThailand' | 'Ducros' | 'EGO' | 'EMF' | 'Exapaq' | 'Fastway' | 'FASTWAYCOURIERS' | 'FedEx' | 'FedExSmartPost' | 'FLYT' | 'FLYTExpress' | 'FlytExpressUSDirectline' | 'FourPX' | 'FourPXCHINA' | 'FourPXExpress' | 'FourPXLTD' | 'FTFT' | 'FulfilExpressAccStation' | 'FulfilExpresseForCity' | 'FulfilExpressEverydaySource' | 'FulfilExpressiTrimming' | 'GLS' | 'HDUSA' | 'Hermes' | 'HomeDeliveryNetwork' | 'HongKongPost' | 'HUNTEREXPRESS' | 'iLoxx' | 'IndiaPost' | 'IndonesiaPost' | 'Interlink' | 'InterPost' | 'IoInvio' | 'Iparcel' | 'IsraelPost' | 'JapanPost' | 'KIALA' | 'KoreaPost' | 'Landmark' | 'LAPOSTE' | 'LDSO' | 'LTL' | 'MALAYSIAPOST' | 'MannaFreight' | 'Metapack' | 'MNGTurkey' | 'MondialRelay' | 'MRW' | 'MSI' | 'Nacex' | 'NEMF' | 'ODFL' | 'OFFD' | 'ONTRACK' | 'OsterreichischePostAG' | 'Other' | 'OVNT' | 'Parcelforce' | 'ParcelPool' | 'Philpost' | 'Pilot' | 'PITD' | 'PocztaPolska' | 'Pocztex' | 'PosteItaliane' | 'POSTITALIANO' | 'PostNL' | 'PostNordNorway' | 'Prestige' | 'Quantium' | 'RETL' | 'RoyalMail' | 'RRUN' | 'SAIA' | 'SDA' | 'Seur' | 'SevenLSP' | 'SFC' | 'SFCExpress' | 'SINGAPOREPOST' | 'Siodemka' | 'SioliandFontana' | 'SkynetMalaysia' | 'SMARTSEND' | 'Sogetras' | 'Spediamo' | 'SpeeDee' | 'StarTrack' | 'SuntekExpressLTD' | 'SwissPost' | 'TELE' | 'TEMANDO' | 'THAILANDPOST' | 'TNT' | 'TNTEXPRESS' | 'TNTPost' | 'Toll' | 'TPG' | 'TWW' | 'UBI' | 'UKMail' | 'UPS' | 'UPSC' | 'UPSMailInnovations' | 'USFG' | 'USPS' | 'USPSCeP' | 'USPSPMI' | 'VietnamPost' | 'VITR' | 'WATKINS' | 'Winit' | 'Wise' | 'WNdirect' | 'WPX' | 'YANWEN' | 'Yodel' | 'YRC';
|
|
140
|
+
ShippingCarrierID?: number;
|
|
141
|
+
UpdateTime: string;
|
|
142
|
+
};
|
|
143
|
+
ShippingCategoryDetails?: {
|
|
144
|
+
Description?: string;
|
|
145
|
+
DetailVersion: string;
|
|
146
|
+
ShippingCategory?: string;
|
|
147
|
+
UpdateTime: string;
|
|
148
|
+
};
|
|
149
|
+
ShippingLocationDetails?: {
|
|
150
|
+
Description?: string;
|
|
151
|
+
DetailVersion: string;
|
|
152
|
+
ShippingLocation?: string;
|
|
153
|
+
UpdateTime: string;
|
|
154
|
+
};
|
|
155
|
+
ShippingPackageDetails?: {
|
|
156
|
+
DefaultValue?: boolean;
|
|
157
|
+
Description?: string;
|
|
158
|
+
DetailVersion: string;
|
|
159
|
+
DimensionsSupported?: boolean;
|
|
160
|
+
PackageID?: number;
|
|
161
|
+
ShippingPackage?: 'BulkyGoods' | 'Caravan' | 'Cars' | 'CustomCode' | 'Europallet' | 'ExpandableToughBags' | 'ExtraLargePack' | 'Furniture' | 'IndustryVehicles' | 'LargeCanadaPostBox' | 'LargeCanadaPostBubbleMailer' | 'LargeEnvelope' | 'Letter' | 'MailingBoxes' | 'MediumCanadaPostBox' | 'MediumCanadaPostBubbleMailer' | 'Motorbikes' | 'None' | 'OneWayPallet' | 'PackageThickEnvelope' | 'PaddedBags' | 'ParcelOrPaddedEnvelope' | 'Roll' | 'SmallCanadaPostBox' | 'SmallCanadaPostBubbleMailer' | 'ToughBags' | 'UPSLetter' | 'USPSFlatRateEnvelope' | 'USPSLargePack' | 'VeryLargePack' | 'Winepak';
|
|
162
|
+
UpdateTime: string;
|
|
163
|
+
};
|
|
164
|
+
ShippingServiceDetails?: {
|
|
165
|
+
CostGroupFlat?: string;
|
|
166
|
+
DeprecationDetails?: {
|
|
167
|
+
AnnouncementStartTime?: string;
|
|
168
|
+
EventTime?: string;
|
|
169
|
+
MessageType?: 'CustomCode' | 'Deprecation' | 'DeprecationAndMapping' | 'Mapping' | 'None';
|
|
170
|
+
};
|
|
171
|
+
Description: string;
|
|
172
|
+
DetailVersion: string;
|
|
173
|
+
DimensionsRequired?: boolean;
|
|
174
|
+
ExpeditedService?: boolean;
|
|
175
|
+
InternationalService?: boolean;
|
|
176
|
+
MappedToShippingServiceID?: number;
|
|
177
|
+
ServiceType?: 'Calculated' | 'CalculatedDomesticFlatInternational' | 'CustomCode' | 'Flat' | 'FlatDomesticCalculatedInternational' | 'Free' | 'Freight' | 'FreightFlat' | 'NotSpecified';
|
|
178
|
+
ShippingCarrier?: 'A1CourierServices' | 'ABF' | 'AeroPost' | 'ALLIEDEXPRESS' | 'AMWST' | 'AnPost' | 'APC' | 'ARAMEX' | 'ARVATO' | 'ASM' | 'AustralianAirExpress' | 'AustraliaPost' | 'AVRT' | 'Bartolini' | 'BELGIANPOST' | 'BKNS' | 'BluePackage' | 'BPost' | 'BusinessPost' | 'CanPar' | 'CENF' | 'CEVA' | 'ChinaPost' | 'Chronoexpres' | 'Chronopost' | 'CHUKOU1' | 'ChunghwaPost' | 'CitiPost' | 'CityLink' | 'ClickandQuick' | 'CNWY' | 'ColiposteDomestic' | 'ColiposteInternational' | 'Colissimo' | 'CollectPlus' | 'Correos' | 'CPC' | 'CustomCode' | 'DAIPost' | 'DayandRoss' | 'DBSchenker' | 'DeutschePost' | 'DHL' | 'DHLEKB' | 'DHLEXPRESS' | 'DHLG' | 'DHLGlobalMail' | 'DieSchweizerischePost' | 'DPD' | 'DPXThailand' | 'Ducros' | 'EGO' | 'EMF' | 'Exapaq' | 'Fastway' | 'FASTWAYCOURIERS' | 'FedEx' | 'FedExSmartPost' | 'FLYT' | 'FLYTExpress' | 'FlytExpressUSDirectline' | 'FourPX' | 'FourPXCHINA' | 'FourPXExpress' | 'FourPXLTD' | 'FTFT' | 'FulfilExpressAccStation' | 'FulfilExpresseForCity' | 'FulfilExpressEverydaySource' | 'FulfilExpressiTrimming' | 'GLS' | 'HDUSA' | 'Hermes' | 'HomeDeliveryNetwork' | 'HongKongPost' | 'HUNTEREXPRESS' | 'iLoxx' | 'IndiaPost' | 'IndonesiaPost' | 'Interlink' | 'InterPost' | 'IoInvio' | 'Iparcel' | 'IsraelPost' | 'JapanPost' | 'KIALA' | 'KoreaPost' | 'Landmark' | 'LAPOSTE' | 'LDSO' | 'LTL' | 'MALAYSIAPOST' | 'MannaFreight' | 'Metapack' | 'MNGTurkey' | 'MondialRelay' | 'MRW' | 'MSI' | 'Nacex' | 'NEMF' | 'ODFL' | 'OFFD' | 'ONTRACK' | 'OsterreichischePostAG' | 'Other' | 'OVNT' | 'Parcelforce' | 'ParcelPool' | 'Philpost' | 'Pilot' | 'PITD' | 'PocztaPolska' | 'Pocztex' | 'PosteItaliane' | 'POSTITALIANO' | 'PostNL' | 'PostNordNorway' | 'Prestige' | 'Quantium' | 'RETL' | 'RoyalMail' | 'RRUN' | 'SAIA' | 'SDA' | 'Seur' | 'SevenLSP' | 'SFC' | 'SFCExpress' | 'SINGAPOREPOST' | 'Siodemka' | 'SioliandFontana' | 'SkynetMalaysia' | 'SMARTSEND' | 'Sogetras' | 'Spediamo' | 'SpeeDee' | 'StarTrack' | 'SuntekExpressLTD' | 'SwissPost' | 'TELE' | 'TEMANDO' | 'THAILANDPOST' | 'TNT' | 'TNTEXPRESS' | 'TNTPost' | 'Toll' | 'TPG' | 'TWW' | 'UBI' | 'UKMail' | 'UPS' | 'UPSC' | 'UPSMailInnovations' | 'USFG' | 'USPS' | 'USPSCeP' | 'USPSPMI' | 'VietnamPost' | 'VITR' | 'WATKINS' | 'Winit' | 'Wise' | 'WNdirect' | 'WPX' | 'YANWEN' | 'Yodel' | 'YRC';
|
|
179
|
+
ShippingCategory?: string;
|
|
180
|
+
ShippingPackage?: 'BulkyGoods' | 'Caravan' | 'Cars' | 'CustomCode' | 'Europallet' | 'ExpandableToughBags' | 'ExtraLargePack' | 'Furniture' | 'IndustryVehicles' | 'LargeCanadaPostBox' | 'LargeCanadaPostBubbleMailer' | 'LargeEnvelope' | 'Letter' | 'MailingBoxes' | 'MediumCanadaPostBox' | 'MediumCanadaPostBubbleMailer' | 'Motorbikes' | 'None' | 'OneWayPallet' | 'PackageThickEnvelope' | 'PaddedBags' | 'ParcelOrPaddedEnvelope' | 'Roll' | 'SmallCanadaPostBox' | 'SmallCanadaPostBubbleMailer' | 'ToughBags' | 'UPSLetter' | 'USPSFlatRateEnvelope' | 'USPSLargePack' | 'VeryLargePack' | 'Winepak';
|
|
181
|
+
ShippingService?: string;
|
|
182
|
+
ShippingServiceID?: number;
|
|
183
|
+
ShippingServicePackageDetails?: {
|
|
184
|
+
DimensionsRequired?: boolean;
|
|
185
|
+
Name?: 'BulkyGoods' | 'Caravan' | 'Cars' | 'CustomCode' | 'Europallet' | 'ExpandableToughBags' | 'ExtraLargePack' | 'Furniture' | 'IndustryVehicles' | 'LargeCanadaPostBox' | 'LargeCanadaPostBubbleMailer' | 'LargeEnvelope' | 'Letter' | 'MailingBoxes' | 'MediumCanadaPostBox' | 'MediumCanadaPostBubbleMailer' | 'Motorbikes' | 'None' | 'OneWayPallet' | 'PackageThickEnvelope' | 'PaddedBags' | 'ParcelOrPaddedEnvelope' | 'Roll' | 'SmallCanadaPostBox' | 'SmallCanadaPostBubbleMailer' | 'ToughBags' | 'UPSLetter' | 'USPSFlatRateEnvelope' | 'USPSLargePack' | 'VeryLargePack' | 'Winepak';
|
|
186
|
+
};
|
|
187
|
+
ShippingTimeMax?: number;
|
|
188
|
+
ShippingTimeMin?: number;
|
|
189
|
+
SurchargeApplicable?: boolean;
|
|
190
|
+
UpdateTime: string;
|
|
191
|
+
ValidForSellingFlow?: boolean;
|
|
192
|
+
WeightRequired?: boolean;
|
|
193
|
+
};
|
|
194
|
+
SiteDetails?: {
|
|
195
|
+
DetailVersion: string;
|
|
196
|
+
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';
|
|
197
|
+
SiteID?: number;
|
|
198
|
+
UpdateTime: string;
|
|
199
|
+
};
|
|
200
|
+
TaxJurisdiction?: {
|
|
201
|
+
DetailVersion?: string;
|
|
202
|
+
JurisdictionID?: string;
|
|
203
|
+
JurisdictionName?: string;
|
|
204
|
+
UpdateTime?: string;
|
|
205
|
+
};
|
|
206
|
+
TimeZoneDetails?: {
|
|
207
|
+
DaylightSavingsInEffect?: boolean;
|
|
208
|
+
DaylightSavingsLabel?: string;
|
|
209
|
+
DaylightSavingsOffset?: string;
|
|
210
|
+
DetailVersion: string;
|
|
211
|
+
StandardLabel?: string;
|
|
212
|
+
StandardOffset?: string;
|
|
213
|
+
TimeZoneID?: string;
|
|
214
|
+
UpdateTime: string;
|
|
215
|
+
};
|
|
216
|
+
URLDetails?: {
|
|
217
|
+
DetailVersion: string;
|
|
218
|
+
URL?: string;
|
|
219
|
+
URLType?: 'CustomCode' | 'eBayStoreURL' | 'LargeLogoURL' | 'MediumLogoURL' | 'MyeBayBiddingURL' | 'MyeBayNotWonURL' | 'MyeBayURL' | 'MyeBayWatchingURL' | 'MyeBayWonURL' | 'SmallLogoURL' | 'ViewItemURL' | 'ViewUserURL';
|
|
220
|
+
UpdateTime: string;
|
|
221
|
+
};
|
|
222
|
+
UpdateTime: string;
|
|
223
|
+
VariationDetails?: {
|
|
224
|
+
DetailVersion: string;
|
|
225
|
+
MaxNamesPerVariationSpecificsSet?: number;
|
|
226
|
+
MaxValuesPerVariationSpecificsSetName?: number;
|
|
227
|
+
MaxVariationsPerItem?: number;
|
|
228
|
+
UpdateTime: string;
|
|
229
|
+
};
|
|
230
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
export * from './common.js';
|
|
2
|
+
export * from './add-fixed-price-item-response.js';
|
|
3
|
+
export * from './add-item-response.js';
|
|
4
|
+
export * from './add-items-response.js';
|
|
5
|
+
export * from './add-member-message-a-a-q-to-partner-response.js';
|
|
6
|
+
export * from './add-member-message-r-t-q-response.js';
|
|
7
|
+
export * from './add-member-messages-a-a-q-to-bidder-response.js';
|
|
8
|
+
export * from './add-order-response.js';
|
|
9
|
+
export * from './add-second-chance-item-response.js';
|
|
10
|
+
export * from './add-to-item-description-response.js';
|
|
11
|
+
export * from './add-to-watch-list-response.js';
|
|
12
|
+
export * from './complete-sale-response.js';
|
|
13
|
+
export * from './delete-my-messages-response.js';
|
|
14
|
+
export * from './end-fixed-price-item-response.js';
|
|
15
|
+
export * from './end-items-response.js';
|
|
16
|
+
export * from './fetch-token-response.js';
|
|
17
|
+
export * from './get-account-response.js';
|
|
18
|
+
export * from './get-ad-format-leads-response.js';
|
|
19
|
+
export * from './get-all-bidders-response.js';
|
|
20
|
+
export * from './get-best-offers-response.js';
|
|
21
|
+
export * from './get-bidder-list-response.js';
|
|
22
|
+
export * from './get-categories-response.js';
|
|
23
|
+
export * from './get-category-features-response.js';
|
|
24
|
+
export * from './get-description-templates-response.js';
|
|
25
|
+
export * from './get-feedback-response.js';
|
|
26
|
+
export * from './get-item-response.js';
|
|
27
|
+
export * from './get-items-awaiting-feedback-response.js';
|
|
28
|
+
export * from './get-member-messages-response.js';
|
|
29
|
+
export * from './get-message-preferences-response.js';
|
|
30
|
+
export * from './get-my-messages-response.js';
|
|
31
|
+
export * from './get-seller-list-response.js';
|
|
32
|
+
export * from './get-seller-transactions-response.js';
|
|
33
|
+
export * from './get-shipping-discount-profiles-response.js';
|
|
34
|
+
export * from './get-store-response.js';
|
|
35
|
+
export * from './get-tax-table-response.js';
|
|
36
|
+
export * from './get-token-status-response.js';
|
|
37
|
+
export * from './get-user-contact-details-response.js';
|
|
38
|
+
export * from './get-user-preferences-response.js';
|
|
39
|
+
export * from './get-user-response.js';
|
|
40
|
+
export * from './get-ve-r-o-reason-code-details-response.js';
|
|
41
|
+
export * from './get-ve-r-o-report-status-response.js';
|
|
42
|
+
export * from './gete-bay-details-response.js';
|
|
43
|
+
export * from './place-offer-response.js';
|
|
44
|
+
export * from './relist-fixed-price-item-response.js';
|
|
45
|
+
export * from './relist-item-response.js';
|
|
46
|
+
export * from './remove-from-watch-list-response.js';
|
|
47
|
+
export * from './respond-to-best-offer-response.js';
|
|
48
|
+
export * from './respond-to-feedback-response.js';
|
|
49
|
+
export * from './revise-fixed-price-item-response.js';
|
|
50
|
+
export * from './revise-inventory-status-response.js';
|
|
51
|
+
export * from './revise-item-response.js';
|
|
52
|
+
export * from './revise-my-messages-folders-response.js';
|
|
53
|
+
export * from './revise-my-messages-response.js';
|
|
54
|
+
export * from './revoke-token-response.js';
|
|
55
|
+
export * from './send-invoice-response.js';
|
|
56
|
+
export * from './set-message-preferences-response.js';
|
|
57
|
+
export * from './set-notification-preferences-response.js';
|
|
58
|
+
export * from './set-shipping-discount-profiles-response.js';
|
|
59
|
+
export * from './set-store-categories-response.js';
|
|
60
|
+
export * from './set-tax-table-response.js';
|
|
61
|
+
export * from './set-user-notes-response.js';
|
|
62
|
+
export * from './set-user-preferences-response.js';
|
|
63
|
+
export * from './upload-site-hosted-pictures-response.js';
|
|
64
|
+
export * from './ve-r-o-report-items-response.js';
|
|
65
|
+
export * from './verify-add-fixed-price-item-response.js';
|
|
66
|
+
export * from './verify-add-item-response.js';
|
|
67
|
+
export * from './verify-add-second-chance-item-response.js';
|
|
68
|
+
export * from './verify-relist-item-response.js';
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
export * from './common.js';
|
|
2
|
+
export * from './add-fixed-price-item-response.js';
|
|
3
|
+
export * from './add-item-response.js';
|
|
4
|
+
export * from './add-items-response.js';
|
|
5
|
+
export * from './add-member-message-a-a-q-to-partner-response.js';
|
|
6
|
+
export * from './add-member-message-r-t-q-response.js';
|
|
7
|
+
export * from './add-member-messages-a-a-q-to-bidder-response.js';
|
|
8
|
+
export * from './add-order-response.js';
|
|
9
|
+
export * from './add-second-chance-item-response.js';
|
|
10
|
+
export * from './add-to-item-description-response.js';
|
|
11
|
+
export * from './add-to-watch-list-response.js';
|
|
12
|
+
export * from './complete-sale-response.js';
|
|
13
|
+
export * from './delete-my-messages-response.js';
|
|
14
|
+
export * from './end-fixed-price-item-response.js';
|
|
15
|
+
export * from './end-items-response.js';
|
|
16
|
+
export * from './fetch-token-response.js';
|
|
17
|
+
export * from './get-account-response.js';
|
|
18
|
+
export * from './get-ad-format-leads-response.js';
|
|
19
|
+
export * from './get-all-bidders-response.js';
|
|
20
|
+
export * from './get-best-offers-response.js';
|
|
21
|
+
export * from './get-bidder-list-response.js';
|
|
22
|
+
export * from './get-categories-response.js';
|
|
23
|
+
export * from './get-category-features-response.js';
|
|
24
|
+
export * from './get-description-templates-response.js';
|
|
25
|
+
export * from './get-feedback-response.js';
|
|
26
|
+
export * from './get-item-response.js';
|
|
27
|
+
export * from './get-items-awaiting-feedback-response.js';
|
|
28
|
+
export * from './get-member-messages-response.js';
|
|
29
|
+
export * from './get-message-preferences-response.js';
|
|
30
|
+
export * from './get-my-messages-response.js';
|
|
31
|
+
export * from './get-seller-list-response.js';
|
|
32
|
+
export * from './get-seller-transactions-response.js';
|
|
33
|
+
export * from './get-shipping-discount-profiles-response.js';
|
|
34
|
+
export * from './get-store-response.js';
|
|
35
|
+
export * from './get-tax-table-response.js';
|
|
36
|
+
export * from './get-token-status-response.js';
|
|
37
|
+
export * from './get-user-contact-details-response.js';
|
|
38
|
+
export * from './get-user-preferences-response.js';
|
|
39
|
+
export * from './get-user-response.js';
|
|
40
|
+
export * from './get-ve-r-o-reason-code-details-response.js';
|
|
41
|
+
export * from './get-ve-r-o-report-status-response.js';
|
|
42
|
+
export * from './gete-bay-details-response.js';
|
|
43
|
+
export * from './place-offer-response.js';
|
|
44
|
+
export * from './relist-fixed-price-item-response.js';
|
|
45
|
+
export * from './relist-item-response.js';
|
|
46
|
+
export * from './remove-from-watch-list-response.js';
|
|
47
|
+
export * from './respond-to-best-offer-response.js';
|
|
48
|
+
export * from './respond-to-feedback-response.js';
|
|
49
|
+
export * from './revise-fixed-price-item-response.js';
|
|
50
|
+
export * from './revise-inventory-status-response.js';
|
|
51
|
+
export * from './revise-item-response.js';
|
|
52
|
+
export * from './revise-my-messages-folders-response.js';
|
|
53
|
+
export * from './revise-my-messages-response.js';
|
|
54
|
+
export * from './revoke-token-response.js';
|
|
55
|
+
export * from './send-invoice-response.js';
|
|
56
|
+
export * from './set-message-preferences-response.js';
|
|
57
|
+
export * from './set-notification-preferences-response.js';
|
|
58
|
+
export * from './set-shipping-discount-profiles-response.js';
|
|
59
|
+
export * from './set-store-categories-response.js';
|
|
60
|
+
export * from './set-tax-table-response.js';
|
|
61
|
+
export * from './set-user-notes-response.js';
|
|
62
|
+
export * from './set-user-preferences-response.js';
|
|
63
|
+
export * from './upload-site-hosted-pictures-response.js';
|
|
64
|
+
export * from './ve-r-o-report-items-response.js';
|
|
65
|
+
export * from './verify-add-fixed-price-item-response.js';
|
|
66
|
+
export * from './verify-add-item-response.js';
|
|
67
|
+
export * from './verify-add-second-chance-item-response.js';
|
|
68
|
+
export * from './verify-relist-item-response.js';
|