Ability to Create/Update Sales not Originating from the API

We now offer the ability to create AND update sales through the API that may not have originated from the API for the following calls:

  • SyncOnlineSale
  • SyncOnlineSales
  • SyncShippedSaleAndRemoveItems

In other words, you can now pull Magento sales through the API and update that Magento sale through the API, such as: Adding a line item, completing sale status, updating unit price(s), etc.

You can do this by providing the FULL SkuVault Sale ID in the OrderId parameter. For example, a ChannelAdvisor sale may look similar to 1-1-2-1-OrderIDHere. So, if you were to include that value in the Order ID field for the above calls, we would update that ChannelAdvisor sale.

For any questions, feel free to open up a post on our developer's forum. Thanks!