Move Variants to New Product

View as Markdown
Creates a new product and moves existing variants from their current products into it. Provide the new product details and variant IDs.

Authentication

AuthorizationBearer

Authentication using Personal Access Token (PAT) token or OAuth2

Request

Migration definition
category_idinteger or nullOptional
namestring or nullOptional
product_idlongOptional
sub_category_idinteger or nullOptional
taxonomy_idinteger or nullOptional
variantslist of objects or nullOptional

Response

Created
categoryobject or null
created_ondatetime or null
idlong or null
namestring or null
sub_categoryobject or null
taxonomyobject or null
typestring or null
updated_ondatetime or null
user_idlong or null
variantslist of objects or null

Errors