Merchants/Stores API

Update Store

PUT /v1.0/merchants/:merchant_id/stores/:id

Parameters

Name Description
name Store Name
description Description of Store
is_active Set store to Active
number Store Number
phone Store Phone Number
primary Primary Contact Information ( pass: name, phone, and email )
secondary Secondary Contact Information ( pass: name, phone, and email )

Request

Headers

Accept: application/json
Content-Type: application/json
X-Auth-Token: 78818b8ded0b58737a049e1ff74715579fb360159e1f932b458564c30095cb43

Route

PUT /v1.0/merchants/75/stores/59

Body

Response

Headers

Cache-Control: max-age=0, private, must-revalidate
Content-Length: 619
Content-Type: application/json; charset=utf-8
Etag: "00526bd6f2b1b5411bae723ead2e3607"
Server: thin 1.5.1 codename Straight Razor
X-Request-Id: 413754b277df6718c1f8e9b09ebcf932
X-Runtime: 0.046075
X-Ua-Compatible: IE=Edge,chrome=1
Date: Tue, 16 Feb 2016 13:36:52 GMT

Status

200 OK

Body