Combines all metadata types. Useful for scenarios where complete metadata loading is required.
General attributes metadata, including job and order product variant metadata. Covers various attributes that can be associated with a job or product.
Checkout attributes metadata, including customer and template texts metadata.
Combines CustomerAttributes
, TemplateTexts
, and job-related metadata.
Customer-related metadata, including job-related metadata.
Combines the Job
flag with a specific bit for customer metadata.
Customer attributes metadata, including job-related metadata. Includes additional attributes related to the customer.
Base flag for job-related metadata. This flag is the foundation for most other metadata types.
Billing address metadata related to an order, including job-related metadata. Contains information about the billing address associated with an order.
Metadata related to order product variants, including job-related metadata. This covers specific variants of products in orders.
Shipping address metadata related to an order, including job-related metadata. Contains information about the shipping address associated with an order.
Shipping information metadata related to an order, including job-related metadata. Covers detailed information about the shipping process for an order.
Specification attributes metadata, including job and order product variant metadata. Used for loading specific attributes that describe the specifications of a product.
Status history metadata, including job and order product variant metadata. Tracks the historical statuses of an order or job.
Tags metadata, including job and order product variant metadata. Tags are useful for categorizing and searching products.
Template texts metadata, including job-related metadata. This is useful for loading textual templates associated with jobs.
Enum representing different types of metadata that can be loaded. Each value is a bit flag, allowing for bitwise combinations to load multiple types.