cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Subscription Billing Data Migration

former_member731013
Discoverer
0 Likes
385

I need to migrate all of my work from the sandbox environment to the QA environment. Is their a Transport feature for SB or do I need to do this work manually?

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Likes

Hello Tracy,

thanks for reaching out to the community.

At least as of today, there is no dedicated transport / carry-over functionality between tenants.

  • Though, a possible approach would be to fetch your data via Subscription Billing APIs from the sandbox environment and to recreate it in the QA environment via API calls, automated via scripting.
  • Generally, this would work. Just POSTing resources that you retrieved via GET requests will usually not work, though: for example IDs or modification timestamps are often assigned by the system, so the API may report an error if you provide such a property in a POST. A bit of JSON modification logic will hence likely be required.
  • One environment for such a script could be e.g. Postman (https://www.postman.com/).

Feel free to ask in case of follow-up questions.

Best Jonas