Skip to main content

Update Project Settings

PUT 

https://useast.api.elasticpath.com/v2/settings

You can use the Settings endpoint to update your project settings at any time. These global settings take immediate effect.

Request

Responses

OK

Authorization: http

name: BearerTokentype: httpscheme: bearer

Request Collapse all
Base URL
https://useast.api.elasticpath.com
Auth
Body
{
  "type": "settings",
  "page_length": 25,
  "list_child_products": false,
  "additional_languages": [
    "es",
    "fr",
    "de"
  ],
  "calculation_method": "line",
  "address_mandatory_fields": [
    [
      "first_name",
      "last_name",
      "line_1",
      "city",
      "region",
      "postcode",
      "country",
      "instructions"
    ]
  ]
}
ResponseClear

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