Validate Shop
POST {{fulfillment_client_url}}/client/shop/validation
Validate if a shop hasn't already been added to envia fulfillment, checking by its url. If the shop is found return an error.
Body definition
name | Type | Description | Required |
---|---|---|---|
url | String | The url of the shop | true |
Request Body
{"url"=>"https://ecart-test.myshopify.com"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"valid":true}