Skip to content

Commit

Permalink
Issue-620 (#621)
Browse files Browse the repository at this point in the history
<!-- Ticket number or summary of work -->
# [Issue-620](#620)


## What changed?
Correcting a cut and paste error, changed metafields to customers

## Release notes draft

Bug Fix
<!-- Provide an entry for the release notes using simple, conversational
language. Don't be too technical. Explain how the change will benefit
the merchant and link to the feature.

Examples:
* The newly-released [X feature] is now available to use. Now, you’ll be
able to [perform Y action].
* We're happy to announce [X feature], which can help you [perform Y
action].
* [X feature] helps you to create [Y response] using the [Z query
parameter]. Now, you can deliver [ex, localized shopping experiences for
your customers].
* Fixed a bug in the [X endpoint]. Now the [Y field] will appear when
you click [Z option]. -->
* 

## Anything else?
<!-- Add related PRs, salient notes, additional ticket numbers, etc. -->

ping {names}
  • Loading branch information
bc-traciporter authored Oct 31, 2024
1 parent 11cba48 commit 840eecd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions reference/customers.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,12 @@ paths:
format: date-time
- name: 'date_created:max'
in: query
description: 'Filter items by maximum date created, for example, `2024-05-14T09:34:00` or `2024-05-14`. Returns metafields created before this date.'
description: 'Filter items by maximum date created, for example, `2024-05-14T09:34:00` or `2024-05-14`. Returns customers created before this date.'
schema:
type: string
- name: 'date_created:min'
in: query
description: 'Filter items by date created for example, `2024-05-14T09:34:00` or `2024-05-14`. Returns metafields created after this date.'
description: 'Filter items by date created for example, `2024-05-14T09:34:00` or `2024-05-14`. Returns customers created after this date.'
schema:
type: string
format: date-time
Expand All @@ -114,12 +114,12 @@ paths:
format: date-time
- name: 'date_modified:min'
in: query
description: 'Filter items by minimum date modified, for example, `2024-05-14T09:34:00` or `2024-05-14`. Returns metafields modified after this date.'
description: 'Filter items by minimum date modified, for example, `2024-05-14T09:34:00` or `2024-05-14`. Returns customers modified after this date.'
schema:
type: string
- name: 'date_modified:max'
in: query
description: 'Filter items by maximum date modified, for example, `2024-05-14T09:34:00` or `2024-05-14`. Returns metafields modified before this date.'
description: 'Filter items by maximum date modified, for example, `2024-05-14T09:34:00` or `2024-05-14`. Returns customers modified before this date.'
schema:
type: string
format: date-time
Expand Down

0 comments on commit 840eecd

Please sign in to comment.