⬆️Request and Response

Request to the API endpoint

Updates the status of the orders

PUT https://api.alephcrm.com/v2/orders

Query Parameters

Name
Type
Description

API_KEY*

String

(default=none)

accountId *

Integer

(default=none)

orderStatus

{
    "Total": integer,
    "Results": [{
      "OrderStatus": OrderStatusType,
      "Status": integer,
      "Message": string
    }]
}

Parameters details

API_KEY

The API_KEY that was provided.

accountId

The Alephee account ID of the shipping label you are trying to get.

orderStatus

Object with collection of orders to update.

Last updated

Was this helpful?