post https://api.fastspring.com/products/offers/
Creates product offers or updates existing product offers.
You can configure product offers to enhance the customer shopping experience by suggesting complementary or alternative products.
Responses
Creates product offers or updates existing product offers.
You can configure product offers to enhance the customer shopping experience by suggesting complementary or alternative products.
xxxxxxxxxx
curl --request POST \
--url https://api.fastspring.com/products/offers/product_path \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"products": [
{
"product": "premium-keyboard",
"action": "products.offers.create",
"result": "success"
}
]
}