Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
Triada_Site_Bx24
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
Triada_Site_Bx24
Commits
37dc3f64
Commit
37dc3f64
authored
Jun 18, 2024
by
Kulya
😊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
d27529d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
49 additions
and
0 deletions
+49
-0
README.md
README.md
+49
-0
No files found.
README.md
View file @
37dc3f64
...
@@ -8,6 +8,55 @@
...
@@ -8,6 +8,55 @@
2.
Создать лид и получения ID лида
2.
Создать лид и получения ID лида
3.
Прикрепить продукты в виде массива с их ID указав ID лида в запросе
3.
Прикрепить продукты в виде массива с их ID указав ID лида в запросе
## Получение ID каталога товаров в Bitrix24 если нужно:
### catalog.product.add
`Method`
: POST
`URL`
:
`https://triada.sedo.uz/rest/1/w5wcseycj8jlzv5l/catalog.catalog.list.json`
`Params`
:
```
js
{
"
filter
"
:
{
"
name
"
:
"
Товарный каталог CRM
"
}
}
```
### Response Success:
`id`
:
`13`
- ID каталога товаров в Bitrix24
```
js
{
"
result
"
:
{
"
catalogs
"
:
[
{
"
iblockId
"
:
13
,
"
iblockTypeId
"
:
0
,
"
id
"
:
13
,
"
lid
"
:
"
s1
"
,
"
name
"
:
"
Товарный каталог CRM
"
,
"
productIblockId
"
:
null
,
"
skuPropertyId
"
:
null
,
"
subscription
"
:
"
N
"
,
"
vatId
"
:
1
,
"
yandexExport
"
:
"
N
"
}
]
},
"
total
"
:
1
,
"
time
"
:
{
"
start
"
:
1718702627.619598
,
"
finish
"
:
1718702627.640878
,
"
duration
"
:
0.02128005027770996
,
"
processing
"
:
0.0017910003662109375
,
"
date_start
"
:
"
2024-06-18T14:23:47+05:00
"
,
"
date_finish
"
:
"
2024-06-18T14:23:47+05:00
"
}
}
```
## 1. Создание продукта в Bitrix24
## 1. Создание продукта в Bitrix24
Для создания продукта в Битрикс24 нужно в rest метод передать параметры продукта в переменном
`fields`
:
Для создания продукта в Битрикс24 нужно в rest метод передать параметры продукта в переменном
`fields`
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment