D
D
DeniSidorenko2020-06-30 15:14:29
WooCommerce
DeniSidorenko, 2020-06-30 15:14:29

What is the best way to send Woocommerce order data to crm?

Good afternoon, there is a task to connect sending orders from WC to CRM. CRm is custom and does not have its own module. I receive data via Hook woocommerce_thankyou , and how should I send them to crm
. The general response format is as follows:

{
    "data": {
      <Возвращаемые данные>
    },
    "ver": "1.1.15.15",
    "timestamp": "2018-10-03T15:26:02",
    "status": "Ok",
    "errors": [
      {
       "code": "DLW-0023",
       "text": "RK7 error",
       "details": "Not answer from WS"
      }
    ]
    "requestId": "4925c8c968834372a0cbaa7be99e4106"
}


I'll be glad to advice, thanks))

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question