curl --location -g --request GET 'http:///V1/gift-wrappings'
{
"items": [
{
"base_currency_code": "string",
"base_price": 0,
"design": "string",
"extension_attributes": {},
"image_base64_content": "string",
"image_name": "string",
"image_url": "string",
"status": 0,
"website_ids": [
0
],
"wrapping_id": 0
}
],
"search_criteria": {
"current_page": 0,
"filter_groups": [
{
"filters": [
{
"condition_type": "string",
"field": "string",
"value": "string"
}
]
}
],
"page_size": 0,
"sort_orders": [
{
"direction": "string",
"field": "string"
}
]
},
"total_count": 0
}