Use the latest Shopify API (upgrade from 2022-10 to 2024-01)

pull/6221/head
Qiuyi LI 2024-01-26 16:35:40 +01:00
parent 316e4b1c67
commit b821e7f51b
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import org.springframework.http.ResponseEntity;
@Slf4j
public abstract class ShopifyRequest {
private final static String BASE_URL = "https://%1$s.myshopify.com/admin/api/2022-10/%2$s";
private final static String BASE_URL = "https://%1$s.myshopify.com/admin/api/2024-01/%2$s";
private final static String SHOPIFY_TOKEN_HEADER_NAME = "X-Shopify-Access-Token";
private final HttpMethod method;