DEV

Mutation.

landedCostCreate

Allows an API consumer to create a new LandedCost object.

Arguments

Required

No description

Returns:

LandedCost

GraphQL
1
2
3
type Mutation {
  landedCostCreate(input: LandedCostCreateInput!): LandedCost
}

Was this page helpful?