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

nameTypeDescriptionRequired
urlStringThe url of the shoptrue

Request Body

{"url"=>"https://ecart-test.myshopify.com"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{"valid":true}