mirror of https://github.com/jeecgboot/jeecg-boot
Use the latest Shopify API (upgrade from 2022-10 to 2024-01)
parent
316e4b1c67
commit
b821e7f51b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue