create_session
POST to this endpoint to create a new cart session. To manage a cart via a web browser, send an empty POST request to this href to retrieve a new session_id and cart_link. The session_id is used as the fcsid value needed to retrieve the cart via a browser.
Actions
POST Create a cart session id
OPTIONS Get a response explaining which HTTP methods are supported
https://api.foxycart.com/create_session/{id}
Example Representation
{
"_links": {
"curies": [
{
"name": "fx",
"href": "https://api.foxycart.com/rels/{rel}",
"templated": true
}
]
},
"session_id": "kv9nRk6ha8DLesuMgg8y8rmxbS",
"cart_link": "https://foxycart-demo.foxycart.com/cart?fcsid=kv9nRk6ha8DLesuMgg8y8rmxbS"
}