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 Docs Nov 19 #1335

Merged
merged 6 commits into from
Nov 25, 2024
Merged
Show file tree
Hide file tree
Changes from 2 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
1 change: 1 addition & 0 deletions _raml/apps/orders/examples/get_order_orderid_response.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
"taxes": null
},
"viewedOn": "2015-11-03T14:48:50.000Z",
"lastUpdatedOnDate": "2015-11-06T16:45:28.000Z",
dkluever22 marked this conversation as resolved.
Show resolved Hide resolved
"rejectedOn": null,
"inProcessOn": null,
"pendingOn": null,
Expand Down
1 change: 1 addition & 0 deletions _raml/apps/orders/examples/get_order_response.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
"archivedOn": null,
"dispatchedOn": null,
"viewedOn": "2015-11-04T11:45:07.000Z",
"lastUpdatedOnDate": "2015-11-06T16:45:28.000Z",
"customerNumber": "1031",
"customerId": "56389403-55BC-176C-5343-D5809AB3A579",
"locale": null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
}
},
"viewedOn": "2015-11-03T14:48:50.000Z",
"lastUpdatedOnDate": "2015-11-06T16:45:28.000Z",
"rejectedOn": null,
"inProcessOn": null,
"pendingOn": null,
Expand Down
10 changes: 10 additions & 0 deletions apps/change-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ Of course, we will continue to inform you if there are any breaking changes to t

<hr>

## 2024-11-21

### Changes with software release 7.100.0
dkluever22 marked this conversation as resolved.
Show resolved Hide resolved

#### <i class="fas fa-pencil-alt"></i> Update

* Added attribute `lastUpdatedOnDate` to data type [`order`](https://developer.epages.com/apps/data-types.html#order).

<hr>

## 2024-07-11

### Changes with software release 7.96.0
Expand Down
1 change: 1 addition & 0 deletions apps/data-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,7 @@ ePages Now only!
| archivedOn | string | The date/time the order was archived. Expressed according to ISO 8601. Example: `2015-11-04T08:42:49.000Z` |
| dispatchedOn | string | The date/time the order was dispatched. Expressed according to ISO 8601. Example: `2015-11-04T08:42:49.000Z` |
| viewedOn | string | The date/time the order was viewed. Expressed according to ISO 8601. Example: `2015-11-04T08:42:49.000Z` |
| lastUpdatedOnDate | string | The date/time the order was updated with regard to at least one of the following components: 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: `2015-11-04T08:42:49.000Z` |
dkluever22 marked this conversation as resolved.
Show resolved Hide resolved
| 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
Loading