Skip to content
Download OpenAPI description
Languages
Servers

https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/

Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations

Request

Path
cultureCodestringrequired
curl -i -X GET \
  'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/application/culture/{cultureCode}'

Responses

OK

Body
Namestring
Changedstring
ChangedBystring
CultureCodestring
IsPrimaryboolean
IsActiveboolean
Response
{ "Name": "string", "Changed": "string", "ChangedBy": "string", "CultureCode": "string", "IsPrimary": true, "IsActive": true }

Request

Path
cultureCodestringrequired

Culture code

Bodyrequired

Culture

CultureCodestring
IsPrimaryboolean
IsActiveboolean
curl -i -X PUT \
  'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/application/culture/{cultureCode}' \
  -H 'Content-Type: application/json' \
  -d '{
    "CultureCode": "string",
    "IsPrimary": true,
    "IsActive": true
  }'

Responses

OK

Body
object
Response
{}

Request

Path
cultureCodestringrequired

Culture code

curl -i -X DELETE \
  'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/application/culture/{cultureCode}'

Responses

OK

Body
object
Response
{}

Request

curl -i -X GET \
  https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/application/culture

Responses

OK

BodyArray [
Namestring
Changedstring
ChangedBystring
CultureCodestring
IsPrimaryboolean
IsActiveboolean
]
Response
[ { "Name": "string", "Changed": "string", "ChangedBy": "string", "CultureCode": "string", "IsPrimary": true, "IsActive": true } ]

Request

Bodyrequired

Culture

CultureCodestring
IsPrimaryboolean
IsActiveboolean
curl -i -X POST \
  https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/application/culture \
  -H 'Content-Type: application/json' \
  -d '{
    "CultureCode": "string",
    "IsPrimary": true,
    "IsActive": true
  }'

Responses

OK

Body
object
Response
{}
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations