OM Invoice - API - Generation
Generate an Order Invoice batch
post/v2/user/marketplaces/orders/invoices/generate
Query parameters
userNamestring required
Sometimes the user in the e-commerce application is not the same as user associated with the current subscription key. We recommend providing your application's user login.
Request body
Example request
[
{
"marketplaceTechnicalCode": "CDISCOUNT"
}
]Response
The locations of the generated invoice. Might take a few seconds to be available
Example response
[
{
"marketplaceTechnicalCode": "CDISCOUNT"
}
]