Amazon Services Japan
Amazonマーケットプレイス Web サービス (Amazon MWS) ドキュメント

Deprecation Notice:

Amazon Marketplace Web Service (MWS) will no longer be available after March 31, 2024. All MWS developers must migrate to Selling Partner API (SP-API) to avoid service disruptions. Refer to the Migration Hub for more information.

Amazon MWS ドキュメント

GetFulfillmentOrder

指定したSellerFulfillmentOrderIdに基づき、出荷注文を返します。

説明

GetFulfillmentOrderオペレーションは、指定したSellerFulfillmentOrderIdに基づき、1件の出荷注文を返します。このオペレーションは商品や出荷単位レベルの情報に加え、一般的な出荷注文の情報を返します。

利用可否

このオペレーションはすべてのマーケットプレイスで利用できます。

スロットリング

このGetFulfillmentOrderオペレーションの最大リクエストクォータは30回、回復レートは毎秒2リクエストです。 スロットリング用語の定義およびスロットリングの詳しい説明については、Amazon MWS開発者ガイドスロットリング: リクエストを送信できる頻度を制限するを参照してください。

リクエストパラメーター

名前 説明 必須
SellerFulfillmentOrderId CreateFulfillmentOrderオペレーションを使用して作成、送信した出荷注文番号。 はい 最大:40文字

タイプ:xs:string

レスポンス要素

名前 説明
FulfillmentOrder 注文のステータスを含む、一般的な出荷注文の情報。

タイプ: FulfillmentOrder

FulfillmentOrderItem 商品レベルの出荷注文情報。

タイプ:リスト - FulfillmentOrderItem

FulfillmentShipment 配送レベルの出荷注文情報。

タイプ:リスト - FulfillmentShipment

クエリーリクエスト例

標準のリクエスト要件について詳しくは、必須のリクエストパラメーターを参照してください。

サンプルを表示するサンプルを隠す

http://mws.amazonservices.jp/FulfillmentOutboundShipment/2010-10-01/   
  ?Action=GetFulfillmentOrder   
  &Version=2010-10-01   
  &AWSAccessKeyId=AKIAJGUEXAMPLEE2NVUA   
  &MWSAuthToken=amzn.mws.4ea38b7b-f563-7709-4bae-87aeaEXAMPLE   
  &SignatureVersion=2   
  &SignatureMethod=HmacSHA256   
  &Signature=ZRA9DR5rveSuz%2F1D18AHvoipg2BAev8yblPQ1BbEbfU%3D   
  &Timestamp=2014-01-02T02:40:36Z   
  &SellerId=A2NKEXAMPLEF53   
  &SellerFulfillmentOrderId=extern_id_1154539615776

↑ トップへ戻る

レスポンス例

標準のレスポンスフォーマットについて詳しくは、レスポンスフォーマットを参照してください。

サンプルを表示するサンプルを隠す

<?xml version="1.0" encoding="UTF-8"?>
<GetFulfillmentOrderResponse
  xmlns="http://mws.amazonaws.com/FulfillmentOutboundShipment/2010-10-01/">
  <GetFulfillmentOrderResult>
    <FulfillmentOrderItem>
      <member>
        <SellerSKU>SKU100</SellerSKU>
        <GiftMessage>giftwrap_message</GiftMessage>
        <SellerFulfillmentOrderItemId>merchant_order_item_id_2
          </SellerFulfillmentOrderItemId>
        <EstimatedShipDateTime>2014-01-03T07:07:53Z</EstimatedShipDateTime>
        <DisplayableComment>Example comment</DisplayableComment>
        <UnfulfillableQuantity>0</UnfulfillableQuantity>
        <CancelledQuantity>1</CancelledQuantity>
        <Quantity>5</Quantity>
        <EstimatedArrivalDateTime>2014-01-05T08:07:53Z
          </EstimatedArrivalDateTime>
        <PerUnitPrice>
          <CurrencyCode>JPY</CurrencyCode>
          <Value>2500</Value>
        </PerUnitPrice>
        <PerUnitTax>
          <CurrencyCode>JPY</CurrencyCode>
          <Value>5000</Value>
        </PerUnitTax>
      </member>
      <member>
        <SellerSKU>SKU101</SellerSKU>
        <GiftMessage>giftwrap_message</GiftMessage>
        <SellerFulfillmentOrderItemId>merchant_order_item_id_1
          </SellerFulfillmentOrderItemId>
        <EstimatedShipDateTime>2014-01-03T07:07:53Z</EstimatedShipDateTime>
        <DisplayableComment>Example comment</DisplayableComment>
        <UnfulfillableQuantity>2</UnfulfillableQuantity>
        <CancelledQuantity>1</CancelledQuantity>
        <Quantity>5</Quantity>
        <EstimatedArrivalDateTime>2014-01-05T08:07:53Z
          </EstimatedArrivalDateTime>
        <PerUnitPrice>
          <CurrencyCode>JPY</CurrencyCode>
          <Value>1000</Value>
        </PerUnitPrice>
        <PerUnitTax>
          <CurrencyCode>JPY</CurrencyCode>
          <Value>2000</Value>
        </PerUnitTax>
      </member>
    </FulfillmentOrderItem>
    <FulfillmentOrder>
      <ShippingSpeedCategory>ScheduledDelivery</ShippingSpeedCategory>
      <DeliveryWindow>
        <StartDateTime>2014-01-05T03:00:00Z</StartDateTime>
        <EndDateTime>2014-01-05T05:00:00Z</EndDateTime>
      </DeliveryWindow>
      <NotificationEmailList>
        <member>o8c2EXAMPLsfr7o@marketplace.amazon.com</member>
      </NotificationEmailList>
      <StatusUpdatedDateTime>2014-01-02T23:48:48Z</StatusUpdatedDateTime>
      <SellerFulfillmentOrderId>extern_id_1154539615776
        </SellerFulfillmentOrderId>
      <DestinationAddress>
        <PostalCode>153-0002</PostalCode>
        <Name>Amazon Taro</Name>
        <CountryCode>JP</CountryCode>
        <Line1>Meguro-ku Shimomeguro 12-34-56</Line1>
        <StateOrProvinceCode>Tokyo</StateOrProvinceCode>
        <Line2>XXX building 101</Line2>
      </DestinationAddress>
      <DisplayableOrderDateTime>2014-01-02T17:26:56Z </DisplayableOrderDateTime>
      <FulfillmentPolicy>FillOrKill</FulfillmentPolicy>
      <ReceivedDateTime>2014-01-02T17:26:56Z</ReceivedDateTime>
      <DisplayableOrderId>test_displayable_id</DisplayableOrderId>
      <DisplayableOrderComment>Sample comment</DisplayableOrderComment>
      <CODSettings>
        <IsCODRequired>true</IsCODRequired>
        <CODCharge>
          <Value>4000</Value>
          <CurrencyCode>JPY</CurrencyCode>
        </CODCharge>
        <CODChargeTax>
          <Value>300</Value>
          <CurrencyCode>JPY</CurrencyCode>
        </CODChargeTax>
        <ShippingCharge>
          <Value>1000</Value>
          <CurrencyCode>JPY</CurrencyCode>
        </ShippingCharge>
        <ShippingChargeTax>
          <Value>75</Value>
          <CurrencyCode>JPY</CurrencyCode>
        </ShippingChargeTax>
      </CODSettings>
      <FulfillmentOrderStatus>PROCESSING</FulfillmentOrderStatus>
      <FulfillmentAction>Ship</FulfillmentAction>
      <MarketplaceId>ATVPDKIKX0DER </MarketplaceId>
    </FulfillmentOrder>
    <FulfillmentShipment>
      <member>
        <FulfillmentShipmentStatus>PENDING</FulfillmentShipmentStatus>
        <FulfillmentShipmentItem>
          <member>
            <SellerSKU>SKU100</SellerSKU>
            <SellerFulfillmentOrderItemId>merchant_order_item_id_2
              </SellerFulfillmentOrderItemId>
            <Quantity>2</Quantity>
            <PackageNumber>0</PackageNumber>
          </member>
        </FulfillmentShipmentItem>
        <AmazonShipmentId>DnMDLWJWN</AmazonShipmentId>
        <ShippingDateTime>2014-01-03T07:00:00Z</ShippingDateTime>
        <FulfillmentCenterId>RNO1</FulfillmentCenterId>
        <EstimatedArrivalDateTime>2014-01-04T07:00:00Z
          </EstimatedArrivalDateTime>
      </member>
      <member>
        <FulfillmentShipmentStatus>SHIPPED</FulfillmentShipmentStatus>
        <FulfillmentShipmentItem>
          <member>
            <SellerSKU>SKU101</SellerSKU>
            <SellerFulfillmentOrderItemId>merchant_order_item_id_1
              </SellerFulfillmentOrderItemId>
            <Quantity>1</Quantity>
            <PackageNumber>1</PackageNumber>
          </member>
        </FulfillmentShipmentItem>
        <AmazonShipmentId>DKMKLXJmN</AmazonShipmentId>
        <ShippingDateTime>2014-01-03T07:00:00Z</ShippingDateTime>
        <FulfillmentShipmentPackage>
          <member>
            <TrackingNumber>93ZZ00</TrackingNumber>
            <CarrierCode>UPS</CarrierCode>
            <PackageNumber>1</PackageNumber>
          </member>
        </FulfillmentShipmentPackage>
        <FulfillmentCenterId>TST1</FulfillmentCenterId>
        <EstimatedArrivalDateTime>2014-01-05T07:00:00Z
          </EstimatedArrivalDateTime>
      </member>
    </FulfillmentShipment>
  </GetFulfillmentOrderResult>
  <ResponseMetadata>
    <RequestId>5e5e5694-8e76-11df-929f-87c80302f8f6</RequestId>
  </ResponseMetadata>
</GetFulfillmentOrderResponse>

↑ トップへ戻る