⬆️Request and Response
Request to the API endpoint
Set the order´s packaging information
POST
https://api.alephcrm.com/v2/orders/{orderId}/shipping/packaging
Query Parameters
Name | Type | Description |
---|---|---|
API_KEY* | String | (default=none) |
accountId * | Integer | (default=none) |
orderId * | Integer | (default=none) |
packInfoType |
Parameters details
API_KEY
The API_KEY that was provided.
accountId
The Alephee account ID of the orders you are trying to get.
orderId
Alephee ID to identify the order
packInfoType
The JSON object including the packaging information to set. This endpoint will return a HTTP 201 response code for a successful operation or any other error code otherwise.
Last updated