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
+134-8Lines changed: 134 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -18,17 +18,143 @@ 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
-
## Set a fixed price for bundled products
21
+
## Create a bundle product
22
22
23
-
When adding bundled products, the `price_type` attribute should be set under`custom_attributes`.
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