Schema Documentation

UpdateShippingClassInput

Description

Input for the UpdateShippingClass mutation

Fields
Input FieldDescription
aliasOf - String

The slug that the product_shipping_class will be an alias of

clientMutationId - String

This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions.

description - String

The description of the product_shipping_class object

id - ID!

The ID of the shippingClass object to update

name - String

The name of the product_shipping_class object to mutate

slug - String

If this argument exists then the slug will be checked to see if it is not an existing valid term. If that check succeeds (it is not a valid term), then it is added and the term id is given. If it fails, then a check is made to whether the taxonomy is hierarchical and the parent argument is not empty. If the second check succeeds, the term will be inserted and the term id will be given. If the slug argument is empty, then it will be calculated from the term name.

Example
{"aliasOf":"abc123","clientMutationId":"abc123","description":"xyz789","id":4,"name":"xyz789","slug":"xyz789"}