- Overview
- Authorization Workflow
- Permissions
- Sandbox
- API Models
- Available API Models
- Request Apidog Access
- OPENAPI SPECIFICATION
- Research Docs
- Amazon Warehousing and Distribution
- Authorization
- Catalog Items
- Catalog [Deprecated]
- Definitions
- Easy Ship
- FBAInbound
- listInboundPlans
- createInboundPlan
- getInboundPlan
- listInboundPlanBoxes
- cancelInboundPlan
- listInboundPlanItems
- updateInboundPlanName
- listPackingGroupBoxes
- listPackingGroupItems
- setPackingInformation
- listPackingOptions
- generatePackingOptions
- confirmPackingOption
- listInboundPlanPallets
- listPlacementOptions
- generatePlacementOptions
- confirmPlacementOption
- getShipment
- listShipmentBoxes
- listShipmentContentUpdatePreviews
- generateShipmentContentUpdatePreviews
- getShipmentContentUpdatePreview
- confirmShipmentContentUpdatePreview
- getDeliveryChallanDocument
- listDeliveryWindowOptions
- generateDeliveryWindowOptions
- confirmDeliveryWindowOptions
- listShipmentItems
- updateShipmentName
- listShipmentPallets
- cancelSelfShipAppointment
- getSelfShipAppointmentSlots
- generateSelfShipAppointmentSlots
- scheduleSelfShipAppointment
- updateShipmentSourceAddress
- updateShipmentTrackingDetails
- listTransportationOptions
- generateTransportationOptions
- confirmTransportationOptions
- listItemComplianceDetails
- updateItemComplianceDetails
- createMarketplaceItemLabels
- listPrepDetails
- setPrepDetails
- getInboundOperationStatus
- getItemEligibilityPreview
- FBAInventory
- FBAOutbound
- Feeds
- Fees
- Finance
- Invoices [Brazil]
- Listings Items
- Merchant Fulfillment
- Orders
- ProductPricing
- Reports
- Sales
- Sellers
- Service
- getServiceJobByServiceJobId
- cancelServiceJobByServiceJobId
- completeServiceJobByServiceJobId
- getServiceJobs
- addAppointmentForServiceJobByServiceJobId
- rescheduleAppointmentForServiceJobByServiceJobId
- assignAppointmentResources
- setAppointmentFulfillmentData
- getRangeSlotCapacity
- getFixedSlotCapacity
- updateSchedule
- createReservation
- updateReservation
- cancelReservation
- getAppointmmentSlotsByJobId
- getAppointmentSlots
- createServiceDocumentUploadDestination
- ShipmentInvoice[Brazil]
- Shipping
- getRates
- createShipment
- directPurchaseShipment
- getShipment
- purchaseShipment
- cancelShipment
- oneClickShipment
- purchaseLabels
- getTracking
- retrieveShippingLabel
- getShipmentDocuments
- purchaseShipment
- cancelShipment
- getRates
- getAdditionalInputs
- getAccount
- getCarrierAccountFormInputs
- getTrackingInformation
- getCarrierAccounts
- linkCarrierAccount
- unlinkCarrierAccount
- generateCollectionForm
- getCollectionFormHistory
- getUnmanifestedShipments
- getCollectionForm
- getAccessPoints
- Supply Sources
- Tokens
- Uploads
- Notifications
createInvoicesExport
Pending
POST
/tax/invoices/2024-06-19/exports
invoices
Last modified:2024-11-28 04:44:17
Maintainer:Sarath S
Rate (requests per second) | Burst |
---|---|
0.167 | 1 |
x-amzn-RateLimit-Limit
response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to Usage Plans and Rate Limits in the Selling Partner API.Request
Body Params application/json
The information required to create the export request.
dateEnd
string <date>
optional
dateStart
string <date>
optional
externalInvoiceId
stringÂ
optional
fileFormat
enum<string>Â
optional
Allowed value:
XML
invoiceType
stringÂ
optional
getInvoicesAttributes
operation to check invoiceType
options.marketplaceId
stringÂ
required
series
stringÂ
optional
statuses
array[string]
optional
getInvoicesAttributes
operation to check invoice status options.>= 1 items
transactionIdentifier
object (TransactionIdentifier)Â
optional
name
stringÂ
optional
getInvoicesAttributes
operation to check transactionIdentifierName
options.id
stringÂ
optional
transactionType
stringÂ
optional
getInvoicesAttributes
operation to check transactionType
optionsExample
{
"dateEnd": "2024-07-30T23:59:59",
"dateStart": "2024-07-01T00:00:00",
"externalInvoiceId": "1283743",
"fileFormat": "XML",
"invoiceType": "SYMBOLIC_RETURN",
"marketplaceId": "A2Q3Y263D00KWC",
"series": "32",
"statuses": [
"AUTHORIZED"
],
"transactionIdentifier": {
"name": "BUSINESS_TRANSACTION_ID",
"id": "94cd4e1a-5cc5-486d-b592-045a95a168e1"
},
"transactionType": "CUSTOMER_SALES"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://sandbox.sellingpartnerapi-na.amazon.com/tax/invoices/2024-06-19/exports' \
--header 'Content-Type: application/json' \
--data-raw '{
"dateEnd": "2024-07-30T23:59:59",
"dateStart": "2024-07-01T00:00:00",
"externalInvoiceId": "1283743",
"fileFormat": "XML",
"invoiceType": "SYMBOLIC_RETURN",
"marketplaceId": "A2Q3Y263D00KWC",
"series": "32",
"statuses": [
"AUTHORIZED"
],
"transactionIdentifier": {
"name": "BUSINESS_TRANSACTION_ID",
"id": "94cd4e1a-5cc5-486d-b592-045a95a168e1"
},
"transactionType": "CUSTOMER_SALES"
}'
Responses
🟢202Accepted
application/json
Headers
x-amzn-RateLimit-Limit
stringÂ
optional
x-amzn-RequestId
stringÂ
optional
Body
Success.
exportId
stringÂ
optional
Example
{
"exportId": "string"
}
🟠400Bad Request
🟠401Unauthorized
🟠403Forbidden
🟠404Record Not Found
🟠413413
🟠415415
🟠429429
🔴500Server Error
🔴503Service Unavailable