Guía de casos de uso de Finances API v0
Cómo obtener información financiera para sus pedidos mediante la API de Finanzas.
Versión de API: v0
¿Qué es la API de Finanzas v0?
You can use the Finances API v0 to obtain financial information relevant to a seller's business. You can obtain financial events for a given order, financial event group, or date range without having to wait until a statement period closes. For details about API operations and associated data types and schemas, refer to the Finances API v0 Reference.
Características principales
- Recupera tu saldo actual: la API Finances v0 acepta
GET
operaciones para devolver el saldo total de las transacciones dentro de los grupos de eventos financieros abiertos. - Comprueba el saldo y el estado de una transferencia de fondos: la API Finances v0 acepta
GET
operaciones para devolver detalles sobre el estado y el saldo de los eventos financieros cerrados que han procesado los pagos correctamente. - Recupere las transacciones que componen un saldo: la API Finances v0 acepta
GET
operaciones para buscar los identificadores de rastreo de las transacciones, el importe total del desembolso o cargo y la fecha y hora de las transacciones.
Requisitos
Para completar con éxito este tutorial, debes tener lo siguiente:
- Authorization from the selling partner for whom you are making calls. For more information, refer to Authorizing Selling Partner API applications.
- Approval for the Finance and Accounting role in your developer profile.
- The Finance and Accounting role selected in the app registration page for your application.
Tutorial 1: Recupera tu saldo actual
Este tutorial muestra cómo recuperar tu saldo abierto.
Paso 1. Llame al ListFinancialEventGroups
operación con los siguientes parámetros para recuperar el saldo abierto actual
ListFinancialEventGroups
operación con los siguientes parámetros para recuperar el saldo abierto actualThe listFinancialEventGroups
operation provides the latest 100 financial event groups and a page token that can be used to call next set of financial event groups available.
Parámetros de consulta
Nombre | Descripción | Schema | Obligatorio |
---|---|---|---|
MaxResultsPerPage | El número máximo de resultados que se devolverán por página. Si la respuesta supera el número máximo de transacciones o los 10 MB, la API responde con InvalidInput .Mínimo: 1 Máximo: 100 | entero | No |
FinancialEventGroupStartedAfter | The date used to select financial event groups that opened before (but not at) a specified date and time, in ISO 8601 date-time format. The date-time must be later than FinancialEventGroupStartedAfter and no later than two minutes before the request was submitted. If FinancialEventGroupStartedAfter and FinancialEventGroupStartedBefore are more than 180 days apart, no financial event groups are returned. | string (date-time) | No |
NextToken | Se ha devuelto un token de cadena en la respuesta de tu solicitud anterior. | string | No |
Ejemplo de solicitud
{
"Operation": "com.amazon.mws.finances._2015_05_01#ListFinancialEventGroups",
"Service": "com.amazon.mws.finances._2015_05_01#MWSFinancesService",
"Input": {
"SellerId": "A354ABCDEFGH",
"MaxResultsPerPage": 10,
"FinancialEventGroupStartedAfter": 1706332468,
}
}
Respuesta
Una respuesta correcta incluye lo siguiente:
Nombre | Descripción | Schema |
---|---|---|
FinancialEventGroupId optional | Un identificador único para el grupo de eventos financieros. | string |
ProcessingStatus optional | El estado de procesamiento del grupo de eventos financieros indica si el saldo del grupo de eventos financieros está liquidado. Valores posibles: | string |
FundTransferStatus optional | El estado de la transferencia de fondos. | string |
OriginalTotal optional | El importe total en la divisa de la plataforma en la que se realizaron las transacciones. En el caso de un grupo financiero cerrado, es el importe total de un desembolso o un importe de cargo. En el caso de un grupo de eventos financieros abierto, este es el saldo actual. | Moneda |
ConvertedTotal optional | El importe total en la divisa del mercado en el que se desembolsaron los fondos. | Moneda |
FundTransferDate optional | The date and time when the disbursement or charge was initiated. Only present for closed settlements. In ISO 8601 date-time format. | Fecha |
TraceId optional | El identificador de seguimiento que utilizan los vendedores para buscar transacciones de forma externa. | string |
AccountTail optional | El final de la cuenta del instrumento de pago. | string |
BeginningBalance optional | El saldo al inicio del período de liquidación. | Moneda |
FinancialEventGroupStart optional | The date and time at which the financial event group is opened. In ISO 8601 date-time format. | Fecha |
FinancialEventGroupEnd optional | The date and time at which the financial event group is closed. In ISO 8601 date-time format. | Fecha |
Ejemplo de respuesta
{
{
"Output":
{
"__type": "com.amazon.mws.finances._2015_05_01#ListFinancialEventGroupsResponse",
"FinancialEventGroupList": [
{
"BeginningBalance":
{
"CurrencyAmount": 0.00,
"CurrencyCode": "USD"
},
"FinancialEventGroupId": "O-dN9Vqs_--M1HeExjpmq2fvI4jAAAANoFqBBBBB_s",
"FinancialEventGroupStart": 1.706665382522E9,
"OriginalTotal":
{
"CurrencyAmount": 34.48,
"CurrencyCode": "USD"
},
"ProcessingStatus": "Open"
},
{
"BeginningBalance":
{
"CurrencyAmount": 0.00,
"CurrencyCode": "USD"
},
"FinancialEventGroupId": "fqlzzk53Ab3bbJr8tfI8X0TAAAAQFT4vugWWBBBB",
"FinancialEventGroupStart": 1.706494768932E9,
"OriginalTotal":
{
"CurrencyAmount": 56841.84,
"CurrencyCode": "USD"
},
"ProcessingStatus": "Open"
},
{
"AccountTail": "678",
"BeginningBalance":
{
"CurrencyAmount": 0.00,
"CurrencyCode": "USD"
},
"FinancialEventGroupEnd": 1.706494768932E9,
"FinancialEventGroupId": "vQDBCUXEzvJp17lCoNXRZAAAAdbw4hA-EXMSmGBBBB",
"FinancialEventGroupStart": 1.706060973251E9,
"FundTransferDate": 1.70658124607E9,
"FundTransferStatus": "Succeeded",
"OriginalTotal":
{
"CurrencyAmount": 20198.86,
"CurrencyCode": "USD"
},
"ProcessingStatus": "Closed",
"TraceId": "2Q2M4AAAAAAAAAA"
},
{
"BeginningBalance":
{
"CurrencyAmount": 0.00,
"CurrencyCode": "EUR"
},
"FinancialEventGroupId": "cNY51tGJ9O--I-qKiJnHO6dmy1AAAAA0-BBBB-k",
"FinancialEventGroupStart": 1.686221326939E9,
"OriginalTotal":
{
"CurrencyAmount": 0.00,
"CurrencyCode": "EUR"
},
"ProcessingStatus": "Open"
},
{
"BeginningBalance":
{
"CurrencyAmount": 0.00,
"CurrencyCode": "CAD"
},
"FinancialEventGroupId": "QA8oxBDVhYpV-7VQQhOpjh1KsAAAAvdET-ZWAAAA-B",
"FinancialEventGroupStart": 1.677763011263E9,
"OriginalTotal":
{
"CurrencyAmount": 0.00,
"CurrencyCode": "CAD"
},
"ProcessingStatus": "Open"
}]
},
"Version": "1.0"
}
}
Paso 2. Filtre los grupos de eventos financieros con ProcessingStatus
tan Open
ProcessingStatus
tan Open
Filtrar los grupos de eventos financieros seleccionando ProcessingStatus
tan Open
proporciona los grupos financieros actualmente abiertos.
Paso 3. Utilice OriginalTotal
estructura en el grupo de eventos financieros abiertos
OriginalTotal
estructura en el grupo de eventos financieros abiertosCurrencyAmount
en OriginalTotal
proporciona el importe total en la divisa del mercado en el que se realizaron las transacciones. CurrencyCode
proporciona el código de divisa.
Tutorial 2: Recuperar el importe y el estado de un pago
Este tutorial muestra cómo recuperar el importe y el estado de un pago específico.
Paso 1. Llame al ListFinancialEventGroups
operación con los siguientes parámetros para encontrar el grupo de eventos financieros específico del pago
ListFinancialEventGroups
operación con los siguientes parámetros para encontrar el grupo de eventos financieros específico del pagoThe listFinancialEventGroups
operation provides the latest 100 financial event groups and a page token that can be used to call next set of financial event groups available.
Parámetros de consulta
Nombre | Descripción | Schema | Obligatorio |
---|---|---|---|
MaxResultsPerPage | El número máximo de resultados que se devolverán por página. Si la respuesta supera el número máximo de transacciones o los 10 MB, la API responde con InvalidInput .Mínimo: 1 Máximo: 100 | entero | No |
FinancialEventGroupStartedAfter | The date used to select financial event groups that opened before (but not at) a specified date and time, in ISO 8601 date-time format. The date-time must be later than FinancialEventGroupStartedAfter and no later than two minutes before the request was submitted. If FinancialEventGroupStartedAfter and FinancialEventGroupStartedBefore are more than 180 days apart, no financial event groups are returned. | string (date-time) | No |
FinancialEventGroupStartedBefore | TThe date used to select financial event groups that opened after (or at) a specified date and time, in ISO 8601 date-time format. The date-time must be no later than two minutes before the request was submitted. | string (date-time) | No |
NextToken | Se ha devuelto un token de cadena en la respuesta de tu solicitud anterior. | string | No |
Ejemplo de solicitud
{
"Operation": "com.amazon.mws.finances._2015_05_01#ListFinancialEventGroups",
"Service": "com.amazon.mws.finances._2015_05_01#MWSFinancesService",
"Input": {
"SellerId": "A354ABCDEFGH",
"MaxResultsPerPage": 10,
"FinancialEventGroupStartedAfter": 1706332468,
}
}
Respuesta
Una respuesta correcta incluye lo siguiente:
Nombre | Descripción | Schema |
---|---|---|
FinancialEventGroupId optional | Un identificador único para el grupo de eventos financieros. | string |
ProcessingStatus optional | El estado de procesamiento del grupo de eventos financieros indica si el saldo del grupo de eventos financieros está liquidado. Valores posibles: | string |
FundTransferStatus optional | El estado de la transferencia de fondos. | string |
OriginalTotal optional | El importe total en la divisa de la plataforma en la que se realizaron las transacciones. En el caso de un grupo financiero cerrado, es el importe total de un desembolso o un importe de cargo. En el caso de un grupo de eventos financieros abierto, este es el saldo actual. | Moneda |
ConvertedTotal optional | El importe total en la divisa del mercado en el que se desembolsaron los fondos. | Moneda |
FundTransferDate optional | The date and time when the disbursement or charge was initiated. Only present for closed settlements. In ISO 8601 date-time format. | Fecha |
TraceId optional | El identificador de seguimiento que utilizan los vendedores para buscar transacciones de forma externa. | string |
AccountTail optional | El final de la cuenta del instrumento de pago. | string |
BeginningBalance optional | El saldo al inicio del período de liquidación. | Moneda |
FinancialEventGroupStart optional | The date and time at which the financial event group is opened. In ISO 8601 date-time format. | Fecha |
FinancialEventGroupEnd optional | The date and time at which the financial event group is closed. In ISO 8601 date-time format. | Fecha |
Ejemplo de respuesta
{
{
"Output":
{
"__type": "com.amazon.mws.finances._2015_05_01#ListFinancialEventGroupsResponse",
"FinancialEventGroupList": [
{
"BeginningBalance":
{
"CurrencyAmount": 0.00,
"CurrencyCode": "USD"
},
"FinancialEventGroupId": "O-dN9Vqs_--M1HeExjpmq2fvI4jAAAANoFqBBBBB_s",
"FinancialEventGroupStart": 1.706665382522E9,
"OriginalTotal":
{
"CurrencyAmount": 34.48,
"CurrencyCode": "USD"
},
"ProcessingStatus": "Open"
},
{
"BeginningBalance":
{
"CurrencyAmount": 0.00,
"CurrencyCode": "USD"
},
"FinancialEventGroupId": "fqlzzk53Ab3bbJr8tfI8X0TAAAAQFT4vugWWBBBB",
"FinancialEventGroupStart": 1.706494768932E9,
"OriginalTotal":
{
"CurrencyAmount": 56841.84,
"CurrencyCode": "USD"
},
"ProcessingStatus": "Open"
},
{
"AccountTail": "678",
"BeginningBalance":
{
"CurrencyAmount": 0.00,
"CurrencyCode": "USD"
},
"FinancialEventGroupEnd": 1.706494768932E9,
"FinancialEventGroupId": "vQDBCUXEzvJp17lCoNXRZAAAAdbw4hA-EXMSmGBBBB",
"FinancialEventGroupStart": 1.706060973251E9,
"FundTransferDate": 1.70658124607E9,
"FundTransferStatus": "Succeeded",
"OriginalTotal":
{
"CurrencyAmount": 20198.86,
"CurrencyCode": "USD"
},
"ProcessingStatus": "Closed",
"TraceId": "2Q2M4AAAAAAAAAA"
},
{
"BeginningBalance":
{
"CurrencyAmount": 0.00,
"CurrencyCode": "EUR"
},
"FinancialEventGroupId": "cNY51tGJ9O--I-qKiJnHO6dmy1AAAAA0-BBBB-k",
"FinancialEventGroupStart": 1.686221326939E9,
"OriginalTotal":
{
"CurrencyAmount": 0.00,
"CurrencyCode": "EUR"
},
"ProcessingStatus": "Open"
},
{
"BeginningBalance":
{
"CurrencyAmount": 0.00,
"CurrencyCode": "CAD"
},
"FinancialEventGroupId": "QA8oxBDVhYpV-7VQQhOpjh1KsAAAAvdET-ZWAAAA-B",
"FinancialEventGroupStart": 1.677763011263E9,
"OriginalTotal":
{
"CurrencyAmount": 0.00,
"CurrencyCode": "CAD"
},
"ProcessingStatus": "Open"
}]
},
"Version": "1.0"
}
}
Paso 2. Filtre los grupos de eventos financieros con ProcessingStatus
tan Closed
ProcessingStatus
tan Closed
Filtrar los grupos de eventos financieros con ProcessingStatus
marcado como Closed
recupera los grupos financieros que han enviado pagos correctamente.
Paso 3. Utilice OriginalTotal
estructura en el grupo de eventos financieros cerrados para recuperar el importe del pago
OriginalTotal
estructura en el grupo de eventos financieros cerrados para recuperar el importe del pagoPara un grupo financiero cerrado, el OriginalTotal
es el importe total del desembolso o del cargo. El CurrencyAmount
proporciona el valor monetario, mientras CurrencyCode
proporciona el código de moneda de tres dígitos en formato ISO 4217.
Tutorial 3: Recuperar los eventos financieros que componen un grupo de eventos financieros
The `listFinancialEvents operation can be used to find financial events that make up the financial group that you identified in Tutorial 1 or Tutorial 2.
Paso 1. Llamar a la operación ListFinancialEventsByGroupId
ListFinancialEventsByGroupId
Call the ListFinancialEventsByGroupId
operation with the SellerId
and eventGroupId
parameters. The response provides the first 100 financial events present in the financial event group and a page token that can be used to call next set of financial events.
Parámetros de ruta
Type | Nombre | Descripción | Schema | Predeterminado |
---|---|---|---|---|
Query | Máximo de resultados por página optional | El número máximo de resultados que se devolverán por página. Si la respuesta supera el número máximo de transacciones o los 10 MB, la API responde con el mensaje «InvalidInput». Mínimo : 1 Máximo : 100 | entero (int32) | 100 |
Query | Publicado después optional | A date used for selecting financial events posted after (or at) a specified time. The date-time must be more than two minutes before the time of the request, in ISO 8601 date-time format. | string (date-time) | - |
Query | Publicado antes optional | A date used for selecting financial events posted before (but not at) a specified time. The date-time must be later than PostedAfter and no later than two minutes before the request was submitted, in ISO 8601 date-time format. If PostedAfter and PostedBefore are more than 180 days apart, no financial events are returned. You must specify the PostedAfter parameter if you specify the PostedBefore parameter. Default: Now minus two minutes. | string (date-time) | - |
Path | ID de grupo de eventos required | El identificador del grupo de eventos financieros al que pertenecen los eventos. | string | - |
Query | Símbolo siguiente optional | Se ha devuelto un token de cadena en la respuesta de tu solicitud anterior. | string | - |
Ejemplo de solicitud
{
"Operation": "com.amazon.mws.finances._2015_05_01#ListFinancialEvents",
"Service": "com.amazon.mws.finances._2015_05_01#MWSFinancesService",
"Input": {
"SellerId": "A354ABCDEFGH",
"MaxResultsPerPage": 2,
"FinancialEventGroupId": "vQDBCUXEzvJp17lCoNXRZNq8AWdbw4hA-EXMSmGBcsk"
}
}
Respuesta
Propiedades de la respuesta:
Nombre | Descripción | Schema |
---|---|---|
ShipmentEventList optional | Una lista de eventos de envío. | ShipmentEventList |
ShipmentSettleEventList optional | Una lista de eventos de liquidación de envíos. | ShipmentSettleEventList |
RefundEventList optional | Una lista de eventos de reembolso. | ShipmentEventList |
GuaranteeClaimEventList optional | Una lista de eventos de reclamación de garantía. | ShipmentEventList |
ChargebackEventList optional | Una lista de eventos de contracargos. | ShipmentEventList |
PayWithAmazonEventList optional | Una lista de eventos relacionados con la cuenta Pay with Amazon del vendedor. | PayWithAmazonEventList |
ServiceProviderCreditEventList optional | Una lista de información sobre los créditos de los proveedores de soluciones. | Lista de eventos crediticios para proveedores de soluciones |
RetrochargeEventList optional | Una lista de información sobre los eventos de Retrocharge o RetroChargeReversal. | Lista de eventos de RetroCharge |
RentalTransactionEventList optional | Una lista de información sobre eventos de transacciones de alquiler. | Lista de eventos de transacciones de alquiler |
ProductAdsPaymentEventList optional | Una lista de eventos de pago de productos patrocinados. | Lista de eventos de pago de anuncios de productos |
ServiceFeeEventList optional | Una lista de información sobre los eventos de tarifas de servicio. | Lista de eventos de tarifa de servicio |
SellerDealPaymentEventList optional | Una lista de eventos de pago para las comisiones relacionadas con la transacción. | Lista de eventos de pago de ofertas de vendedores |
DebtRecoveryEventList optional | Una lista de información sobre eventos de recuperación de deudas. | Lista de eventos de recuperación de deudas |
LoanServicingEventList optional | Una lista de eventos de administración de préstamos. | Lista de eventos de servicio de préstamos |
AdjustmentEventList optional | Una lista con la información de los eventos de ajuste de la cuenta del vendedor. | Lista de eventos de ajuste |
SAFETReimbursementEventList optional | Una lista de eventos de SafetReimsementEvents. | Lista de eventos de reembolso seguro |
SellerReviewEnrollmentPaymentEventList optional | Una lista de información sobre los eventos de pago para el Programa Early Reviewer. | El vendedor revisa la lista de eventos de pago de inscripción |
FBALiquidationEventList optional | Una lista de los eventos de pago por liquidación de inventario de Logística de Amazon. | Lista de eventos de liquidacion de la FBA |
CouponPaymentEventList optional | Una lista de información sobre los eventos de pago de cupones. | Lista de eventos de pago de cupones |
ImagingServicesFeeEventList optional | Una lista de eventos de pago relacionados con los servicios de Amazon Imaging. | Lista de eventos gratuitos de servicios de imágenes |
NetworkComminglingTransactionEventList optional | Una lista de eventos de transacciones que combinan redes. | Lista de eventos de transacciones de comunicación de red |
AffordabilityExpenseEventList optional | Una lista de información sobre los gastos relacionados con una promoción de asequibilidad. | AffordabilityExpenseEventList |
AffordabilityExpenseReversalEventList optional | Una lista de información sobre los gastos relacionados con una promoción de asequibilidad. | AffordabilityExpenseEventList |
RemovalShipmentEventList optional | Una lista con la información de los eventos de envío de retirada. | RemovalShipmentEventList |
RemovalShipmentAdjustmentEventList optional | Una lista delimitada por comas de los detalles de los envíos y ajustes de retirada para el inventario de Logística de Amazon. | RemovalShipmentAdjustmentEventList |
TrialShipmentEventList optional | Una lista de información sobre los eventos financieros de los envíos de prueba. | TrialShipmentEventList |
Reino Unido TDSReimbursementEventLis optional | Una lista de TDSReimbursementEvent artículos. | TDSReimbursementEventList |
AdhocDisbursementEventList optional | Una lista de AdhocDisbursement eventos. | AdhocDisbursementEventList |
TaxWithholdingEventList optional | Una lista de TaxWithholding eventos. | TaxWithholdingEventList |
ChargeRefundEventList optional | Una lista de eventos de reembolso de cargos. | ChargeRefundEventList |
FailedAdhocDisbursementEventList optional | Matriz de FailedAdhocDisbursementEvent | FailedAdhocDisbursementEventList |
ValueAddedServiceChargeEventList optional | Una lista de ValueAddedServiceCharge eventos. | ValueAddedServiceChargeEventList |
CapacityReservationBillingEventList optional | Una lista de CapacityReservationBillingEvent eventos. | CapacityReservationBillingEventList |
Ejemplo de respuesta
{
{
"Output":
{
"__type": "com.amazon.mws.finances._2015_05_01#ListFinancialEventsResponse",
"FinancialEvents":
{
"AdhocDisbursementEventList": [],
"AdjustmentEventList": [
{
"AdjustmentAmount":
{
"CurrencyAmount": 41909.78,
"CurrencyCode": "USD"
},
"AdjustmentType": "ReserveCredit",
"PostedDate": 1.706060985486E9
}],
"AffordabilityExpenseEventList": [],
"AffordabilityExpenseReversalEventList": [],
"ChargeRefundEventList": [],
"ChargebackEventList": [],
"CouponPaymentEventList": [],
"DebtRecoveryEventList": [],
"ExploreOutOfBandPaymentsEventList": [],
"FBALiquidationEventList": [],
"FailedAdhocDisbursementEventList": [],
"GuaranteeClaimEventList": [],
"ImagingServicesFeeEventList": [],
"LoanServicingEventList": [],
"NetworkComminglingTransactionEventList": [],
"PayWithAmazonEventList": [],
"PerformanceBondRefundEventList": [],
"ProductAdsPaymentEventList": [],
"RefundEventList": [],
"RemovalShipmentAdjustmentEventList": [],
"RemovalShipmentEventList": [],
"RentalTransactionEventList": [],
"RetrochargeEventList": [],
"SAFETReimbursementEventList": [],
"SellerDealPaymentEventList": [],
"SellerReviewEnrollmentPaymentEventList": [],
"ServiceFeeEventList": [],
"ServiceProviderCreditEventList": [],
"ShipmentEventList": [
{
"AmazonOrderId": "111-2233657-11111111",
"MarketplaceName": "Amazon.com",
"PostedDate": 1.706061191666E9,
"SellerOrderId": "111-2233657-11111111",
"ShipmentItemList": [
{
"ItemChargeList": [
{
"ChargeAmount":
{
"CurrencyAmount": 59.99,
"CurrencyCode": "USD"
},
"ChargeType": "Principal"
},
{
"ChargeAmount":
{
"CurrencyAmount": 3.15,
"CurrencyCode": "USD"
},
"ChargeType": "Tax"
},
{
"ChargeAmount":
{
"CurrencyAmount": 0.0,
"CurrencyCode": "USD"
},
"ChargeType": "GiftWrap"
},
{
"ChargeAmount":
{
"CurrencyAmount": 0.0,
"CurrencyCode": "USD"
},
"ChargeType": "GiftWrapTax"
},
{
"ChargeAmount":
{
"CurrencyAmount": 0.0,
"CurrencyCode": "USD"
},
"ChargeType": "ShippingCharge"
},
{
"ChargeAmount":
{
"CurrencyAmount": 0.0,
"CurrencyCode": "USD"
},
"ChargeType": "ShippingTax"
}],
"ItemFeeList": [
{
"FeeAmount":
{
"CurrencyAmount": 0.0,
"CurrencyCode": "USD"
},
"FeeType": "FBAPerOrderFulfillmentFee"
},
{
"FeeAmount":
{
"CurrencyAmount": -9.73,
"CurrencyCode": "USD"
},
"FeeType": "FBAPerUnitFulfillmentFee"
},
{
"FeeAmount":
{
"CurrencyAmount": 0.0,
"CurrencyCode": "USD"
},
"FeeType": "FBAWeightBasedFee"
},
{
"FeeAmount":
{
"CurrencyAmount": -6.75,
"CurrencyCode": "USD"
},
"FeeType": "Commission"
},
{
"FeeAmount":
{
"CurrencyAmount": 0.0,
"CurrencyCode": "USD"
},
"FeeType": "FixedClosingFee"
},
{
"FeeAmount":
{
"CurrencyAmount": 0.0,
"CurrencyCode": "USD"
},
"FeeType": "GiftwrapChargeback"
},
{
"FeeAmount":
{
"CurrencyAmount": 0.0,
"CurrencyCode": "USD"
},
"FeeType": "ShippingChargeback"
},
{
"FeeAmount":
{
"CurrencyAmount": 0.0,
"CurrencyCode": "USD"
},
"FeeType": "VariableClosingFee"
}],
"ItemTaxWithheldList": [
{
"TaxCollectionModel": "MarketplaceFacilitator",
"TaxesWithheld": [
{
"ChargeAmount":
{
"CurrencyAmount": -3.15,
"CurrencyCode": "USD"
},
"ChargeType": "MarketplaceFacilitatorTax-Principal"
}]
}],
"OrderItemId": "92680125955441",
"PromotionList": [
{
"PromotionAmount":
{
"CurrencyAmount": -15.0,
"CurrencyCode": "USD"
},
"PromotionId": "PLM-ce8ae94e-3c9b-46f5-91ff-b9bd3aAAAAAAA",
"PromotionType": "PromotionMetaDataDefinitionValue"
},
{
"PromotionAmount":
{
"CurrencyAmount": 0.0,
"CurrencyCode": "USD"
},
"PromotionId": "PLM-ce8ae94e-3c9b-46f5-91ff-b9bd3aAAAAAAA",
"PromotionType": "PromotionMetaDataDefinitionValue"
},
{
"PromotionAmount":
{
"CurrencyAmount": 0.0,
"CurrencyCode": "USD"
},
"PromotionId": "PLM-ce8ae94e-3c9b-46f5-91ff-b9bd3aAAAAAAA",
"PromotionType": "PromotionMetaDataDefinitionValue"
},
{
"PromotionAmount":
{
"CurrencyAmount": 0.0,
"CurrencyCode": "USD"
},
"PromotionId": "PLM-ce8ae94e-3c9b-46f5-91ff-b9bd3aAAAAAAA",
"PromotionType": "PromotionMetaDataDefinitionValue"
},
{
"PromotionAmount":
{
"CurrencyAmount": 0.0,
"CurrencyCode": "USD"
},
"PromotionId": "PLM-ce8ae94e-3c9b-46f5-91ff-b9bd3aAAAAAAA",
"PromotionType": "PromotionMetaDataDefinitionValue"
},
{
"PromotionAmount":
{
"CurrencyAmount": 0.0,
"CurrencyCode": "USD"
},
"PromotionId": "PLM-ce8ae94e-3c9b-46f5-91ff-b9bd3aAAAAAAA",
"PromotionType": "PromotionMetaDataDefinitionValue"
}],
"QuantityShipped": 1,
"SellerSKU": "SBB-TableTop -Gallon"
}]
}],
"ShipmentSettleEventList": [],
"StorageReservationBillingEventList": [],
"TDSReimbursementEventList": [],
"TaxWithholdingEventList": [],
"TrialShipmentEventList": [],
"ValueAddedServiceChargeEventList": []
},
"NextToken": "e3F1ZXJ5UGFnaW5hdGlvblRva2VuOiJXUndvWm5YcUtGd2loT2U4RUdVQllqQWNUaGVIZGZmaHQ4LXVFSUU4d3Z0VXJXS3hYUnZGUjBYeEM5Z3RYcFN4cWFKSXkteUFrUF9WRURYLVhGV0FycUN5Qlg1U1d6VEhvZ3ZWOGc5OWV2bGR6TW1TcHJaY2JoZmFRN3JnTEFidmhTTGpSSHBiVnhEcjN5WWk1R0VkTzdmUUNsVVZDbWp2NUttczkwQ2RRaUdYUDdxRGNzSV9YTjcwUjV5VWUxS2Ywa0hoZEo4NENFN1V4RmZXanF6LTRWYXFFSWNTS3pRWFpoV3lHdnBIRFQ4YTVJZjUtZU9tMzNzakpVZmtHOFhNdkpGLTk3M2t4cm9YUFFwSkw3OHVDLTNMMGNCLVNoNGhEdV9IZlV6TXlGR2luc05qbFpzZmZnTmo1RHZEUVEwR3Nqd1dtU0h6VVdnWkU4WEVxaFlwTDNMWXE3Y0JTNGdPNkNjV0pEQk8zX3NqRzNuY0F6c3FDc2dEOXVCT2d6YWtFS2Q0VGxjTW5sMkJ5SEplREFod2NuTmN5blkzSW5WVWFTTGRKVFZUeHF2eHRDbm9zc01wd255SGE5OFczTVhlemhuS3p6RDlHNzlFRDhKdWtQTkN1Qk1HcDdFdjJ6LS1yU2UyNGpXekNWVXprTUI1OHA1MWNNaHZLSjNXRHhYbEFjWF94eDdNdmptMF9vRHo1bnhZTjlBel9BVElRV2hkeWpsOHV3MHZQU3RITGJQQ3hRRTYyRnlPTlM2b2dfSEthTVl6LXBqeHpzS1dnOUR3SU1BMnpyZTRDRlBmVEFrSzRKQ01QZzh6NDhhWEcwYUV0bm1vYkNURVNSRUgwNU1Ea2N1cVIzcjNMTTl2ZGt5Z0ozTnh6USIsbWF4UmVzdWx0c1BlclBhZ2U6MCx0b2tlbkNyZWF0aW9uRGF0ZToxNzA2ODMzNDEyOTU1LG1hcmtldHBsYWNlSWQ6bnVsbCxzZWFyY2hRdWVyeTpudWxsLHNlbGxlcklkOiJBMzU0T0VRNVYyQ0w1IixzZWFyY2hRdWVyeUNoZWNrc3VtOm51bGx9"
},
"Version": "1.0"
}
}
Updated 23 days ago