Creates a new Location using the parameters passed in the request.
{- "location_code": "string",
- "location_name": "string",
- "contact_name": "string",
- "contact_email": "string",
- "contact_phone": "string",
- "alternate_phone": "string",
- "address1": "string",
- "address2": "string",
- "city": "string",
- "state": "string",
- "postcode": "string",
- "country": "string",
- "coords": "string",
- "what3words": "string",
- "type": "business",
- "shopify_location_id": "string",
- "deleted": true,
- "merchants": [
- "string"
]
}
{- "location_id": "string",
- "location_code": "string",
- "location_name": "string",
- "contact_name": "string",
- "contact_email": "string",
- "contact_phone": "string",
- "alternate_phone": "string",
- "address1": "string",
- "address2": "string",
- "city": "string",
- "state": "string",
- "postcode": "string",
- "country": "string",
- "coords": "string",
- "what3words": "string",
- "type": "business",
- "shopify_location_id": "string",
- "deleted": true,
- "merchants": [
- "string"
]
}