CreateFulfillmentReturn
Creates a fulfillment return.
Input
Name | Type | Required | Description |
SellerFulfillmentOrderId | String | True | The fulfillment order identifier. |
SellerReturnItemId | String | True | An identifier assigned by the seller to the return item. |
SellerFulfillmentOrderItemId | String | True | The identifier assigned to the item by the seller when the fulfillment order was created. |
AmazonReturnReasonCode | String | True | The return reason code that the Amazon fulfillment center assigned to the return item. |
AmazonShipmentId | String | True | The identifier for the shipment that is associated with the return item. |
ReturnComment | String | False | An optional comment about the return item. |
Result Set Columns
Name | Type | Description |
Success | String | Boolean indicating whether the stored procedure was successfully executed. |
RmaPageURL | String | A URL for a web page that contains the return authorization barcode and the mailing label. This does not include pre-paid shipping. |
AmazonRmaId | String | The return merchandise authorization (RMA) that Amazon needs to process the return. |
InvalidItemReasonCode | String | A code for why the item is invalid for return. |
InvalidItemReasonDescription | String | A human readable description of the invalid item reason code. |
FulfillmentCenterId | String | An identifier for the Amazon fulfillment center that the return items should be sent to. |
ReturnToAddressAddressLine1 | String | The first line of the address. |
ReturnToAddressAddressLine2 | String | Additional address information. |
ReturnToAddressAddressLine3 | String | Additional address information. |
ReturnToAddressCity | String | The city where the person, business, or institution is located. This property is required in all countries except Japan. It should not be used in Japan. |
ReturnToAddressCountryCode | String | The two digit country code. In ISO 3166-1 alpha-2 format. |
ReturnToAddressDistrictOrCounty | String | The district or county where the person, business, or institution is located. |
ReturnToAddressName | String | The name of the person, business or institution at the address. |
ReturnToAddressPostalCode | String | The postal code of the address. |
ReturnToAddressStateOrRegion | String | The state or region where the person, business or institution is located. |
SellerReturnItemId | String | An identifier assigned by the seller to the return item. |
ReturnAuthorizationId | String | An identifier for the return authorization. This identifier associates return items with the return authorization used to return them. |
SellerFulfillmentOrderItemId | String | The identifier assigned to the item by the seller when the fulfillment order was created. |
AmazonReturnReasonCode | String | The return reason code that the Amazon fulfillment center assigned to the return item. |
AmazonShipmentId | String | The identifier for the shipment that is associated with the return item. |
ReturnComment | String | An optional comment about the return item. |
Status | String | Indicates if the return item has been processed by an Amazon fulfillment center. |
StatusChangedDate | Datetime | Indicates when the status last changed. |