Tier prices information

catalog Tier Price Storage V1Get Post

post

Return product prices. In case of at least one of skus is not found exception will be thrown.

Header parameters
Content-TypestringOptionalExample: application/json
Body
objectOptionalExample: {"skus":["<string>","<string>"]}
Responses
200

OK

application/json
Responseobject
post
POST /V1/products/tier-prices-information HTTP/1.1
Host: {{baseurl}}
Content-Type: application/json
Accept: */*
Content-Length: 32

{
  "skus": [
    "<string>",
    "<string>"
  ]
}
[
  {
    "price": -48123989.82075159,
    "price_type": "in velit eiusmod sit laborum",
    "website_id": 88959681,
    "sku": "enim incididunt sed",
    "customer_group": "ullamco consequat aliquip",
    "quantity": 13599421.631421298,
    "extension_attributes": {}
  },
  {
    "price": -91302020.36448973,
    "price_type": "aute eiusmod",
    "website_id": 41511086,
    "sku": "nulla ipsum ea cill",
    "customer_group": "nulla ex eiusmod",
    "quantity": -47631336.79638743,
    "extension_attributes": {}
  }
]