/syncShippedSaleAndRemoveItems

Moderate throttling
This method syncs a shipped sale and auto-removes quantity. If the product is in multiple locations, then the remove will occur at the location that is first in alphanumerical order. Quantity can be removed from normal, Reserved, and Backstock locations.


Warning:

If your account has AutoRemove enabled, then syncing sales using this call will result in the system attempting to remove sale item quantity twice. Please use with caution and if you are unsure if this warning applies to your account, please submit a support ticket here.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

The order ID. After order is synced it's status can be retrieved by the same ID. NOTE: You can create AND update sales that do not originate from the API if you provide the full SkuVault Sale ID in this parameter. In other words, if a sale originated from Magento, you can update it in the API if you provide the full SkuVault Sale ID.

int32

The warehouse to Remove quantity from. If not included then the item will be removed from the first location in alphanumerical order across all warehouses.

date

The UTC date and time order was created.

double
Defaults to 0

Total order price. Can be different than the sum sale price of sold SKUs.

string

Sale notes associated with this order.

ItemSkus
object

List of merchant-fulfilled items in the order. Required only if FulfilledItems is missing.

FulfilledItems
object

List of 3PL-fulfilled items in the order.

ShippingInfo
object

Shipping information about sale, such as shipped status, carrier, class, and destination.

string
required
string
required
Headers
string
Defaults to application/json

application/json

string
Defaults to application/json

application/json

Response

Language
LoadingLoading…
Response
Choose an example:
application/json