Creates a new product location

Creates a new product location with the given details.

Request

This endpoint expects an object.
namestringRequired
Name of the product location.
statusintegerRequired
Status of the product location.
company_branch_idintegerRequired
Identifier for the company branch associated with the product location.

Response

Product location created successfully.
product_location_idinteger or null
Unique identifier for the newly created product location.
namestring or null
Name of the newly created product location.
statusinteger or null
Status of the newly created product location.
company_branch_idinteger or null
Identifier for the company branch associated with the newly created product location.