Update shop name
PUT {{fulfillment_client_url}}/client/shop/1/name
Update the name of the shop.
Body definition
name | Type | Description | Required |
---|---|---|---|
name | String | true |
Request Body
{"name"=>"new shop name"}
RESPONSES
status: OK
{"check":true}