Open bukira opened 4 years ago
Hi,
We are no longer doing much maintenance on this project. In its place, we recommend exploring the possibility to migrate over to the new Commerce APIs from Salesforce. In particular, the NodeSDK would do the same things as our OCAPI client: https://developer.commercecloud.com/s/tools-sample-apps
However, if the above is not feasible, you are welcome to submit a PR that adds the missing functions.
Hi
Thank you for your reply and the link, I will look into this
Kind regards
Criss
On 8 May 2020, at 21:58, vcua-mobify notifications@github.com wrote:
 Hi,
We are no longer doing much maintenance on this project. In its place, we recommend exploring the possibility to migrate over to the new Commerce APIs from Salesforce. In particular, the NodeSDK would do the same things as our OCAPI client: https://developer.commercecloud.com/s/tools-sample-apps
However, if the above is not feasible, you are welcome to submit a PR that adds the missing functions.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
there are 2 missing basket functions
PATCH patchBasketsByIDGiftCertificateItems(basketId, body) to update and existing gift certificate item on a basket
and
DELETE deleteBasketsByIDGiftCertificateItems(basketId, giftCertificateId) to delete an existing gift certificate item on a basket
can these be added please ?