Skip to content

Commit 000283e

Browse files
committed
Updated samples and articles from gitlab 8d2f3dc0755616befd3838c968a24fcd6bde2287
1 parent 02ff713 commit 000283e

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

docs/fields/offer/adult.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Should be used for tagging products for an adult audience. Not used to describe
2525

2626
## Validation Rules
2727

28-
- Should be one of the examples in [valid examples](#valid)
28+
- Should be one of the examples in [valid examples](#example-values)
2929

3030

3131
## Best Practices

docs/fields/offer/id.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ Identifier should be unique for every product and not be changed or re-used for
2929
- Must be unique
3030
- Only **ascii** characters
3131
- Trailing whitespace characters are not allowed
32-
- Allowed characters: All ascii characters
33-
- Disallowed characters: `!` `+` `@` `#` `$` `%` `^` `&` `*` `<` `>` `;` `:`
32+
- Disallowed characters are `!` `+` `@` `#` `$` `%` `^` `&` `*` `<` `>` `;` `:`
3433

3534

3635
## Best Practices

docs/fields/offer/product_type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ product_type -- can be used instead --- google_product_category
6262

6363
- Refrain from including categories such as "Apple," "Sale," or "Black Friday 2023."
6464
- If using a CSV file, do not use comma `,` within a single product_type entry. They will split the entry. For instance, `Home, Garden > Furniture > Living Room` will become two separate entries: `Home` and `Garden > Furniture > Living Room`.
65-
- When using XML, always use a distinct &lt;product_type&rt; tag for each category instead of combining them within one tag.
65+
- When using XML, always use a distinct &lt;product_type&gt; tag for each category instead of combining them within one tag.
6666

6767

6868

docs/fields/offer/shipping_label.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ shipping_label -- affects price and eligibility of --- shipping
4242

4343

4444

45+
## Validation Rules
46+
47+
- A maximum of 10 labels is allowed
4548

4649

4750
## Best Practices

docs/fields/offer/size_system.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,9 @@ size_system -- required if used --- size
137137
</dl>
138138

139139

140+
## Validation Rules
141+
142+
- Must be one of the allowed enum values
140143

141144

142145
## Best Practices

0 commit comments

Comments
 (0)