registerFulfillmentProfile
Registers a new fulfillment profile for the current company.
Business Rules
- The name is required and must be at most 255 characters.
- The name must be unique within the company.
Error Scenarios
- **
NOT_FOUND**: when the company does not exist. - **
BAD_REQUEST**: when the name is missing, too long, or already in use.
Permissions Required
orders:register_fulfillment_profilepermission
registerFulfillmentProfile(
input: RegisterFulfillmentProfileInput!
): FulfillmentProfile
Arguments
registerFulfillmentProfile.input ● RegisterFulfillmentProfileInput! non-null input common
Parameters for RegisterFulfillmentProfile
Type
FulfillmentProfile object orders
Fulfillment Profile
A reusable set of rules that defines how a fulfillment is processed. A profile is owned by a company and is assigned to fulfillments to govern how they progress through the fulfillment state machine.