Shops
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
400
Bad Request
application/json
403
Forbidden
application/json
404
Not Found
application/json
409
Conflict
application/json
503
Service Unavailable
application/json
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?