Create a store

POST {{MANAGEMENT_API_BASE_URL}}/stores

Request Body

{"merchantId"=>"{{YOUR_MERCHANT_ACCOUNT}}", "description"=>"City centre store", "shopperStatement"=>"Springfield Shop", "phoneNumber"=>"+15036000000", "reference"=>"Spring_store_2", "address"=>{"country"=>"US", "line1"=>"200 Main Street", "line2"=>"Building 5A", "line3"=>"Suite 3", "city"=>"San Francisco", "stateOrProvince"=>"CA", "postalCode"=>"94107"}}