Tiers
Remove tier price from product
Path parameters
skustringRequiredExample:
(Required)
<string>customerGroupIdstringRequiredExample:
(Required) 'all' can be used to specify 'ALL GROUPS'
<string>qtystringRequiredExample:
(Required)
<number>Responses
200
OK
application/json
Responseobject
400
Bad Request
application/json
401
Unauthorized
application/json
500
Internal Server Error
application/json
delete
/V1/products/{sku}/group-prices/{customerGroupId}/tiers/{qty}DELETE /V1/products/{sku}/group-prices/{customerGroupId}/tiers/{qty} HTTP/1.1
Host: {{baseurl}}
Accept: */*
trueGet tier price of product
Path parameters
skustringRequiredExample:
(Required)
<string>customerGroupIdstringRequiredExample:
(Required) 'all' can be used to specify 'ALL GROUPS'
<string>Responses
200
OK
application/json
Responseobject
400
Bad Request
application/json
401
Unauthorized
application/json
500
Internal Server Error
application/json
get
/V1/products/{sku}/group-prices/{customerGroupId}/tiersGET /V1/products/{sku}/group-prices/{customerGroupId}/tiers HTTP/1.1
Host: {{baseurl}}
Accept: */*
[
{
"customer_group_id": "<integer>",
"qty": "<number>",
"value": "<number>",
"extension_attributes": {
"percentage_value": "<number>",
"website_id": "<integer>"
}
},
{
"customer_group_id": "<integer>",
"qty": "<number>",
"value": "<number>",
"extension_attributes": {
"percentage_value": "<number>",
"website_id": "<integer>"
}
}
]