Set cart item config options
documentedConfigure options for a cart item.
POST /api/v2/cart/{cart_id}/items/{item_id}/pricing-optionsCartno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://{{$base_url}}/api/v2/cart/{{$cart_id}}/items/{{$item_id}}/pricing-options" \
-X POST \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "X-Api-State: {{$api_state}}" \
-d '{"pricing_options": [{"pricing_option_id": "{{$pricing_option_id}}", "value": "{{$pricing_option_value}}"}]}'