Enum representing different types of metadata that can be loaded. Each value is a bit flag, allowing for bitwise combinations to load multiple types.

Enumeration Members

All

Combines all metadata types. Useful for scenarios where complete metadata loading is required.

Attributes

General attributes metadata, including job and order product variant metadata. Covers various attributes that can be associated with a job or product.

CheckoutAttributes

Checkout attributes metadata, including customer and template texts metadata. Combines CustomerAttributes, TemplateTexts, and job-related metadata.

Customer

Customer-related metadata, including job-related metadata. Combines the Job flag with a specific bit for customer metadata.

CustomerAttributes

Customer attributes metadata, including job-related metadata. Includes additional attributes related to the customer.

Job

Base flag for job-related metadata. This flag is the foundation for most other metadata types.

OrderBillingAddress

Billing address metadata related to an order, including job-related metadata. Contains information about the billing address associated with an order.

OrderProductVariant

Metadata related to order product variants, including job-related metadata. This covers specific variants of products in orders.

OrderShippingAddress

Shipping address metadata related to an order, including job-related metadata. Contains information about the shipping address associated with an order.

OrderShippingInfo

Shipping information metadata related to an order, including job-related metadata. Covers detailed information about the shipping process for an order.

SpecificationAttributes

Specification attributes metadata, including job and order product variant metadata. Used for loading specific attributes that describe the specifications of a product.

StatusHistory

Status history metadata, including job and order product variant metadata. Tracks the historical statuses of an order or job.

Tags

Tags metadata, including job and order product variant metadata. Tags are useful for categorizing and searching products.

TemplateTexts

Template texts metadata, including job-related metadata. This is useful for loading textual templates associated with jobs.