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_idintegerOptional

Unique identifier for the newly created product location.

namestringOptional

Name of the newly created product location.

statusintegerOptional

Status of the newly created product location.

company_branch_idintegerOptional

Identifier for the company branch associated with the newly created product location.