⬆️Request and Response

Request to the API endpoint

Retrieves a list of orders that meet the specified criteria

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

Query Parameters

NameTypeDescription

API_KEY*

String

(default=none)

accountId *

Integer

(default=none)

integrateOrder

String

{
    "Total": integer,
    "Results": [{
      "OrderStatus": IntegrateOrderType,
      "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.

integrateOrder

Object with collection of orders to integrate.

Last updated