mirror of
https://github.com/cubixle/go-ebay.git
synced 2026-04-24 23:04:44 +01:00
70 lines
2.7 KiB
XML
70 lines
2.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<AddFixedPriceItemResponse xmlns="urn:ebay:apis:eBLBaseComponents">
|
|
<!-- Call-specific Output Fields -->
|
|
<Category2ID> string </Category2ID>
|
|
<CategoryID> string </CategoryID>
|
|
<DiscountReason> DiscountReasonCodeType </DiscountReason>
|
|
<!-- ... more DiscountReason values allowed here ... -->
|
|
<EndTime> dateTime </EndTime>
|
|
<Fees> FeesType
|
|
<Fee> FeeType
|
|
<Fee currencyID="CurrencyCodeType"> AmountType (double) </Fee>
|
|
<Name> string </Name>
|
|
<PromotionalDiscount currencyID="CurrencyCodeType"> AmountType (double) </PromotionalDiscount>
|
|
</Fee>
|
|
<!-- ... more Fee nodes allowed here ... -->
|
|
</Fees>
|
|
<ItemID> ItemIDType (string) </ItemID>
|
|
<ListingRecommendations> ListingRecommendationsType
|
|
<Recommendation> ListingRecommendationType
|
|
<Code> string </Code>
|
|
<FieldName> string </FieldName>
|
|
<Group> string </Group>
|
|
<Message> string </Message>
|
|
<Metadata> MetadataType
|
|
<Name> string </Name>
|
|
<Value> string </Value>
|
|
<!-- ... more Value values allowed here ... -->
|
|
</Metadata>
|
|
<!-- ... more Metadata nodes allowed here ... -->
|
|
<Type> string </Type>
|
|
<Value> string </Value>
|
|
<!-- ... more Value values allowed here ... -->
|
|
</Recommendation>
|
|
<!-- ... more Recommendation nodes allowed here ... -->
|
|
</ListingRecommendations>
|
|
<ProductSuggestions> ProductSuggestionsType
|
|
<ProductSuggestion> ProductSuggestionType
|
|
<EPID> string </EPID>
|
|
<Recommended> boolean </Recommended>
|
|
<StockPhoto> string </StockPhoto>
|
|
<Title> string </Title>
|
|
</ProductSuggestion>
|
|
<!-- ... more ProductSuggestion nodes allowed here ... -->
|
|
</ProductSuggestions>
|
|
<SKU> SKUType (string) </SKU>
|
|
<StartTime> dateTime </StartTime>
|
|
<!-- Standard Output Fields -->
|
|
<Ack> AckCodeType </Ack>
|
|
<Build> string </Build>
|
|
<CorrelationID> string </CorrelationID>
|
|
<DuplicateInvocationDetails> DuplicateInvocationDetailsType
|
|
<Status> InvocationStatusType </Status>
|
|
</DuplicateInvocationDetails>
|
|
<Errors> ErrorType
|
|
<ErrorClassification> ErrorClassificationCodeType </ErrorClassification>
|
|
<ErrorCode> token </ErrorCode>
|
|
<ErrorParameters ParamID="string"> ErrorParameterType
|
|
<Value> string </Value>
|
|
</ErrorParameters>
|
|
<!-- ... more ErrorParameters nodes allowed here ... -->
|
|
<LongMessage> string </LongMessage>
|
|
<SeverityCode> SeverityCodeType </SeverityCode>
|
|
<ShortMessage> string </ShortMessage>
|
|
</Errors>
|
|
<!-- ... more Errors nodes allowed here ... -->
|
|
<HardExpirationWarning> string </HardExpirationWarning>
|
|
<Message> string </Message>
|
|
<Timestamp> dateTime </Timestamp>
|
|
<Version> string </Version>
|
|
</AddFixedPriceItemResponse> |