Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter hurb2135

    (@hurb2135)

    [ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]

    <soap:Envelope encodingStyle="https://schemas.xmlsoap.org/soap/encoding/" xmlns="urn:ebay:apis:eBLBaseComponents" xmlns:soap="https://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="https://www.w3.org/2001/XMLSchema" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance">
        <soap:Header>
            <RequesterCredentials>
                <eBayAuthToken>...</eBayAuthToken>
                <Credentials>
                    <AppId>LWSWerbu-6147-43ed-9835-853f7b5dc6cb</AppId>
                    <DevId>db0c17b6-c357-4a38-aa60-7e80158f57dc</DevId>
                    <AuthCert>...</AuthCert>
                </Credentials>
            </RequesterCredentials>
        </soap:Header>
        <soap:Body>
            <VerifyAddFixedPriceItemRequest>
                <Version>789</Version>
                <Item>
                    <Country>DE</Country>
                    <Currency>EUR</Currency>
                    <Description>... show description ...</Description>
                    <HitCounter>BasicStyle</HitCounter>
                    <ListingDuration>Days_30</ListingDuration>
                    <ListingType>FixedPriceItem</ListingType>
                    <Location>Stutensee</Location>
                    <PaymentMethods>PayPal</PaymentMethods>
                    <PaymentMethods>MoneyXferAcceptedInCheckout</PaymentMethods>
                    <PayPalEmailAddress>[email protected]</PayPalEmailAddress>
                    <PrimaryCategory>
                        <CategoryID>63861</CategoryID>
                    </PrimaryCategory>
                    <ProductListingDetails>
                        <UPC>TestSKU</UPC>
                    </ProductListingDetails>
                    <ShippingDetails>
                        <ShippingServiceOptions>
                            <ShippingService>DE_DHLPackchen</ShippingService>
                            <ShippingServiceCost>0</ShippingServiceCost>
                            <ShippingServiceAdditionalCost>0</ShippingServiceAdditionalCost>
                            <ShippingServicePriority>1</ShippingServicePriority>
                            <FreeShipping>1</FreeShipping>
                        </ShippingServiceOptions>
                        <ShippingType>Flat</ShippingType>
                    </ShippingDetails>
                    <Site>Germany</Site>
                    <Title>Ebay Test</Title>
                    <UUID>1197537ccbc9fe0e162cf26e40b1fdd1</UUID>
                    <PostalCode>76297</PostalCode>
                    <PictureDetails>
                        <GalleryType>Gallery</GalleryType>
                        <GalleryURL>https://www.pelop.de/wp-content/uploads/2013/12/t-shirt.jpg</GalleryURL>
                        <PictureURL>https://www.pelop.de/wp-content/uploads/2013/12/t-shirt.jpg</PictureURL>
                    </PictureDetails>
                    <DispatchTimeMax>3</DispatchTimeMax>
                    <ItemSpecifics />
                    <ReturnPolicy>
                        <ReturnsWithinOption>Days_14</ReturnsWithinOption>
                        <ReturnsAcceptedOption>ReturnsAccepted</ReturnsAcceptedOption>
                        <Description>... show description ...</Description>
                        <ShippingCostPaidByOption>Buyer</ShippingCostPaidByOption>
                    </ReturnPolicy>
                    <Variations>
                        <Variation>
                            <SKU />
                            <StartPrice>19,99</StartPrice>
                            <Quantity>1</Quantity>
                            <VariationSpecifics>
                                <NameValueList>
                                    <Name>Gr??e</Name>
                                    <Value>36</Value>
                                </NameValueList>
                            </VariationSpecifics>
                        </Variation>
                        <Variation>
                            <SKU />
                            <StartPrice>19,99</StartPrice>
                            <Quantity>1</Quantity>
                            <VariationSpecifics>
                                <NameValueList>
                                    <Name>Gr??e</Name>
                                    <Value>37</Value>
                                </NameValueList>
                            </VariationSpecifics>
                        </Variation>
                        <Variation>
                            <SKU />
                            <StartPrice>19,99</StartPrice>
                            <Quantity>1</Quantity>
                            <VariationSpecifics>
                                <NameValueList>
                                    <Name>Gr??e</Name>
                                    <Value>38</Value>
                                </NameValueList>
                            </VariationSpecifics>
                        </Variation>
                        <Pictures>
                            <VariationSpecificName>Gr??e</VariationSpecificName>
                        </Pictures>
                        <VariationSpecificsSet>
                            <NameValueList>
                                <Name>Gr??e</Name>
                                <Value>36</Value>
                                <Value>37</Value>
                                <Value>38</Value>
                            </NameValueList>
                        </VariationSpecificsSet>
                    </Variations>
                    <ConditionID>1000</ConditionID>
                    <SellerProfiles />
                </Item>
            </VerifyAddFixedPriceItemRequest>
        </soap:Body>
    </soap:Envelope>
    <!-- XML_Beautifier -->
    
    Response
    
    <?xml version="1.0" encoding="UTF-8"?>
    <soapenv:Envelope xmlns:soapenv="https://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="https://www.w3.org/2001/XMLSchema" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance">
     <soapenv:Body>
      <soapenv:Fault>
       <faultcode xmlns:ns1="https://xml.apache.org/axis/">ns1:Server</faultcode>
       <faultstring>Ung??ltige Eingabedaten.</faultstring>
       <faultactor>https://www.ebay.com/ws/websvc/eBayAPI</faultactor>
       <detail>
        <FaultDetail>
         <ErrorCode>37</ErrorCode>
         <Severity>Error</Severity>
         <DetailedMessage>Eingabedaten f??r Tag <Item.Variations.Variation[1].StartPrice> sind ung??ltig oder fehlen. Bitte lesen Sie die API-Dokumentation.</DetailedMessage>
        </FaultDetail>
       </detail>
      </soapenv:Fault>
     </soapenv:Body>
    </soapenv:Envelope>
    
    Debug Info
    
        	WP-Lister: 1.3.2
        	Database : 26
        	PHP      : 5.3.27
        	WordPress: 3.7.1 (woo)
        	Locale   : de-DE
        	Charset  : UTF-8
        	Site URL : https://www.pelop.de
        	Admin    : [ redacted ]
        	Email    : [ redacted ]
Viewing 1 replies (of 1 total)