createPsaProductMapping
Create a product mapping
This page contains
Arguments
| input CreatePsaProductMappingInput! PREVIEW |
CreatePsaProductMappingInput fields
| connectorType PsaConnectorType PREVIEW | Connector type with which product mapping is associated. Default id CONNECT_WISE |
| mor PsaMorInput! PREVIEW | Merchant of record for which product mapping is done |
| productId ID! | Product Id on AppDirect side |
| editionId ID! | Edition id on AppDirect side |
| editionPricingId ID! | Edition pricing id on AppDirect side |
| itemId ID! | Edition pricing item id on AppDirect side |
| psaProduct PsaProductInput! PREVIEW | PSA product |
Return Fields
| productMapping PsaProductMapping PREVIEW | Details of product |
| userErrors [PsaProductInputError!] PREVIEW | 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.