AuctionService


전체 작업 목록을 보려면 여기를 클릭하십시오.

GetRelatedItems

[연관상품]

테스트

테스트 폼은 로컬 컴퓨터의 요청에만 사용할 수 있습니다.

SOAP 1.1

다음은 샘플 SOAP 1.1 요청 및 응답입니다. 표시된 placeholders는 실제 값으로 바꿔야 합니다.

POST /APIv1/AuctionService.asmx HTTP/1.1
Host: api.auction.co.kr
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.auction.co.kr/APIv1/AuctionService/GetRelatedItems"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Header>
    <AuthenticationTicket xmlns="http://www.auction.co.kr/Security">
      <Value>string</Value>
    </AuthenticationTicket>
    <EncryptedTicket xmlns="http://www.auction.co.kr/Security">
      <Value>string</Value>
    </EncryptedTicket>
  </soap:Header>
  <soap:Body>
    <GetRelatedItems xmlns="http://www.auction.co.kr/APIv1/AuctionService">
      <req>
        <ItemNo xmlns="http://schema.auction.co.kr/Arche.APISvc.xsd">string</ItemNo>
      </req>
    </GetRelatedItems>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Header>
    <EncryptedTicket xmlns="http://www.auction.co.kr/Security">
      <Value>string</Value>
    </EncryptedTicket>
  </soap:Header>
  <soap:Body>
    <GetRelatedItemsResponse xmlns="http://www.auction.co.kr/APIv1/AuctionService">
      <GetRelatedItemsResult>
        <RelatedItemArray ViewCount="int" xmlns="http://schema.auction.co.kr/Arche.APISvc.xsd">
          <Item ItemID="string" Name="string" SellingType="Auction or GroupBuy or StoresFixedPrice or FixedPriceItem" AdMessage="string" StartPrice="decimal" BuyItNowPrice="decimal" MarketPrice="decimal" SupplyPrice="decimal" Quantity="int" BuyableQuantity="int" UsedMonth="int" MadeDate="dateTime" UseByDate="dateTime" InterestFree="None or Month3 or Month6 or Month3AndMonth6" IsDiscountInFull="boolean" ShippingRegions="Seoul or Inchon or Gwangju or Daegu or Daejeon or Busan or Ulsan or Gyeonggi or Gangwon or Chungnnam or Chungbuk or Gyeongnam or Gyeongbuk or Jeonnam or Jeonbuk or Jeju or SeoulGyeonggi or SeoulGyeonggiDaejeon or ChungCheong or Gyeongsang or Jeolla or BusanUlsan or Country or LandOnly" OfferingAfterService="boolean" ASInfo="string" TradeDescription="string" OptionRequired="boolean" IsMovingPicture="boolean" MovingPictureURL="string" NowPrice="decimal" LotteSalePrice="decimal" ExistRelatedItem="boolean" OptionBuyType="UnUsed or Use" InputChannel="string">
            <ListingDetails xsi:nil="true" />
            <ProductListingDetails xsi:nil="true" />
            <ListingEnhancement>Bold or EyeFocus</ListingEnhancement>
            <ListingEnhancement>Bold or EyeFocus</ListingEnhancement>
            <Option xsi:nil="true" />
            <OptionBuy xsi:nil="true" />
            <Description xsi:nil="true" />
            <SellingStatus xsi:nil="true" />
            <Category xsi:nil="true" />
            <PictureDetails xsi:nil="true" />
            <AttributeSetArray xsi:nil="true" />
            <ReceiptType xsi:nil="true" />
            <Origin xsi:nil="true" />
            <Brand xsi:nil="true" />
            <Seller xsi:nil="true" />
            <Shipping xsi:nil="true" />
            <Return xsi:nil="true" />
            <DiscountArray xsi:nil="true" />
            <PictureExpansion xsi:nil="true" />
            <IsFreeExperience>boolean</IsFreeExperience>
          </Item>
        </RelatedItemArray>
        <RelatedItemArray ViewCount="int" xmlns="http://schema.auction.co.kr/Arche.APISvc.xsd">
          <Item ItemID="string" Name="string" SellingType="Auction or GroupBuy or StoresFixedPrice or FixedPriceItem" AdMessage="string" StartPrice="decimal" BuyItNowPrice="decimal" MarketPrice="decimal" SupplyPrice="decimal" Quantity="int" BuyableQuantity="int" UsedMonth="int" MadeDate="dateTime" UseByDate="dateTime" InterestFree="None or Month3 or Month6 or Month3AndMonth6" IsDiscountInFull="boolean" ShippingRegions="Seoul or Inchon or Gwangju or Daegu or Daejeon or Busan or Ulsan or Gyeonggi or Gangwon or Chungnnam or Chungbuk or Gyeongnam or Gyeongbuk or Jeonnam or Jeonbuk or Jeju or SeoulGyeonggi or SeoulGyeonggiDaejeon or ChungCheong or Gyeongsang or Jeolla or BusanUlsan or Country or LandOnly" OfferingAfterService="boolean" ASInfo="string" TradeDescription="string" OptionRequired="boolean" IsMovingPicture="boolean" MovingPictureURL="string" NowPrice="decimal" LotteSalePrice="decimal" ExistRelatedItem="boolean" OptionBuyType="UnUsed or Use" InputChannel="string">
            <ListingDetails xsi:nil="true" />
            <ProductListingDetails xsi:nil="true" />
            <ListingEnhancement>Bold or EyeFocus</ListingEnhancement>
            <ListingEnhancement>Bold or EyeFocus</ListingEnhancement>
            <Option xsi:nil="true" />
            <OptionBuy xsi:nil="true" />
            <Description xsi:nil="true" />
            <SellingStatus xsi:nil="true" />
            <Category xsi:nil="true" />
            <PictureDetails xsi:nil="true" />
            <AttributeSetArray xsi:nil="true" />
            <ReceiptType xsi:nil="true" />
            <Origin xsi:nil="true" />
            <Brand xsi:nil="true" />
            <Seller xsi:nil="true" />
            <Shipping xsi:nil="true" />
            <Return xsi:nil="true" />
            <DiscountArray xsi:nil="true" />
            <PictureExpansion xsi:nil="true" />
            <IsFreeExperience>boolean</IsFreeExperience>
          </Item>
        </RelatedItemArray>
      </GetRelatedItemsResult>
    </GetRelatedItemsResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

다음은 샘플 SOAP 1.2 요청 및 응답입니다. 표시된 placeholders는 실제 값으로 바꿔야 합니다.

POST /APIv1/AuctionService.asmx HTTP/1.1
Host: api.auction.co.kr
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Header>
    <AuthenticationTicket xmlns="http://www.auction.co.kr/Security">
      <Value>string</Value>
    </AuthenticationTicket>
    <EncryptedTicket xmlns="http://www.auction.co.kr/Security">
      <Value>string</Value>
    </EncryptedTicket>
  </soap12:Header>
  <soap12:Body>
    <GetRelatedItems xmlns="http://www.auction.co.kr/APIv1/AuctionService">
      <req>
        <ItemNo xmlns="http://schema.auction.co.kr/Arche.APISvc.xsd">string</ItemNo>
      </req>
    </GetRelatedItems>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Header>
    <EncryptedTicket xmlns="http://www.auction.co.kr/Security">
      <Value>string</Value>
    </EncryptedTicket>
  </soap12:Header>
  <soap12:Body>
    <GetRelatedItemsResponse xmlns="http://www.auction.co.kr/APIv1/AuctionService">
      <GetRelatedItemsResult>
        <RelatedItemArray ViewCount="int" xmlns="http://schema.auction.co.kr/Arche.APISvc.xsd">
          <Item ItemID="string" Name="string" SellingType="Auction or GroupBuy or StoresFixedPrice or FixedPriceItem" AdMessage="string" StartPrice="decimal" BuyItNowPrice="decimal" MarketPrice="decimal" SupplyPrice="decimal" Quantity="int" BuyableQuantity="int" UsedMonth="int" MadeDate="dateTime" UseByDate="dateTime" InterestFree="None or Month3 or Month6 or Month3AndMonth6" IsDiscountInFull="boolean" ShippingRegions="Seoul or Inchon or Gwangju or Daegu or Daejeon or Busan or Ulsan or Gyeonggi or Gangwon or Chungnnam or Chungbuk or Gyeongnam or Gyeongbuk or Jeonnam or Jeonbuk or Jeju or SeoulGyeonggi or SeoulGyeonggiDaejeon or ChungCheong or Gyeongsang or Jeolla or BusanUlsan or Country or LandOnly" OfferingAfterService="boolean" ASInfo="string" TradeDescription="string" OptionRequired="boolean" IsMovingPicture="boolean" MovingPictureURL="string" NowPrice="decimal" LotteSalePrice="decimal" ExistRelatedItem="boolean" OptionBuyType="UnUsed or Use" InputChannel="string">
            <ListingDetails xsi:nil="true" />
            <ProductListingDetails xsi:nil="true" />
            <ListingEnhancement>Bold or EyeFocus</ListingEnhancement>
            <ListingEnhancement>Bold or EyeFocus</ListingEnhancement>
            <Option xsi:nil="true" />
            <OptionBuy xsi:nil="true" />
            <Description xsi:nil="true" />
            <SellingStatus xsi:nil="true" />
            <Category xsi:nil="true" />
            <PictureDetails xsi:nil="true" />
            <AttributeSetArray xsi:nil="true" />
            <ReceiptType xsi:nil="true" />
            <Origin xsi:nil="true" />
            <Brand xsi:nil="true" />
            <Seller xsi:nil="true" />
            <Shipping xsi:nil="true" />
            <Return xsi:nil="true" />
            <DiscountArray xsi:nil="true" />
            <PictureExpansion xsi:nil="true" />
            <IsFreeExperience>boolean</IsFreeExperience>
          </Item>
        </RelatedItemArray>
        <RelatedItemArray ViewCount="int" xmlns="http://schema.auction.co.kr/Arche.APISvc.xsd">
          <Item ItemID="string" Name="string" SellingType="Auction or GroupBuy or StoresFixedPrice or FixedPriceItem" AdMessage="string" StartPrice="decimal" BuyItNowPrice="decimal" MarketPrice="decimal" SupplyPrice="decimal" Quantity="int" BuyableQuantity="int" UsedMonth="int" MadeDate="dateTime" UseByDate="dateTime" InterestFree="None or Month3 or Month6 or Month3AndMonth6" IsDiscountInFull="boolean" ShippingRegions="Seoul or Inchon or Gwangju or Daegu or Daejeon or Busan or Ulsan or Gyeonggi or Gangwon or Chungnnam or Chungbuk or Gyeongnam or Gyeongbuk or Jeonnam or Jeonbuk or Jeju or SeoulGyeonggi or SeoulGyeonggiDaejeon or ChungCheong or Gyeongsang or Jeolla or BusanUlsan or Country or LandOnly" OfferingAfterService="boolean" ASInfo="string" TradeDescription="string" OptionRequired="boolean" IsMovingPicture="boolean" MovingPictureURL="string" NowPrice="decimal" LotteSalePrice="decimal" ExistRelatedItem="boolean" OptionBuyType="UnUsed or Use" InputChannel="string">
            <ListingDetails xsi:nil="true" />
            <ProductListingDetails xsi:nil="true" />
            <ListingEnhancement>Bold or EyeFocus</ListingEnhancement>
            <ListingEnhancement>Bold or EyeFocus</ListingEnhancement>
            <Option xsi:nil="true" />
            <OptionBuy xsi:nil="true" />
            <Description xsi:nil="true" />
            <SellingStatus xsi:nil="true" />
            <Category xsi:nil="true" />
            <PictureDetails xsi:nil="true" />
            <AttributeSetArray xsi:nil="true" />
            <ReceiptType xsi:nil="true" />
            <Origin xsi:nil="true" />
            <Brand xsi:nil="true" />
            <Seller xsi:nil="true" />
            <Shipping xsi:nil="true" />
            <Return xsi:nil="true" />
            <DiscountArray xsi:nil="true" />
            <PictureExpansion xsi:nil="true" />
            <IsFreeExperience>boolean</IsFreeExperience>
          </Item>
        </RelatedItemArray>
      </GetRelatedItemsResult>
    </GetRelatedItemsResponse>
  </soap12:Body>
</soap12:Envelope>