You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
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.
On 8 May 2020, at 21:58, vcua-mobify ***@***.***> 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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 ?
The text was updated successfully, but these errors were encountered: