The Aprimo API Oder Status (Aprimo_api_order_status) Data Block is part of the Assette-Aprimo Integration stand-up and is not edited. The following details are informational only.
The Aprimo API Order Status (Aprimo_api_order_status) Data Block is used to make a GET request to the Aprimo API. The Data Block fetches information about a specific order by appending the order ID ({{id}}
) to the path. The request retrieves the full order data, as specified by "jsonpath_for_data"
.
- api_fowarder_key:
T
arget API. - method: The request method is
"GET"
- path: The request goes to the
"order"
endpoint. - queryTemplate: Appends the dynamic
{{id}}
to the path to target a specific order (e.g.,/order/12345
). - jsonpath_for_data: Specifies that the entire JSON response (
"$"
) should be captured for processing or output.
General Info #
The following table shows the default fields of the Data Block.
Field | Value |
---|---|
Name | Aprimo_api_order_status |
Block Category | Interface |
Block Type | API Call |
Data Category | None |
Output Type | Data Type |
Dependencies #
None
Columns #
None
Example Definition #
{
"api_fowarder_key": "Aprimo",
"method": "GET",
"path": "order",
"queryTemplate": "/{{id}}",
"jsonpath_for_data": "$"
}
Example Request #
None
Example Response #
None