{
"B2BGETPRICE": {
"ARTICLES": [
{
"ARTICLE": "string",
"RECOMMENDED": [
{
"PRICE PER CURRENCY": [
{
"CURRENCY": "string",
"PRICE PER SIZE": [
{
"PRICE": "float",
"SIZEX": "string"
}
]
}
],
"PRICEGROUP": "integer"
}
],
"SELLING": [
{
"PRICE PER CURRENCY": [
{
"CURRENCY": "string",
"PRICE PER SIZE": [
{
"PRICE": "float",
"SIZEX": "string"
}
]
}
],
"PRICEGROUP": "integer"
}
]
}
],
"SCN": "integer"
}
}
Name | Type | Description |
---|---|---|
B2BGETPRICE | object | |
B2BGETPRICE.ARTICLES[] | array | |
B2BGETPRICE.ARTICLES[].ARTICLE | string | |
B2BGETPRICE.ARTICLES[].RECOMMENDED[] | array | |
B2BGETPRICE.ARTICLES[].RECOMMENDED[].PRICE PER CURRENCY[] | array | |
B2BGETPRICE.ARTICLES[].RECOMMENDED[].PRICE PER CURRENCY[].CURRENCY | string | |
B2BGETPRICE.ARTICLES[].RECOMMENDED[].PRICE PER CURRENCY[].PRICE PER SIZE[] | array | |
B2BGETPRICE.ARTICLES[].RECOMMENDED[].PRICE PER CURRENCY[].PRICE PER SIZE[].PRICE | float | |
B2BGETPRICE.ARTICLES[].RECOMMENDED[].PRICE PER CURRENCY[].PRICE PER SIZE[].SIZEX | string | |
B2BGETPRICE.ARTICLES[].RECOMMENDED[].PRICEGROUP | integer | |
B2BGETPRICE.ARTICLES[].SELLING[] | array | |
B2BGETPRICE.ARTICLES[].SELLING[].PRICE PER CURRENCY[] | array | |
B2BGETPRICE.ARTICLES[].SELLING[].PRICE PER CURRENCY[].CURRENCY | string | |
B2BGETPRICE.ARTICLES[].SELLING[].PRICE PER CURRENCY[].PRICE PER SIZE[] | array | |
B2BGETPRICE.ARTICLES[].SELLING[].PRICE PER CURRENCY[].PRICE PER SIZE[].PRICE | float | |
B2BGETPRICE.ARTICLES[].SELLING[].PRICE PER CURRENCY[].PRICE PER SIZE[].SIZEX | string | |
B2BGETPRICE.ARTICLES[].SELLING[].PRICEGROUP | integer | |
B2BGETPRICE.SCN | integer |