Create price rounding
Create a new price rounding
Path Parameters
Parameter | Details |
---|---|
shopKey
| string Example: ms |
countryCode
| string Example: de |
Request body
requiredParameter | Details |
---|---|
id
| integer Example: 1 |
currencyCode
| string Example: EUR |
precision
| string Enum: 1.00 5.00 0.05 0.99 0.95 0.90 |
roundingType
| string Enum: nearest up down |
Responses
201
Price rounding was successfully created.
application/json
Success
id
integer
Example:
1
currencyCoderequired
string
Example:
EUR
precisionrequired
string
roundingTyperequired
string
400
Bad Request
application/json
Error
401
Unauthorized
application/json
Error
POST
Request samples
Response samples
201ShopCountryPriceRounding:
Content type: application/json