Skip to main content

Create a feature directly inside an offering

POST 

https://euwest.api.elasticpath.com/v2/subscriptions/offerings/:offering_uuid/features

After saving an offering, you can add new features to it at any time.

Request

Responses

Success. The feature is created.

Authorization: http

name: BearerTokentype: httpscheme: bearer

Request Collapse all
Base URL
https://euwest.api.elasticpath.com/v2
Auth
Parameters
— pathrequired
Body
{
  "data": {
    "type": "subscription_offering_feature",
    "attributes": {
      "external_ref": "abc123",
      "name": "Digital library access",
      "description": "Access to over 100 ebooks via the digital library.",
      "configuration": {
        "type": "access",
        "tag": "digital_library_access"
      }
    }
  }
}
ResponseClear

Click the Send API Request button above and see the response here!

We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies.