Registry /
other / spryker-orders-rest-api-extension
Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
OrderItemExpanderPluginInterface
✓ use Spryker\Glue\OrdersRestApiExtension\Dependency\Plugin\OrderItemExpanderPluginInterface;
Implement the order item expander plugin interface.
use Spryker\Glue\OrdersRestApiExtension\Dependency\Plugin\OrderItemExpanderPluginInterface;
class MyOrderItemExpander implements OrderItemExpanderPluginInterface {
public function expand(array $orderItem, RestResourceBuilder $restResourceBuilder): array {
return $orderItem;
}
}
Debug
Known issues
No known issues recorded.
Audit
Dependencies
No dependency data recorded yet.