Types > ExportOptions
Commerce APITypesExportOptions
ExportOptions

Description

Fields

date_and_time_format: String!

Format to use for date and time formatting (uses Go library specification)

Example: "Mon, 02 Jan 2006 15:04:05 -0700"

Valid when: date_and_time_format's length doesn't exceed 250 characters


date_format: String!

Format to use for date formatting (uses Go library specification)

Example: "02.01.2006"

Valid when: date_format's length doesn't exceed 250 characters


length_unit: LengthUnit


timezone: String!

Timezone to use with date and time formatting

Example: "(GMT-05:00) Eastern Time"

Valid when: timezone's length doesn't exceed 50 characters


weight_unit: WeightUnit


Used By

Types

GenericExport

Preview (typescript)

Loading module