Skip to content

Commit

Permalink
Merge pull request #10 from WeDesignIt/marketplace-offers-endpoint
Browse files Browse the repository at this point in the history
Upsert for marketplace offers
  • Loading branch information
remcom authored Aug 5, 2024
2 parents 2f664f8 + af18d8a commit 1d4de03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/MarketplaceOffer.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ public function show(string $sku)
*/
public function upsert(string $sku, array $attributes)
{
return $this->client->request('POST', "product/$sku/offer", ['form_params' => $attributes]);
return $this->client->request('POST', "product/$sku/marketplace-offer", ['form_params' => $attributes]);
}
}

0 comments on commit 1d4de03

Please sign in to comment.