Price Fix (Get Prices)
TestingPOST
/partner/pricefixLast modified: 9 months ago
Maintainer: Not configured
Request
Body Params application/json
type
enum<string>
required
Allowed values:
digitalphysical
Example
{
"type": "digital",
"customer_external_id": "{{customer_external_id}}"
}
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
data
#/definitions/612182required
success
boolean
required
code
integer
required
message
string
required
Example
{
"data": {
"token": "Kqb0TCsxgGjL3z1pxbTmiTqtFbLY3FqG",
"expires_at": "2023-06-21 18:10:37",
"expire_ttl": 181,
"prices": [
{
"currency_id": 1000004,
"product_id": 3000001,
"spot_price": 49.1,
"buy_price": 54.01,
"sell_price": 48.61,
"sku": "GAU"
},
{
"currency_id": 1000005,
"product_id": 3000002,
"spot_price": 0.6071,
"buy_price": 0.66781,
"sell_price": 0.59496,
"sku": "GAG"
}
],
"currency": "GBP"
},
"success": true,
"code": 0,
"message": ""
}
Last modified: 9 months ago