• Validate product creation body

    Parameters

    • customFields: undefined | {
          attribute?: CustomField[];
          product?: CustomField[];
          productVariant?: CustomField[];
      }

      custom fields

    Returns security.Predicate

    200 Status Ok

    Description

    This validator is used to validate the product creation body by applying the following steps in sequence:

    1. Validate the body against the create product dto schema

Generated using TypeDoc