OrderItemAttributeRepositoryDeleterInterface

Extends

Interface OrderItemAttributeRepositoryDeleterInterface

category

System

package

Order

subpackage

Interfaces

Methods

Removes an attribute by the given order item attribute ID.

deleteAttributeById(\IdType $orderItemAttributeId) : \OrderItemAttributeRepositoryDeleterInterface

Arguments

$orderItemAttributeId

\IdType

ID of the order item attribute.

Response

\OrderItemAttributeRepositoryDeleterInterface

Same instance for method chaining.

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

deleteAttributesByOrderItemId(\IdType $orderItemId) : \OrderItemAttributeRepositoryDeleterInterface

Arguments

$orderItemId

\IdType

ID of the order item.

Response

\OrderItemAttributeRepositoryDeleterInterface

Same instance for method chaining.