## [Delete Order Serial Number](/content/updates/delete-order-serial-number/index.html)

We have added a new endpoint to our REST API: [Delete Order Serial Number](https://developer.sellercloud.com/dev-article/delete-order-serial-number/). It allows you to remove a single [Serial Number](https://help.sellercloud.com/omnichannel-ecommerce/serial-numbers/#Ship_Inventory_with_Serials) from an existing sales order.

## [Filter by Users Group](/content/updates/filter-by-users-group/index.html)

We have added the Users Group filter to the [Get All Orders](https://developer.sellercloud.com/dev-article/get-all-orders/) endpoint of our REST API.

## [Get Shipping Labels](/content/updates/get-shipping-labels/index.html)

The new [Get Shipping Label](https://developer.sellercloud.com/dev-article/get-shipping-labels/) endpoint allows you to reprint the labels of a single sales order shipped via Shipbridge.

## [Manage PO Shipping Information (Multiple Tracking Numbers)](/content/updates/manage-po-shipping-information-multiple-tracking-numbers/index.html)

We have added three new endpoints that allow you to manage the Tracking information of an existing [Purchase Order](/content/help/omnichannel-ecommerce/managing-pos/index.html). You can use these endpoints only if the [Client Setting](/content/help/omnichannel-ecommerce/settings-overview/index.html) **Enable Multiple Tracking Numbers On PO** is enabled:

- [Add PO Shipping Information](/content/developer/dev-article/add-po-shipping-information-multiple-tracking-numbers/index.html)
- [Get PO Shipping Information](/content/developer/dev-article/get-po-shipping-information-multiple-tracking-numbers/index.html)
- [Delete PO Shipping Information](/content/developer/dev-article/delete-po-shipping-information-multiple-tracking-numbers/index.html)

## [Update Order Promise Date](/content/updates/update-order-promise-date/index.html)

You can now use the [Update Order Shipping Information](/content/developer/dev-article/update-shipping-information/index.html) REST API endpoint to update an order’s **Promise Date (Ship-By-Date)**.

## [Create SKU to SKU Transfer via API](/content/updates/create-sku-to-sku-transfer-via-api/index.html)

We have added a new endpoint to our REST API that allows you to [Create a new SKU to SKU Transfer](/content/developer/dev-article/create-sku-to-sku-transfer/index.html).

## [Manage Pallets via API](/content/updates/manage-pallets-via-api/index.html)

Two new endpoints allow you to manage [Pallets](https://skustack.com/help/warehouse-management/pallets/) via our REST API:

- [Create Pallet](/content/developer/dev-article/create-pallet/index.html)
- [Add Items to a Pallet](/content/developer/dev-article/add-items-to-pallet/index.html)

## [Get Order: Conversion Rate](/content/updates/get-order-conversion-rate/index.html)

We have added **CurrencyRateFromUSD** and **CurrencyRateToUSD** to the response for the [Get Single Order](/content/developer/dev-article/get-single-order/index.html) endpoint. This provides you with the specific rates used to convert the currency for international orders.

## [Link Order to PO and Create Container Endpoints](/content/updates/link-order-to-po-and-create-container-endpoints/index.html)

We have added two new endpoints to our Rest API:

- [Link Order to PO (Crossdock)](/content/developer/dev-article/link-sales-order-to-po-crossdock/index.html) – consuming this endpoint allows you to [link a Sales Order](/content/help/omnichannel-ecommerce/link-an-order-to-a-po/index.html) to an existing Purchase Order or create a new one.
- [Create Shipping Container](/content/developer/dev-article/create-shipping-container/index.html) – this lets you create a single [PO Shipping Container](/content/help/omnichannel-ecommerce/purchase-orders-shipping-containers/index.html).

## [Execute Order Rules](/content/updates/execute-order-rules/index.html)

You can now [Execute Rules](/content/developer/dev-article/execute-order-rules/index.html) on existing sales orders via our Rest API. Consuming this endpoint allows you to access our [Order Rule Engine](/content/help/omnichannel-ecommerce/order-rule-engine/index.html). Make sure you configure the rules within the web interface first.
