Retrieving access token

POST {{api-url}}/oauth/token

Request Body

[{"name"=>"client_id", "value"=>"{{client_id}}", "datatype"=>"string"}, {"name"=>"client_secret", "value"=>"{{client_secret}}", "datatype"=>"string"}, {"name"=>"scope", "value"=>"tenant={{tenant}} cart.cart_manage price.price_manage product.product_create product.product_publish price.pricemodel_manage price.pricemodel_read", "datatype"=>"string"}, {"name"=>"grant_type", "value"=>"{{grant_type}}", "datatype"=>"string"}]