For the complete documentation index, see llms.txt. This page is also available as Markdown.

Shops

Get the shop details

get
Authorizations
OpenID ConnectRequired

This API uses OAuth 2 with the client credentials flow. More info

Path parameters
shopAgreementIdstring · max: 64Required

Unique ID of the shop

versionstringRequired
Header parameters
X-Request-Idstring · uuidRequired

ID of the request, unique to the call, as determined by the initiating party

Responses
200

OK

application/json
namestringOptional
participantIdstring · max: 64Optional

Unique ID of the participant

shopAgreementIdstring · max: 64Optional

Unique ID of the shop

websiteUrlstringOptional
get/egw/{version}/shops/{shopAgreementId}
GET /egw/{version}/shops/{shopAgreementId} HTTP/1.1
Host: sandbox-api.ecomm.api.tietoevry.com
X-Request-Id: 123e4567-e89b-12d3-a456-426614174000
Accept: */*
{
  "checkoutBranding": {
    "basketItemPlaceholder": "text",
    "buttonRadius": "text",
    "color": "text",
    "disabledOptions": [
      "CARD"
    ],
    "font": "text",
    "groupOrder": [
      "WALLETS"
    ],
    "groupingType": "NO_GROUPING",
    "logo": "text",
    "logoPlaceholder": "text",
    "paymentOptionOrder": [
      "CARD"
    ],
    "secondaryColor": "text"
  },
  "name": "text",
  "participantId": "text",
  "paymentMethods": [
    {
      "type": "text"
    }
  ],
  "shopAgreementId": "text",
  "websiteUrl": "text"
}

Last updated

Was this helpful?