Server IP : 80.87.202.40 / Your IP : 216.73.216.169 Web Server : Apache System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64 User : bitrix ( 600) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/bitrix/ext_www/cvetdv.ru/bitrix/tools/wbs24.ozonapinew/test/v3/posting/fbs/ |
Upload File : |
<?php $request = json_decode(file_get_contents('php://input'), true); $needAction = 'awaiting_deliver'; $customer = 'null'; if ($request['posting_number'] == '89939397-test01-1') { $customer = '{"customer_id":99999999,"customer_email":"test@test.ru","phone":"79990001234","address":{"address_tail":"634045 Россия, Томская область, Томск, ул. Гвардейской Дивизии, 100","city":"Томск","comment":"","country":"Россия","district":"","region":"Томская","zip_code":"","latitude":56.45189667,"longitude":84.97749329,"pvz_code":38176,"provider_pvz_code":"TOM21"},"name":"Тест Тестович"}'; $products = '[{"price":"260.0000","offer_id":"74088","name":"Аэратор Timo M28X1 хром","sku":469146340,"quantity":1,"mandatory_mark":[""],"dimensions":{"height":"25.00","length":"120.00","weight":"48","width":"75.00"}},{"price":"200.0000","offer_id":"103368","name":"Гибкое соединение WIRQUIN 30719207 32х40/50 L 800 мм","sku":482210145,"quantity":1,"mandatory_mark":[""],"dimensions":{"height":"150.00","length":"250.00","weight":"500","width":"100.00"}}]'; } if ($request['posting_number'] == '89939397-test02-1') { $products = '[{"price":"260.0000","offer_id":"74088","name":"Аэратор Timo M28X1 хром","sku":469146340,"quantity":1,"mandatory_mark":[""],"dimensions":{"height":"25.00","length":"120.00","weight":"48","width":"75.00"}}]'; } if ($needAction == 'awaiting_packaging') { echo '{"result":{"posting_number":"89939397-test01-1","order_id":649791735,"order_number":"89939397-test01","status":"awaiting_packaging","delivery_method":{"id":22220193680000,"name":"Ozon Логистика самостоятельно, Москва","warehouse_id":22220193680000,"warehouse":"Склад Сантехстрой Групп","tpl_provider_id":24,"tpl_provider":"Ozon Логистика"},"tracking_number":"","tpl_integration_type":"ozon","in_process_at":"2022-04-19T13:03:20Z","shipment_date":"2022-04-21T10:00:00Z","delivering_date":null,"provider_status":"","delivery_price":"","cancellation":{"cancel_reason_id":0,"cancel_reason":"","cancellation_type":"","cancelled_after_ship":false,"affect_cancellation_rating":false,"cancellation_initiator":""},"customer":'.$customer.',"addressee":null,"products":'.$products.',"barcodes":null,"analytics_data":null,"financial_data":null,"additional_data":[],"is_express":false,"requirements":{"products_requiring_gtd":[],"products_requiring_country":[],"products_requiring_mandatory_mark":[]},"product_exemplars":{"products":[{"sku":469146340,"exemplars":[{"mandatory_mark":"","gtd":"","is_gtd_absent":true}]},{"sku":482210145,"exemplars":[{"mandatory_mark":"","gtd":"","is_gtd_absent":true}]}]}}}'; } if ($needAction == 'awaiting_deliver') { echo '{"result":{"posting_number":"89939397-test01-1","order_id":649791735,"order_number":"89939397-test01","status":"awaiting_deliver","delivery_method":{"id":22220193680000,"name":"Ozon Логистика самостоятельно, Москва","warehouse_id":22220193680000,"warehouse":"Склад Сантехстрой Групп","tpl_provider_id":24,"tpl_provider":"Ozon Логистика"},"tracking_number":"","tpl_integration_type":"ozon","in_process_at":"2022-04-19T13:03:20Z","shipment_date":"2022-04-21T10:00:00Z","delivering_date":null,"provider_status":"","delivery_price":"","cancellation":{"cancel_reason_id":0,"cancel_reason":"","cancellation_type":"","cancelled_after_ship":false,"affect_cancellation_rating":false,"cancellation_initiator":""},"customer":'.$customer.',"addressee":null,"products":'.$products.',"barcodes":null,"analytics_data":null,"financial_data":null,"additional_data":[],"is_express":false,"requirements":{"products_requiring_gtd":[],"products_requiring_country":[],"products_requiring_mandatory_mark":[]},"product_exemplars":{"products":[{"sku":469146340,"exemplars":[{"mandatory_mark":"","gtd":"","is_gtd_absent":true}]},{"sku":482210145,"exemplars":[{"mandatory_mark":"","gtd":"","is_gtd_absent":true}]}]}}}'; } if ($needAction == 'cancelled') { echo '{"result":{"posting_number":"89939397-test01-1","order_id":649791735,"order_number":"89939397-test01","status":"cancelled","delivery_method":{"id":22220193680000,"name":"Ozon Логистика самостоятельно, Москва","warehouse_id":22220193680000,"warehouse":"Склад Сантехстрой Групп","tpl_provider_id":24,"tpl_provider":"Ozon Логистика"},"tracking_number":"","tpl_integration_type":"ozon","in_process_at":"2022-04-19T13:03:20Z","shipment_date":"2022-04-21T10:00:00Z","delivering_date":null,"provider_status":"","delivery_price":"","cancellation":{"cancel_reason_id":402,"cancel_reason":"Другое","cancellation_type":"seller","cancelled_after_ship":true,"affect_cancellation_rating":true,"cancellation_initiator":"Продавец"},"customer":'.$customer.',"addressee":null,"products":'.$products.',"barcodes":null,"analytics_data":null,"financial_data":null,"additional_data":[],"is_express":false,"requirements":{"products_requiring_gtd":[],"products_requiring_country":[],"products_requiring_mandatory_mark":[]},"product_exemplars":{"products":[{"sku":469146340,"exemplars":[{"mandatory_mark":"","gtd":"","is_gtd_absent":true}]},{"sku":482210145,"exemplars":[{"mandatory_mark":"","gtd":"","is_gtd_absent":true}]}]}}}'; }