Update PO Totals - Sellercloud API Docs

Update PO Totals

Overview

You can use this endpoint to update the values of the Tax Total, Other Total, Shipping Total, and Shipping Total Third Party fields of a single existing Purchase Order.

To consume it, you must be an authenticated user. For instructions, see our Authentication article.

Endpoint

Example for this endpoint for server XX is:

https:// xx.api.sellercloud.com/rest/api/PurchaseOrders/{id}/Total

For your server, the endpoint will be:

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

Request

Parameter Data Type Description Is Required
TaxTotal integer Won’t update if not provided. No
OtherTotal integer Won’t update if not provided. No
ShippingTotal integer The Shipping Total can only be updated when the client setting Enable Per Session Receiving Cost For PO is disabled. Won’t update if not provided. No
ShippingTotalThirdParty integer Cannot be updated if the setting Enable Free Shipping for Purchase Orders is enabled and the PO is partially or fully received. Won’t update if not provided. No

Response