Export products - celdotro/marketplace GitHub Wiki
- Export products in xlsx format
celmarket\Products\ProductsList
exportProducts
- method: products
- action: exportProducts
(none)
An object with the following attributes
- file = base64 encoded xlsx file with mime type
https://github.com/celdotro/marketplace_examples/blob/master/Products/15.exportProducts.php
{
"request": {
},
"response": {
"file": "X"
}
}