Create Package API
Summary:
Creation of a Migration Package using REST API : /rest/v19/migrationPackages
I am able to create a migration package for all the commerce related objects. However, facing challenge with creating package to include Configuration objects. I am using the below payload (code snippet) for this API call.
Note: I am able to create configuration package for if I include only "resourceType": "product_family".
Content (please ensure you mask any confidential information):
In response to the API call with below payload, I keep getting this error response for "resourceType": "product_line".
Error Response
"o:errorDetails": [ { "Instance": "InvalidValue", "title": "Resource product_line|install doesn't exist or is not accessible for current user.", "o:errorPath": "contents.items[0].resourceType|variableName" }