action api2cart_product_fields { label: "ProductFields" description: "Retrieve all available fields for product item in store." provider: api2cart method: GET path: "/product.fields.json" encoding: json output: { type: "object" properties: { result: { type: "object" } return_code: { type: "integer" } return_message: { type: "string" } } } }