Skip to content

Commit

Permalink
Update per Meg's feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-traciporter authored Dec 16, 2024
1 parent 0074f17 commit dbfdbce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions reference/customers.v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1445,7 +1445,7 @@ components:
minItems: 1
maxItems: 1
- type: array
title: category or product
title: category, product, or sitewide
description: A collection of category-level or product-level discount rules. You can have one or many category or product discount rules.
items:
oneOf:
Expand All @@ -1468,7 +1468,7 @@ components:
example: "5.0000"
category_id:
type: integer
description: If a customer group is assigned to a category, `method` and `amount` are not shown. `type` and `category_id` are returned.
description: The category the customer group discount is assigned to.
example: 3
required:
- type
Expand All @@ -1494,7 +1494,7 @@ components:
example: "5.0000"
product_id:
type: integer
description: If a customer group is assigned to a product,`method` and `amount` are not shown. `type` and `product` are returned.
description: The `product_id` the customer group discount is assigned to.
example: 3
required:
- type
Expand Down

0 comments on commit dbfdbce

Please sign in to comment.