Pricing Configuration
Get Pricing Configuration
Retrieves Pricing Configuration.
Response body example
{
"hasMigrated": true,
"migrationStatus": "Completed",
"defaultMarkup": 100,
"priceVariation": {
"upperLimit": null,
"lowerLimit": null
},
"minimumMarkups": {
"1": 100,
"2": 90
},
"tradePolicyConfigs": [],
"sellersToOverride": [],
"hasPriceInheritance": false,
"priceInheritance": "never",
"hasOptionalBasePrice": false,
"blockAccount": false,
"blockedRoutes": null,
"priceTableSelectionStrategy": "first",
"priceTableLimit": null
}
get/pricing/config
Headers
Content-Typestring required
Describes the type of the content being sent.
Acceptstring required
Example:application/json
HTTP Client Negotiation Accept Header. Indicates the types of responses the client can understand.
Response
OK