Links

Understand how the Shoppers resource includes links.

Most responses from the Shoppers arrow-up-rightresource include links that indicate related resources or the next action that could be performed. For example, after getting categories or products, the following URI link adds a product to the cart:

{
	"addproducttocart": {
		"_uri": "https://api.digitalriver.com/v1/shoppers/me/carts/active/line-items?productId=8350200"
	}
}

Last updated