Skip to content

Commit

Permalink
Update Client.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ThijmenKort authored Jan 2, 2024
1 parent 4072623 commit fc6f1ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ public function deleteAllBarcodes($sku)
*/
public function deleteProduct($sku)
{
return $this->sendRequest('product/?sku='.$sku, [], self::METHOD_DELETE);
return $this->sendRequest('product/'.$sku, [], self::METHOD_DELETE);
}

/*************************
Expand Down

0 comments on commit fc6f1ff

Please sign in to comment.