-
I am at the tail end of migrating a client from Woocommerce to Swell. One of the final tasks is to migrate all active gift cards with a balance, to Swell. Using the backend-api I know that I can create one gift card at a time using Example I have not tried:
Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
We do have a |
Beta Was this translation helpful? Give feedback.
We do have a
/:batch
endpoint that can be used like this, some details here: https://developers.swell.is/guides/migrate-to-swell#swell-s-migration-endpoint. Avoid using the$migrate
or$restore
flags in this case.