OK - Create facility
For creating a facility, some information is required. For a full overview please take a look into our REST API documentation of facilities.
Create a facility
To add the facility do the following POST call with the JSON body (please note, there is no check whether the facility's address exists):
The fields services
, status
and locationType
are not required, but we highly recommend adding at least the services section as this enables the store to ship orders.
If your request was successful, you'll receive a 201 CREATED
response with a body like this:
Last updated