Merchants/Stores API

Create Store

POST /v1.0/merchants/:merchant_id/stores

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

POST /v1.0/merchants/72/stores

Body

Response

Headers

Cache-Control: max-age=0, private, must-revalidate
Content-Length: 462
Content-Type: application/json; charset=utf-8
Etag: "5f8ab64f695e32702c18b94b40f3a543"
Location: /v1.0/merchants/72/stores
Server: thin 1.5.1 codename Straight Razor
X-Request-Id: 0c109b9815d1d80b66a5c442c2b3a16f
X-Runtime: 0.051649
X-Ua-Compatible: IE=Edge,chrome=1
Date: Tue, 16 Feb 2016 13:36:51 GMT

Status

201 Created

Body