Searching for the Marketplace order ID
Hello, I'm looking for an information about the Marketplace reference in Prestasharp. In Prestahop, I can find the reference in the order page, and in the database in under ps_marketplace_order tables, mp_order_id. Is possible to get this information in Prestasharp?
Many thanks
Hello,
The ps_marketplace_order table is not part of the core PrestaShop database; it is likely created by a third-party module. As such, this table is not supported by the PrestaShop web service and is therefore not available directly through PrestaSharp. To access data from this table, you would need to implement a custom solution, such as a direct SQL query or extending the web service functionality provided by the module.
Many thanks.