Skip to content

Commit

Permalink
Update Docs Nov 19
Browse files Browse the repository at this point in the history
* Adds new field `lastUpdatedOnDate` to order docs (https://epages.atlassian.net/browse/UC-5031)
  • Loading branch information
dkluever22 committed Nov 19, 2024
1 parent 9aee1d1 commit 8f6b250
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 0 deletions.
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",
"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

#### <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` |
| 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

0 comments on commit 8f6b250

Please sign in to comment.