Facilities
More Facilities-API information can be found here: REST API documentation - 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