List Unique CLIC Items

post/clicmanager.fetchitemuniquetypes/{typedId}

Returns all SKUs for the given Calculable Line Item Collection (CLIC).

This endpoint is used in the REACT version only. It is not advisable to mix REACT endpoints together with Ember endpoints.

Securitybasic or X-PriceFx-jwt
Request
path Parameters
typedId
required
string
Request Body schema: application/json
object
Responses
200

OK

Response Schema: application/json
object
node
string
data
Array of strings
status
integer
Request samples
application/json
{ }
Response samples
application/json
{
  • "response": {
    • "node": "pricefx-cluster-app-frontend-96569b957-fmkxp",
    • "data": [
      • [
        • "AK_0001",
        • "B-0006"
        ]
      ],
    • "status": 0
    }
}