Skip to content

Commit

Permalink
fix typo in date_created:min (#841)
Browse files Browse the repository at this point in the history
<!-- Ticket number or summary of work -->
# NO TICKET


## What changed?

See Slack conversation:
https://bigcommerce.slack.com/archives/C57SQ401K/p1740609936585519

## Release notes draft
<!-- 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 Feb 27, 2025
1 parent 38fc67c commit ec1f6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/orders.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3820,7 +3820,7 @@ components:
type: integer
date_created_min:
name: 'date_created:min'
description: 'Filter items by minimum datevcreated. For example, `date_created:min=2019-09-04T00:00:00` or `date_created:min=2019-09-04`. Returns metafields created after this date.'
description: 'Filter items by minimum date created. For example, `date_created:min=2019-09-04T00:00:00` or `date_created:min=2019-09-04`. Returns metafields created after this date.'
in: query
required: false
schema:
Expand Down

0 comments on commit ec1f6a2

Please sign in to comment.