- Welcome 👋
- Get Started
- Create Your First App
- Authorization
- Webhooks
- Conditional Webhooks
- Security Considerations
- Multi-Language Support
- Responses
- Pagination
- Rate Limiting
- Versioning
- Change Log
- Support
- APIs
- Orders
- Order Status
- Order Histories
- Abandoned Carts
- Order Tags
- Order Invoice
- Order Reservations
- Order Items
- Products
- Product Options
- Product Quantity
- Product Variants
- Product Tags
- Product Images
- Product Option Values
- Customer Groups
- Customers
- Digitals Product
- Categories
- Exports
- Shipments
- Shipping Companies
- Shipping Zones
- Shipping Rules
- Countries
- Product Option Templates
- Taxes
- Coupons
- Affiliates
- Order Assignment
- Special Offers
- Transactions
- Payments
- Settlements
- Settings
- Merchant
- Brands
- Reviews
- Branches
- Currencies
- SEO
- Cities
- DNS Records
- Languages
- Employees
- Advertisements
- Webhooks
- Custom URLs
- Loyalty Points
- Orders
- Webhooks - Store Events
Product Options
Create Product Option
POST/products/{product}/options
This endpoint allows you to create a new option for a specific product by passing the product as a path parameter.
:::tip[Note]For the product.type v...
Product Option Details
GET/products/options/{option}
This endpoint allows you to return specific option details for a specific product by passing the option as a path parameter.
`products.read`- Produc...
Update Product Option
PUT/products/options/{option}
This endpoint allows you to update specific option details for a specific product by passing the option as a path parameter.
:::tip[Note]
For the pr...
Delete Product Option
DELETE/products/options/{option}
This endpoint allows you to delete a particular option for a specific product including its related data (values and variants) by passing the option a...

扫码加入 Apifox 微信交流群
在这里,获得 Apifox 使用上的任何帮助,快速上手让你的研测效率得到大幅提升

