ENUM

CustomFieldGroupEntityEnum

Entity that the CustomFieldGroup applies to - e.g. Sellers

link GraphQL Schema definition

  • enum CustomFieldGroupEntityEnum {
  • # Apply to Sellers
  • SELLER
  • # Apply to Shipping Rules
  • SHIPPING_RULE
  • # Apply to Shipping Rates
  • SHIPPING_RATE@deprecated( reason: "Feature in development, subject to change without notice" )
  • }