Amazon Services China
亚马逊商城网络服务(亚马逊 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.

亚马逊 MWS 文档

Finances Datatypes

The following datatypes are used in the 亚马逊商城网络服务 (亚马逊 MWS) “付款 API”部分:

Datatype Description
AdjustmentEvent An adjustment to your account.
AdjustmentItem An item of an adjustment to your account.
ChargeComponent A charge on your account.
ChargeInstrument A payment instrument.
CurrencyAmount A currency type and amount.
DebtRecoveryEvent A debt payment or debt adjustment.
DebtRecoveryItem An item of a debt payment or debt adjustment.
DirectPayment A payment made directly to a seller.
FeeComponent A fee on your account.
FinancialEventGroup Contains information related to a financial event group.
FinancialEvents Contains all information related to a financial event.
LoanServicingEvent A loan advance, loan payment, or loan refund.
PayWithAmazonEvent An event related to your Pay with Amazon account.
PerformanceBondRefundEvent A refund of a seller performance bond that is issued when a seller in China stops selling in certain categories.
Promotion A promotion applied to an item.
RentalTransactionEvent An event related to a rental transaction.
RetrochargeEvent A retrocharge or retrocharge reversal.
ServiceFeeEvent A service fee on your account.
ShipmentEvent A shipment, refund, guarantee claim, or chargeback.
ShipmentItem An item of a shipment, refund, guarantee claim, or chargeback.
SolutionProviderCreditEvent A credit given to a solution provider.

AdjustmentEvent

An adjustment to your account.

Datatype content

The following table shows the elements of the AdjustmentEvent datatype:

Name Description
AdjustmentType AdjustmentType values:
  • FBAInventoryReimbursement - Represents an FBA inventory reimbursement to a seller's account. This occurs if a seller's inventory is damaged.
  • ReserveEvent - Represents a reserve event that is generated at the time of a settlement period closing. This occurs when some money from a seller's account is held back.
  • PostageBilling - Represents the amount paid by a seller for shipping labels purchased through Amazon.
  • PostageRefund - Represents the reimbursement of shipping labels purchased through Amazon for orders that were canceled or refunded.

类型:xs:string

AdjustmentAmount The amount adjusted as part of this event.

Type: CurrencyAmount

AdjustmentItemList A list of AdjustmentItem values.

Type: List of AdjustmentItem

AdjustmentItem

An item of an adjustment to your account.

Datatype content

The following table shows the elements of the AdjustmentItem datatype:

Name Description
Quantity Represents the number of units in the seller's inventory when the AdustmentType is FBAInventoryReimbursement.

类型:xs:int

PerUnitAmount The per unit value of the item.

Type: CurrencyAmount

TotalAmount The total value of the item.

Type: CurrencyAmount

SellerSKU The Seller SKU of the item. The Seller SKU is qualified by your Seller ID, which is included with every call to 亚马逊MWS.

类型:xs:string

FnSKU A unique identifier assigned by Amazon to products stored in and fulfilled from an 亚马逊配送中心.

类型:xs:string

ProductDescription A short description of the item.

类型:xs:string

ASIN The ASIN of the item.

类型:xs:string

ChargeComponent

A charge on your account.

Datatype content

The following table shows the elements of the ChargeComponent datatype:

Name Description
ChargeType ChargeType values:
  • Principal - The selling price of the order item, equal to the selling price of the item multiplied by the quantity ordered.
  • Tax - The tax on the Principal.
  • Discount - The promotional discount for an order item.
  • TaxDiscount - The tax amount deducted for promotional rebates.
  • CODItemCharge - The COD charge for an order item.
  • CODItemTaxCharge - The tax collected on a CODItemCharge.
  • CODOrderCharge - The COD charge for an order.
  • CODOrderTaxCharge - The tax collected on a CODOrderCharge.
  • CODShippingCharge - Shipping charges for a COD order.
  • CODShippingTaxCharge - The tax collected on a CODShippingCharge.
  • ShippingCharge - The shipping charge for an order.
  • ShippingTax - The tax collected on a ShippingCharge.
  • Goodwill - The amount given to a buyer as a gesture of goodwill or to compensate for pain and suffering in the buying experience.
  • Giftwrap - The gift wrap price for an item.
  • GiftwrapTax - The tax collected on a Giftwrap charge.
  • RestockingFee - The charge that Amazon charges the buyer when returning a product in certain categories.
  • ReturnShipping - The amount given to the buyer to compensate for shipping the item back to Amazon in the event Amazon is at fault.
  • PointsFee - The value of Amazon Points deducted from the refund if the buyer does not have enough Amazon Points to cover the deduction.
  • GenericDeduction - A generic bad debt deduction.
  • FreeReplacementReturnShipping - The compensation for return shipping when a buyer receives the wrong item, requests a free replacement, and returns the incorrect item to Amazon.
  • PaymentMethodFee - The fee collected for certain payment methods in certain marketplaces.
  • ExportCharge - The export duty that is charged when Amazon ships an item to an international destination as part of the Amazon Global program.

类型:xs:string

ChargeAmount The amount of the charge.

Type: CurrencyAmount

ChargeInstrument

A payment instrument.

Datatype content

The following table shows the elements of the ChargeInstrument datatype:

Name Description
Description A short description of the charge instrument.

类型:xs:string

Tail The account tail (trailing digits) of the charge instrument.

类型:xs:string

Amount The amount charged to this charge instrument.

Type: CurrencyAmount

CurrencyAmount

A currency type and amount.

Datatype content

The following table shows the elements of the CurrencyAmount datatype:

Name Description
CurrencyCode The three-digit currency code in ISO 4217 format.

类型:xs:string

CurrencyAmount The currency amount.

类型:xs:decimal

DebtRecoveryEvent

A debt payment or debt adjustment.

Datatype content

The following table shows the elements of the DebtRecoveryEvent datatype:

Name Description
DebtRecoveryType DebtRecoveryType values:
  • DebtPayment
  • DebtPaymentFailure
  • DebtAdjustment

类型:xs:string

RecoveryAmount The amount applied for recovery.

Type: CurrencyAmount

OverPaymentCredit The amount returned for overpayment.

Type: CurrencyAmount

DebtRecoveryItemList A list of settlement debt recovery items.

Type: List of DebtRecoveryItem

ChargeInstrumentList A list of charge instruments used for DebtPayment or DebtPaymentFailure recovery types.

Type: List of ChargeInstrument

DebtRecoveryItem

An item of a debt payment or debt adjustment.

Datatype content

The following table shows the elements of the DebtRecoveryItem datatype:

Name Description
RecoveryAmount The amount applied for the recovery item.

Type: CurrencyAmount

OriginalAmount The original debt amount.

Type: CurrencyAmount

GroupBeginDate The beginning date of the financial event group that contains the debt.

类型:xs:dateTime

GroupEndDate The ending date of the financial event group that contains the debt.

类型:xs:dateTime

DirectPayment

A payment made directly to a seller.

Datatype content

The following table shows the elements of the DirectPayment datatype:

Name Description
DirectPaymentType DirectPaymentType values:
  • StoredValueCardRevenue - The amount that is deducted from the seller's account because the seller received money through a stored value card.
  • StoredValueCardRefund - The amount that Amazon returns to the seller if the order that is bought using a stored value card is refunded.
  • PrivateLabelCreditCardRevenue - The amount that is deducted from the seller's account because the seller received money through a private label credit card offered by Amazon.
  • PrivateLabelCreditCardRefund - The amount that Amazon returns to the seller if the order that is bought using a private label credit card offered by Amazon is refunded.
  • CollectOnDeliveryRevenue - The COD amount that the seller collected directly from the buyer.
  • CollectOnDeliveryRefund - The amount that Amazon refunds to the buyer if an order paid for by COD is refunded.

类型:xs:string

DirectPaymentAmount The amount of the direct payment.

Type: CurrencyAmount

FeeComponent

A fee on your account.

Datatype content

The following table shows the elements of the FeeComponent datatype:

Name Description
FeeType FeeType values:
  • AmazonProPageServiceFee - The fee charged for the Amazon ProPage service.
  • CODChargeback - The chargeback assessed when a seller enables COD for FBA offers. This chargeback matches the amount paid by the buyer for the COD service, since Amazon provides the service for Amazon-fulfilled offers.
  • CBATransactionFee - The per-shipment fee charged on Checkout by Amazon transactions.
  • FBAInboundTransportationFee - The cost of sending your inbound shipments to an 亚马逊配送中心 using an Amazon Partnered Carrier.
  • FBADeliveryServicesFee - The fee charged for Amazon-fulfilled products.
  • CrossBorderFulfillmentFee - The fee charged when you elect to fulfill orders from an Amazon marketplace using inventory stored in a fulfillment center in another country. It is assessed per unit based on where an item is sold and which Amazon fulfillment center the order is shipped from.
  • FBAPlacementServiceFee - The fee charged per unit when you elect to send all units of a product in a shipment to a single fulfillment center designated by Amazon rather than to multiple fulfillment centers.
  • FBAStorageFee - The fee charged monthly based on the volume of inventory stored in Amazon fulfillment centers. This fee may vary by time of year and type of inventory stored.
  • FBALongTermStorageFee - The fee charged periodically by volume for slow-moving inventory that has been stored in an 亚马逊配送中心 for extended periods of time, as described on the Long-Term Storage Fee Help page.
  • FBAOrderHandlingFulfillmentFee - The fulfillment fee charged when a customer places an order. It is assessed per order based on the item type.
  • FBAPickPackFulfillmentFee - The fulfillment fee charged when a customer orders a product. It is assessed per unit based on item type and dimensions.
  • FBAPremiumPlacementServiceFee - The fee charged per unit when you elect to send all units of a product in a shipment to a single fulfillment center designated by Amazon closest to your ship-from location rather than to multiple fulfillment centers.
  • BubblewrapFee - The fee charged when you elect to have Amazon bubblewrap your inventory units as part of FBA Prep Services.
  • LabelingFee - The fee charged when you elect to have Amazon label your inventory units as part of FBA Prep Services.
  • OpaqueBaggingFee - The fee charged when you elect to have Amazon cover your inventory units in opaque polybags as part of FBA Prep Services.
  • PolybaggingFee - The fee charged when you elect to have Amazon polybag your inventory units as part of FBA Prep Services.
  • TapingFee - The fee charged when you elect to have Amazon tape your inventory units as part of FBA Prep Services.
  • FBAInventoryDisposalFee - The fee charged per unit disposed for a removal order for disposal of inventory stored in fulfillment centers.
  • FBAInventoryReturnFee - The fee charged per unit returned for a removal order for return of inventory stored in fulfillment centers.
  • FBAUnplannedServiceFee - The fee charged per unit based on the type of service performed when products that have not been prepped or labeled adequately are sent to Amazon and must be prepped by Amazon.
  • FBAWeightHandlingFulfillmentFee - The fulfillment fee charged for shipping an order to the customer. It is assessed on the Outbound Shipping Weight for each unit.
  • GiftwrapChargeback - The chargeback assessed when a customer has requested gift wrap services for an Amazon-fulfilled item. This chargeback exactly offsets the amount of the gift wrap credit on the same transaction because Amazon provides gift wrap services to the customer for Amazon-fulfilled orders.
  • JumpStartYourSalesFee - The fee charged for the Jump Start Your Sales Service.
  • JumpStartYourWebstoreFee - The fee charged for the Jump Start Your Webstore Service.
  • BrandNeutralBoxFee - The fee charged when you elect to have 多渠道配送 (MCF) orders shipped to customers in a brand-neutral box rather than in an Amazon-branded box.
  • FBAFulfillmentCODFee - The fee charged to enable the Cash on Delivery (COD) option for a 多渠道配送 (MCF) order.
  • PerItemFee - The fee charged on each item sold.
  • PromotionsAndMerchandisingFee - The service fee charged for promotions and merchandising.
  • CatalogQualityServicesFee - The fee charged to support and work directly with professional sellers whose inventory is missing crucial information, such as categorization, search terms, images, product descriptions, titles, brand names, and product features.
  • ReferralFee - The Referral Fee is more fully described in your Fee Schedule. Search "Referral Fees" in Seller Central Help for more information.
  • ReferralFeeGiftwrap - The portion of the referral fee based on gift wrap paid by the buyer on an item.
  • ReferralFeeItemPrice - The portion of the referral fee based on the item price paid by the buyer.
  • ReferralFeeShippingPrice - The portion of the referral fee charged on the shipping amount per-item paid by the buyer.
  • RefundAdminFee - The fee applied to refunds for certain products. It is calculated as a percentage of the applicable Referral Fee, up to a certain maximum.
  • ReturnMerchandiseLabelFee - The fee charged for a prepaid Return Merchandise Label on an Amazon-fulfilled order.
  • SalesTaxServiceFee - The fee charged when Amazon collects sales tax from the buyer on behalf of the seller.
  • ShippingChargeback - The chargeback assessed on Amazon-fulfilled items. This chargeback exactly offsets the amount of the shipping credit on the same transaction because Amazon provides customer shipping services for Amazon-fulfilled orders.
  • SubscriptionFee - The monthly subscription fee for the Selling on Amazon service.
  • ListingTranslationFee - The fee charged when you elect to have Amazon translate a product listing for customers on another Amazon marketplace.
  • VariableClosingFee - The portion of the FBA referral fee based on the shipping amount paid by the buyer on an item.
  • FBAUnplannedServiceFee_BarcodeUnscannable - The FBA fee charged for units with FBA labels that cannot be scanned and must be relabeled at an 亚马逊配送中心 as an unplanned service.
  • FBAUnplannedServiceFee_UnexpectedItemFound - The FBA fee charged for one or more units that were not listed on your FBA shipment. This issue could be caused by units that are sent but not listed on the FBA shipment, or by units that are substitutions of those listed on the shipment.
  • FBAUnplannedServiceFee_AdditionalQuantityShipped - The FBA fee charged when more units of a product than were listed on your FBA shipment are sent to an 亚马逊配送中心.
  • FBAUnplannedServiceFee_BarcodeLabelMissing - The FBA fee charged for units requiring either a physical barcode (UPC, EAN, etc.) or Amazon product label (X00- label) and must be labeled at an 亚马逊配送中心 as an unplanned service.
  • FBAUnplannedServiceFee_LabelError - The FBA fee charged for units that are mislabeled, such as when a label does not match the physical unit, and must be relabeled at an 亚马逊配送中心 as an unplanned service.
  • FBAUnplannedServiceFee_PrepError - The FBA fee charged for a variety of shipment or unit prep types, including missing or incorrect labeling, incorrect product prep, incorrect amount shipped, as well as issues associated with FBA Product Restrictions or any section within our Inventory Requirements.
  • FBAInventoryPlacementServiceFee - The fee charged per unit when you elect to send all units of a product in a shipment to a single fulfillment center designated by Amazon rather than to multiple fulfillment centers.

类型:xs:string

FeeAmount The amount of the fee.

Type: CurrencyAmount

FinancialEventGroup

Contains information related to a financial event group.

Datatype content

The following table shows the elements of the FinancialEventGroup datatype:

Name Description
FinancialEventGroupId A unique identifier for the financial event group.

类型:xs:string

ProcessingStatus The processing status of the financial event group indicates whether the balance of the financial event group is settled.

ProcessingStatus values:

  • Open
  • Closed

类型:xs:string

FundTransferStatus The status of the fund transfer.

类型:xs:string

OriginalTotal The total amount in the currency of the marketplace in which the transactions occurred.

Type: CurrencyAmount

ConvertedTotal The total amount in the currency of the marketplace in which the funds were disbursed.

Type: CurrencyAmount

FundTransferDate The date when the disbursement or charge was initiated. Only present for closed settlements.

类型:xs:dateTime

TraceId The trace ID used by sellers to look up transactions externally.

类型:xs:string

AccountTail The account tail of the payment instrument.

类型:xs:string

BeginningBalance The balance at the beginning of the settlement period.

Type: CurrencyAmount

FinancialEventGroupStart The time at which the financial event group is opened.

类型:xs:dateTime

FinancialEventGroupEnd The time at which the financial event group is closed.

类型:xs:dateTime

FinancialEvents

Contains all information related to a financial event.

Datatype content

The following table shows the elements of the FinancialEvents datatype:

Name Description
ShipmentEvents A list of shipment events.

Type: List of ShipmentEvent

RefundEvents A list of refund events.

Type: List of ShipmentEvent

GuaranteeClaimEvents A list of guarantee claim events.

Type: List of ShipmentEvent

ChargebackEvents A list of chargeback events.

Type: List of ShipmentEvent

PayWithAmazonEvents A list of Pay with Amazon events.

Type: List of PayWithAmazonEvent

ServiceProviderCreditEvents A list of service provider credit events.

Type: List of SolutionProviderCreditEvent

RetrochargeEvents A list of retrocharge events.

Type: List of RetrochargeEvent

RentalTransactionEvents A list of rental transaction events.

Type: List of RentalTransactionEvent

PerformanceBondRefundEvents A list of performance bond refund events.

Type: List of PerformanceBondRefundEvent

ServiceFeeEvents A list of service fee events.

Type: List of ServiceFeeEvent

DebtRecoveryEvents A list of debt recovery events.

Type: List of DebtRecoveryEvent

LoanServicingEvents A list of loan servicing events.

Type: List of LoanServicingEvent

AdjustmentEvents A list of adjustment events.

Type: List of AdjustmentEvent

LoanServicingEvent

A loan advance, loan payment, or loan refund.

Datatype content

The following table shows the elements of the LoanServicingEvent datatype:

Name Description
LoanAmount The amount of the loan.

Type: CurrencyAmount

SourceBusinessEventType SourceBusinessEventType values:
  • LoanAdvance
  • LoanPayment
  • LoanRefund

类型:xs:string

PayWithAmazonEvent

An event related to your Pay with Amazon account.

Datatype content

The following table shows the elements of the PayWithAmazonEvent datatype:

Name Description
SellerOrderId An order identifier that is specified by the seller.

类型:xs:string

TransactionPostedDate The date when the payment transaction is posted.

类型:xs:dateTime

BusinessObjectType BusinessObjectType values:
  • PaymentContract

类型:xs:string

SalesChannel The sales channel for the transaction.

类型:xs:string

Charge The charge associated with the event.

Type: ChargeComponent

FeeList A list of fees associated with the event.

Type: List of FeeComponent

PaymentAmountType PaymentAmountType values:
  • Sales

类型:xs:string

AmountDescription A short description of this payment event.

类型:xs:string

FulfillmentChannel FulfillmentChannel values:
  • AFN - 亚马逊物流
  • MFN - 卖家配送网络 (MFN)

类型:xs:string

StoreName The store name where the event occurred.

类型:xs:string

PerformanceBondRefundEvent

A refund of a seller performance bond that is issued when a seller in China stops selling in certain categories.

Datatype content

The following table shows the elements of the PerformanceBondRefundEvent datatype:

Name Description
MarketplaceCountryCode The two-letter code for the country associated with the marketplace.

类型:xs:string

Amount The amount that Amazon refunds to the seller.

Type: CurrencyAmount

ProductGroupList A list of product categories that the seller has stopped selling in.

Type: List of xs:string

Promotion

A promotion applied to an item.

Datatype content

The following table shows the elements of the Promotion datatype:

Name Description
PromotionType The type of promotion.

类型:xs:string

PromotionId The seller-specified identifier for the promotion.

类型:xs:string

PromotionAmount The amount of promotional discount applied to the item.

Type: CurrencyAmount

RentalTransactionEvent

An event related to a rental transaction.

Datatype content

The following table shows the elements of the RentalTransactionEvent datatype:

Name Description
AmazonOrderId An Amazon-defined order identifier.

类型:xs:string

RentalEventType RentalEventType values:
  • RentalCustomerPayment-Buyout - Transaction type that represents when customer wants to buy out a rented item.
  • RentalCustomerPayment-Extension - Transaction type that represents when customer wants to extend the rental period.
  • RentalCustomerRefund-Buyout - Transaction type that represents when customer requests a refund for the buyout of the rented item.
  • RentalCustomerRefund-Extension - Transaction type that represents when customer requests a refund over the extension on the rented item.
  • RentalHandlingFee - Transaction type that represents the fee that Amazon charges sellers who rent through Amazon.
  • RentalChargeFailureReimbursement - Transaction type that represents when Amazon sends money to the seller to compensate for a failed charge.
  • RentalLostItemReimbursement - Transaction type that represents when Amazon sends money to the seller to compensate for a lost item.

类型:xs:string

ExtensionLength The number of days that the buyer extended an already rented item. This value is only returned for RentalCustomerPayment-Extension and RentalCustomerRefund-Extension events.

类型:xs:int

PostedDate The date when the rental event was posted.

类型:xs:dateTime

RentalChargeList A list of charges accociated with the rental event.

Type: List of ChargeComponent

RentalFeeList A list of fees associated with the rental event.

Type: List of FeeComponent

MarketplaceName The name of the marketplace.

类型:xs:string

RentalInitialValue The amount of money the customer originally paid to rent the item. This value is only returned for RentalChargeFailureReimbursement and RentalLostItemReimbursement events.

Type: CurrencyAmount

RentalReimbursement The amount of money Amazon sends the seller to compensate for a lost item or a failed charge. This value is only returned for RentalChargeFailureReimbursement and RentalLostItemReimbursement events.

Type: CurrencyAmount

RetrochargeEvent

A retrocharge or retrocharge reversal.

Datatype content

The following table shows the elements of the RetrochargeEvent datatype:

Name Description
RetrochargeEventType RetrochargeEventType values:
  • Retrocharge
  • RetrochargeReversal

类型:xs:string

AmazonOrderId An Amazon-defined identifier for an order.

类型:xs:string

PostedDate The date when the retrocharge event was posted.

类型:xs:dateTime

BaseTax The base tax associated with the retrocharge event.

Type: CurrencyAmount

ShippingTax The shipping tax associated with the retrocharge event.

Type: CurrencyAmount

MarketplaceName The name of the marketplace where the retrocharge event occurred.

类型:xs:string

ServiceFeeEvent

A service fee on your account.

Datatype content

The following table shows the elements of the ServiceFeeEvent datatype:

Name Description
AmazonOrderId An Amazon-defined identifier for an order.

类型:xs:string

FeeReason A short description of the service fee reason.

类型:xs:string

FeeList A list of fee components associated with the service fee.

Type: List of FeeComponent

SellerSKU The Seller SKU of the item. The Seller SKU is qualified by your Seller ID, which is included with every call to 亚马逊MWS.

类型:xs:string

FnSKU A unique identifier assigned by Amazon to products stored in and fulfilled from an 亚马逊配送中心.

类型:xs:string

FeeDescription A short description of the service fee event.

类型:xs:string

ASIN The ASIN of the item.

类型:xs:string

ShipmentEvent

A shipment, refund, guarantee claim, or chargeback.

Datatype content

The following table shows the elements of the ShipmentEvent datatype:

Name Description
AmazonOrderId An Amazon-defined identifier for an order.

类型:xs:string

SellerOrderId A seller-defined identifier for an order.

类型:xs:string

MarketplaceName The name of the marketplace where the event occurred.

类型:xs:string

OrderChargeList A list of order-level charges. These charges are applicable to 多渠道配送 (MCF) COD orders.

Type: List of ChargeComponent

OrderChargeAdjustmentList A list of order-level charge adjustments. These adjustments are applicable to 多渠道配送 (MCF) COD orders.

Type: List of ChargeComponent

ShipmentFeeList A list of shipment-level fees.

Type: List of FeeComponent

ShipmentFeeAdjustmentList A list of shipment-level fee adjustments.

Type: List of FeeComponent

OrderFeeList A list of order-level fees. These charges are applicable to 多渠道配送 (MCF) orders.

Type: List of FeeComponent

OrderFeeAdjustmentList A list of order-level fee adjustments. These adjustments are applicable to 多渠道配送 (MCF) orders.

Type: List of FeeComponent

DirectPaymentList A list of transactions where buyers pay Amazon through one of the credit cards offered by Amazon or where buyers pay a seller directly through COD.

Type: List of DirectPayment

PostedDate The date when the financial event was created.

类型:xs:dateTime

ShipmentItemList A list of shipment items.

Type: List of ShipmentItem

ShipmentItemAdjustmentList A list of shipment item adjustments.

Type: List of ShipmentItem

ShipmentItem

An item of a shipment, refund, guarantee claim, or chargeback.

Datatype content

The following table shows the elements of the ShipmentItem datatype:

Name Description
SellerSKU The Seller SKU of the item. The Seller SKU is qualified by your Seller ID, which is included with every call to 亚马逊MWS.

类型:xs:string

OrderItemId An Amazon-defined order item identifier.

类型:xs:string

OrderAdjustmentItemId An Amazon-defined order adjustment identifier defined for refunds, guarantee claims, and chargeback events.

类型:xs:string

QuantityShipped The number of items shipped.

类型:xs:int

ItemChargeList A list of charges associated with the shipment item.

Type: List of ChargeComponent

ItemChargeAdjustmentList A list of charge adjustments associated with the shipment item. This value is only returned for refunds, guarantee claims, and chargeback events.

Type: List of ChargeComponent

ItemFeeList A list of fees associated with the shipment item.

Type: List of FeeComponent

ItemFeeAdjustmentList A list of fee adjustments associated with the shipment item. This value is only returned for refunds, guarantee claims, and chargeback events.

Type: List of FeeComponent

PromotionList A list of promotions associated with the shipment item.

Type: List of Promotion

PromotionAdjustmentList A list of promotion adjustments associated with the shipment item. This value is only returned for refunds, guarantee claims, and chargeback events.

Type: List of Promotion

CostOfPointsGranted The cost of Amazon Points granted for a shipment item.

Type: CurrencyAmount

CostOfPointsReturned The cost of Amazon Points returned for a shipment item. This value is only returned for refunds, guarantee claims, and chargeback events.

Type: CurrencyAmount

SolutionProviderCreditEvent

A credit given to a solution provider.

Datatype content

The following table shows the elements of the SolutionProviderCreditEvent datatype:

Name Description
ProviderTransactionType ProviderTransactionType values:
  • ProviderCredit
  • ProviderCreditReversal

类型:xs:string

SellerOrderId A seller-defined identifier for an order.

类型:xs:string

MarketplaceId The identifier of the marketplace where the order was placed.

类型:xs:string

MarketplaceCountryCode The two-letter country code of the country associated with the markerplace where the order was placed.

类型:xs:string

SellerId The Amazon-defined identifier of the seller.

类型:xs:string

SellerStoreName The store name where the payment event occurred.

类型:xs:string

ProviderId The Amazon-defined identifier of the solution provider.

类型:xs:string

ProviderStoreName The store name where the payment event occurred.

类型:xs:string