## [Rest API: Sales Rep](/content/updates/rest-api-sales-rep/index.html)

You can now retrieve the **Sales Rep ID** and **Sales Rep Email** of your orders by calling the following endpoints:

- [Get All Orders](/content/developer/dev-article/get-all-orders/index.html)
- [Get All Orders By Saved View](/content/developer/dev-article/get-all-orders-by-saved-view/index.html)

## [Add Customers to Group](/content/updates/add-customers-to-group/index.html)

You can now [Add Customers to a Customer Group](/content/developer/dev-article/add-customers-to-group/index.html) by consuming the newly added Rest API endpoint. Note that this will only work for existing Customers and Group.

## [Get All Inventory: List Price](/content/updates/get-all-inventory-list-price/index.html)

We have added **List Price** to the response when calling the [Get All Inventory](/content/developer/dev-article/get-inventory-info-for-multiple-products/index.html) Rest API endpoint, which allows you to retrieve inventory and product data for multiple SKUs at once.

## [Update Order Shipping Packages](/content/updates/update-order-shipping-packages/index.html)

We have added a new endpoint to our Rest API that allows you to [Update Existing Shipping Packages](/content/developer/dev-article/update-order-shipping-packages/index.html) for a single order. This endpoint only affects the package dimensions and declared value. To update the contents, you must instead use the [Create Shipping Packages](/content/developer/dev-article/create-shipping-packages/index.html) endpoint.

## [Invoice Date](/content/updates/invoice-date/index.html)

The responses of [Get Single Purchase Order](/content/developer/dev-article/get-single-purchase-order/index.html) and [Get All Purchase Orders](/content/developer/dev-article/get-all-purchase-orders/index.html) now include the Invoice Date in the invoices list of the PO.

## [Update PO Invoice and Walmart Marketplace Product Attributes](/content/updates/update-po-invoice-and-walmart-marketplace-product-attributes/index.html)

We have added three new endpoints to our Rest API:

- [Update PO Invoice Invoice Number](/content/developer/dev-article/update-po-invoice-number/index.html) – consume this endpoint to update the **Invoice ID** and **Invoice Date** of an existing [Purchase Order](/content/help/omnichannel-ecommerce/managing-pos/index.html).
- [Update Walmart Marketplace Product Attributes](/content/developer/dev-article/update-walmart-marketplace-attributes/index.html) – you have the option to GET a template and then use it to POST [Product Attributes](/content/help/omnichannel-ecommerce/import-walmart-marketplace-attributes/index.html) for your Walmart Marketplace products.

## [Duties on Order](/content/updates/duties-on-order/index.html)

We have adjusted the logic of the [Order Total](/content/help/omnichannel-ecommerce/orders-details-page/#Total_Panel/index.html) panel to properly display and calculate **Duties** for International Orders. Additionally, duties will now be returned in the Response body when you [Get All Orders](/content/developer/dev-article/get-all-orders/index.html) via our Rest API.

## [Update Order Shipping Information](/content/updates/update-order-shipping-information-2/index.html)

You can now use the [Update Order Shipping Information](/content/developer/dev-article/update-shipping-information/index.html) REST API endpoint to set an order’s **Customer Handling Fee** or change its **Allow Shipping without Payment** status.

## [Update PO Shipping Information (Single Tracking)](/content/updates/update-po-shipping-information-single-tracking/index.html)

We have added a new endpoint that allows you to update the Tracking information of an existing [Purchase Order](/content/help/omnichannel-ecommerce/managing-pos/index.html). Note that you can use this endpoint only if the [Client Setting](/content/help/omnichannel-ecommerce/settings-overview/index.html) **Enable Multiple Tracking Numbers On PO** is disabled.

## [Manage Custom Company Settings via API](/content/updates/manage-custom-company-settings-via-api/index.html)

We have added three new endpoints that allow you to create, update, and pull [Custom Company Settings](/content/help/omnichannel-ecommerce/company-custom-columns-per-channel/index.html):

- [Create Custom Company Settings](/content/developer/dev-article/create-custom-company-settings/index.html) – use this endpoint to create a new custom setting in a specific company, add a value, and set security masking.
- [Get Custom Company Settings](/content/developer/dev-article/get-custom-company-settings/index.html) – call this endpoint to pull information about existing custom settings from a company.
- [Update Custom Company Settings](/content/developer/dev-article/update-custom-company-settings/index.html) – use this to update the values and masking of existing custom settings.
