⬆️Request and Response

Request to the API endpoint

Retrieves a list of orders that meet the specified criteria

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

Query Parameters

NameTypeDescription

API_KEY*

String

(default=none)

accountId *

Integer

(default=none)

orderInfo

/

[
  {
    "Message": "A number with the internal AlephCRM ID of the created order-for informational purposes only",
    "Level": {
      "Id": 99,
      "Name": "OK"
    }
  }
]

Parameters details

API_KEY

The API_KEY that was provided.

accountId

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

orderInfo

JSON package with the order to be created.

Last updated