ExternalSource
Defination of an external source
This page contains
Fields
| id: String! | Unique identifier of external source |
| createdDate: DateTime | Creation date of external source |
| updatedDate: DateTime | Updation date of external source |
| name: String! | Name of external source |
| isvCode: String! | Isv code of external source in case if appconnector is external source |
| capability: ExternalSourceCapability PREVIEW | External source capability supported by an external source |
| url: String! | Base url of external source |
| consumerDetail: ConsumerDetail! PREVIEW | Consumer details to authorize external source end point |
| productIds: [String!] | List of product uuid associated with external source |
Mutations for ExternalSource
| associateProductWithPricingExternalSource PREVIEW | Associate product with external source |
| createUpdatePricingExternalSource PREVIEW | Creates/update external source |
Queries for ExternalSource
| pricingExternalSource PREVIEW | Returns external source by it's id |
| pricingExternalSources PREVIEW | Returns all external source for partner |