Update Purchase Order QuickBook Status - Sellercloud API Docs

Update Purchase Order QuickBook Status

Overview

In order to update QuickBook Export status of a purchase 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 purchase orders.

In order to consume the endpoint you must:

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/PurchaseOrders/SetQuickBookStatus

For your server endpoint will be:

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

Request

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

Response