Get Bulk Product Model
This operation is used to get multiple product models. This is generally used for bundle catalog.
Method: HTTP GET method
Endpoint: http://<host_address>:<port_address>/v1/productmodel/bulk
Parameter content type: application/json
Example:
{
"ActionModel": [
{
"ActionID": "string",
"RecordType": "string",
"ShortDesc": "string"
}
]
}