Export products - celdotro/marketplace GitHub Wiki

About

  • Export products in xlsx format

Class

celmarket\Products\ProductsList

Method

exportProducts

API

  • method: products
  • action: exportProducts

Parameters

(none)

Response

An object with the following attributes

  • file = base64 encoded xlsx file with mime type

Example - PHP

https://github.com/celdotro/marketplace_examples/blob/master/Products/15.exportProducts.php

Example - JSON

{
  "request": {
    
  },
  
  "response": {
   "file": "X" 
  }
}
⚠️ **GitHub.com Fallback** ⚠️