Update Order QuickBook Status - Sellercloud API Docs

Update Order QuickBook Status

Table of Contents

Overview

In order to update QuickBook Export status of an order you can do it as follows:

Endpoint that is presented in this article is used for updating QuickBook exported status of single or multiple orders.

In order to consume the endpoint you must:

For information on how you can authenticate, see:  Authentication

As soon as you do authentication and receive a valid token, it needs to be passed on the call when updating the order.

Endpoint

Example for such endpoint for TT server is https://tt.api.sellercloud.com/rest/api/Orders/SetQuickBookStatus

For your server endpoint will be:

https://{your_server_id}.api.sellercloud.com/rest/api/Orders/SetQuickBookStatus

Request

Parameter Data Type Description Is Required
OrderIDs List IDs of existing orders. Yes
Exported bool Export status:
true for export
false for not export
Yes

Response