instructions

Provides guidance on how to use, assemble, or care for the product. Enables users to understand proper handling and operation procedures.

Required
No
Expected Type
Array<Object>

care

Description

Routine upkeep instructions for the offer. Helps preserve the offer over time.

Guideline

Use present-tense instructions. Avoid vague or generic phrases.

Required
No
Expected Type
Array<String>

Correct Example

JSON
"care": ["do not tumble dry"]

Incorrect Example

JSON
"care": ["don't break it"]

setup

Description

Initial preparation steps to make the offer ready for use. Ensures proper configuration, assembly or activation.

Guideline

Use present-tense instructions in a logical order. Avoid vague or generic phrases.

Required
No
Expected Type
Array<String>

Correct Example

JSON
"setup": ["charge for 2 hours before use"]

Incorrect Example

JSON
"setup": ["configure it"]

disposal

Description

Guidelines for safely discarding or recycling the offer after use. Supports environmental responsibility and compliance.

Guideline

Use specific disposal or recycling methods. Avoid generic throwaway phrasing.

Required
No
Expected Type
Array<String>

Correct Example

JSON
"disposal": ["recycle at electronics center"]

Incorrect Example

JSON
"disposal": ["throw away"]

warnings

Description

Safety alerts and cautionary statements. Helps prevent harm, misuse or regulatory violations.

Guideline

Use present tense. Avoid vague or non-informative alerts.

Required
No
Expected Type
Array<String>

Correct Example

JSON
"warnings": ["do not use indoors"]

Incorrect Example

JSON
"warnings": ["indoor use maybe not best"]

usage

Description

Instructions describing how the offer should be used. Ensures correct and safe operation in line with its intended function.

Guideline

Use clear present-tense instructions. Avoid vague, passive or uncertain phrasing.

Required
No
Expected Type
Array<String>

Correct Example

JSON
"usage": ["apply a thin layer to clean facial skin every morning and evening"]

Incorrect Example

JSON
"usage": ["this product is great for your face"]