Types > ShippingRulesGraphCreate
Commerce APITypesShippingRulesGraphCreate
ShippingRulesGraphCreate

Description

Topic: Shipping Rules

Fields

components: String

Graph data (custom JSON format)

Example: "{}"


Used By

Mutations

shippingRulesGraphCreate

Preview (typescript)

interface ShippingRulesGraphCreate {
components?: string
}