OMS WebApp, Promising, Sourcing, Order Capture, Order Workflows, Payment Processing, and Customer Service.
The Upsert Location Module contains the workflow and supporting rules to update or create (aka upsert) locations. This page covers the steps to configure and install the Upsert Location Module.
The `comments`
Query retrieves Comments based on various filter criteria.
Prerequisites
`COMMENT_VIEW`
Permission is required for retrieving Comments`comments`
Query to retrieve existing Comments`fc.graphql.comment.access`
Setting (`retailer`
value)The `commentById`
Query retrieves a Comment based on a provided Id.
Prerequisites
`COMMENT_VIEW`
Permission is required for retrieving a Comment`commentById`
Query to retrieve an existing Comment`fc.graphql.comment.access`
Setting (`retailer`
value)The `updateComment`
Mutation allows for the updating of an existing Comment object.
Prerequisites
Specific Permissions are required for updating Comments:
`COMMENT_UPDATE`
`COMMENT_VIEW`
`updateComment`
Mutation to update an existing Comment`fc.graphql.comment.access`
Setting (`retailer`
value)The `createComment`
Mutation allows the creation of a Comment against a known Entity.
Prerequisites
Specific Permissions are required for creating Comments:
`COMMENT_CREATE`
`COMMENT_VIEW`
`createComment`
Mutation to create a Comment against a known Entity`fc.graphql.comment.access`
Setting (`retailer`
value)`retailerId`
of the associated Entity