add_action( 'rest_api_init', 'blisscakedup_register_uber_webhook' ); function blisscakedup_register_uber_webhook() { register_rest_route( 'blisscakedup/v1', '/uber-direct', array( 'methods' => 'POST', 'callback' => 'blisscakedup_receive_uber_webhook', 'permission_callback' => '__return_true', ) ); } function blisscakedup_receive_uber_webhook( WP_REST_Request $request ) { $payload = $request->get_json_params(); if ( ! is_array( $payload ) ) { return new WP_REST_Response( array( 'received' => false, 'message' => 'Invalid JSON payload.', ), 400 ); } $event_type = ''; if ( isset( $payload['event_type'] ) ) { $event_type = sanitize_text_field( wp_unslash( $payload['event_type'] ) ); } $status = ''; if ( isset( $payload['status'] ) ) { $status = sanitize_text_field( wp_unslash( $payload['status'] ) ); } return new WP_REST_Response( array( 'received' => true, 'event_type' => $event_type, 'status' => $status, ), 200 ); }

Share Love BLISS-Fully – Feelgood Crop Hoodie

Price range: $49.00 through $51.50

Size Guide
SKU: N/A

Description

Let fashion take over your wardrobe with this great statement piece. The trendy raw hem and matching drawstrings means that this hoodie is bound to become a true favorite.

• 52% airlume combed and ring-spun cotton, 48% poly fleece
• Fabric weight: 6.5 oz/yd² (220.39 g/m²)
• Dyed-to-match drawstrings
• Dropped shoulder cut
• Cropped body with a raw hem
• Blank product sourced from Mexico, Nicaragua or the United States

This product is made especially for you as soon as you place an order, which is why it takes us a bit longer to deliver it to you. Making products on demand instead of in bulk helps reduce overproduction, so thank you for making thoughtful purchasing decisions!

Additional information

Weight N/A

Reviews

There are no reviews yet.

Be the first to review “Share Love BLISS-Fully – Feelgood Crop Hoodie”

Your email address will not be published. Required fields are marked *