You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/guides/v2.3/rest/notes.md
+140-1Lines changed: 140 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ functional_areas:
5
5
- Integration
6
6
---
7
7
8
-
You might encounter the following issue when using REST endpoints
8
+
You might encounter the following issues when using REST endpoints.
9
9
10
10
## Duplicate parameters in an REST call
11
11
@@ -18,6 +18,145 @@ The REST URL to update a customer is `PUT /V1/customers/:id`. If you specify an
18
18
19
19
This applies to all REST APIs where a parameter is passed in the URL. Any value specified in the URL with the same parameter name as in the request body is ignored.
20
20
21
+
## Create a bundle product
22
+
23
+
The following sample code creates a bundle product. The `price_type` attribute code defined in the `custom_attributes` object is set to `1` to allow the product to have a fixed price.
0 commit comments