Mark Orders as Exported or Not Exported
Overview Endpoint is used for marking orders as exported or not exported in bulk. In order to do that you must: Be authenticated user For information on how you can authenticate, see: Authentication Endpoint Example for such endpoint for TT server is https://tt.api.sellercloud.com/api/Orders/SetExported For your server endpoint will be: https://{your_server_id}.api.sellercloud.com/api/Orders/SetExported Request…