⬆️Request and Response
Request to the API endpoint
Get all orders belonging to a single shopping cart
GET
https://api.alephcrm.com/v2/orders/pack
Query Parameters
Name
Type
Description
API_KEY*
String
(default=none)
accountId *
Integer
(default=none)
packId*
String
(default=none)
Parameters details
API_KEY
The API_KEY that was provided.
accountId
The Alephee account ID of the orders you are trying to get.
packId
Filters shopping carts with the given ID. The packID is the ID assigned by the marketplace of origin to the shopping cart.
Last updated