Anchor to CollectionDuplicateOperationCollection
objectCollection Duplicate Operation
Requires access scope.
Represents an in-progress collection duplication operation. Collection duplication is a synchronous operation for simple collections, and an asynchronous operation for collections containing too many products to process synchronously.
Anchor to FieldsFields
- collectionRole (CollectionDuplicateOperationRole!)
- job (Job!)
- Anchor to collectionRolecollection•Collection
Role Duplicate Operation Role! non-null Whether the collection is the source that products are being duplicated from, or the target collection that products are being duplicated onto.
- •Job!non-null
The background job performing the duplication.
Was this section helpful?