Skip to content
Open
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@
"rel": "orders",
"href": "https://pm.epages.com/rs/shops/apidocu/orders?customerId=563874DA-7AE7-9876-9E59-D5809AB38A25"
}
]
],
"isRegistered": false,
}
9 changes: 6 additions & 3 deletions _raml/apps/customers/examples/get_customer_response.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@
"rel": "orders",
"href": "https://pm.epages.com/rs/shops/apidocu/orders?customerId=563874DA-7AE7-9876-9E59-D5809AB38A25"
}
]
],
"isRegistered": false,
},
{
"customerId": "56389403-55BC-176C-5343-D5809AB3A579",
Expand Down Expand Up @@ -105,7 +106,8 @@
"rel": "orders",
"href": "https://pm.epages.com/rs/shops/apidocu/orders?customerId=56389403-55BC-176C-5343-D5809AB3A579"
}
]
],
"isRegistered": false,
},
{
"customerId": "5638A1B2-0580-CA34-5DB3-D5809AB3A51C",
Expand Down Expand Up @@ -157,7 +159,8 @@
"rel": "orders",
"href": "https://pm.epages.com/rs/shops/apidocu/orders?customerId=5638A1B2-0580-CA34-5DB3-D5809AB3A51C"
}
]
],
"isRegistered": false,
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@
"rel": "orders",
"href": "https://pm.epages.com/rs/shops/apidocu/orders?customerId=563874DA-7AE7-9876-9E59-D5809AB38A25"
}
]
],
"isRegistered": false,
}
3 changes: 2 additions & 1 deletion _raml/apps/customers/examples/post_customer_response.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
"rel": "orders",
"href": "https://pm.epages.com/rs/shops/apidocu/orders?customerId=56D80631-A052-FCA2-A9EF-D5809AB35510"
}
]
],
"isRegistered": false,
}
1 change: 1 addition & 0 deletions apps/data-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ ePages Now only!
| creationDate | string | The date/time the customer was created. Expressed according to ISO 8601. Example: `2024-11-04T08:42:49.000Z` |
| billingAddress | [address](page:apps-data-types#address) | The billing address of the customer. |
| internalNote | string | Internal note for the customer done by the merchant. |
| isRegistered | boolean | Indicates if this customer has a registered user account. |
| links | array of [link](page:apps-data-types#link) | The link to the customer and their orders. |

## customer (create request)
Expand Down