We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b25c6e8 commit 3db5051Copy full SHA for 3db5051
1 file changed
src/Api/Reseller.php
@@ -50,6 +50,6 @@ public function getCustomerPricing($id)
50
51
public function getCostPricing($id)
52
{
53
- return $this->request('products/customer-price.json', [], 'GET', false, true);
+ return $this->request('products/reseller-cost-price.json', [], 'GET', false, true);
54
}
55
0 commit comments