Customers (CRM)
Add a product in its transiteo catalog
Headers
Name
Type
Description
Json Request Format
{
"customerMail": string,
"website": string,
"firstname": string,
"lastname": string,
"gender": string,
"age": number,
"phoneNumber": string,
"zipCode": string,
"address": string,
"city": string,
"state": string,
"country": string,
"companyName": string,
"companyId": string,
"companyTaxId": string,
"pro": boolean,
"paidOrders": [
{
"orderId": string,
"orderDutyAmount": number,
"orderVatAmount": number,
"orderSpecialTaxesAmount": number,
"orderTotalAmount": number,
"orderCurrency": string
}
],
"awaitingOrders": [
{
"orderId": string,
"orderDutyAmount": number,
"orderVatAmount": number,
"orderSpecialTaxesAmount": number,
"orderTotalAmount": number,
"orderCurrency": string
}
],
"canceledOrders": [
{
"orderId": string,
"orderDutyAmount": number,
"orderVatAmount": number,
"orderSpecialTaxesAmount": number,
"orderTotalAmount": number,
"orderCurrency": string
}
],
"buyedProducts": [
{
"productId": string,
"productQuantity": number,
"productPrice": number,
"productCurrency": string
}
]
}Request fields & values
"customerMail"
"website"
"firstname"
"lastname"
"gender"
"age"
"phoneNumber"
"zipCode"
"address"
"city"
"state"
"country"
"companyName"
"companyId"
"companyTaxId"
"pro"
"paidOrders" / "orderId"
"paidOrders" / "orderDutyAmount"
"paidOrders" / "orderVatAmount"
"paidOrders" / "orderSpecialTaxesAmount"
"paidOrders" / "orderTotalAmount"
"paidOrders" / "orderCurrency"
"awaitingOrders" / "orderId"
"awaitingOrders" / "orderDutyAmount"
"awaitingOrders" / "orderVatAmount"
"awaitingOrders" / "orderSpecialTaxesAmount"
"awaitingOrders" / "orderTotalAmount"
"awaitingOrders" / "orderCurrency"
"canceledOrders" / "orderId"
"canceledOrders" / "orderDutyAmount"
"canceledOrders" / "orderVatAmount"
"canceledOrders" / "orderSpecialTaxesAmount"
"canceledOrders" / "orderTotalAmount"
"canceledOrders" / "orderCurrency"
"buyedProducts" / "productId"
"buyedProducts" / "productQuantity"
"buyedProducts" / "productPrice"
"buyedProducts" / "productCurrency"
JSON Examples - Request & Response
Video explainer
Update a customer
Headers
Name
Type
Description
Get customer informations
Headers
Name
Type
Description
Get all products in its catalog
Headers
Name
Type
Description
Delete a product in its catalog
Headers
Name
Type
Description
Last updated