associateProductWithPricingExternalSource
Associate product with external source
This page contains
Arguments
| input AssociateProductInput! PREVIEW | Attributes to associate product with external source |
AssociateProductInput fields
| id ID! | Unique identifier of external source |
| productId String! | Unique identifier of product |
Return Fields
| externalSource ExternalSource PREVIEW | Details of external source |
| userErrors [ExternalSourceInputError!] | Error details while creating external source |
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.