OrderItemPropertyRepositoryDeleterInterface

Extends

Interface OrderItemPropertyRepositoryDeleterInterface

category

System

package

Order

subpackage

Interfaces

Methods

Removes all properties from the order item by the given order item ID.

deletePropertiesByOrderItemId(\IdType $orderItemId) : \OrderItemPropertyRepositoryDeleterInterface

Arguments

$orderItemId

\IdType

ID of the order item.

Response

\OrderItemPropertyRepositoryDeleterInterface

Same instance for method chaining.

Removes a property by the given order item property ID.

deletePropertyById(\IdType $orderItemPropertyId) : \OrderItemPropertyRepositoryDeleterInterface

Arguments

$orderItemPropertyId

\IdType

ID of the order item property.

Response

\OrderItemPropertyRepositoryDeleterInterface

Same instance for method chaining.