Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update API docs Dec 2 #1338

Merged
merged 1 commit into from
Dec 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/data-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ ePages Now only!
| archivedOn | string | The date/time the order was archived. Expressed according to ISO 8601. Example: `2024-11-04T08:42:49.000Z` |
| dispatchedOn | string | The date/time the order was dispatched. Expressed according to ISO 8601. Example: `2024-11-04T08:42:49.000Z` |
| viewedOn | string | The date/time the order was viewed. Expressed according to ISO 8601. Example: `2024-11-04T08:42:49.000Z` |
| lastUpdatedOnDate | string | The date/time the order was updated with regard to at least one of the following: edited product line items (quantity or price), added or removed product line items, changed shipping or payment method, changed billing address, finalized order documents as well as changed, added or removed shipping address.<br><br>Expressed according to ISO 8601. Example: `2024-11-04T08:42:49.000Z` |
| lastUpdatedOnDate | string | The date/time the order was updated with regard to at least one of the following: edited product line items (quantity or price), added or removed product line items, changed shipping or payment method, changed billing address, finalized order documents as well as changed, added or removed shipping address.<br>Expressed according to ISO 8601. Example: `2024-11-04T08:42:49.000Z` |
| customerId | string | The unique identifier of the customer. |
| customerNumber | string | The number by which the merchant tracks the customer. |
| locale | string | The locale that identifies the origin of the customer. |
Expand Down